diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-05-14 08:55:40 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-05-14 08:55:40 +0000 |
commit | fe3b0085969fc9f402c2f4233bfbf8e655e25b26 (patch) | |
tree | c348e2e2c85f6388d723756b38790d88111f9923 | |
parent | ddc48153a58b1f8f852ba6610802effc7d94c6c5 (diff) | |
download | spec-helper-fe3b0085969fc9f402c2f4233bfbf8e655e25b26.tar spec-helper-fe3b0085969fc9f402c2f4233bfbf8e655e25b26.tar.gz spec-helper-fe3b0085969fc9f402c2f4233bfbf8e655e25b26.tar.bz2 spec-helper-fe3b0085969fc9f402c2f4233bfbf8e655e25b26.tar.xz spec-helper-fe3b0085969fc9f402c2f4233bfbf8e655e25b26.zip |
new versionv0.29.3
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = spec-helper -VERSION = 0.29.2 +VERSION = 0.29.3 SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = clean_files clean_perl compress_files strip_and_check_elf_files \ @@ -1,5 +1,10 @@ +2008-05-14 Guillaume Rousse <guillomovitch@mandriva.org> 0.29.3 + * fix regression related to symlinks introduced in previous release + (spotted by Anssi) + 2008-05-14 Guillaume Rousse <guillomovitch@mandriva.org> 0.29.2 * fix blocking issue with special files in fix_eol + (spotted by Pixel) 2008-05-08 Guillaume Rousse <guillomovitch@mandriva.org> 0.29.1 * large compress_file cleanup, replacing external commands |