From c5d89c6519ce32710f3fdb3b5119ceb017d8bb9a Mon Sep 17 00:00:00 2001 From: mazen Date: Mon, 26 Mar 2012 10:45:35 +0000 Subject: [PATCH] MAKE DEB: Updated description of new upstream release changes. git-svn-id: trunk@36342 - --- debian/changelog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index e57fa63136..aedb16f112 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,24 @@ lazarus (0.9.31-0) unstable; urgency=low lazarus (0.9.30.4-1) unstable; urgency=low * Checked conformance to policy 3.9.3 and updated standard version. + * New upstream release many fixes and new features. + - The detailed list of changes can be found here: + http://wiki.lazarus.freepascal.org/Lazarus_0.9.30_fixes_branch#Fixes_for_0.9.30.3 + * LCL changes: + - Officially support FPC-2.6.0. + - Added csCaptureMouse to TScrollBox for compatibility with Delphi. + - GTK2: + + Fixed issue with GetWindowRect. + + Fixed various odd behaviour related to different window managers. + * IDE changes: + - Fixed issue with trimming trailing spaces. + * Debugger / Editor changes: + - Many fixes in debugger and code tool including memory leaks + - Focus on editor after hitting a breakpoint. + * Componenets changes: + - TAChart: Many fixes in TAChart component + - SynEdit: Fixed synchronized mode + - CodeTool: Fix wrting and reading streamed properties. -- Abou Al Montacir Tue, 20 Mar 2012 17:52:45 +0100