Skip to content

Commit

Permalink
Update changelog and bump version for v2.5.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Apr 17, 2022
1 parent 11b9c88 commit eb3bb94
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion ChangeLog.md
Expand Up @@ -4,6 +4,18 @@ Change Log
All notable changes to the project are documented in this file.


[v2.5.2][] - 2022-04-17
-----------------------

### Changes
- Add printf format attribute hint to all vararg functions. This will
help users of these functions by telling CC what to look for

### Fixes
- Fix `fisdir()` segfault on GNU/Hurd
- Fix `touch)` on Debian/kFreeBSD, use `creat()` instad of `mknod()`


[v2.5.1][] - 2021-12-02
-----------------------

Expand Down Expand Up @@ -463,7 +475,8 @@ problems this may cause!
Initial extraction of frog DNA from [Finit][]. See [README][] for API details.


[UNRELEASED]: https://github.com/troglobit/libite/compare/v2.5.1...HEAD
[UNRELEASED]: https://github.com/troglobit/libite/compare/v2.5.2...HEAD
[v2.5.2]: https://github.com/troglobit/libite/compare/v2.5.1...v2.5.2
[v2.5.1]: https://github.com/troglobit/libite/compare/v2.5.0...v2.5.1
[v2.5.0]: https://github.com/troglobit/libite/compare/v2.4.1...v2.5.0
[v2.4.1]: https://github.com/troglobit/libite/compare/v2.4.0...v2.4.1
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(libite, 2.5.1, https://github.com/troglobit/libite/issues)
AC_INIT(libite, 2.5.2, https://github.com/troglobit/libite/issues)
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
AM_SILENT_RULES([yes])
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Expand Up @@ -2,7 +2,7 @@ lib_LTLIBRARIES = libite.la

libite_la_CPPFLAGS = -D_GNU_SOURCE
libite_la_CFLAGS = -W -Wall -Wextra
libite_la_LDFLAGS = $(AM_LDFLAGS) -version-info 8:1:3
libite_la_LDFLAGS = $(AM_LDFLAGS) -version-info 8:2:3
libite_la_SOURCES = chomp.c copyfile.c \
conio.c conio.h dir.c \
erasef.c fopenf.c fremove.c \
Expand Down

0 comments on commit eb3bb94

Please sign in to comment.