view debian/changelog @ 795:aac7cdbece6d

Fixed faulty sentence in changelog. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1073 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 01 Jan 2012 16:13:16 +0000
parents 4e782f5d8674
children ca899a323c52
line wrap: on
line source

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 are 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 <mail@thomas-schweitzer.de>  Sun, 01 Jan 2012 13:37:00 +0200

universalindentgui (1.1.0-1) unstable; urgency=low

  * New upstream release:
    - [add] Added a logging class, that can catch debug output and
      make trace backs if any problems occur possible.
    - [add] Added an application icon for Mac OS X.
    - [change] Feature Request ID 2596302 : Updated the greatcode.ini.
      Thanks to adxadx who has done this work!
    - [change] Feature Request ID 2793216: Updated to Uncrustify 0.53.
    - [change] Updated to JsDecoder version 1.1.0
    - [fix] Bug ID 2791229: If UiGUI was located in a path containing
      Unicode characters or such a path needed to be handed over to a
      called indenter, the indenter could get confused on Windows.
      So using the Windows 8.3 short path notation.
    - [fix] On Mac OS X the used default font wasn't monospaced.
      Switched back to use Courier on Mac.

 -- Thomas Schweitzer <mail@thomas-schweitzer.de>  Thu, 16 Jul 2009 13:13:58 +0200

universalindentgui (1.0.2-1) unstable; urgency=low

  * New upstream release:
    - The default editor font type is now Monospace instead of Courier.
      (Closes: #483873)
  * Add 01_disable_check_for_update.diff patch:
    Automatic check for update is disabled by default. (Closes: #514999)
  * Bump debian/compat to 7.
  * Update debian/control:
    - Set Thomas Schweitzer as maintainer and myself as uploader.
      (Closes: #483068)
    - Bump debhelper build-dependency to 7.
    - Bump Standards-Version to 3.8.1. No changes needed.
    - Update recommended beautifier list.
    - Update description to list all supported beautifiers.
  * Update debian/copyright:
    - Add PerlTidy.pm and JsDecoder.js missing copyrights.
  * Cleanup debian/rules.

 -- Fathi Boudra <fabo@debian.org>  Wed, 29 Apr 2009 10:50:58 +0200

universalindentgui (0.8.1-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * Avoid symlink attacks by using mkdtemp (Closes: 504726)

 -- Eddy Petrișor <eddy.petrisor@gmail.com>  Wed, 12 Nov 2008 01:34:23 +0200

universalindentgui (0.8.1-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * urgency high since universalindentgui is actually useless by default
    (can be hacked to work by setting TMPDIR='/tmp/a')
  * fixed temporary path asamblation so indents can work
    (Closes: 486577)

 -- Eddy Petrișor <eddy.petrisor@gmail.com>  Wed, 05 Nov 2008 03:51:48 +0200

universalindentgui (0.8.1-1) unstable; urgency=low

  * New upstream release
  * debian/rules: Do not delete perltidy as it's no longer shipped
  * debian/rules: Cleanup extended

 -- Sebastian Pipping <webmaster@hartwork.org>  Wed, 02 April 2008 04:45:00 +0100

universalindentgui (0.8.0-1) unstable; urgency=low

  * Initial release (Closes: #459671)
  * Add man page missing in release archive (svn revision 603 plus fixes)

 -- Sebastian Pipping <webmaster@hartwork.org>  Tue, 08 Jan 2008 15:13:53 +0100