gnome-mud r767 - trunk



Author: jordim
Date: Fri Feb 27 16:17:50 2009
New Revision: 767
URL: http://svn.gnome.org/viewvc/gnome-mud?rev=767&view=rev

Log:
2009-02-27  Jordi Mallach  <jordi sindominio net>

	* NEWS: Updated for 0.11.2.

	* configure.ac: Stop generating a .lsm file for ibiblio.
	* gnome-mud.lsm.in: Removed.

	* configure.ac: Release gnome-mud 0.11.2.


Removed:
   trunk/gnome-mud.lsm.in
Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Fri Feb 27 16:17:50 2009
@@ -14,6 +14,8 @@
 - Disable several options from the UI if no connection is active [Les]
 - Fix many memory leaks throughout the codebase [Les]
 - Remove several obsolete preference items [Les]
+- Optimizations for MCCP code [Les]
+- Update credits dialog [Jordi]
 - Several other bugfixes
 - Translations:
   + Catalan [Jordi Mallach]

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Fri Feb 27 16:17:50 2009
@@ -1,6 +1,6 @@
 dnl Configuration for GNOME-Mud -- a MUD client for the GNOME Desktop
 dnl
-dnl Copyright (C) 1999,2000,2001,2002,2003,2004,2005 Free Software Foundation, Inc.
+dnl Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2008,2009 Free Software Foundation, Inc.
 dnl
 dnl GNOME-Mud is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
 dnl Process this file with  autoconf to produce a configure script.
 
 AC_PREREQ(2.52)
-AC_INIT([GNOME-Mud],[0.11.1], [gnome-mud-list gnome org], [gnome-mud])
+AC_INIT([GNOME-Mud],[0.11.2], [gnome-mud-list gnome org], [gnome-mud])
 AC_CONFIG_SRCDIR(src/gnome-mud.c)
 AC_CANONICAL_TARGET([])
 AM_INIT_AUTOMAKE
@@ -27,10 +27,6 @@
 
 PKG_PROG_PKG_CONFIG(0.9.0)
 
-dnl Release date on LSM format (date +%d%b%y).
-LSMDATE="16Feb2009"
-AC_SUBST(LSMDATE)
-
 AM_MAINTAINER_MODE
 
 IT_PROG_INTLTOOL([0.35.0])
@@ -143,7 +139,6 @@
 
 AC_CONFIG_FILES([
   Makefile
-  gnome-mud.lsm
   gnome-mud.spec
   data/Makefile
   data/icons/Makefile



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