Skip to content

Commit 68575f8

Browse files
committed
Bump version to 1.2
1 parent 6616d93 commit 68575f8

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

ChangeLog

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
2012-04-99 Keith Winstein <[email protected]>
1+
2012-04-26 Keith Winstein <[email protected]>
22

33
* Version 1.2 released.
44

55
* Remove Boost as a dependency (Keegan McAllister)
66

7+
* Add support for FreeBSD, Cygwin, RHEL/CentOS 5, OS X 10.5 on PPC.
8+
9+
* More verbose and helpful diagnostics. Server now has -v flag.
10+
11+
* Client now has --ssh= flag to set SSH options (like port)
12+
713
* Remove skalibs as a dependency on Debian/Ubuntu (Keegan McAllister)
814

915
* Now passes locale-related env vars over the connection
@@ -16,15 +22,11 @@
1622

1723
* Now prints message of the day
1824

19-
* Add support for FreeBSD, Cygwin, RHEL/CentOS 5, OS X 10.5 on PPC.
20-
2125
* Use binary hardening flags where available (Keegan McAllister)
2226

2327
* Responsiveness and CPU-usage improvements
2428

25-
* Several terminal-emulation bug fixes
26-
27-
* More verbose and helpful diagnostics. Server now has -v flag.
29+
* Several terminal-emulation improvements and bug fixes
2830

2931
2012-04-03 Keith Winstein <[email protected]>
3032

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2012-04-26
2+
----------
3+
4+
* Version 1.2 released
5+
16
2012-03-22
27
----------
38

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.61])
5-
AC_INIT([mosh], [1.1.99b], [[email protected]])
5+
AC_INIT([mosh], [1.2], [[email protected]])
66
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
77
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
88
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mosh (1.2-1) unstable; urgency=low
2+
3+
* Version 1.2 released.
4+
5+
-- Keith Winstein <[email protected]> Thu, 26 Apr 2012 01:35:59 -0400
6+
17
mosh (1.1.99b-1) unstable; urgency=low
28

39
* Update THANKS and copyright information

scripts/mosh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU General Public License
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

19-
my $MOSH_VERSION = '1.1.99b';
19+
my $MOSH_VERSION = '1.2';
2020

2121
use warnings;
2222
use strict;

0 commit comments

Comments
 (0)