# HG changeset patch # User thomas_-_s # Date 1247745597 0 # Node ID afe3d40fbc5c99c22ded891dc34d32e957bf72df # Parent 8736c8cada184991b7101a75dae0045db97fdc7c - Corrected orig file name needed for package build. Need to use underscore instead of minus. - Corrected the changelog not to contain too long lines. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@982 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r 8736c8cada18 -r afe3d40fbc5c buildPackage.sh --- a/buildPackage.sh Thu Jul 16 10:49:35 2009 +0000 +++ b/buildPackage.sh Thu Jul 16 11:59:57 2009 +0000 @@ -5,7 +5,7 @@ sourcedirname=universalindentgui-1.1.0 sourcefilename=$sourcedirname.tar.gz -sourcefilenameorig=$sourcedirname.orig.tar.gz +sourcefilenameorig=universalindentgui_1.1.0.orig.tar.gz targetDir=packaging diff -r 8736c8cada18 -r afe3d40fbc5c debian/changelog --- a/debian/changelog Thu Jul 16 10:49:35 2009 +0000 +++ b/debian/changelog Thu Jul 16 11:59:57 2009 +0000 @@ -1,15 +1,21 @@ 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 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 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. + - [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 on Thu, 16 Jul 2009 13:13:58 +0200 + -- Thomas Schweitzer Thu, 16 Jul 2009 13:13:58 +0200 universalindentgui (1.0.2-1) unstable; urgency=low diff -r 8736c8cada18 -r afe3d40fbc5c todo_new_version.txt --- a/todo_new_version.txt Thu Jul 16 10:49:35 2009 +0000 +++ b/todo_new_version.txt Thu Jul 16 11:59:57 2009 +0000 @@ -1,19 +1,20 @@ New version file changes ------------------------ -- CHANGELOG.txt -- homepage/features.php -- homepage/index.php -- homepage/universalindentgui_pad.xml -- debian/changelog -- debian/control -- debian/copyright -- debian/files -- doc/Doxyfile -- doc/universalindentgui.man -- src/UiGuiVersion.h -- buildPackage.sh -- buildRelease.sh ++ CHANGELOG.txt ++ homepage/features.php ++ homepage/index.php ++ homepage/universalindentgui_pad.xml ++ debian/changelog ++ debian/control (evtl.) ++ debian/copyright ++ debian/files ++ doc/Doxyfile ++ doc/universalindentgui.man ++ src/UiGuiVersion.h ++ buildPackage.sh ++ buildRelease.sh - SourceForge News +- Freshmeat New indenter file changes -------------------------