start 0.4.3+
This commit is contained in:
parent
cbee40e144
commit
67ee58ebe8
|
@ -1,3 +1,5 @@
|
||||||
|
0.4.3+
|
||||||
|
|
||||||
0.4.3 2013-12-09:
|
0.4.3 2013-12-09:
|
||||||
fix default udevil.conf allowed_options missing fmask=0133 #35
|
fix default udevil.conf allowed_options missing fmask=0133 #35
|
||||||
0.4.2 2013-12-04:
|
0.4.2 2013-12-04:
|
||||||
|
|
|
@ -82,7 +82,7 @@ DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
|
||||||
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
||||||
$(top_srcdir)/configure $(am__configure_deps) \
|
$(top_srcdir)/configure $(am__configure_deps) \
|
||||||
$(srcdir)/config.h.in mkinstalldirs COPYING compile \
|
$(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
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
||||||
README for udevil v0.4.3
|
README for udevil v0.4.3+
|
||||||
|
|
||||||
|
|
||||||
Homepage:
|
Homepage:
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -2811,7 +2811,7 @@ fi
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
|
|
||||||
PACKAGE=udevil
|
PACKAGE=udevil
|
||||||
VERSION=0.4.3
|
VERSION=0.4.3+
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
||||||
AC_INIT(src/udevil.c)
|
AC_INIT(src/udevil.c)
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AC_CONFIG_SRCDIR(src)
|
AC_CONFIG_SRCDIR(src)
|
||||||
AM_INIT_AUTOMAKE(udevil, 0.4.3)
|
AM_INIT_AUTOMAKE(udevil, 0.4.3+)
|
||||||
|
|
||||||
AC_PROG_INTLTOOL([0.21])
|
AC_PROG_INTLTOOL([0.21])
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
udevil (0.4.3-1) unstable; urgency=low
|
udevil (0.4.3+-1) unstable; urgency=low
|
||||||
|
|
||||||
* release
|
* 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user