Skip to content

Commit

Permalink
Prepare for v2.5.3 bug fix 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 2, 2023
1 parent 4e9b5c1 commit 837c3f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog.md
Expand Up @@ -4,6 +4,16 @@ Change Log
All notable changes to the project are documented in this file.


[v2.5.3][UNRELEASED]
-----------------------

### 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
@@ -1,4 +1,4 @@
AC_INIT(libite, 2.5.2, https://github.com/troglobit/libite/issues)
AC_INIT(libite, 2.5.3-pre, 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 837c3f2

Please sign in to comment.