summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCraig Small <csmall@users.sourceforge.net>2010-07-14 18:25:02 +1000
committerCraig Small <csmall@users.sourceforge.net>2010-07-14 18:25:02 +1000
commita5e6a1b66d1a4c809cd5bf932184755f6172c01e (patch)
tree431eb5ec5ba8de0e4ee401387325d1078c325d31 /ChangeLog
parentb7c8f39594ece0b63b0eb3105476ed14b581ac6d (diff)
configure.ac fixes for peekfd on mipsel and x86_64
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cf03d5..343285f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes in 22.13
+================
+ * configure patch for x86_64 properly applied SF#3029302 by snowman123
+ * patch configure so pt_regs isn't used on SuperH. Fix by
+ Nobuhiro Iwamatsu in Debian #588986
+ * Fixed configure.ac so only mipsel not mips compiles peekfd
+
Changes in 22.12
================
* In fuser, switched the ipv6 and ipv4 checks around Debian #581604