Prepared release of version 0.9.4.2
This commit is contained in:
parent
3e46d9b598
commit
ef41463b0c
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="de.danoeh.antennapod"
|
||||
android:versionCode="11"
|
||||
android:versionName="0.9.4.1" >
|
||||
android:versionCode="12"
|
||||
android:versionName="0.9.4.2" >
|
||||
|
||||
<!-- <uses-permission android:name="android.permission.ACCESS_ALL_DOWNLOADS" /> -->
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
Version 0.9.4.2
|
||||
---------------
|
||||
* Fixed bug in the OPML importer
|
||||
* Reduced memory usage of images
|
||||
* Fixed download problems on some devices
|
||||
|
||||
Version 0.9.4.1
|
||||
---------------
|
||||
* Changed behavior of download notifications
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<body>
|
||||
<div id="header" align="center">
|
||||
<img src="logo.png" alt="Logo" width="100px" height="100px"/>
|
||||
<p>Antennapod, Version 0.9.4.1</p>
|
||||
<p>Antennapod, Version 0.9.4.2</p>
|
||||
<p>Copyright © 2012 Daniel Oeh</p>
|
||||
<p>Licensed under the MIT License <a href="LICENSE.html">(View)</a></p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue