-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d2128a
commit 2430c95
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -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]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]) | ||
|