Added NEWS.txt that provides a synopsis of the change since the last version. Integrated NEWS.txt in documentation.

This commit is contained in:
Baptiste Lepilleur 2010-03-13 11:14:49 +00:00
parent e1b26455e7
commit 130730ffd7
3 changed files with 23 additions and 0 deletions

15
NEWS.txt Normal file
View File

@ -0,0 +1,15 @@
New in JsonCpp 0.6.0:
---------------------
* Compilation
- LD_LIBRARY_PATH and LIBRARY_PATH environment variables are now propagated to the build
environment as this is required for some compiler installation.
- Added support for Microsoft Visual Studio 2008 (bug #2930462):
The platform "msvc90" has been added.
Notes: you need to setup the environment by running vcvars32.bat
(e.g. MSVC 2008 command prompt in start menu) before running scons.

View File

@ -100,6 +100,13 @@ http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/</a>
To checkout the source, see the following
<a HREF="http://sourceforge.net/scm/?type=svn&group_id=144446">instructions</a>.
\section _news What's New?
The description of latest changes can be found in
<a HREF="NEWS.txt">NEWS.txt</a> in the top-directory of the project.
Permanent link to the latest revision of the file in subversion:
<a HREF="http://svn.sourceforge.net/viewcvs.cgi/jsoncpp/README.txt?view=markup">latest NEWS.txt</a>
\section _plinks Project links
- <a HREF="http://jsoncpp.sourceforge.net">json-cpp home</a>
- <a HREF="http://www.sourceforge.net/projects/jsoncpp">json-cpp sourceforge project</a>

View File

@ -127,6 +127,7 @@ def build_doc( options, make_release=False ):
tarball_sources = [
output_dir,
'README.txt',
'NEWS.txt',
'version'
]
tarball_basedir = os.path.join( output_dir, html_output_dirname )