1.1 --- a/gmyth/configure.ac Wed Aug 22 14:55:41 2007 +0100
1.2 +++ b/gmyth/configure.ac Wed Aug 22 14:57:53 2007 +0100
1.3 @@ -3,14 +3,14 @@
1.4
1.5 AC_PREREQ(2.50)
1.6
1.7 -AC_INIT([gmyth],[0.3])
1.8 +AC_INIT([gmyth],[0.4])
1.9
1.10 AC_CONFIG_SRCDIR([src/gmyth.h])
1.11 AC_CONFIG_HEADER(config.h)
1.12
1.13 dnl when going to/from release please set the nano (fourth number) right !
1.14 dnl releases only do Wall, SVN and prerelease does Werror too
1.15 -AS_VERSION(gmyth, GMYTH, 0, 3, 0, 0, GMYTH_SVN="no", GMYTH_SVN="yes")
1.16 +AS_VERSION(gmyth, GMYTH, 0, 4, 0, 0, GMYTH_SVN="no", GMYTH_SVN="yes")
1.17 GMYTH_MAJORMINOR=$GMYTH_MAJOR_VERSION.$GMYTH_MINOR_VERSION
1.18 AC_SUBST(GMYTH_MAJORMINOR)
1.19
2.1 --- a/gmyth/debian/changelog Wed Aug 22 14:55:41 2007 +0100
2.2 +++ b/gmyth/debian/changelog Wed Aug 22 14:57:53 2007 +0100
2.3 @@ -1,3 +1,11 @@
2.4 +gmyth (0.4) unstable; urgency=low
2.5 +
2.6 + * Bug fixes
2.7 + * Improvements in the schedule management (add all schedule, add exception, ...)
2.8 + * GMythBackendInfo now has db_port
2.9 +
2.10 + -- Hallyson Melo <hallyson.melo@indt.org.br> Thu, 22 Aug 2007 14:46:08 -0300
2.11 +
2.12 gmyth (0.3) unstable; urgency=low
2.13
2.14 * Update file_reader an serveral bug fixes;