OTHER: Update Changelog
This commit is contained in:
parent
0ccf79e254
commit
3981ff34fc
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
2
wscript
2
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.x+WIP'
|
||||
APPVERSION = '0.2.0-devel'
|
||||
APPNAME = 'promoe'
|
||||
|
||||
srcdir = '.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue