Hi, freeze exception request for kscope 1.6.2-1.
diff -Nur kscope-1.6.1/debian/changelog kscope-1.6.2/debian/changelog --- kscope-1.6.1/debian/changelog 2008-08-09 10:09:55.000000000 +0200 +++ kscope-1.6.2/debian/changelog 2008-08-11 09:39:28.000000000 +0200 @@ -1,3 +1,10 @@ +kscope (1.6.2-1) unstable; urgency=low + + * New upstream release (bugfix release). + * Bump Standards-Version to 3.8.0 (no changes needed). + + -- Fathi Boudra <[EMAIL PROTECTED]> Sat, 09 Aug 2008 10:20:14 +0200 + kscope (1.6.1-1) unstable; urgency=low * New upstream release. diff -Nur kscope-1.6.1/debian/control kscope-1.6.2/debian/control --- kscope-1.6.1/debian/control 2008-08-09 10:09:55.000000000 +0200 +++ kscope-1.6.2/debian/control 2008-08-11 09:39:47.000000000 +0200 @@ -5,9 +5,9 @@ Uploaders: Fathi Boudra <[EMAIL PROTECTED]>, Mark Purcell <[EMAIL PROTECTED]> Build-Depends: cdbs, debhelper (>= 5), quilt, automake, bison, flex, kdebase-dev, docbook2x -Standards-Version: 3.7.3 +Standards-Version: 3.8.0 Homepage: http://kscope.sourceforge.net -Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kscope/trunk +Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kscope/?op=log Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kscope/trunk Package: kscope you can found attached: - diffstat of upstream tarballs - diff of upstream changelog cheers, Fathi
--- kscope-1.6.1/ChangeLog 2008-03-01 19:24:31.000000000 +0100 +++ kscope-1.6.2/ChangeLog 2008-07-23 21:36:20.000000000 +0200 @@ -1,4 +1,22 @@ -1.6.0 (?) +1.6.2 (?) + +* New: Support for hidden project folders under the source root +* Bug fix: Make the configuration script sh-friendly +* Bug fix: Handle unicode characters on gcc's output +* Bug fix: KScope crashes when clicking on empty area in the tree view +* Bug fix: Do not show the "Function" column in the error list +* Bug fix: Do not close KScope when choosing "Cancel" in the "Save Files?" + message box + +1.6.1 (9-Jan-2008) + +* New: Support for case-insensitive queries +* New: Per-project Ctags command line (for advanced users only) +* Bug fix: Stop queries when their result windows are destroyed +* Bug fix: Query results sorted by line numbers are sorted numerically +* Translation: Chinese + +1.6.0 (10-Jul-2007) * Improved: Updated the documentation * Improved: Implemented multiple-call nodes in the call-graph
ChangeLog | 20 Makefile.in | 50 aclocal.m4 | 38 config.h.in | 10 configure | 8056 ++++++++++++++++++++++++------------------------ configure.in | 2 configure.in.in | 2 doc/Makefile.in | 18 doc/en/Makefile.in | 5 kscope.kdevelop | 257 - po/Makefile.in | 5 src/Makefile.in | 24 src/fileview.cpp | 2 src/historyview.cpp | 2 src/kscope.cpp | 13 src/kscope_config | 20 src/makedlg.cpp | 21 src/newprojectdlg.cpp | 3 src/newprojectlayout.ui | 73 src/projectmanager.cpp | 44 src/projectmanager.h | 3 21 files changed, 4392 insertions(+), 4276 deletions(-)