Skip to content

Commit

Permalink
Version 5.109
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed May 21, 2016
1 parent 1eb0ef4 commit 2ccbf58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k9mail/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"

versionCode 23080
versionName '5.108'
versionCode 23090
versionName '5.109'

minSdkVersion 15
targetSdkVersion 22
Expand Down
11 changes: 11 additions & 0 deletions k9mail/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<release version="5.109" versioncode="23090" >
<change>Added support for List-Post header</change>
<change>Added support for sub-folders (WebDAV)</change>
<change>Display notification on authentication failures</change>
<change>Protect against the Surreptitious Sharing vulnerability</change>
<change>Re-enabled search in message bodies</change>
<change>Fixed support for PGP/INLINE</change>
<change>Fixed bug where some threads had multiple entries in the message list</change>
<change>Fixed 'reply to all'</change>
<change>More bug fixes</change>
</release>
<release version="5.108" versioncode="23080" >
<change>Added rudimentary support for reading and composing PGP/MIME messages</change>
<change>Added support for stacked single message notifications on Android Wear</change>
Expand Down

0 comments on commit 2ccbf58

Please sign in to comment.