prewikka/master: Update NEWS, bump version number
[email protected] Tue, 7 Jul 2009 09:11:16 +0200 (CEST)
| Newsgroups | gmane.comp.security.ids.prelude.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 510f9c86c276cbc0d98538cf545042c480d221f5 Author: Yoann Vandoorselaere <[email protected]> Date: Tue Jul 7 09:11:30 2009 +0200 Update NEWS, bump version number ======================================== NEWS | 23 +++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 24 insertions(+), 1 deletions(-) ======================================== diff --git a/NEWS b/NEWS index eab9704..97cb0f7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +* 2009-07-07, prewikka-0.9.17: + +- Do not provide an exhaustive list of unreachable linked alert, rather, + tell the user how many linked alert are not reachable any more. + +- String encoding fixes, do not mix unicode and bytestring, and more + generally, use unicode for internal string storage. This fixes a lot + of possible exception with particular specific user input, or with + localization enabled. + +- Inline filter didn't work as expected when viewing events starting + with a specific offset, because the offset keyword wasn't removed + from the generated link. + +- Error handling improvement (back / retry button weren't always + working as expected). + +- Fix exception when no protocol was available. + +- Improve navigation button link (make the link cover the whole button). + + + * 2009-06-30, prewikka-0.9.16: - Multiples advanced filter within the same column wouldn't display diff --git a/setup.py b/setup.py index 83e99b3..0f71fe5 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ from distutils.core import Command from Cheetah.CheetahWrapper import CheetahWrapper -PREWIKKA_VERSION = "0.9.16" +PREWIKKA_VERSION = "0.9.17" LIBPRELUDE_REQUIRED_VERSION = "0.9.23" LIBPRELUDEDB_REQUIRED_VERSION = "0.9.12" _______________________________________________ Prelude-cvslog site list [email protected] http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog