diff --git a/ChangeLog b/ChangeLog index 2e80dac5..08d1e840 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ ChangeLog ********* +2014-05-30 Enrico M. Crisostomo + + release: stable micro release 1.3.4: + + * ChangeLog: Update. + * configure.ac: Bump v. 1.3.4. + * scripts/fswatch-run: Remove a quotation from xargs arguments to run a + command with arguments. + 2014-05-29 Enrico M. Crisostomo release: stable minor release 1.3.3: @@ -12,12 +21,12 @@ ChangeLog - Add section about compatibility issues with v. 0.x. - Add information about fswatch-run in README. * configure.ac: Bump v. 1.3.3. + * scripts/fswatch-run: Add shell script to mimic the behaviour of + earlier fswatch versions and launch the specified command when change + events are received. * fswatch.7: Update man page. * fswatch.cpp: Add -o/--one-per-batch option to print a single message with the number of change events in the current batch. - * fswatch-run: Add shell script to mimic the behaviour of earlier - fswatch versions and launch the specified command when change events - are received. 2014-04-27 Enrico M. Crisostomo diff --git a/configure.ac b/configure.ac index 4725ebc3..2cf8191e 100644 --- a/configure.ac +++ b/configure.ac @@ -18,9 +18,9 @@ # Process this file with autoconf to produce a configure script. # AC_PREREQ([2.69]) -AC_INIT([fswatch], [1.3.3], [enrico.m.crisostomo@gmail.com], [], [https://github.com/alandipert/fswatch]) +AC_INIT([fswatch], [1.3.4], [enrico.m.crisostomo@gmail.com], [], [https://github.com/alandipert/fswatch]) AC_COPYRIGHT([2014 (C) Enrico M. Crisostomo]) -AC_REVISION([$Revision: 1.3.3-1 $]) +AC_REVISION([$Revision: 1.3.4-1 $]) AC_CONFIG_SRCDIR([fswatch.cpp]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADERS([config.h])