diff --git a/ChangeLog b/ChangeLog index 14c009e..71a8bd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -0.2.5+ - +0.2.6 2012-06-03: + replace realpath.c with canonicalize.c 0.2.5 2012-05-30: correct make check error in po (affects debian build package) correct debian postinst error diff --git a/README b/README index 1439f45..2a17343 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README for udevil v0.2.5+ ALPHA TEST VERSION +README for udevil v0.2.6 ALPHA TEST VERSION THIS RELEASE IS FOR TESTING PURPOSES - USE AT YOUR OWN RISK. diff --git a/configure b/configure index c11feef..b3723fd 100755 --- a/configure +++ b/configure @@ -2730,7 +2730,7 @@ fi # Define the identity of the package. PACKAGE=udevil - VERSION=0.2.5+ + VERSION=0.2.6 cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index a9df393..f3f7888 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) AC_INIT(src/udevil.c) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(src) -AM_INIT_AUTOMAKE(udevil, 0.2.5+) +AM_INIT_AUTOMAKE(udevil, 0.2.6) AC_PROG_INTLTOOL([0.21]) diff --git a/etc/udevil.conf b/etc/udevil.conf index e8b312f..1c47d72 100644 --- a/etc/udevil.conf +++ b/etc/udevil.conf @@ -21,7 +21,7 @@ ############################################################################## -# To log all uses of udevil, set log_file to a filename: +# To log all uses of udevil, set log_file to a file path: # log_file = /var/log/udevil.log # Approximate number of days to retain log entries (0=forever, max=60): diff --git a/po/Makefile.in b/po/Makefile.in index cf39da2..6695b58 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -19,7 +19,7 @@ GETTEXT_PACKAGE = udevil PACKAGE = udevil -VERSION = 0.2.5+ +VERSION = 0.2.6 SHELL = /bin/bash