]> git.sur5r.net Git - bacula/bacula/commitdiff
Update version and technotes
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 10 Sep 2009 12:56:06 +0000 (14:56 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 10 Sep 2009 12:56:06 +0000 (14:56 +0200)
bacula/src/version.h
bacula/technotes

index a9cfd5c4a38b4ef0552626a4f796bba246088afa..1d39e364188ab2392a9adb732ca3cce7c6ab955a 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "3.0.2"
-#define BDATE   "18 July 2009"
-#define LSMDATE "18Jul09"
+#define VERSION "3.0.3"
+#define BDATE   "10 September 2009"
+#define LSMDATE "10Sep09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
index 968b93efb6f4ae86943c296b89be85c81125d820..e84449dbe9a7cedb88105a167674642d390e3b3f 100644 (file)
@@ -1,7 +1,18 @@
-              Technical notes for current SVN
+              Technical notes for 3.0.3
           
 General:
 
+10Sep09
+ebl  Apply
+3.0.2-accurate.patch
+3.0.2-bug-1365.patch
+3.0.2-bug-1366.patch
+3.0.2-exclude-dir-containing-fd.patch
+3.0.2-exclude-dir-containing.patch
+3.0.2-exclude-dir-containing-top_level.patch
+3.0.2-mac-path-len.patch
+3.0.2-zlib-buffer.patch
+
 18Jul09
 kes  Fix bat command line input bug
 17Jul09