summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>2014-04-05 11:45:37 +0200
committerHelge Deller <deller@gmx.de>2014-04-05 12:53:50 +0200
commit610203dc66428779075cb22c6e8c796c3125e781 (patch)
treeb3563ea9089497b4540ab7a8397d8f0459fbb098
parentc7de22b4f6c9369e42e9fe435888b2daea077199 (diff)
downloadpalo-610203dc66428779075cb22c6e8c796c3125e781.tar.gz
Update debian/changelog for palo 1.94.
-rw-r--r--debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index be851de..baccf7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+palo (1.94) unstable; urgency=medium
+
+ [ Helge Deller ]
+ * Fix build on non-Linux kernels.
+ * Provide possibility to configure used MAKE tool via environment
+ variable. Since palo requires GNU make, this gives an option to
+ set MAKE=gnumake on HP-UX.
+ * Disable getopt library on HP-UX.
+ * Do not hardcode gcc compiler in Makefile, e.g. on HP-UX
+ aCC can be used.
+ * Use printf("0x%08x") instead of printf("%p"), which is not
+ supported on HP-UX.
+ * Provide endianess byteswapping functions for HP-UX.
+ * Provide pre-built README file to avoid dependency on lynx.
+
+ [ John Paul Adrian Glaubitz ]
+ * Remove boiler plate comment and fix wording in debian/rules.
+
+ -- Helge Deller <deller@gmx.de> Sat, 05 Apr 2014 11:31:51 +0200
+
palo (1.93) unstable; urgency=medium
[Helge Deller]