* configure.ac:

* NEWS:
	* README:

	gnoemoe 2.1.0 released
This commit is contained in:
Jesse van den Kieboom 2006-08-16 11:15:57 +00:00
parent b3d9357162
commit 01ff8c9df0
4 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,11 @@
2006-16-08 Jesse van den Kieboom <jesse@icecrew.nl>
* configure.ac:
* NEWS:
* README:
gnoemoe 2.1.0 released
2006-15-08 Jesse van den Kieboom <jesse@icecrew.nl>
* gnoemoe/gm-pixbuf.c: fixed save/close stock icon when there is no

11
NEWS
View File

@ -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

8
README
View File

@ -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 ]

View File

@ -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])