summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Hood <cgull@glup.org>2017-01-05 00:11:59 -0500
committerJohn Hood <cgull@glup.org>2017-01-05 00:14:36 -0500
commitdf07c40b84878d329bfe80fcf5d8bda5d872c8cb (patch)
tree332dacc3d464df596e3b17e96e288baf8900f635
parent0ceb4f26f4bf10656ea55f72e2388159c761d737 (diff)
Update release notes.
-rw-r--r--ChangeLog1
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 239883b..d5b1f87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,7 @@
* Check for presence of clock_gettime() for OS X, where
the symbol may not be resolved on older OS X versions. (John
Hood)
+ * Fix a memory alignment issue in OCB with ARM/Neon. (Carlos Cabanero)
* Other minor platform compatibility fixes for Mosh
sources and tests. (John Hood)
diff --git a/debian/changelog b/debian/changelog
index 1d3accd..5040fe0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ mosh (1.3.0-rc1) unstable; urgency=low
* Check for presence of clock_gettime() for OS X, where
the symbol may not be resolved on older OS X versions. (John
Hood)
+ * Fix a memory alignment issue in OCB with ARM/Neon. (Carlos Cabanero)
* Other minor platform compatibility fixes for Mosh
sources and tests. (John Hood)