[kde-doc-english] [kronometer] /: Update version numbers and changelog
Elvis Angelaccio
elvis.angelaccio at kdemail.net
Sun Feb 22 11:49:16 UTC 2015
Git commit a6766950c263df3f160d79c3eefcbcccc652daaa by Elvis Angelaccio.
Committed on 22/02/2015 at 11:42.
Pushed by elvisangelaccio into branch 'master'.
Update version numbers and changelog
M +6 -1 README
M +2 -2 doc/index.docbook
M +1 -1 src/main.cpp
http://commits.kde.org/kronometer/a6766950c263df3f160d79c3eefcbcccc652daaa
diff --git a/README b/README
index 7058fef..6814271 100644
--- a/README
+++ b/README
@@ -4,12 +4,17 @@ Kronometer README
Description
-----------
-Kronometer is a simple stopwatch application, built for the KDE Linux Desktop Environment.
+Kronometer is a simple stopwatch application, built for the KDE Desktop Environment.
Homepage: http://www.aelog.org/kronometer/
Changelog
---------
+v1.6.0
+* UI cleanup in the Settings dialog (bug 343127: http://bugs.kde.org/show_bug.cgi?id=343127)
+* Removed the 'Ask On Exit' option (bug 343126: http://bugs.kde.org/show_bug.cgi?id=343126)
+* Lap times format is no more ignored (bug 343128: http://bugs.kde.org/show_bug.cgi?id=343128)
+
v1.5.2
* Fixed wrong GPLv2 version in COPYING file
diff --git a/doc/index.docbook b/doc/index.docbook
index 1956d90..43e6ce0 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -28,8 +28,8 @@
<holder>Elvis Angelaccio</holder>
</copyright>
-<date>2014-09-02</date>
-<releaseinfo>1.5.2 (&kde; 4.14)</releaseinfo>
+<date>2015-02-22</date>
+<releaseinfo>1.6.0 (&kde; 4.14)</releaseinfo>
<legalnotice>
&FDLNotice;
diff --git a/src/main.cpp b/src/main.cpp
index b1ade77..fed9112 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -27,7 +27,7 @@
namespace
{
const QByteArray APP_NAME = "kronometer";
- const QByteArray VERSION = "1.5.2";
+ const QByteArray VERSION = "1.6.0";
const QByteArray OTHER_TEXT = "";
const QByteArray HOME_PAGE_ADDRESS = "http://aelog.org/kronometer";
More information about the kde-doc-english
mailing list