<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,18 @@
-MaNGOS 0.14   (??? ??? 2009)
+MaNGOS 0.15   (??? ??? 2010)
+
+ MaNGOS 0.15 - adds further improvements to the
+ server core as well as to the majority of game classes and the game content
+ database.
+
+ ==== Game Features ====
+
+ ==== Server Features ====
+
+ ==== Statistics ====
+ * Fixed Bugs: ??? tickets and many bugs reported at forum resolved
+ * Total number of changes: ??? revisions (??? commits)
+
+MaNGOS 0.14   (06 October 2009)
 
  MaNGOS 0.14 - adds further improvements to the
  server core as well as to the majority of game classes and the game content
@@ -6,13 +20,51 @@ MaNGOS 0.14   (??? ??? 2009)
 
  ==== Game Features ====
 
+ * Added: Support for 'on demand' regeneration of power instead fixed tick mode.
+ * Added: Allow NPCs to apply taunt.
+ * Added: Update killing quest objectives base at creature_template KillCredit fields.
+ * Added: Implement support `spell_proc_item_enchant` table for ppm item enchantments triggering at hit.
+ * Added: Implement new arena rating-system for season 6.
+ * Added: Allow save and restore at login forms/stances.
+ * Added: Implement far sight like spells work for long distance.
+ * Added: Implement proper storage and use of character specific account data.
+ * Added: Implement battleground bonusweekends call to arms.
+ * Added: Implement DB-based store battleground/arena gameobjects/creatures and related event spawn/despawn requirement.
+ * Improved: Fixes and optimizations in spell cooldown code.
+ * Improved: Fixes and improvements in EventAI code let better EventAI creature scripting.
+ * Improved: Fixes in combat log packets let show more correct info.
+ * Improved: More achievements types support implemented.
+ * Improved: Fixed well known walk-after-taxi bug.
+ * Improved: More improvements in mind control code.
+ * Improved: More improvements in gameobjects spawn/despawn work dependent from gameobject template data.
+ * Improved: Changed formula used for calculation creature damage base at attackpower.
+ * Improved: Propertly storing/restoring BG entry point including mount/taxi state
+ * Improved: More correct work timed quests, other quest code improvements.
+ * Improved: Implement more strict checks for fake messages in chat.
+ * plus lots of fixes for auras, effects, spells, talents, and more.
+
  ==== Server Features ====
 
+ * Added: Implement support spell casting precasts and aura boost casts for simplify and support related spell cast dependencies.
+ * Added: Implement possibility to reset client cache data from server side.
+ * Added: Implement --enable-builtin-ace option for explicit select builtin/system ACE in Unix/Linux build.
+ * Added: Implement check DBs versions (required_* fields) at mangosd/realmd loading.
+ * Improved: More checks at server startup for DB content.
+ * Improved: Some fields moved from `data` field of characters table to own fields. More planned move to final get rid from `data` field.
+ * Improved: Finish switch to uint32 spell ids use in code.
+ * Improved: Optimizations in map loading and broadcasting. New cell search algorithm implemented.
+ * Improved: Fixed memory leaks (mostly at server shutdown) and code cleanups.
+ * Improved: Use exceptions instead of explicit size checking for each packet, added checks for full read received packets.
+ * Improved: Optimizations for different guild data loading and use.
+ * Improved: Fixed redundant calculation of v and s on every login.
+ * Improved: Fixed race conditions in LockedQueue.
+ * Improved: Fixed long existed bug with vmaps unloading.
+
  ==== Statistics ====
- * Fixed Bugs: ???
- * Total number of changes: ???
+ * Fixed Bugs: 60 tickets and many bugs reported at forum resolved
+ * Total number of changes: 600 revisions (635 commits)
 
- MaNGOS 0.13   (10 June 2009)
+MaNGOS 0.13   (10 June 2009)
 
  MaNGOS 0.13 - adds further improvements to the
  server core as well as to the majority of game classes and the game content</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -13,8 +13,14 @@ http://getmangos.com/community/
 Please submit bug reports at:
 http://mangos.lighthouseapp.com/
 
-Version 0.14
+Version 0.15
  * Under discussion.
+ * Upgrade to client version 3.2.2a (build 10505).
+
+Version 0.14
+ * Implement possibility to reset client cache data from server side.
+ * DB-based store battleground gameobjects/creatures.
+ * Map search/loading improvements
  * Upgrade to client version 3.1.3 (build 9947).
 
 Version 0.13</diff>
      <filename>NEWS</filename>
    </modified>
    <modified>
      <diff>@@ -14,9 +14,9 @@
 
 ## Prelude, basic settings for Autoconf
 #  PACKAGE:            mangos
-#  VERSION:            0.14.0 (trunk)
+#  VERSION:            0.14.1
 #  BUG-REPORT-ADDRESS: mangos-devs@lists.sourceforge.net
-AC_INIT( [mangos], [0.14.0], [mangos-devs@lists.sourceforge.net])
+AC_INIT( [mangos], [0.14.1], [mangos-devs@lists.sourceforge.net])
 AC_CONFIG_SRCDIR([src/shared/Base.cpp])
 
 ## Prelude, basic settings for Automake</diff>
      <filename>configure.ac</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005,2006 MaNGOS &lt;http://getmangos.com/&gt;
+ * Copyright (C) 2005-2009 MaNGOS &lt;http://getmangos.com/&gt;
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
 
 #ifndef _VERSION
 #if PLATFORM == PLATFORM_WINDOWS
-# define _VERSION(REVD,REVT,REVN,REVH) &quot;0.14.0-DEV&quot; &quot; (&quot; REVD &quot; &quot; REVT &quot; Revision &quot; REVN &quot; - &quot; REVH &quot;)&quot;
+# define _VERSION(REVD,REVT,REVN,REVH) &quot;0.14.1&quot; &quot; (&quot; REVD &quot; &quot; REVT &quot; Revision &quot; REVN &quot; - &quot; REVH &quot;)&quot;
 #else
 # define _VERSION(REVD,REVT,REVN,REVH) &quot;@VERSION@&quot; &quot; (&quot; REVD &quot; &quot; REVT &quot; Revision &quot; REVN &quot; - &quot; REVH &quot;)&quot;
 #endif</diff>
      <filename>src/shared/SystemConfig.h.in</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 #ifndef __REVISION_NR_H__
 #define __REVISION_NR_H__
- #define REVISION_NR &quot;8586&quot;
+ #define REVISION_NR &quot;8587&quot;
 #endif // __REVISION_NR_H__</diff>
      <filename>src/shared/revision_nr.h</filename>
    </modified>
    <modified>
      <diff>@@ -151,7 +151,7 @@
       &lt;AdditionalOptions&gt;/MP %(AdditionalOptions)&lt;/AdditionalOptions&gt;
       &lt;InlineFunctionExpansion&gt;OnlyExplicitInline&lt;/InlineFunctionExpansion&gt;
       &lt;AdditionalIncludeDirectories&gt;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.0-DEV&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
+      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.1&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
       &lt;StringPooling&gt;true&lt;/StringPooling&gt;
       &lt;RuntimeLibrary&gt;MultiThreadedDLL&lt;/RuntimeLibrary&gt;
       &lt;FunctionLevelLinking&gt;true&lt;/FunctionLevelLinking&gt;
@@ -202,7 +202,7 @@
       &lt;AdditionalOptions&gt;/MP %(AdditionalOptions)&lt;/AdditionalOptions&gt;
       &lt;InlineFunctionExpansion&gt;OnlyExplicitInline&lt;/InlineFunctionExpansion&gt;
       &lt;AdditionalIncludeDirectories&gt;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.0-DEV&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
+      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.1&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
       &lt;StringPooling&gt;true&lt;/StringPooling&gt;
       &lt;RuntimeLibrary&gt;MultiThreadedDLL&lt;/RuntimeLibrary&gt;
       &lt;FunctionLevelLinking&gt;true&lt;/FunctionLevelLinking&gt;
@@ -251,7 +251,7 @@
       &lt;AdditionalOptions&gt;/MP %(AdditionalOptions)&lt;/AdditionalOptions&gt;
       &lt;Optimization&gt;Disabled&lt;/Optimization&gt;
       &lt;AdditionalIncludeDirectories&gt;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
+      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.1&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
       &lt;IgnoreStandardIncludePath&gt;false&lt;/IgnoreStandardIncludePath&gt;
       &lt;BasicRuntimeChecks&gt;EnableFastChecks&lt;/BasicRuntimeChecks&gt;
       &lt;RuntimeLibrary&gt;MultiThreadedDebugDLL&lt;/RuntimeLibrary&gt;
@@ -303,7 +303,7 @@
       &lt;AdditionalOptions&gt;/MP %(AdditionalOptions)&lt;/AdditionalOptions&gt;
       &lt;Optimization&gt;Disabled&lt;/Optimization&gt;
       &lt;AdditionalIncludeDirectories&gt;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
+      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.1&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
       &lt;IgnoreStandardIncludePath&gt;false&lt;/IgnoreStandardIncludePath&gt;
       &lt;BasicRuntimeChecks&gt;EnableFastChecks&lt;/BasicRuntimeChecks&gt;
       &lt;RuntimeLibrary&gt;MultiThreadedDebugDLL&lt;/RuntimeLibrary&gt;
@@ -353,7 +353,7 @@
       &lt;AdditionalOptions&gt;/MP %(AdditionalOptions)&lt;/AdditionalOptions&gt;
       &lt;Optimization&gt;Disabled&lt;/Optimization&gt;
       &lt;AdditionalIncludeDirectories&gt;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
+      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.1&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
       &lt;IgnoreStandardIncludePath&gt;false&lt;/IgnoreStandardIncludePath&gt;
       &lt;BasicRuntimeChecks&gt;EnableFastChecks&lt;/BasicRuntimeChecks&gt;
       &lt;RuntimeLibrary&gt;MultiThreadedDebugDLL&lt;/RuntimeLibrary&gt;
@@ -405,7 +405,7 @@
       &lt;AdditionalOptions&gt;/MP %(AdditionalOptions)&lt;/AdditionalOptions&gt;
       &lt;Optimization&gt;Disabled&lt;/Optimization&gt;
       &lt;AdditionalIncludeDirectories&gt;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\game;..\..\src\mangosd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
+      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.1&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
       &lt;IgnoreStandardIncludePath&gt;false&lt;/IgnoreStandardIncludePath&gt;
       &lt;BasicRuntimeChecks&gt;EnableFastChecks&lt;/BasicRuntimeChecks&gt;
       &lt;RuntimeLibrary&gt;MultiThreadedDebugDLL&lt;/RuntimeLibrary&gt;</diff>
      <filename>win/VC100/mangosd.vcxproj</filename>
    </modified>
    <modified>
      <diff>@@ -151,7 +151,7 @@
       &lt;AdditionalOptions&gt;/MP %(AdditionalOptions)&lt;/AdditionalOptions&gt;
       &lt;InlineFunctionExpansion&gt;OnlyExplicitInline&lt;/InlineFunctionExpansion&gt;
       &lt;AdditionalIncludeDirectories&gt;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.0-DEV&quot;;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
+      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.1&quot;;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
       &lt;StringPooling&gt;true&lt;/StringPooling&gt;
       &lt;RuntimeLibrary&gt;MultiThreadedDLL&lt;/RuntimeLibrary&gt;
       &lt;FunctionLevelLinking&gt;true&lt;/FunctionLevelLinking&gt;
@@ -196,7 +196,7 @@
       &lt;AdditionalOptions&gt;/MP %(AdditionalOptions)&lt;/AdditionalOptions&gt;
       &lt;InlineFunctionExpansion&gt;OnlyExplicitInline&lt;/InlineFunctionExpansion&gt;
       &lt;AdditionalIncludeDirectories&gt;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.0-DEV&quot;;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
+      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.1&quot;;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
       &lt;StringPooling&gt;true&lt;/StringPooling&gt;
       &lt;RuntimeLibrary&gt;MultiThreadedDLL&lt;/RuntimeLibrary&gt;
       &lt;FunctionLevelLinking&gt;true&lt;/FunctionLevelLinking&gt;
@@ -239,7 +239,7 @@
       &lt;AdditionalOptions&gt;/MP %(AdditionalOptions)&lt;/AdditionalOptions&gt;
       &lt;Optimization&gt;Disabled&lt;/Optimization&gt;
       &lt;AdditionalIncludeDirectories&gt;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
+      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.1&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
       &lt;IgnoreStandardIncludePath&gt;false&lt;/IgnoreStandardIncludePath&gt;
       &lt;BasicRuntimeChecks&gt;EnableFastChecks&lt;/BasicRuntimeChecks&gt;
       &lt;RuntimeLibrary&gt;MultiThreadedDebugDLL&lt;/RuntimeLibrary&gt;
@@ -285,7 +285,7 @@
       &lt;AdditionalOptions&gt;/MP %(AdditionalOptions)&lt;/AdditionalOptions&gt;
       &lt;Optimization&gt;Disabled&lt;/Optimization&gt;
       &lt;AdditionalIncludeDirectories&gt;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
+      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.1&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
       &lt;IgnoreStandardIncludePath&gt;false&lt;/IgnoreStandardIncludePath&gt;
       &lt;BasicRuntimeChecks&gt;EnableFastChecks&lt;/BasicRuntimeChecks&gt;
       &lt;RuntimeLibrary&gt;MultiThreadedDebugDLL&lt;/RuntimeLibrary&gt;
@@ -329,7 +329,7 @@
       &lt;AdditionalOptions&gt;/MP %(AdditionalOptions)&lt;/AdditionalOptions&gt;
       &lt;Optimization&gt;Disabled&lt;/Optimization&gt;
       &lt;AdditionalIncludeDirectories&gt;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
+      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.1&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
       &lt;IgnoreStandardIncludePath&gt;false&lt;/IgnoreStandardIncludePath&gt;
       &lt;BasicRuntimeChecks&gt;EnableFastChecks&lt;/BasicRuntimeChecks&gt;
       &lt;RuntimeLibrary&gt;MultiThreadedDebugDLL&lt;/RuntimeLibrary&gt;
@@ -375,7 +375,7 @@
       &lt;AdditionalOptions&gt;/MP %(AdditionalOptions)&lt;/AdditionalOptions&gt;
       &lt;Optimization&gt;Disabled&lt;/Optimization&gt;
       &lt;AdditionalIncludeDirectories&gt;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers;%(AdditionalIncludeDirectories)&lt;/AdditionalIncludeDirectories&gt;
-      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.0-DEV&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
+      &lt;PreprocessorDefinitions&gt;VERSION=&quot;0.14.1&quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
       &lt;IgnoreStandardIncludePath&gt;false&lt;/IgnoreStandardIncludePath&gt;
       &lt;BasicRuntimeChecks&gt;EnableFastChecks&lt;/BasicRuntimeChecks&gt;
       &lt;RuntimeLibrary&gt;MultiThreadedDebugDLL&lt;/RuntimeLibrary&gt;</diff>
      <filename>win/VC100/realmd.vcxproj</filename>
    </modified>
    <modified>
      <diff>@@ -48,7 +48,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				InlineFunctionExpansion=&quot;1&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;_SECURE_SCL=0&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;_SECURE_SCL=0&quot;
 				StringPooling=&quot;true&quot;
 				RuntimeLibrary=&quot;2&quot;
 				EnableFunctionLevelLinking=&quot;true&quot;
@@ -149,7 +149,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;
@@ -250,7 +250,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;
@@ -352,7 +352,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				InlineFunctionExpansion=&quot;1&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;_SECURE_SCL=0&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;_SECURE_SCL=0&quot;
 				StringPooling=&quot;true&quot;
 				RuntimeLibrary=&quot;2&quot;
 				EnableFunctionLevelLinking=&quot;true&quot;
@@ -453,7 +453,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;
@@ -554,7 +554,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;</diff>
      <filename>win/VC80/mangosd.vcproj</filename>
    </modified>
    <modified>
      <diff>@@ -48,7 +48,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				InlineFunctionExpansion=&quot;1&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0&quot;
 				StringPooling=&quot;true&quot;
 				RuntimeLibrary=&quot;2&quot;
 				EnableFunctionLevelLinking=&quot;true&quot;
@@ -147,7 +147,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				InlineFunctionExpansion=&quot;1&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0&quot;
 				StringPooling=&quot;true&quot;
 				RuntimeLibrary=&quot;2&quot;
 				EnableFunctionLevelLinking=&quot;true&quot;
@@ -244,7 +244,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;
@@ -343,7 +343,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;
@@ -440,7 +440,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;
@@ -539,7 +539,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;</diff>
      <filename>win/VC80/realmd.vcproj</filename>
    </modified>
    <modified>
      <diff>@@ -49,7 +49,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				InlineFunctionExpansion=&quot;1&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;_SECURE_SCL=0&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;_SECURE_SCL=0&quot;
 				StringPooling=&quot;true&quot;
 				RuntimeLibrary=&quot;2&quot;
 				EnableFunctionLevelLinking=&quot;true&quot;
@@ -150,7 +150,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				InlineFunctionExpansion=&quot;1&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;_SECURE_SCL=0&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI;_SECURE_SCL=0&quot;
 				StringPooling=&quot;true&quot;
 				RuntimeLibrary=&quot;2&quot;
 				EnableFunctionLevelLinking=&quot;true&quot;
@@ -249,7 +249,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;
@@ -351,7 +351,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;
@@ -451,7 +451,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;
@@ -553,7 +553,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;</diff>
      <filename>win/VC90/mangosd.vcproj</filename>
    </modified>
    <modified>
      <diff>@@ -49,7 +49,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				InlineFunctionExpansion=&quot;1&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0&quot;
 				StringPooling=&quot;true&quot;
 				RuntimeLibrary=&quot;2&quot;
 				EnableFunctionLevelLinking=&quot;true&quot;
@@ -147,7 +147,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				InlineFunctionExpansion=&quot;1&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;NDEBUG;_CONSOLE;_SECURE_SCL=0&quot;
 				StringPooling=&quot;true&quot;
 				RuntimeLibrary=&quot;2&quot;
 				EnableFunctionLevelLinking=&quot;true&quot;
@@ -243,7 +243,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;
@@ -342,7 +342,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;
@@ -439,7 +439,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;
@@ -538,7 +538,7 @@
 				AdditionalOptions=&quot;/MP&quot;
 				Optimization=&quot;0&quot;
 				AdditionalIncludeDirectories=&quot;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers&quot;
-				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.0-DEV&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
+				PreprocessorDefinitions=&quot;VERSION=&amp;quot;0.14.1&amp;quot;;WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE&quot;
 				IgnoreStandardIncludePath=&quot;false&quot;
 				BasicRuntimeChecks=&quot;3&quot;
 				RuntimeLibrary=&quot;3&quot;</diff>
      <filename>win/VC90/realmd.vcproj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6a1a189abda2fa42c33fdb17b42e17306f6c3698</id>
    </parent>
  </parents>
  <author>
    <name>VladimirMangos</name>
    <email>vladimir@getmangos.com</email>
  </author>
  <url>http://github.com/mangos/mangos/commit/f5025e326fa5cbf096c34a1a916a2c88ea30917a</url>
  <id>f5025e326fa5cbf096c34a1a916a2c88ea30917a</id>
  <committed-date>2009-10-06T01:06:56-07:00</committed-date>
  <authored-date>2009-10-05T21:22:32-07:00</authored-date>
  <message>[8587] MaNGOS 0.14 release.</message>
  <tree>368a43226821aa4bffa9e6fb5f29251f4657e17a</tree>
  <committer>
    <name>VladimirMangos</name>
    <email>vladimir@getmangos.com</email>
  </committer>
</commit>
