[sorry pkg-geany-team for the resend, but -release discarded the message with the attach] Hello RMs,
Geany upstream released a bugfix release with some big bugs fixed that I think is worth including in Squeeze. Said bugs are: - An infinite loop in Markdown lexer - A segfault on Tools->Reload Configuration when no documents are open - A memory leak on the search function The bugfix release came with few other changes but a quick review makes me confident that they would not be a problem. I hope you agree with me on this. Here's a diffstat of the release, excluding differences generated by a different autotool version: ChangeLog | 134 ++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 43 ++++++++++++++ debian/changelog | 7 ++ debian/control | 1 doc/geany.1 | 2 doc/geany.html | 87 +++++++++++++---------------- doc/geany.txt | 59 ++++++++++---------- doc/plugins.dox | 6 +- geany.spec | 2 geany_private.rc | 8 +- plugins/filebrowser.c | 6 +- po/ChangeLog | 35 +++++++++++- scintilla/LexMarkdown.cxx | 4 - src/build.c | 66 ++++++++++++---------- src/build.h | 4 - src/editor.c | 49 +++++++--------- src/encodings.c | 34 ++++++----- src/filetypes.c | 23 +++++++ src/highlighting.c | 4 - src/keybindings.c | 6 +- src/keyfile.c | 4 - src/notebook.c | 4 - src/plugindata.h | 14 ++-- src/plugins.c | 4 - src/printing.c | 5 + src/project.c | 34 +++++++++-- src/project.h | 4 + src/search.c | 8 +- src/ui_utils.c | 22 ++++++- src/ui_utils.h | 5 - tagmanager/get.c | 6 +- tagmanager/tm_workspace.c | 5 + win32-config.h | 2 33 files changed, 485 insertions(+), 212 deletions(-) As you can see most of the bulk is changelogs/docs. There is also one change in control, a breaks on old geany-plugins as per this [1] thread. The gzipped full diff between 0.19 and 0.19.1 is available at [2]. Thanks for your consideration, I hope Squeeze to had the best geany package we can deliver. Damián Viano(Des). [1] http://lists.debian.org/debian-release/2010/08/msg01183.html [2] http://charon.damianv.com.ar/debian/geany_0.19_0.19.1.patch.gz -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

