From 5b545f743f8edee35d04304ef25457bbe6bc41ce Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 29 Oct 2011 17:41:54 +0200 Subject: [PATCH] Tweak ChangeLog and ReleaseNotes --- bacula/ChangeLog | 4 ++++ bacula/ReleaseNotes | 4 ++-- bacula/code-changes | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100755 bacula/code-changes diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 14d28f8e83..d594d11c23 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -9,6 +9,10 @@ Bug fixes 1700 1703 1735 1741 1749 1751 1761 1762 1764 1768 1770 1771 2710 29Oct11 +29Oct11 + - Add script to list authors + - Update AUTHORS + - Add new updatedb files - Make PurgeMigrationJob directive name correspond to doc - Put Win exchange plugin debug code on level 100 - Remove old gnome console files diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 6a33a91927..08cd5eea7f 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -7,8 +7,8 @@ General: -------- This 5.2.0 version is a major release since the last version 5.0.3. -It includes well over 371,803 lines of changes made by 21 contributors -and a number of important new features: +It includes well over 299,387 lines of changes made by 20 contributors, +lots of bug fixes, and a number of important new features: Compatibility: -------------- diff --git a/bacula/code-changes b/bacula/code-changes new file mode 100755 index 0000000000..5cd5d15b26 --- /dev/null +++ b/bacula/code-changes @@ -0,0 +1,2 @@ +#!/bin/sh +git diff Release-5.0.3..Branch-5.1 -- | grep '[+-]' | wc -l -- 2.39.2