]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak ChangeLog and ReleaseNotes
authorKern Sibbald <kern@sibbald.com>
Sat, 29 Oct 2011 15:41:54 +0000 (17:41 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:10 +0000 (14:50 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/code-changes [new file with mode: 0755]

index 14d28f8e83130747fb42225e02fe76128049221b..d594d11c23c119f5d5fde2fc18c3e8af7bd5432a 100644 (file)
@@ -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
index 6a33a91927f18c9f295cc80b8c7de1a6608f6b6c..08cd5eea7f7466b2e87dc58daf9b3b9e860b5bfe 100644 (file)
@@ -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 (executable)
index 0000000..5cd5d15
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+git diff Release-5.0.3..Branch-5.1  -- | grep '[+-]' | wc -l