mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Bump version to 0.47
This commit is contained in:
parent
505ae08add
commit
572d184e54
|
|
@ -1,4 +1,8 @@
|
|||
lrzip ChangeLog
|
||||
OCTOBER 2010, version 0.47, Con Kolivas
|
||||
* Fix the symlinking problem when DESTDIR is in use reported by a billion
|
||||
people.
|
||||
|
||||
MAY 2010, version 0.46, Con Kolivas, Ed Avis.
|
||||
* Suppress final [OK] message with -q flag EA
|
||||
* Handle mkstemp() errors correctly EA
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT([lrzip],[0.46],[kernel@kolivas.org],[lrzip-0.46])
|
||||
AC_INIT([lrzip],[0.47],[kernel@kolivas.org],[lrzip-0.47])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
# see what our system is!
|
||||
AC_CANONICAL_HOST
|
||||
|
|
|
|||
Loading…
Reference in a new issue