Bump version to 1.1.1

This commit is contained in:
Keith Winstein
2012-03-26 19:20:11 -04:00
parent 874d74a06f
commit 36ae0059c2
3 changed files with 23 additions and 1 deletions
+10
View File
@@ -1,3 +1,13 @@
2012-03-27 Keith Winstein <mosh-devel@mit.edu>
* Version 1.1.1 released.
* Fix spec file and build failure on Fedora.
* Print out error message properly on fatal_assert().
* Support for machines without posix_memalign().
2012-03-22 Keith Winstein <mosh-devel@mit.edu> 2012-03-22 Keith Winstein <mosh-devel@mit.edu>
* Version 1.1 released (stable release). * Version 1.1 released (stable release).
+12
View File
@@ -1,3 +1,15 @@
mosh (1.1.1-1) unstable; urgency=low
* Version 1.1.1 released.
* Fix spec file and build failure on Fedora.
* Print out error message properly on fatal_assert().
* Support for machines without posix_memalign().
-- Keith Winstein <keithw@mit.edu> Tue, 27 Mar 2012 01:18:26 +0200
mosh (1.1-1) unstable; urgency=low mosh (1.1-1) unstable; urgency=low
* Version 1.1 released * Version 1.1 released
+1 -1
View File
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
my $MOSH_VERSION = '1.1'; my $MOSH_VERSION = '1.1.1';
use warnings; use warnings;
use strict; use strict;