14
0
forked from pool/python-urwid
Pascal Bleser
2011-12-08 22:42:44 +00:00
committed by Git OBS Bridge
parent 8dc318e720
commit 8bb4954289
5 changed files with 42 additions and 27 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Dec 08 22:31:27 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.0.1:
* fix for a Filler mouse_event() position bug
* fix support for mouse positions up to x=255, y=255
* fixes for a number of string encoding issues under Python 3
* fix for a LineBox border __init__() parameters
* fix input input of UTF-8 in tour.py example by converting captions to
unicode
* prevent raw_display from calling tcseattr() or tcgetattr() on non-ttys
* disable curses_display external event loop support: screen resizing and gpm
events are not properly supported
* mark PollingListWalker as deprecated
- changed arch to _not_ be noarch, contains a shlib file
-------------------------------------------------------------------
Fri Sep 23 10:14:21 UTC 2011 - saschpe@suse.de