# HG changeset patch # User melunko # Date 1187791073 -3600 # Node ID 411a01dfcd21637e7e12dc8891ee1e7b3075770b # Parent a223e9d89b01f923f315d1af6a982c294aa0154e [svn r827] GMyth 0.4 release diff -r a223e9d89b01 -r 411a01dfcd21 gmyth/configure.ac --- a/gmyth/configure.ac Wed Aug 22 14:55:41 2007 +0100 +++ b/gmyth/configure.ac Wed Aug 22 14:57:53 2007 +0100 @@ -3,14 +3,14 @@ AC_PREREQ(2.50) -AC_INIT([gmyth],[0.3]) +AC_INIT([gmyth],[0.4]) AC_CONFIG_SRCDIR([src/gmyth.h]) AC_CONFIG_HEADER(config.h) dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, SVN and prerelease does Werror too -AS_VERSION(gmyth, GMYTH, 0, 3, 0, 0, GMYTH_SVN="no", GMYTH_SVN="yes") +AS_VERSION(gmyth, GMYTH, 0, 4, 0, 0, GMYTH_SVN="no", GMYTH_SVN="yes") GMYTH_MAJORMINOR=$GMYTH_MAJOR_VERSION.$GMYTH_MINOR_VERSION AC_SUBST(GMYTH_MAJORMINOR) diff -r a223e9d89b01 -r 411a01dfcd21 gmyth/debian/changelog --- a/gmyth/debian/changelog Wed Aug 22 14:55:41 2007 +0100 +++ b/gmyth/debian/changelog Wed Aug 22 14:57:53 2007 +0100 @@ -1,3 +1,11 @@ +gmyth (0.4) unstable; urgency=low + + * Bug fixes + * Improvements in the schedule management (add all schedule, add exception, ...) + * GMythBackendInfo now has db_port + + -- Hallyson Melo Thu, 22 Aug 2007 14:46:08 -0300 + gmyth (0.3) unstable; urgency=low * Update file_reader an serveral bug fixes;