From 01ff8c9df02d6ca967bf8f28854ebe5455e160d8 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Wed, 16 Aug 2006 11:15:57 +0000 Subject: [PATCH] * configure.ac: * NEWS: * README: gnoemoe 2.1.0 released --- ChangeLog | 8 ++++++++ NEWS | 11 +++++++++++ README | 8 ++++---- configure.ac | 2 +- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 53f7e4a..4bfba5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-16-08 Jesse van den Kieboom + + * configure.ac: + * NEWS: + * README: + + gnoemoe 2.1.0 released + 2006-15-08 Jesse van den Kieboom * gnoemoe/gm-pixbuf.c: fixed save/close stock icon when there is no diff --git a/NEWS b/NEWS index e69de29..d51b850 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,11 @@ +============== +gnoemoe 2.1.0 +============== + +New features and fixes +====================== +- Fixed blinking +- Fixed tab close button +- Fixed pasting dialog +- Fixed loading settings +- Fixed save/close button diff --git a/README b/README index fd8d6cd..443e9a6 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is version 2.0.10 of gnoemoe. gnoemoe is a Gnome MOO Client. +This is version 2.1.0 of gnoemoe. gnoemoe is a Gnome MOO Client. GnoeMoe is a full featured Gnome MOO (MUD Object Oriented) Client which aims at integrating in the Gnome desktop as nice as possible adhering the Gnome @@ -42,7 +42,7 @@ The official web site is: You can download the latest gnoemoe tarball from the web site: - http://www.icecrew.nl/software/gnoemoe/download/gnoemoe-2.0.10.tar.gz + http://www.icecrew.nl/software/gnoemoe/download/gnoemoe-2.1.0.tar.gz Installation ============ @@ -57,8 +57,8 @@ gnoemoe requires: Simple install procedure: - % gzip -cd gnoemoe-2.0.10.tar.gz | tar xvf - # unpack the sources - % cd gnoemoe-2.0.10 # change to the toplevel directory + % gzip -cd gnoemoe-2.1.0.tar.gz | tar xvf - # unpack the sources + % cd gnoemoe-2.1.0 # change to the toplevel directory % ./configure # run the `configure' script % make # build gnoemoe [ Become root if necessary ] diff --git a/configure.ac b/configure.ac index 372b54f..96a634e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(gnoemoe, 2.0.10, http://www.icecrew.nl/software/gnoemoe) +AC_INIT(gnoemoe, 2.1.0, http://www.icecrew.nl/software/gnoemoe) AC_CONFIG_SRCDIR(gnoemoe/gm-app.c) AC_CONFIG_MACRO_DIR([m4])