Skip to content

Commit 130730f

Browse files
committed
Added NEWS.txt that provides a synopsis of the change since the last version. Integrated NEWS.txt in documentation.
1 parent e1b2645 commit 130730f

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

NEWS.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+

doc/jsoncpp.dox

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/</a>
100100
To 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>

doxybuild.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 )

0 commit comments

Comments
 (0)