-
Notifications
You must be signed in to change notification settings - Fork 736
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: John Hood <[email protected]>
- Loading branch information
Showing
4 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
2015-06-?? Keith Winstein <[email protected]> | ||
2015-07-12 Keith Winstein <[email protected]> | ||
|
||
* Version 1.2.5 released. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.61]) | ||
AC_INIT([mosh], [1.2.4.95rc2], [[email protected]]) | ||
AC_INIT([mosh], [1.2.5], [[email protected]]) | ||
AM_INIT_AUTOMAKE([foreign -Wall -Werror]) | ||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
mosh (1.2.5-1) unstable; urgency=low | ||
|
||
* Version 1.2.5 released. | ||
|
||
-- Keith Winstein <[email protected]> Sun, 12 Jul 2015 12:42:00 -0400 | ||
|
||
mosh (1.2.4.95rc2-1) unstable; urgency=low | ||
|
||
* Version 1.2.5 release candidate. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: mosh | ||
Version: 1.2.4.95rc2 | ||
Version: 1.2.5 | ||
Release: 1%{?dist} | ||
Summary: Mobile shell that supports roaming and intelligent local echo | ||
|
||
|
@@ -52,6 +52,9 @@ make install DESTDIR=$RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Sun Jul 12 2015 John Hood <[email protected]> - 1.2.5-1 | ||
- Update to mosh 1.2.5 | ||
|
||
* Fri Jun 26 2015 John Hood <[email protected]> - 1.2.4.95rc2-1 | ||
- Update to mosh 1.2.4.95rc2 | ||
|
||
|