OTHER: Update Changelog

This commit is contained in:
Thomas Frauendorfer 2010-01-26 04:35:05 +01:00
parent 389b847426
commit 0ccf79e254
2 changed files with 10 additions and 2 deletions

View file

@ -1,4 +1,12 @@
Version 0.1.0 (2009-8-25)
Version 0.1.1 (2010-02-21)
* Fixed segfaults when promoe is not connected
* Update to DrNO API changes
* tweak skinloading on startup so that default skin is only loaded once
* guard headerfiles against multiple inclusion
* workaround segfault and endles loop in Browse Model
* fix lintian warnings (from debian)
Version 0.1.0 (2009-08-25)
* disabled icon.png
* hardcoding $PREFIX/share/promoe/skins as searchpath

View file

@ -33,7 +33,7 @@ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
"""
APPVERSION = '0.1.0'
APPVERSION = '0.1.x+WIP'
APPNAME = 'promoe'
srcdir = '.'