Git commit 65b923021832c62e537b899b6204ad37201c5276 by Alexander Bikadorov. Committed on 22/10/2016 at 13:24. Pushed by abikadorov into branch 'master'.
Updated docs for next release 2.5.0 M +1 -1 CREDITS M +6 -0 ChangeLog M +2 -1 doc/index.docbook M +1 -1 doc/release-overview.docbook http://commits.kde.org/krusader/65b923021832c62e537b899b6204ad37201c5276 diff --git a/CREDITS b/CREDITS index f12bd4b..ba8f757 100644 --- a/CREDITS +++ b/CREDITS @@ -6,7 +6,7 @@ NOTE: If your name is missing in this Krusader credits list feel free to add you KRUSADER -Program copyright 2000-2003 Shie Erlich and Rafi Yanai, 2004-2015 Krusader Krew (krusader * users sourceforge net) +Program copyright 2000-2003 Shie Erlich and Rafi Yanai, 2004-2016 Krusader Krew (krusader * users sourceforge net) Krusader is developed by a dedicated team of individuals, known as the Krusader Krew. - Shie Erlich, author (erlich * users sourceforge net) diff --git a/ChangeLog b/ChangeLog index 16e0912..363016a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2.5.0 "Clear Skies" +========================= + + (this list is incomplete. Please refer to Git log and finished tasks listed at + https://phabricator.kde.org/project/board/79 ) + ADDED: actions: Select files with the same name / extension CHANGED: disabled build of synchronizer by default, since it is unmaintained - diff --git a/doc/index.docbook b/doc/index.docbook index bd2fe9e..e97b5a0 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -275,6 +275,7 @@ <year>2013</year> <year>2014</year> <year>2015</year> + <year>2016</year> <holder>Krusader Krew</holder> </copyright> <legalnotice> @@ -287,7 +288,7 @@ Back-Cover Texts. A copy of the license is included in the &krusader; sources.</para> </legalnotice> - <date>2016-08-21</date> + <date>2016-10-22</date> <releaseinfo>2.5.0</releaseinfo> <abstract> <para>&krusader; is an advanced, twin-panel diff --git a/doc/release-overview.docbook b/doc/release-overview.docbook index 76d4e28..e8201c7 100644 --- a/doc/release-overview.docbook +++ b/doc/release-overview.docbook @@ -48,7 +48,7 @@ 2.5.0 "Clear Skies"</para> </entry> <entry> - <para>2016-08-??</para> + <para>2016-10-22</para> </entry> <entry> <para>&kde; Frameworks 5</para>
