# HG changeset patch # User Matti Hamalainen # Date 1300671502 -7200 # Node ID 9acb446fa1065019f6b1aab2632f4056aeecd253 # Parent 5f794815f4afdeab5966bce63ddcecb8a884ff00 Bump version to 0.6.16.0, update release notes. diff -r 5f794815f4af -r 9acb446fa106 README.txt --- 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/ diff -r 5f794815f4af -r 9acb446fa106 docs/manual.sgml --- 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 @@