finalize 0.2.5

This commit is contained in:
IgnorantGuru 2012-05-30 09:30:27 -06:00
parent 074369dc2b
commit c2b48225ea
5 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,7 @@
0.2.3+
0.2.5 2012-05-30:
correct make check error in po (affects debian build package)
correct debian postinst error
0.2.4 2012-05-28:
allow unmount removed devices
[devmon 1.1.1] unmount removed devices if mounted
mounted messages to stdout instead of stderr

4
README
View File

@ -1,7 +1,7 @@
README for udevil v0.2.4+ ALPHA TEST VERSION
README for udevil v0.2.5 ALPHA TEST VERSION
THIS RELEASE IS FOR INITIAL TESTING PURPOSES ONLY - USE AT YOUR OWN RISK.
THIS RELEASE IS FOR TESTING PURPOSES - USE AT YOUR OWN RISK.
Please test functions carefully before relying on them.

2
configure vendored
View File

@ -2730,7 +2730,7 @@ fi
# Define the identity of the package.
PACKAGE=udevil
VERSION=0.2.4+
VERSION=0.2.5
cat >>confdefs.h <<_ACEOF

View File

@ -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.4+)
AM_INIT_AUTOMAKE(udevil, 0.2.5)
AC_PROG_INTLTOOL([0.21])

View File

@ -19,7 +19,7 @@
GETTEXT_PACKAGE = udevil
PACKAGE = udevil
VERSION = 0.2.4+
VERSION = 0.2.5
SHELL = /bin/bash