Skip to content

Commit

Permalink
Update changelogs and bump version for v2.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Dec 1, 2021
1 parent 2065165 commit 8120492
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
13 changes: 12 additions & 1 deletion ChangeLog.md
Expand Up @@ -4,6 +4,16 @@ Change Log
All notable changes to the project are documented in this file.


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

Debian-only fix.

### Fixes
- Use `dh_link(1)` to install `/usr/include/lite -> libite/`. The
symlink created by libite installer itself is not kept.


[v2.5.0][] - 2021-11-30
-----------------------

Expand Down Expand Up @@ -453,7 +463,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.4.1...HEAD
[UNRELEASED]: https://github.com/troglobit/libite/compare/v2.5.1...HEAD
[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
[v2.4.0]: https://github.com/troglobit/libite/compare/v2.3.1...v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(libite, 2.5.0, https://github.com/troglobit/libite/issues)
AC_INIT(libite, 2.5.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
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
libite (2.5.1) stable; urgency=medium

* Use dh_link(1) to install `/usr/include/lite -> libite/`.

-- Joachim Wiberg <troglobit@gmail.com> Thu, 02 Dec 2021 00:08:41 +0100

libite (2.5.0) stable; urgency=medium

* Header files have moved from `lite/*.h` to `libite/*.h` to prevent
Expand Down

0 comments on commit 8120492

Please sign in to comment.