summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-04-21 23:22:22 +0200
committerDidier Raboud <odyx@debian.org>2016-04-21 23:22:32 +0200
commit58ca6ca74c778103780dfdc2e7d0cc6817234ad9 (patch)
tree55b8af67c1ce0634996240b3afb7b70c652793cb
parentd4cb32f65a9812ef6704826e0cb2a51327741e0c (diff)
win32-loader 0.8.0 Debian release
-rw-r--r--debian/changelog22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b0ba09f..a0d14f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+win32-loader (0.8.0) unstable; urgency=low
+
+ * The « Κρυπτεία σκυτάλη » release
+
+ * Refresh the crypto management code:
+ - Replace the sha1sum.c NSIS with a more generic libgcrypt_hash.c plugin,
+ therefore Build-Depend on libgcrypt-mingw-w64-dev for static linking, and
+ add these to the Built-Using list
+ - Rewrite the NSIS code to be more hash-independent
+ - Use SHA256SUMS instead of MD5SUMS everywhere possible (Closes: #818604)
+ - Remove all MD5-checking code
+
+ * Bump Build-Depends against nsis to 2.48 as it fixes a privilege escalation
+ in generated installers
+ * Update the non-Linux comments for the stretch release
+ * Lift constraint on Windows versions; all >= Win7 versions use bcdedit.exe
+ apparently (Closes: #775055)
+ * Specify msgid-bugs-address in xgettext call to avoid noisy diffs
+ * Bump Standards-Version to 3.9.8 without changes needed
+
+ -- Didier Raboud <odyx@debian.org> Thu, 21 Apr 2016 23:22:22 +0200
+
win32-loader (0.7.14) unstable; urgency=medium
[ Colin Watson ]