start 0.3.6+

This commit is contained in:
IgnorantGuru 2012-12-16 07:03:33 -07:00
parent e93aff3379
commit 39114b9ff5
6 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,5 @@
0.3.6+
0.3.6 2012-12-16:
file mount prevent race conditions
disallow remount of file due to potential race conditions

2
README
View File

@ -1,4 +1,4 @@
README for udevil v0.3.6
README for udevil v0.3.6+
For updates and instructions visit:

2
configure vendored
View File

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

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
udevil (0.3.6-1) unstable; urgency=low
udevil (0.3.6+-1) unstable; urgency=low
* release
-- IgnorantGuru <ignorantguru@gmx.com> Sun, 16 Dec 2012 13:58:57 +0000
-- IgnorantGuru <ignorantguru@gmx.com> Sun, 16 Dec 2012 14:02:23 +0000

View File

@ -19,7 +19,7 @@
GETTEXT_PACKAGE = udevil
PACKAGE = udevil
VERSION = 0.3.5+
VERSION = 0.3.6+
SHELL = /bin/bash