diff --git a/ChangeLog b/ChangeLog index 9c3fb88..871320d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/wscript b/wscript index 2370ec7..576f6c6 100644 --- a/wscript +++ b/wscript @@ -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 = '.'