diff --git a/ChangeLog b/ChangeLog index 17bcf4f..30af196 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/README b/README index 42a1139..a12ad08 100644 --- a/README +++ b/README @@ -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: diff --git a/configure.ac b/configure.ac index b583e6b..bd7f0e5 100644 --- a/configure.ac +++ b/configure.ac @@ -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])