Skip to content

Commit

Permalink
Bump v. 1.3.5 and update distribution files.
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed Jun 4, 2014
1 parent 09e11be commit 313ef4b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
ChangeLog
*********

2014-06-04 Enrico M. Crisostomo <[email protected]>

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 <[email protected]>

release: stable micro release 1.3.4:
Expand Down
12 changes: 11 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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).
* fswatch has been merged with fsw (https://github.com/emcrisostomo/fsw).
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
# Process this file with autoconf to produce a configure script.
#
AC_PREREQ([2.69])
AC_INIT([fswatch], [1.3.4], [[email protected]], [], [https://github.com/alandipert/fswatch])
AC_INIT([fswatch], [1.3.5], [[email protected]], [], [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])
Expand Down

0 comments on commit 313ef4b

Please sign in to comment.