Author: sytyi
Date: Tue Aug 23 23:02:51 2011
New Revision: 50906

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50906&view=rev
Log:
Updated changelog, release notes and about.cfg

Modified:
    trunk/RELEASE_NOTES
    trunk/changelog
    trunk/data/core/about.cfg

Modified: trunk/RELEASE_NOTES
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/RELEASE_NOTES?rev=50906&r1=50905&r2=50906&view=diff
==============================================================================
--- trunk/RELEASE_NOTES (original)
+++ trunk/RELEASE_NOTES Tue Aug 23 23:02:51 2011
@@ -17,7 +17,13 @@
 [section="Dependencies"]
 Wesnoth now requires boost 1.36 to have unordered map  
 [/section]
+[section="WML Validation"]
+A validation engine was created during Google Summer of Code 2011. Validation 
is done via schema. Also, a schema generating tool was created. Schema is built 
from schema markup inside C++ sources. 
 
+Extra info on [url=http://wiki.wesnoth.org/Category:Validation] Validation 
Wikipages [/url]
+
+Enabled validation of GUI WML.
+[/section]
 
 ==========
 KNOWN BUGS

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=50906&r1=50905&r2=50906&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Tue Aug 23 23:02:51 2011
@@ -130,6 +130,8 @@
    * Added wml tag [store_items]
    * [harm_unit] now supports an harmer unit and experience calculation.
    * Added support for 24 hour ToD.
+   * Added WML validation system based on schema validation.
+   * Enabled validation for GUI WML. 
  * Miscellaneous and bug fixes:
    * Teach wmllint to fix deprecated implicit side=1 in [store_gold], [gold]
      [remove_shroud], [place_shroud], [modify_side], [modify_ai] actions

Modified: trunk/data/core/about.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/about.cfg?rev=50906&r1=50905&r2=50906&view=diff
==============================================================================
--- trunk/data/core/about.cfg (original)
+++ trunk/data/core/about.cfg Tue Aug 23 23:02:51 2011
@@ -210,6 +210,11 @@
         name = "Steven Oxley (xonev)"
     [/entry]
     [entry]
+        name = "Sytyi Nick (Sytyi)"
+        comment = "WML validation"
+        email = "nsytyi_AT_gmail.com"
+    [/entry]
+    [entry]
         name = "Thomas Baumhauer (Baufo)"
     [/entry]
     [entry]


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to