Skip to content

Commit 8120492

Browse files
committed
Update changelogs and bump version for v2.5.1
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 2065165 commit 8120492

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

ChangeLog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Change Log
44
All notable changes to the project are documented in this file.
55

66

7+
[v2.5.1][] - 2021-12-02
8+
-----------------------
9+
10+
Debian-only fix.
11+
12+
### Fixes
13+
- Use `dh_link(1)` to install `/usr/include/lite -> libite/`. The
14+
symlink created by libite installer itself is not kept.
15+
16+
717
[v2.5.0][] - 2021-11-30
818
-----------------------
919

@@ -453,7 +463,8 @@ problems this may cause!
453463
Initial extraction of frog DNA from [Finit][]. See [README][] for API details.
454464

455465

456-
[UNRELEASED]: https://github.com/troglobit/libite/compare/v2.4.1...HEAD
466+
[UNRELEASED]: https://github.com/troglobit/libite/compare/v2.5.1...HEAD
467+
[v2.5.1]: https://github.com/troglobit/libite/compare/v2.5.0...v2.5.1
457468
[v2.5.0]: https://github.com/troglobit/libite/compare/v2.4.1...v2.5.0
458469
[v2.4.1]: https://github.com/troglobit/libite/compare/v2.4.0...v2.4.1
459470
[v2.4.0]: https://github.com/troglobit/libite/compare/v2.3.1...v2.4.0

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(libite, 2.5.0, https://github.com/troglobit/libite/issues)
1+
AC_INIT(libite, 2.5.1, https://github.com/troglobit/libite/issues)
22
AC_CONFIG_AUX_DIR(aux)
33
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
44
AM_SILENT_RULES([yes])

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libite (2.5.1) stable; urgency=medium
2+
3+
* Use dh_link(1) to install `/usr/include/lite -> libite/`.
4+
5+
-- Joachim Wiberg <[email protected]> Thu, 02 Dec 2021 00:08:41 +0100
6+
17
libite (2.5.0) stable; urgency=medium
28

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

0 commit comments

Comments
 (0)