Bump version to 1.1.1
This commit is contained in:
@@ -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>
|
||||
|
||||
* Version 1.1 released (stable release).
|
||||
|
||||
Vendored
+12
@@ -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
|
||||
|
||||
* Version 1.1 released
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# 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 strict;
|
||||
|
||||
Reference in New Issue
Block a user