Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Sep 25, 2018
1 parent 50b8a56 commit ce1118b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
############################################################################

ifeq ($(wildcard .git),)
VERSION := 1.2.3
VERSION := 1.2.4
else
VERSION := $(shell git describe --always)
endif
Expand Down
13 changes: 13 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
===


1.2.4
-----

**September 24, 2018**

- GNU find compatibility fixes for `-printf`:
- `%Y` now prints `?` if an error occurs resolving the link
- `%B` is now supported for birth/creation time (as well as `%W`/`%w`)
- All standard `strftime()` formats are supported, not just the ones from the GNU find manual
- Optimizations are now re-run if any expressions are reordered
- `-exec` and friends no longer leave zombie processes around when `exec()` fails


1.2.3
-----

Expand Down
2 changes: 1 addition & 1 deletion bfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define BFS_H

#ifndef BFS_VERSION
# define BFS_VERSION "1.2.3"
# define BFS_VERSION "1.2.4"
#endif

#ifndef BFS_HOMEPAGE
Expand Down

0 comments on commit ce1118b

Please sign in to comment.