diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2019-12-23 16:06:16 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2019-12-23 16:21:37 +0100 |
commit | 0df0e51b1a48e32ea92d658513ed878b4006a381 (patch) | |
tree | 5da792af7f263a2cb18b69add46b52c4203c1c9d | |
parent | 12870f8bce61bc13c843d014023b0c88efdba994 (diff) | |
download | rpm-setup-0df0e51b1a48e32ea92d658513ed878b4006a381.tar rpm-setup-0df0e51b1a48e32ea92d658513ed878b4006a381.tar.gz rpm-setup-0df0e51b1a48e32ea92d658513ed878b4006a381.tar.bz2 rpm-setup-0df0e51b1a48e32ea92d658513ed878b4006a381.tar.xz rpm-setup-0df0e51b1a48e32ea92d658513ed878b4006a381.zip |
2.452.45
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.45 - 23 December 2019, by Thierry Vignaud + - switch binary payload compression to Zstandard level 19 for faster installations See https://fedoraproject.org/wiki/Changes/Switch_RPMs_to_zstd_compression diff --git a/configure.ac b/configure.ac index 57861e3..418fa46 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.44, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.45, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |