From 313ef4b0cf26196a426ede0d2ffdcec073403af7 Mon Sep 17 00:00:00 2001 From: "Enrico M. Crisostomo" Date: Wed, 4 Jun 2014 16:28:07 +0200 Subject: [PATCH] Bump v. 1.3.5 and update distribution files. --- ChangeLog | 9 +++++++++ NEWS | 12 +++++++++++- configure.ac | 4 ++-- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 08d1e840..9e28d531 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ ChangeLog ********* +2014-06-04 Enrico M. Crisostomo + + release: stable micro release 1.3.5: + + * ChangeLog: Update. + * configure.ac: Bump v. 1.3.5. + * fswatch.cpp: Write usage to standard error when invalid arguments + are specified. + 2014-05-30 Enrico M. Crisostomo release: stable micro release 1.3.4: diff --git a/NEWS b/NEWS index 1c96e467..19bf6183 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ NEWS **** +New in 1.3.5: + + * Fix bug to write usage to standard error when invalid arguments are + specified. + +New in 1.3.4: + + * Fix bug in fswatch-run script to allow arguments to be passed to the + command to run. + New in 1.3.3: * Add -o/--one-per-batch option to print a single message with the number of @@ -10,4 +20,4 @@ New in 1.3.3: New in 1.3.2: - * fswatch has been merged with fsw (https://github.com/emcrisostomo/fsw). \ No newline at end of file + * fswatch has been merged with fsw (https://github.com/emcrisostomo/fsw). diff --git a/configure.ac b/configure.ac index 2cf8191e..52abe898 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.4], [enrico.m.crisostomo@gmail.com], [], [https://github.com/alandipert/fswatch]) +AC_INIT([fswatch], [1.3.5], [enrico.m.crisostomo@gmail.com], [], [https://github.com/alandipert/fswatch]) AC_COPYRIGHT([2014 (C) Enrico M. Crisostomo]) -AC_REVISION([$Revision: 1.3.4-1 $]) +AC_REVISION([$Revision: 1.3.5-1 $]) AC_CONFIG_SRCDIR([fswatch.cpp]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADERS([config.h])