# HG changeset patch # User thomas_-_s # Date 1325431769 0 # Node ID 4e782f5d86743f33355a82be0bed544d0af3a623 # Parent 094d44b2aa9bc7395ab5f1325e2e95fd4ed335bb debian/changelog: Added the changelog for version 1.2.0 git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1069 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r 094d44b2aa9b -r 4e782f5d8674 debian/changelog --- a/debian/changelog Sun Jan 01 15:28:38 2012 +0000 +++ b/debian/changelog Sun Jan 01 15:29:29 2012 +0000 @@ -1,3 +1,31 @@ +universalindentgui (1.2.0-1) unstable; urgency=low + + * New upstream release: + - [add] The Linux version has a menu entry in the application development menu now. + - [add] The Linux version has a mime type association to some code files now, so that UiGUI is available as "open with". + - [add] Added support for the Visual Basic beautifier VBSBeautifier. + - [add] Added support for the SQL beautifier Pl/Sql tidy. + - [add] Updated the Artistic Style configuration to support Artistic Style version 2.02.1. + - [add] Updated the Uncrustify configuration to support Uncrustify version 0.59. + - [add] Updated the PerlTidy configuration to support PerlTidy version 1.74. + - [add] Updated the Ruby Script Beautifier to version 2.9. + - [fix] Bug ID 3021933: Updated the Artistic Style configuration to support Artistic Style version 2.01. + - [fix] Bug ID 3021931: Fixed calling of Artistic Style version 1.22 and later. + - [fix] Bug ID 3006513: Fixed compiling UiGUI using GCC 4.5 and later. + - [fix] Bug ID 2942381: When loading an indenter configuration file, the settings displayed in the docking widget were correctly updated, but the code wasn't. + - [fix] Bug ID 2135872: A zombie process kept on running if UiGUI was quit during the update check in background if no internet connection is available. + - [fix] Bug ID 3175027: Uncrustify had wrong pop-up comments for two check-boxes. + - [fix] Bug ID 2916163: The proxy settings a properly used and applied now. + - [fix] Made the JsDecoder integration be compatible with recent Qt versions. + - [change] Changed the created shell scripts indenter config file reference. Now each created shell script has a corresponding config file being created in the same dir as the shell script, with the same name but different suffix. But since the config file is referenced by "./", when calling the script the working directory must be the same as the directory containing the config file. + - [change] Using TCLAP as command line parser instead of own command line parsing. + - [change] Setting a file name as parameter on the command line without any prefix will load this file instead of the last opened one. + - [change] Rewritten and improved the internal way how settings are connected to the UI. + - [change] Refactored and cleaned up the code. + - [change] Will no longer deliver binary bundles linked against Qt statically. Instead delivering all dependent DLLs and libs. + + -- Thomas Schweitzer Sun, 01 Jan 2012 13:37:00 +0200 + universalindentgui (1.1.0-1) unstable; urgency=low * New upstream release: