OTHER: Update Changelog
This commit is contained in:
parent
389b847426
commit
0ccf79e254
2 changed files with 10 additions and 2 deletions
10
ChangeLog
10
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
|
||||
|
||||
|
|
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.0'
|
||||
APPVERSION = '0.1.x+WIP'
|
||||
APPNAME = 'promoe'
|
||||
|
||||
srcdir = '.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue