diff options
author | Guillaume Rousse <guillomovitch@gmail.com> | 2018-08-04 11:40:39 +0200 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@gmail.com> | 2018-08-04 11:40:39 +0200 |
commit | ae70c21d9ad5a200fa27259f0b4608981b1cccdc (patch) | |
tree | 4645b2a84453823b0502f53add095945432c8e4e | |
parent | 74dda3621199abf403c9e93cac064b8f6c171dc3 (diff) | |
download | spec-helper-ae70c21d9ad5a200fa27259f0b4608981b1cccdc.tar spec-helper-ae70c21d9ad5a200fa27259f0b4608981b1cccdc.tar.gz spec-helper-ae70c21d9ad5a200fa27259f0b4608981b1cccdc.tar.bz2 spec-helper-ae70c21d9ad5a200fa27259f0b4608981b1cccdc.tar.xz spec-helper-ae70c21d9ad5a200fa27259f0b4608981b1cccdc.zip |
bump release0.31.16
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = spec-helper -VERSION = 0.31.14 +VERSION = 0.31.16 SCRIPT_FILES = clean_files clean_perl compress_files check_elf_files check_desktop_files\ lib_symlinks fix_mo translate_menu \ @@ -1,3 +1,7 @@ +2018-08-04 Guillaume Rousse <guillomovitch@zarb.org> 0.31.16 + * fix typo from previous release + * add check_desktop_files to the tests list + 2018-08-04 Guillaume Rousse <guillomovitch@zarb.org> 0.31.15 * exclude session files from desktop file validation * cosmetic cleanup |