From df07c40b84878d329bfe80fcf5d8bda5d872c8cb Mon Sep 17 00:00:00 2001 From: John Hood Date: Thu, 5 Jan 2017 00:11:59 -0500 Subject: [PATCH] Update release notes. --- ChangeLog | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) 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)