changeset 1364:9acb446fa106 rel-0_6_16_0

Bump version to 0.6.16.0, update release notes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Mar 2011 03:38:22 +0200
parents 5f794815f4af
children 0cd6a973e6ab
files README.txt docs/manual.sgml ggrtf.tf
diffstat 3 files changed, 16 insertions(+), 44 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Mon Mar 21 03:28:50 2011 +0200
+++ b/README.txt	Mon Mar 21 03:38:22 2011 +0200
@@ -3,12 +3,25 @@
 (C) Copyright 2004-2011 Matti Hamalainen (Ggr Pupunen) & others
 
 
-Release Notes for v0.6.15.3
+Release Notes for v0.6.16.0
 ---------------------------
 This is the v0.7.0 DEVELOPMENT branch! It is unstable and probably
 will occasionally be broken intentionally. Complaints about any
 breakage can be directed to /dev/null.
 
+
+Changes from v0.6.15.x:
+
+ * Various improvements and fixes in alchemist module.
+
+ * Support for changes in flower BatMUD's round flag, etc.
+
+ * Some internal changes in the core, including separation of
+   skill/spell "stopped" and "interrupted" events.
+
+ * A number of bugfixes and documentation improvements.
+
+
 Changes from v0.6.14.3:
 
  * Support for few recent changes in flower BatMUD.
@@ -49,47 +62,6 @@
  * Various cleanups and bugfixes.
 
 
-Most important changes from v0.6.9.15 and earlier are:
-
- * TinyFugue 4 support has been dropped, TF5 is now required.
-   TF version 5.0 beta8 or later is recommended.
-
- * Module names have been changed, you will need to update
-   your tfrc! Mostly renamed from ggrtf-*.tf to gm-*.tf
-
- * "Misc" (ggrtf-misc.tf) module has been merged into the
-   core system, so it does not exist separately anymore.
-
- * /info option setting has been removed, see manual and
-   /gprompt for how this is handled now.
-
- * Some reagent pouch manager commands have changed slightly,
-   and two new commands have been added.
-
- * Some merchant module commands have changed in syntax,
-   also new features and commands have been added.
-
- * Prompt handling has changed, you will need to change your
-   BatMUD 'prompt'. Read the manual for new settings.
-
- * New gm-tgtcast.tf (GgrTF::TargettedCast) module for
-   keyboard numpad cast targetting was implemented. The
-   mage, conjurer and tarma modules support it optionally.
-   See manual for details.
-
- * Party prots tracker supports 'show effects' now.
-   (Which is already redundant, with the new 'party prots'
-   command added in BatMUD. :( ...)
-
- * Curse tracker works again, and supports multiple targets, etc.
-
- * Heartbeat and tick prediction, supports also stethoscopes,
-   but can function (although more inaccurately) without one.
-   Refer to manual for more information.
-
- * And much more. See ChangeLog for the confusing details.
-
-
 Important URLs
 --------------
 GgrTF homepage: http://tnsp.org/~ccr/ggrtf/
--- a/docs/manual.sgml	Mon Mar 21 03:28:50 2011 +0200
+++ b/docs/manual.sgml	Mon Mar 21 03:38:22 2011 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "/usr/share/xml/docbook/schema/dtd/4.3/docbookx.dtd">
 <!-- Define some entities
-<!ENTITY ggrtfver "0.6.15.4">
+<!ENTITY ggrtfver "0.6.16.0">
 <!ENTITY finger "<ulink url='http://www.bat.org/char/$1'>$1</ulink>">
 <!ENTITY jeskko "<ulink url='http://jeskko.pupunen.net/'>Jarkko Vääräniemi</ulink> (&finger Jeskko;)">
 <!ENTITY ggr "<ulink url='http://tnsp.org/~ccr/'>Matti Hämäläinen</ulink> (&finger Ggr;)">
--- a/ggrtf.tf	Mon Mar 21 03:28:50 2011 +0200
+++ b/ggrtf.tf	Mon Mar 21 03:38:22 2011 +0200
@@ -2,7 +2,7 @@
 ;; GgrTF - A TinyFugue script for BatMUD
 ;; (C) Copyright 2004-2011 Matti Hämäläinen (Ggr Pupunen)
 ;;
-/set ggrtf_ver=0.6.15.5
+/set ggrtf_ver=0.6.16.0
 ;;
 ;; This triggerset is Free Software distributed under
 ;; GNU General Public License version 2.