diff options
| author | Lars <gc@droescher.eu> | 2014-04-01 11:09:16 +0200 |
|---|---|---|
| committer | Lars <gc@droescher.eu> | 2014-04-01 11:09:16 +0200 |
| commit | 5e332e6cc8ea37e9edeb97399830b37529922a81 (patch) | |
| tree | 549129de1a6fa5635135147a632597ccad178996 | |
| parent | 2b88c04e04cf6fff32ae89153df7c8b704622570 (diff) | |
| download | cgeo-5e332e6cc8ea37e9edeb97399830b37529922a81.zip cgeo-5e332e6cc8ea37e9edeb97399830b37529922a81.tar.gz cgeo-5e332e6cc8ea37e9edeb97399830b37529922a81.tar.bz2 | |
Version code and changelog
| -rw-r--r-- | main/res/values/changelog_release.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/main/res/values/changelog_release.xml b/main/res/values/changelog_release.xml index a8edc4d..21ae563 100644 --- a/main/res/values/changelog_release.xml +++ b/main/res/values/changelog_release.xml @@ -2,11 +2,16 @@ <resources> <!-- changelog for the release branch --> <string name="changelog_release" translatable="false">\n - <b>2014.03.31:</b>\n + <b>2014.04.01:</b>\n <b>Bugfixing:</b>\n - · Make it again compatible with Android before 2.3.\n - · Fix a bug with downloading of preview maps.\n + · Remove support of Android versions older than 2.3\n + (Split to a legcy version available for v2.1 and v2.2)\n + · Fixed some possible crash scenarios\n \n + <b>2014.03.31:</b>\n + <b>Bugfixing:</b>\n + · Make it again compatible with Android before 2.3\n + · Fix a bug with downloading of preview maps\n \n <b>2014.03.30:</b>\n <b>New features:</b>\n |
