finalize 0.3.5

This commit is contained in:
IgnorantGuru 2012-11-24 04:56:23 -07:00
parent 791328f487
commit 5ef03aab2e
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
0.3.4+
0.3.5 2012-11-24:
ftpfs limit attempts on none #14
handle mount point trailing space #12
update russian translation

6
README
View File

@ -1,4 +1,4 @@
README for udevil v0.3.4+
README for udevil v0.3.5
For updates and instructions visit:
@ -273,8 +273,8 @@ ENABLE KERNEL POLLING
userspace polling. Kernel polling also corrects a common issue where the
eject button on a drive won't respond with the newer udev.
To use kernel polling, your Linux kernel needs to be 2.6.38 or newer, and
udev must be version 173 or newer.
To use kernel polling, your Linux kernel may need to be 2.6.38 or newer,
and udev may need to be version 173 or newer.
TO DETERIME IF KERNEL POLLING IS ENABLED, run these commands:

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.4+)
AM_INIT_AUTOMAKE(udevil, 0.3.5)
AC_PROG_INTLTOOL([0.21])