chiark / gitweb /
scandir type fix
[chiark-utils.git] / debian / changelog
index a3aff07148eb489c0752ededceef1e71f915d2a5..64babeea81c667b6fa7ba99e17b874b3c97e0d7e 100644 (file)
@@ -1,5 +1,9 @@
 chiark-utils (4.1.31~~iwj) unstable; urgency=low
 
+  * watershed now installs its head doc comment in
+    /usr/share/doc/chiark-utils-bin/watershed.txt.
+    This is apropos of #659989 but is of course not a proper fix.
+
   * chiark-backup Suggests chiark-utils-bin, not the nonexistent
     chiark-cprogs (for `summer').
 
@@ -16,8 +20,10 @@ chiark-utils (4.1.31~~iwj) unstable; urgency=low
     - Option -debug produces some debugging output.
     - In the code, rename pix_... variables to be named after the meaning
       rather than the default colour.
-    - Get rid of some signed/unsigned warnings.
 
+  * Fix the type of a callback function passed to scandir, to expect
+    struct dirent**'s rather than void*'s.
+  * Add -Wno-pointer-sign to gcc warning options.
   * Fix the build-depends to refer to nettle-dev not libnettle-dev.
   * Add ${misc:Depends} to Depends: lines.  Causes no change to the .debs.
   * Switch to git.  Move .cvsignores to .gitignore, etc.