comparison debian/changelog @ 792:4e782f5d8674

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
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 01 Jan 2012 15:29:29 +0000
parents afe3d40fbc5c
children aac7cdbece6d
comparison
equal deleted inserted replaced
791:094d44b2aa9b 792:4e782f5d8674
1 universalindentgui (1.2.0-1) unstable; urgency=low
2
3 * New upstream release:
4 - [add] The Linux version has a menu entry in the application development menu now.
5 - [add] The Linux version has a mime type association to some code files now, so that UiGUI is available as "open with".
6 - [add] Added support for the Visual Basic beautifier VBSBeautifier.
7 - [add] Added support for the SQL beautifier Pl/Sql tidy.
8 - [add] Updated the Artistic Style configuration to support Artistic Style version 2.02.1.
9 - [add] Updated the Uncrustify configuration to support Uncrustify version 0.59.
10 - [add] Updated the PerlTidy configuration to support PerlTidy version 1.74.
11 - [add] Updated the Ruby Script Beautifier to version 2.9.
12 - [fix] Bug ID 3021933: Updated the Artistic Style configuration to support Artistic Style version 2.01.
13 - [fix] Bug ID 3021931: Fixed calling of Artistic Style version 1.22 and later.
14 - [fix] Bug ID 3006513: Fixed compiling UiGUI using GCC 4.5 and later.
15 - [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.
16 - [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.
17 - [fix] Bug ID 3175027: Uncrustify had wrong pop-up comments for two check-boxes.
18 - [fix] Bug ID 2916163: The proxy settings a properly used and applied now.
19 - [fix] Made the JsDecoder integration be compatible with recent Qt versions.
20 - [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.
21 - [change] Using TCLAP as command line parser instead of own command line parsing.
22 - [change] Setting a file name as parameter on the command line without any prefix will load this file instead of the last opened one.
23 - [change] Rewritten and improved the internal way how settings are connected to the UI.
24 - [change] Refactored and cleaned up the code.
25 - [change] Will no longer deliver binary bundles linked against Qt statically. Instead delivering all dependent DLLs and libs.
26
27 -- Thomas Schweitzer <mail@thomas-schweitzer.de> Sun, 01 Jan 2012 13:37:00 +0200
28
1 universalindentgui (1.1.0-1) unstable; urgency=low 29 universalindentgui (1.1.0-1) unstable; urgency=low
2 30
3 * New upstream release: 31 * New upstream release:
4 - [add] Added a logging class, that can catch debug output and 32 - [add] Added a logging class, that can catch debug output and
5 make trace backs if any problems occur possible. 33 make trace backs if any problems occur possible.