Updated info in doc/changelog.html, renamed it to name with lower chars
This commit is contained in:
parent
36e429a50f
commit
9d2fec0f87
4 changed files with 12 additions and 3 deletions
|
@ -837,7 +837,7 @@ if(ENABLE_DOC AND DOXYGEN_FOUND)
|
|||
doc/faq.html
|
||||
doc/gpl.html
|
||||
doc/guichan-copyright.txt
|
||||
doc/ChangeLog.html
|
||||
doc/changelog.html
|
||||
doc/index.html
|
||||
doc/install.html
|
||||
doc/media.html
|
||||
|
|
2
README
2
README
|
@ -11,4 +11,4 @@
|
|||
|
||||
Read 'doc/index.html' for general information and license information.
|
||||
Read 'doc/install.html' for Stratagus installation instructions.
|
||||
Read 'doc/ChangeLog.html' for the Stratagus changelog.
|
||||
Read 'doc/changelog.html' for the Stratagus changelog.
|
||||
|
|
|
@ -50,6 +50,15 @@
|
|||
<li>Updated debian scripts to CMake, better Maemo section (from Pali Rohár)
|
||||
<li>Updated Stratagus DoxyGen documentation (from Pali Rohár)
|
||||
<li>Removed tolua++ source code from Stratagus tree, instead use system library (from Pali Rohár)
|
||||
<li>Fixed crashing if editor configuration script not exists (from Pali Rohár)
|
||||
<li>Added support for touchscreen input method at compilation time (from Pali Rohár)
|
||||
<li>Fixed bug #730283 - Fixed crashing when 2 workers enter the mine which have resources only for 1 worker (from Pali Rohár)
|
||||
<li>Added support for animating resource container when harvesting (from Pali Rohár)
|
||||
<li>Fixed crashing metaserver at first start (from Pali Rohár)
|
||||
<li>Added Lua function DebugPrint (from Pali Rohár)
|
||||
<li>Fixed compilation on Mac (from ASDF)
|
||||
<li>Created Game header files for Launcher and Maemo extractor (from Pali Rohár)
|
||||
<li>Rewritten Debian control files to debhelper 7 (from Pali Rohár)
|
||||
|
||||
<p><li>2.2.5.5 Released<p>
|
||||
<ul>
|
|
@ -92,7 +92,7 @@
|
|||
|
||||
<h2>Changes</h2>
|
||||
|
||||
The changelog on Stratagus can be found at <a href="ChangeLog.html">ChangeLog.html</a>
|
||||
The changelog on Stratagus can be found at <a href="changelog.html">changelog.html</a>
|
||||
|
||||
<h2>Todo and known bugs</h2>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue