]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r322: * dh_fixperms: chown symlinks as well as normal files. Closes: #51169.
[debhelper.git] / debian / changelog
index 7591deb653d30272eaae2c6f6ee3d99ce1cd67a3..056d7b104949d94726e3b0a7814eca99b56eb2d0 100644 (file)
@@ -1,3 +1,21 @@
+debhelper (2.0.78) unstable; urgency=low
+
+  * dh_fixperms: chown symlinks as well as normal files. Closes: #51169.
+
+ -- Joey Hess <joeyh@debian.org>  Wed,  1 Dec 1999 13:34:06 -0800
+
+debhelper (2.0.77) unstable; urgency=low
+
+  * dh_suidregister: Fixed a rather esoteric bug: If a file had multiple
+    hard links, and was suid, suidregister detected all the hard links as
+    files that need to be registered. It looped, registering the first
+    link, and then removing its suid bit. This messed up the registration
+    of the other had links, since their permissions were now changed,
+    leading to unpredictable results. The fix is to just not remove suid
+    bits until all files have been registered. 
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 30 Nov 1999 00:26:42 -0800
+
 debhelper (2.0.76) unstable; urgency=low
 
   * dh_installmanpages: