aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36f8b24..d0420c9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = spec-helper
-VERSION = 0.29.4
+VERSION = 0.29.5
SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE)
SCRIPT_FILES = clean_files clean_perl compress_files strip_and_check_elf_files \
diff --git a/NEWS b/NEWS
index 5ef7eba..cf3d481 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+2008-08-26 Pascal "Pixel" Rigaux <pixel@mandriva.com> 0.29.5
+ * fix regression related to DONT_STRIP when not exported
+
2008-05-16 Pascal "Pixel" Rigaux <pixel@mandriva.com> 0.29.4
* strip_and_check_elf_files: skip check on /usr/lib/debug (#40847)