Comment 7 for bug 239317

Revision history for this message
Stephan RĂ¼gamer (sruegamer) wrote :

Hi Sebastian,

Can you get rid of the 0.7.1 version strings, because it's a bug fix, not new upstream for hardy....we should avoid those changes, only the parts which are fixing the problem should get included...

But in general: +1 from me

(e.g.: diff -Nru thoggen-0.7.0/configure.ac thoggen-0.7.1/configure.ac
--- thoggen-0.7.0/configure.ac 2008-02-09 14:53:22.000000000 +0100
+++ thoggen-0.7.1/configure.ac 2008-06-12 21:31:08.000000000 +0200
@@ -1,6 +1,6 @@
 AC_PREREQ(2.59)

-AC_INIT(thoggen, 0.7.0)
+AC_INIT(thoggen, 0.7.1)
 AC_CONFIG_SRCDIR(src/th-job.c)
 AM_CONFIG_HEADER(config.h)

@@ -10,7 +10,7 @@

 dnl ==============================================

-AC_DEFINE([RELEASENAME],["Long Time No See"],[The Release Name])
+AC_DEFINE([RELEASENAME],["All Quiet on the Northern Front"],[The Release Name])

 AC_PROG_CC
 AC_PROG_INSTALL
)