File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ New in JsonCpp 0.6.0:
2+ ---------------------
3+
4+ * Compilation
5+
6+ - LD_LIBRARY_PATH and LIBRARY_PATH environment variables are now propagated to the build
7+ environment as this is required for some compiler installation.
8+
9+ - Added support for Microsoft Visual Studio 2008 (bug #2930462):
10+ The platform "msvc90" has been added.
11+
12+ Notes: you need to setup the environment by running vcvars32.bat
13+ (e.g. MSVC 2008 command prompt in start menu) before running scons.
14+
15+
Original file line number Diff line number Diff line change @@ -100,6 +100,13 @@ http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/</a>
100100To checkout the source, see the following
101101<a HREF="http://sourceforge.net/scm/?type=svn&group_id=144446">instructions</a>.
102102
103+ \section _news What's New?
104+ The description of latest changes can be found in
105+ <a HREF="NEWS.txt">NEWS.txt</a> in the top-directory of the project.
106+
107+ Permanent link to the latest revision of the file in subversion:
108+ <a HREF="http://svn.sourceforge.net/viewcvs.cgi/jsoncpp/README.txt?view=markup">latest NEWS.txt</a>
109+
103110\section _plinks Project links
104111- <a HREF="http://jsoncpp.sourceforge.net">json-cpp home</a>
105112- <a HREF="http://www.sourceforge.net/projects/jsoncpp">json-cpp sourceforge project</a>
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ def yesno( bool ):
127127 tarball_sources = [
128128 output_dir ,
129129 'README.txt' ,
130+ 'NEWS.txt' ,
130131 'version'
131132 ]
132133 tarball_basedir = os .path .join ( output_dir , html_output_dirname )
You can’t perform that action at this time.
0 commit comments