diff options
author | Guilherme de S. Pastore <gpastore@src.gnome.org> | 2006-01-28 20:23:52 +0000 |
---|---|---|
committer | Guilherme de S. Pastore <gpastore@src.gnome.org> | 2006-01-28 20:23:52 +0000 |
commit | 72fcd8154eaf51afaec22fc9e336e078a9c45c26 (patch) | |
tree | db734ca0dbfe7fa5ffe3a95ee2a95a1cba6d1a6f /NEWS | |
parent | 93d57b0c02afb1510bad099c3cf4da4f10f03ab9 (diff) |
add -DG_DISABLE_ASSERT to CFLAGS. updated. bumped version to 0.11.17. only
* src/Makefile.am: add -DG_DISABLE_ASSERT to CFLAGS.
* NEWS: updated.
* vte.spec: bumped version to 0.11.17.
* src/vte.c: only try to guess the user's shell when actually
forking, so we avoid unnecessary work if the application
already has to do that itself.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,5 +1,14 @@ -0.11.17 - Revert .pc changes from previous release. They - apparently need pkg-config changes to work. +0.11.17 - Revert .pc changes from previous release (Olav Vitters) + - Fix bug #170032 - gnome-terminal has problems with ANSI + (save and restore cursor position) (Olav Vitters) + - Fix bug #321909 – vte does not install devhelp file + (Guilherme de S. Pastore) + - Apply patch from Kjartan Maraas to replace g_return* with + g_assert in static functions (Guilherme de S. Pastore) + - Avoid guessing the user's shell until we make sure it is + really necessary (Guilherme de S. Pastore) + - Disable asserts by default (Guilherme de S. Pastore) + 0.11.16 - Optimize memory used for fonts (Mike Hearn) - Fix crasher with accessibility (Padraig O'Briain) - Fix some warning from GDK (Michele Baldessari) |