finalize 0.2.9

This commit is contained in:
IgnorantGuru 2012-06-29 07:10:57 -06:00
parent a0e9b8f71e
commit 4b88967798
5 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
0.2.8+
0.2.9 2012-06-29:
fixed POTFILES.in to correct build deb problem #2
users can mount/umount tmpfs and ramfs if in allowed_types; updated conf
conf allow option sync for nfs; remove noatime,utf8 for smbfs/cifs #3

6
README
View File

@ -1,8 +1,8 @@
README for udevil v0.2.8+ ALPHA TEST VERSION
README for udevil v0.2.9 ALPHA TEST VERSION
THIS RELEASE IS FOR TESTING PURPOSES - USE AT YOUR OWN RISK.
Please test functions carefully before relying on them.
THIS IS A TEST RELEASE - USE AT YOUR OWN RISK.
Please test this version of udevil carefully before relying on its behavior.
For updates and instructions visit:

2
configure vendored
View File

@ -2730,7 +2730,7 @@ fi
# Define the identity of the package.
PACKAGE=udevil
VERSION=0.2.8+
VERSION=0.2.9
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.8+)
AM_INIT_AUTOMAKE(udevil, 0.2.9)
AC_PROG_INTLTOOL([0.21])

View File

@ -19,7 +19,7 @@
GETTEXT_PACKAGE = udevil
PACKAGE = udevil
VERSION = 0.2.8+
VERSION = 0.2.9
SHELL = /bin/bash