aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGravatar John Hood <cgull@glup.org>2015-06-26 18:28:46 -0400
committerGravatar John Hood <cgull@glup.org>2015-06-26 18:28:46 -0400
commit8905127ef6ad2a8d88630c8367ab135bd47ad174 (patch)
treeccab2833ad8bb9e5bc9be6993de5f0d1d2deb81b /debian
parentdee1a2eecc9a2355d1818205292e403143fc0554 (diff)
Bump version to 1.2.4.95rc2 (1.2.5 release candidate.)
Signed-off-by: John Hood <cgull@glup.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog28
1 files changed, 19 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index f336071..77e4e90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,28 +1,38 @@
-mosh (1.2.4.95rc1-1) unstable; urgency=low
+mosh (1.2.4.95rc2-1) unstable; urgency=low
* Version 1.2.5 release candidate.
* New features:
- * Bind to a specific IP address with --bind-server. (Philipp Haselwarter)
- * MOSH_ESCAPE_KEY configures escape character. (Timo J. Rinne)
+ * Bind to a specific IP address with --bind-server. (Philipp
+ Haselwarter)
+ * MOSH_ESCAPE_KEY configures escape character. (Timo
+ J. Rinne)
* Support non-roaming IPv6. (Anders Kaseorg)
- * Implement XTerm mouse mode. (Barosl LEE, Andrew Chin, Louis Kruger)
- * Report Git revision along with version if available. (John Hood)
+ * Implement XTerm mouse mode. (Barosl LEE, Andrew Chin,
+ Louis Kruger)
+ * Report Git revision along with version if available.
+ (John Hood)
* Platform support:
* Add pselect() emulation. (Jérémie Courrèges-Anglas)
- * OpenBSD, OS X: Fix be64toh-related issues. (Jérémie Courrèges-Anglas)
+ * OpenBSD, OS X: Fix be64toh-related issues. (Jérémie
+ Courrèges-Anglas)
* ARM Neon: fix gcc4.8 compiling problem(Pasi Sjöholm)
- * NaCl: Conditionally rename main to mosh_main. (Richard Woodbury)
+ * NaCl: Conditionally rename main to mosh_main. (Richard
+ Woodbury)
* FreeBSD: Token pasting, forkpty(), ARM fixes. (John Hood)
* AIX: Implement CTTY grabbing when TIOCSCTTY is missing
(Anton Lundin)
+ * OS X: Broaden build support to cover OS X 10.5 through
+ 10.10. (John Hood)
+ * Debian: Improve bash-completion install and
+ functionality. (Suggested by Gabriel Filion, John Hood)
* Bug fixes:
* Automake/autoconf workarounds. (Anders Kaseorg)
* mosh-server: Allow startup without PTY. (Keith Winstein)
- * network.cc: Properly close old fd on Socket assignment operator.
- (Thanks to Igor Bukanov)
+ * network.cc: Properly close old fd on Socket assignment
+ operator. (Thanks to Igor Bukanov)
* mosh-server: Allow startup with zero-window-size PTY.
(Igor Bukanov)
* AddrInfo: Fix error message generation when node == NULL