Skip to content

Commit

Permalink
Update changelog and bump version for v2.6.1 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 Oct 15, 2023
1 parent 68bc83f commit 960e7f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion ChangeLog.md
Expand Up @@ -4,6 +4,13 @@ Change Log
All notable changes to the project are documented in this file.


[v2.6.1][] - 2023-10-15
-----------------------

### Fixes
- FTBFS uClibc and musl libc, `lite.h` missing `stdarg.h` include


[v2.6.0][] - 2023-09-17
-----------------------

Expand Down Expand Up @@ -504,7 +511,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.3...HEAD
[UNRELEASED]: https://github.com/troglobit/libite/compare/v2.6.1...HEAD
[v2.6.1]: https://github.com/troglobit/libite/compare/v2.6.0...v2.6.1
[v2.6.0]: https://github.com/troglobit/libite/compare/v2.5.3...v2.6.0
[v2.5.3]: https://github.com/troglobit/libite/compare/v2.5.2...v2.5.3
[v2.5.2]: https://github.com/troglobit/libite/compare/v2.5.1...v2.5.2
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(libite, 2.6.0, https://github.com/troglobit/libite/issues)
AC_INIT(libite, 2.6.1, 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

0 comments on commit 960e7f6

Please sign in to comment.