finalize 0.2.2

This commit is contained in:
IgnorantGuru 2012-05-26 10:58:33 -06:00
parent bb1c488872
commit bf8d128582
5 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
0.2.2
0.2.2 2012-05-26:
build with large file support for stat64 files >2GB on 32 bit fixes #1
accept relative arguments on command line
0.2.1
0.2.1 2012-05-25:
log error msgs when parsing network url
added devmon 1.1.0 automounting script to udevil distribution
0.2.0 2012-05-22:

2
README
View File

@ -1,4 +1,4 @@
README for udevil v0.2.1 ALPHA TEST VERSION
README for udevil v0.2.2 ALPHA TEST VERSION
THIS RELEASE IS FOR INITIAL TESTING PURPOSES ONLY - USE AT YOUR OWN RISK.

2
configure vendored
View File

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

View File

@ -19,7 +19,7 @@
GETTEXT_PACKAGE = udevil
PACKAGE = udevil
VERSION = 0.2.1+
VERSION = 0.2.2
SHELL = /bin/bash