OTHER: Update Changelog

This commit is contained in:
Thomas Frauendorfer 2010-01-26 04:39:59 +01:00
parent 0ccf79e254
commit 3981ff34fc
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
Version 0.2.0-devel (unreleased)
* use waf as build system
* added Icon created by AJ Ashton
* add skin install pathes to manpage
* rewrite volume handling
* Move skin handling to SkinManager class
* Rewrite Skin class
Version 0.1.1 (2010-02-21)
* Fixed segfaults when promoe is not connected
* Update to DrNO API changes

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.x+WIP'
APPVERSION = '0.2.0-devel'
APPNAME = 'promoe'
srcdir = '.'