mirror of
https://github.com/brazilofmux/tinymux
synced 2026-08-13 00:23:11 -04:00
Bump version and update CHANGES.
This commit is contained in:
parent
fad94974e8
commit
cc3e16e8b8
4 changed files with 12 additions and 7 deletions
|
|
@ -3,9 +3,9 @@
|
|||
# REQUIRED: ReferenceDir must already exist. It may be created by untaring a
|
||||
# previous distribution.
|
||||
#
|
||||
OldBuild=5
|
||||
OldBuild=6
|
||||
OldVersion=2.10.0.$OldBuild
|
||||
NewBuild=6
|
||||
NewBuild=7
|
||||
NewVersion=2.10.0.$NewBuild
|
||||
|
||||
ChangesDir=mux
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
# REQUIRED: The two ReferenceDir must already exist. They may be created by
|
||||
# untaring a previous distribution.
|
||||
#
|
||||
OldBuild=5
|
||||
OldBuild=6
|
||||
OldVersion=2.10.0.$OldBuild
|
||||
NewBuild=6
|
||||
NewBuild=7
|
||||
NewVersion=2.10.0.$NewBuild
|
||||
|
||||
ChangesDir=mux
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TinyMUX 2.10: CHANGES
|
||||
Last Update: May 2011
|
||||
Last Update: June 2011
|
||||
|
||||
Major changes that may affect performance and require softcode tweaks:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
@ -66,6 +66,11 @@ Bug Fixes:
|
|||
-- Fix @QueueMax (Issue 651).
|
||||
-- Fix @decompile with colored names, @moniker, and @alias (Issue 577
|
||||
and 602).
|
||||
-- Don't @decomp @mail-related attributes.
|
||||
-- Include BETA file and remove ALPHA file.
|
||||
-- For ldelete() and replace(), ignore duplicate positions.
|
||||
-- Fix @decomp so it avoids translating every attribute -- wrapping
|
||||
those that need it in @wait 0={} to make quoting work right.
|
||||
|
||||
|
||||
Performance Enhancements:
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ extern char szBuildDate[];
|
|||
#define MUX_BUILD_DATE szBuildDate
|
||||
#endif // MUX_BUILD_DATE
|
||||
|
||||
#define MUX_VERSION "2.10.0.6" // Version number
|
||||
#define MUX_RELEASE_DATE "2011-MAY-28" // Source release date
|
||||
#define MUX_VERSION "2.10.0.7" // Version number
|
||||
#define MUX_RELEASE_DATE "2011-JUN-02" // Source release date
|
||||
|
||||
// Define if this release is qualified as ALPHA or BETA.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue