Skip to content

Commit

Permalink
Bump v. 1.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed May 30, 2014
1 parent 3d2128a commit 2430c95
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
ChangeLog
*********

2014-05-30 Enrico M. Crisostomo <[email protected]>

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

release: stable minor release 1.3.3:
Expand All @@ -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 <[email protected]>

Expand Down
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.3], [[email protected]], [], [https://github.com/alandipert/fswatch])
AC_INIT([fswatch], [1.3.4], [[email protected]], [], [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])
Expand Down

0 comments on commit 2430c95

Please sign in to comment.