|
From: <me...@us...> - 2007-08-22 13:57:49
|
Revision: 827
http://gmyth.svn.sourceforge.net/gmyth/?rev=827&view=rev
Author: melunko
Date: 2007-08-22 06:57:53 -0700 (Wed, 22 Aug 2007)
Log Message:
-----------
GMyth 0.4 release
Modified Paths:
--------------
trunk/gmyth/configure.ac
trunk/gmyth/debian/changelog
Modified: trunk/gmyth/configure.ac
===================================================================
--- trunk/gmyth/configure.ac 2007-08-22 13:55:41 UTC (rev 826)
+++ trunk/gmyth/configure.ac 2007-08-22 13:57:53 UTC (rev 827)
@@ -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)
Modified: trunk/gmyth/debian/changelog
===================================================================
--- trunk/gmyth/debian/changelog 2007-08-22 13:55:41 UTC (rev 826)
+++ trunk/gmyth/debian/changelog 2007-08-22 13:57:53 UTC (rev 827)
@@ -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 <hal...@in...> Thu, 22 Aug 2007 14:46:08 -0300
+
gmyth (0.3) unstable; urgency=low
* Update file_reader an serveral bug fixes;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|