chiark / gitweb /
scandir type fix
[chiark-utils.git] / debian / changelog
index 5c5ee0f9c15f43da6907033ec6f6b27ccabda710..64babeea81c667b6fa7ba99e17b874b3c97e0d7e 100644 (file)
@@ -21,6 +21,9 @@ chiark-utils (4.1.31~~iwj) unstable; urgency=low
     - In the code, rename pix_... variables to be named after the meaning
       rather than the default colour.
 
+  * 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.