changeset 711:8736c8cada18

Updated files to new version. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@981 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 16 Jul 2009 10:49:35 +0000
parents e5f77ab5e2fa
children afe3d40fbc5c
files CHANGELOG.txt buildPackage.sh buildRelease.sh debian/changelog debian/control debian/copyright debian/files doc/Doxyfile doc/universalindentgui.man src/UiGuiVersion.h
diffstat 10 files changed, 26 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.txt	Tue Jul 14 22:28:00 2009 +0000
+++ b/CHANGELOG.txt	Thu Jul 16 10:49:35 2009 +0000
@@ -1,4 +1,4 @@
-2009-07-15 Version 1.1.0
+2009-07-16 Version 1.1.0
 [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!
--- a/buildPackage.sh	Tue Jul 14 22:28:00 2009 +0000
+++ b/buildPackage.sh	Thu Jul 16 10:49:35 2009 +0000
@@ -3,9 +3,9 @@
 # Call this script to create the source code archive.
 ./buildRelease.sh
 
-sourcedirname=universalindentgui-1.0.2
+sourcedirname=universalindentgui-1.1.0
 sourcefilename=$sourcedirname.tar.gz
-sourcefilenameorig=universalindentgui_1.0.2.orig.tar.gz
+sourcefilenameorig=$sourcedirname.orig.tar.gz
 
 targetDir=packaging
 
--- a/buildRelease.sh	Tue Jul 14 22:28:00 2009 +0000
+++ b/buildRelease.sh	Thu Jul 16 10:49:35 2009 +0000
@@ -50,7 +50,7 @@
 # Configuration
 # -------------
 #TODO: get version from source code file.
-version=1.0.2
+version=1.1.0
 doSVNUpdate=false
 
 
--- a/debian/changelog	Tue Jul 14 22:28:00 2009 +0000
+++ b/debian/changelog	Thu Jul 16 10:49:35 2009 +0000
@@ -1,3 +1,16 @@
+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> on Thu, 16 Jul 2009 13:13:58 +0200
+
 universalindentgui (1.0.2-1) unstable; urgency=low
 
   * New upstream release:
--- a/debian/control	Tue Jul 14 22:28:00 2009 +0000
+++ b/debian/control	Thu Jul 16 10:49:35 2009 +0000
@@ -4,7 +4,7 @@
 Maintainer: Thomas Schweitzer <mail@thomas-schweitzer.de>
 Uploaders: Fathi Boudra <fabo@debian.org>
 Build-Depends: quilt, debhelper (>= 7), libqt4-dev, libqscintilla2-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.8.0
 Homepage: http://universalindent.sourceforge.net
 
 Package: universalindentgui
--- a/debian/copyright	Tue Jul 14 22:28:00 2009 +0000
+++ b/debian/copyright	Thu Jul 16 10:49:35 2009 +0000
@@ -1,6 +1,6 @@
 This package was debianized by:
 
-    Fathi Boudra <fabo@debian.org> on Wed, 29 Apr 2009 10:50:58 +0200
+    Thomas Schweitzer <mail@thomas-schweitzer.de> on Thu, 16 Jul 2009 13:13:58 +0200
 
 It was downloaded from:
 
--- a/debian/files	Tue Jul 14 22:28:00 2009 +0000
+++ b/debian/files	Thu Jul 16 10:49:35 2009 +0000
@@ -1,1 +1,1 @@
-universalindentgui_1.0.2-1_i386.deb devel optional
+universalindentgui_1.1.0-1_i386.deb devel optional
--- a/doc/Doxyfile	Tue Jul 14 22:28:00 2009 +0000
+++ b/doc/Doxyfile	Thu Jul 16 10:49:35 2009 +0000
@@ -5,7 +5,7 @@
 #---------------------------------------------------------------------------
 DOXYFILE_ENCODING      = UTF-8
 PROJECT_NAME           = UniversalIndentGUI
-PROJECT_NUMBER         = 1.0.2
+PROJECT_NUMBER         = 1.1.0
 OUTPUT_DIRECTORY       = .
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
--- a/doc/universalindentgui.man	Tue Jul 14 22:28:00 2009 +0000
+++ b/doc/universalindentgui.man	Thu Jul 16 10:49:35 2009 +0000
@@ -1,4 +1,4 @@
-.TH universalindentgui 1 "2009-02-12" "1.0.2" "UniversalIndentGUI"
+.TH universalindentgui 1 "2009-07-16" "1.1.0" "UniversalIndentGUI"
 
 .SH NAME 
 universalindentgui \- GUI frontend for several code beautifiers
--- a/src/UiGuiVersion.h	Tue Jul 14 22:28:00 2009 +0000
+++ b/src/UiGuiVersion.h	Thu Jul 16 10:49:35 2009 +0000
@@ -23,10 +23,10 @@
 class QString;
 
 // Define the version number here. Update this as the last file before a release.
-#define PROGRAM_VERSION 1.0.2
-#define PROGRAM_VERSION_STRING "1.0.2"
-#define RESOURCE_VERSION 1,0,2,0
-#define RESOURCE_VERSION_STRING "1,0,2,0\0"
+#define PROGRAM_VERSION 1.1.0
+#define PROGRAM_VERSION_STRING "1.1.0"
+#define RESOURCE_VERSION 1,1,0,0
+#define RESOURCE_VERSION_STRING "1,1,0,0\0"
 #define PROGRAM_REVISION "$Revision$"
 
 namespace UiGuiVersion {