gnome-mud r691 - trunk



Author: jordim
Date: Wed Jul 23 22:46:08 2008
New Revision: 691
URL: http://svn.gnome.org/viewvc/gnome-mud?rev=691&view=rev

Log:
2008-07-24  Jordi Mallach  <jordi sindominio net>

	* configure.ac: Release GNOME-Mud 0.11.


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Jul 23 22:46:08 2008
@@ -3,20 +3,20 @@
 
 GNOME-Mud 0.11 (24/07/2008)
 
-GNOME-Mud has gone under a substantian rewrite. Improvements include:
+GNOME-Mud has gone under a substantial rewrite. Improvements include:
 - Proper telnet support including telnet options: TTYPE, NAWS, ECHO, CHARSET
   and EOR [Les, Mart Raudsepp]
 - Full MSP support (Mud Sound Protocol) [Les]
 - ZMP support (core package only at the moment) [Les]
 - Separate input history for all connections [Les]
 - New input widget that dynamically resizes based on amount of text
-  entered [Les]
+  entered [Mart Raudsepp]
 - SOCKS proxy support (version 4 and 5) [Les]
 - Full encoding support including the ability to negotiate text encoding
   (if the server supports the CHARSET telnet option) [Les]
 - Triggers and aliases with perl compatible regular expression matching [Les]
 - Support for profiles [Les]
-- No dependencies on deprecated libraries [Les]
+- No dependencies on deprecated libraries [Les, Mart Raudsepp]
 - Nice new Tango icon [Andreas Nilsson]
 - Added translations:
   + Ukrainian [Maxim Dziumanenko]

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Jul 23 22:46:08 2008
@@ -19,7 +19,7 @@
 dnl Process this file with  autoconf to produce a configure script.
 
 AC_PREREQ(2.52)
-AC_INIT([GNOME-Mud],[0.10.90], [gnome-mud-list gnome org], [gnome-mud])
+AC_INIT([GNOME-Mud],[0.11], [gnome-mud-list gnome org], [gnome-mud])
 AC_CONFIG_SRCDIR(src/gnome-mud.c)
 AC_CANONICAL_TARGET([])
 AM_INIT_AUTOMAKE
@@ -28,7 +28,7 @@
 PKG_PROG_PKG_CONFIG(0.9.0)
 
 dnl Release date on LSM format (date +%d%b%y).
-LSMDATE="12Feb2004"
+LSMDATE="24Jul2008"
 AC_SUBST(LSMDATE)
 
 AM_MAINTAINER_MODE



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]