finalize 0.2.9
This commit is contained in:
parent
a0e9b8f71e
commit
4b88967798
|
@ -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
6
README
|
@ -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
2
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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])
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
GETTEXT_PACKAGE = udevil
|
||||
PACKAGE = udevil
|
||||
VERSION = 0.2.8+
|
||||
VERSION = 0.2.9
|
||||
|
||||
SHELL = /bin/bash
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user