diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2005-11-08 20:18:51 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2005-11-08 20:18:51 +0000 |
commit | c3c4b97bc788db03578a98f3613de8c6a4ecc71a (patch) | |
tree | 04847c7b189092104ac835949289ba17d4ecc974 /NEWS | |
parent | ec5ac1c6d58b791eb8c8069fb329baf37c1ed8a0 (diff) |
Update.
2005-11-08 Kjartan Maraas <kmaraas@gnome.org>
* NEWS: Update.
* Makefile.am:
* autogen.sh:
* configure.in:
* python/Makefile.am:
I'm attaching a patch that modernizes the python binding
build stuff. Notably, it excludes python/vte.c from the dist.
Right now as it stands, the file is disted, which means people's
builds will not work unless they build against pygtk 2.8,
which makes this bug somewhat important. Patch from Manish Sing
Closes bug #320931.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +0.11.16 - Optimize memory used for fonts (Mike Hearn) + - Fix crasher with accessibility (Padraig O'Briain) + - Fix some warning from GDK (Michele Baldessari) + - Fix python build problems (Manish Sing) + 0.11.15 - Fix check for recvmsg () (Robert Basch) - Make it possible to implement atkText selection methods for VteAccessible. Bug #113590. (Padraig O'Briain) |