Skip to content

Commit cad9150

Browse files
author
Alexander Perepelkin
committed
doc update
1 parent e245faf commit cad9150

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

doc/html/index.html

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h5>How to use</h5>
4545
</ul>
4646
<h5>Development</h5>
4747
<ul>
48-
<li><a title="CVS Repository" href="#cvs">CVS
48+
<li><a title="Git Repository" href="#git">Git
4949
Repository</a> </li>
5050
<li><a title="Releases" href="#releases">Releases</a>
5151
</li>
@@ -561,14 +561,18 @@ <h2><a id="propfile">Properties file example</a></h2>
561561
</div>
562562

563563
<div class="chapter">
564-
<h2><a id="cvs">CVS Repository</a></h2>
565-
<p>Log4cpp is also available directly through CVS, see the <a href="http://sourceforge.net/cvs/?group_id=15190">SourceForge CVS page</a> for instructions.
566-
CVS currently has two branches:
564+
<h2><a id="git">Git Repository</a></h2>
565+
<p>
566+
log4cpp is moved to git <a href="https://sourceforge.net/p/log4cpp/codegit/">SourceForge Git page</a> since version 1.1.1, cvs is stale now.
567567
</p>
568-
<p></p><table>
568+
<p>Log4cpp of older versions is also available through CVS, see the <a href="https://sourceforge.net/p/log4cpp/code/">SourceForge CVS page</a> for instructions.</p>
569+
<small>
570+
CVS had two branches:
571+
<table>
569572
<tbody><tr><td>MAIN</td><td>for log4cpp development</td></tr>
570573
<tr><td>BRANCH_MAINT_0_2</td><td>for maintainance of log4cpp-stable (0.2.x)</td></tr>
571574
</tbody></table><br>
575+
</small>
572576
Each release will receive a tag named REL_x_y_z.
573577
<p></p>
574578
<p>To start working with a freshly checked out log4cpp revision, run <b>./autogen.sh</b>
@@ -584,6 +588,14 @@ <h2><a id="releases">Releases</a></h2>
584588
WARNING: releases from the development branch are a 'work in progress' and may fail to build, crash or redecorate your desktop.
585589
</p>
586590
<small>
591+
592+
<dl>
593+
<dt>1.1.2 - master branch (18 April 2017)</dt>
594+
<dd>Fixed memory leak after Category::shutdown() called: method Category::shutdownForced() releases memory allocated for appenders.</dd>
595+
<dd>PropertyConfiguratorImpl: add target property to allow printing to STDERR.</dd>
596+
<dd>Some fixes.</dd>
597+
</dl>
598+
587599
<dl>
588600
<dt>1.1.2rc1 - master branch (04 April 2015)</dt>
589601
<dd>Small fixes, DailyRollingFile appender, tests, options to disable support for smtp and syslog</dd>
@@ -711,7 +723,7 @@ <h2><a id="releases">Releases</a></h2>
711723

712724
<div class="chapter">
713725
<h2><a id="status">Status</a></h2>
714-
<p>The latest stable release is 1.1.1</p>
726+
<p>The latest stable release is 1.1.2</p>
715727
<small>
716728
<p>log4cpp is moved to git since version 1.1.1, cvs is stale since then</p>
717729
<p>As of version 0.3.0 log4cpp has a separate 'stable' and 'development' branches.
@@ -783,4 +795,5 @@ <h2><a id="id">Chapter</a></h2>
783795
</div>
784796
</div>
785797
</div>
786-
</body></html>
798+
</body></html>
799+

0 commit comments

Comments
 (0)