Skip to content

Commit

Permalink
Update changelog and bump version for v2.5.3 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 8, 2023
1 parent 311288e commit 34097d3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
13 changes: 8 additions & 5 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ Change Log
All notable changes to the project are documented in this file.


[v2.5.3][UNRELEASED]
[v2.5.3][] - 2023-04-08
-----------------------

### Fixes
### Changes
- Refactor `copyfile()` unit test and verify number of bytes copied
- Add missing `rsync()` unit test to ensure proper function

- rsync does not copy single files correctly
- copyfile does not handle empty source files correctly (error)
- copyfile does not properly create destination dir
### Fixes
- `rsync()` does not copy single files correctly
- `copyfile()` does not handle empty source files correctly (error)
- `copyfile()` does not properly create destination dir


[v2.5.2][] - 2022-04-17
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(libite, 2.5.3-pre, https://github.com/troglobit/libite/issues)
AC_INIT(libite, 2.5.3, 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
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
libite (2.5.3) stable; urgency=medium

* rsync() does not copy single files correctly
* copyfile() does not handle empty source files correctly (error)
* copyfile() does not properly create destination dir
* Add printf format attribute hint to all vararg functions
* Fix fisdir() segfault on GNU/Hurd
* Fix touch() on Debian/kFreeBSD, use creat() instad of mknod()

-- Joachim Wiberg <troglobit@gmail.com> Sat, 08 Apr 2023 07:04:00 +0200

libite (2.5.1) stable; urgency=medium

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

0 comments on commit 34097d3

Please sign in to comment.