start 0.4.3+

This commit is contained in:
IgnorantGuru 2013-12-09 07:05:47 -07:00
parent cbee40e144
commit 67ee58ebe8
6 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,5 @@
0.4.3+
0.4.3 2013-12-09:
fix default udevil.conf allowed_options missing fmask=0133 #35
0.4.2 2013-12-04:

View File

@ -82,7 +82,7 @@ DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/config.h.in mkinstalldirs COPYING compile \
config.guess config.sub install-sh missing ltmain.sh
config.guess config.sub depcomp install-sh missing ltmain.sh
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \

2
README
View File

@ -1,4 +1,4 @@
README for udevil v0.4.3
README for udevil v0.4.3+
Homepage:

2
configure vendored
View File

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

View File

@ -3,7 +3,7 @@ AC_PREREQ(2.52)
AC_INIT(src/udevil.c)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(udevil, 0.4.3)
AM_INIT_AUTOMAKE(udevil, 0.4.3+)
AC_PROG_INTLTOOL([0.21])

View File

@ -1,5 +1,5 @@
udevil (0.4.3-1) unstable; urgency=low
udevil (0.4.3+-1) unstable; urgency=low
* release
-- IgnorantGuru <ignorantguru@gmx.com> Mon, 09 Dec 2013 13:59:09 +0000
-- IgnorantGuru <ignorantguru@gmx.com> Mon, 09 Dec 2013 14:04:53 +0000