update version and change info for next beta

This commit is contained in:
Andy2 2011-07-06 19:00:06 -07:00
parent 7fa86f8007
commit 3ccc323465
3 changed files with 16 additions and 7 deletions

View file

@ -22,7 +22,7 @@
to come from a domain that you own or have control over. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eehouse.android.xw4"
android:versionCode="21"
android:versionCode="22"
android:versionName="@string/app_version"
>

View file

@ -6,14 +6,23 @@
</head>
<body>
<b>Crosswords 4.4 beta 28 release</b>
<b>Crosswords 4.4 beta 29 release</b>
<ul>
<li>By request: Add preference to leave screen on while you're
thinking about a move</li>
<li>Fix various rare crashers reported via devices through google</li>
<li>fix nasty memory leak inside native code introduced when players
got to have their own dictionaries</li>
<li>fix bug where moves were lost among networked games with more
than two devices</li>
<ul>Quick fixes
<li>Fix crash that so far happens on only one device -- my wife's</li>
<li>Fix contrast problems when using light-on-dark scheme.</li>
</ul>
<p>Please remember that this is beta software. Please let me know (at
eehouse@eehouse.org) what's broken and what features you'd most like
to see.</p>

View file

@ -72,7 +72,7 @@
<!-- other -->
<string name="default_host">eehouse.org</string>
<string name="dict_url">http://eehouse.org/and_dicts_hh</string>
<string name="app_version">4.4 beta 28</string>
<string name="app_version">4.4 beta 29</string>
<!--string name="dict_url">http://10.0.2.2/~eehouse/and_dicts</string-->