r22031 by craig - Bump Changelog and versions

scribus-commit scribus-commit at lists.scribus.net
Thu May 18 21:39:36 UTC 2017


Author: craig
Date: Thu May 18 21:39:36 2017
New Revision: 22031

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22031
Log:
Bump Changelog and versions

Modified:
    trunk/Scribus/CMakeLists.txt
    trunk/Scribus/ChangeLog
    trunk/Scribus/OSX-package/inputs/Info.plist
    trunk/Scribus/OSX-package/inputs/Scribus.pkg-Info.plist
    trunk/Scribus/Scribus.app/Contents/Info.plist
    trunk/Scribus/config.h.cmake
    trunk/Scribus/resources/versions/scribusversions.xml
    trunk/Scribus/scribus.lsm
    trunk/Scribus/win32/vc11/scribus-main/Scribus.rc
    trunk/Scribus/win32/vc11/win-config.h

Modified: trunk/Scribus/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22031&path=/trunk/Scribus/CMakeLists.txt
==============================================================================
--- trunk/Scribus/CMakeLists.txt	(original)
+++ trunk/Scribus/CMakeLists.txt	Thu May 18 21:39:36 2017
@@ -64,7 +64,7 @@
 set (VERSION_MAJOR "1")
 set (VERSION_MINOR "5")
 set (VERSION_PATCH "3")
-set (VERSION_SUFFIX "svn")
+set (VERSION_SUFFIX "")
 set (VERSION ${VERSION_MAJOR})
 if (VERSION_MINOR GREATER -1)
 	set (VERSION ${VERSION}.${VERSION_MINOR})

Modified: trunk/Scribus/ChangeLog
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22031&path=/trunk/Scribus/ChangeLog
==============================================================================
--- trunk/Scribus/ChangeLog	(original)
+++ trunk/Scribus/ChangeLog	Thu May 18 21:39:36 2017
@@ -1,25 +1,56 @@
-Scribus - 1.5.3.svn (Released 2017-xx-xx)
+Scribus - 1.5.3 (Released 2017-05-20)
 =========================================
-- 0014407: [Properties Palette]  Font selector in the PP doesn't work anymore (jghali)
-- 0014454: [Fonts]  Font preview in font selectors always shows the bold variety (jghali)
-- 0014708: [Fonts]  the default font is the first one (jghali)
-- 0008118: [Scripter]  Allow get/set of item attributes in scripter (jghali)
-- 0014706: [Shape Drawing]  Modifying conical gradient stops may trigger crash (jghali)
-- 0014699: [Fonts]  Font Bucephalus is not rendered properly (jghali)
-- 0014696: [User Interface]  Updated tooltip for Colours & Fills (jghali)
-- 0014692: [Styles]  Style Manager doesn't accept changed Font Options (jghali)
-- 0014690: [Story Editor / Text Frames]  When exporting, text foreground blends with the background's gradients (jghali)
-- 0014684: [Story Editor / Text Frames]  With frame breaks, vertical text alignment does not work except in the last linked text frame (jghali)
-- 0014680: [Graphics / Image Frames]  When an image object is mirrored horizontally, its shape gets double-reversed on PDF export (jghali)
-- 0014639: [General]  in the context menu, replace the story editor with edit in place (cbradney)
-- 0014675: [Import / Export]  Zoomed images are blurred after image export, but only when grouped (jghali)
-- 0014411: [Story Editor / Text Frames]  Can't move the mouse to the middle of the last and the second to the last character (jghali)
-- 0014661: [Build System]  Installation of the new high-res icons (cbradney)
-- 0014657: [PDF]  Javascript alert popup with special characters doesn't render correctly. (jghali)
-- 0014656: [Build System]  fails to build on big endian architectures (jghali)
-- 0014654: [User Interface]  The color picker does not change back to HSV after changing to LAB and back to RGB (jghali)
+- 0014803: [Documentation]  Updated readme and specs files for 1.5.3 (EN and DE) (jghali)
+- 0014711: [Build System]  Please don't install code-related files in /doc/ (cbradney)
+- 0014712: [Build System]  Changelog of the scripts is stale (cbradney)
+- 0014112: [Story Editor / Text Frames]  Crash when trying to add Foot/Endnote (jghali)
+- 0014717: [User Interface]  Margin line not shown if exactly on a "Major" grid line (jghali)
+- 0009124: [PDF]  add an option to allow producing PDF with fonts not embedded nor outlined (jghali)
+- 0014781: [Styles]  Child Style doesn't update text direction when selected (jghali)
+- 0014786: [Fonts]  Font outlining artefacts in PDF export (jghali)
+- 0014794: [Story Editor / Text Frames]  [CTL/CJK] insert kerning between CJK letters and only Latin letters (jghali)
+- 0014783: [Styles]  Cell style colour shade change has no effect after reloading file (jghali)
+- 0014773: [Tables]  "Paragraph Style:" current style is not accurate for Table Cells (jghali)
+- 0014760: [User Interface]  The Paragraph Effects tab in the Text Properties Palette is completely unusable (jghali)
+- 0011474: [User Interface]  Colour values are no longer being displayed in the "Colours and Fills" dialog (jghali)
+- 0014768: [General]  Scribus can't save or open any document (cbradney)
+- 0014745: [Styles]  First letter keeps color from style when black is applied to text (jghali)
+- 0014750: [General]  prototype for 'uint64_t PropertyWidget_FontFeatures::featureFlags()' does not match any in class 'PropertyWidget_FontFeatures' (cbradney)
+- 0012276: [Undo/Redo]  Undo deletion of more than one paragraph doesnt restore style (jghali)
+- 0014753: [User Interface]  Suboptimal display of the gradient editing dialogue on Linux (cbradney)
+- 0014752: [Import / Export]  Gradients in Documents aren't imported into other documents. (cbradney)
+- 0014738: [Translation]  New Hyphenation features strings in Style Manager do not get updated on language change (cbradney)
 - 0014630: [General]  Moving multiple items across pages using the outline panel doesn't work properly (jghali)
 - 0014632: [Story Editor / Text Frames]  "Adjust text frame height to text" does not take margins into account (jghali)
+- 0014654: [User Interface]  The color picker does not change back to HSV after changing to LAB and back to RGB (jghali)
+- 0014656: [Build System]  fails to build on big endian architectures (jghali)
+- 0014657: [PDF]  Javascript alert popup with special characters doesn't render correctly. (jghali)
+- 0014661: [Build System]  Installation of the new high-res icons (cbradney)
+- 0014639: [General]  in the context menu, replace the story editor with edit in place (cbradney)
+- 0014411: [Story Editor / Text Frames]  Can't move the mouse to the middle of the last and the second to the last character (jghali)
+- 0014675: [Import / Export]  Zoomed images are blurred after image export, but only when grouped (jghali)
+- 0014680: [Graphics / Image Frames]  When an image object is mirrored horizontally, its shape gets double-reversed on PDF export (jghali)
+- 0014684: [Story Editor / Text Frames]  With frame breaks, vertical text alignment does not work except in the last linked text frame (jghali)
+- 0014690: [Story Editor / Text Frames]  When exporting, text foreground blends with the background's gradients (jghali)
+- 0014699: [Fonts]  Font Bucephalus is not rendered properly (jghali)
+- 0014704: [General]  Page Size Properties does not match current Page Size (cbradney)
+- 0014706: [Shape Drawing]  Modifying conical gradient stops may trigger crash (jghali)
+- 0014708: [Fonts]  the default font is the first one (jghali)
+- 0014454: [Fonts]  Font preview in font selectors always shows the bold variety (jghali)
+- 0014730: [Translation]  Ukrainian UI update and fixes (jghali)
+- 0014736: [Color Management]  "All" color rendering (jghali)
+- 0014743: [Fonts]  Fonts after outline displays wrong characters (jghali)
+- 0014744: [User Interface]  Mouse pointer for Polygons doesn't behave like those for other items (cbradney)
+- 0014748: [Translation]  German Translation update for 1.5.3svn (cbradney)
+- 0014749: [User Interface]  Missing icons in the the Path Operations dialogue (cbradney)
+- 0008118: [Scripter]  Allow get/set of item attributes in scripter (jghali)
+- 0014117: [Import / Export]  When printing pages with page numbers at bottom some of the page numbers don't print correctly (jghali)
+- 0014735: [PDF]  Scribus crash if you save the document as PDF/X-4 or PDF/X-3 and document contain two CMYK pictures (jghali)
+- 0014740: [Import / Export]  Scribus crashes with Sig 6 when attempting to import an AI pattern library (jghali)
+- 0013549: [User Interface]  Show correct icon for Spiral/Arc items in Outline Palette (FirasH)
+- 0014692: [Styles]  Style Manager doesn't accept changed Font Options (jghali)
+- 0014696: [User Interface]  Updated tooltip for Colours & Fills (jghali)
+- 0014407: [Properties Palette]  Font selector in the PP doesn't work anymore (jghali)
 - 0014496: [User Interface]  Font widget dropdown menu cannot be opened (cbradney)
 - 0014479: [Usability]  Copy and Paste very slow on Windows (jghali)
 - 0014701: [Translation]  New DE translation update (christoph_s)
@@ -163,7 +194,6 @@
 - 0014086: [Plug-ins]  Spell check fails to check selected frame on file created in earlier version (cbradney)
 - 0013255: [Usability]  Menus broken on high resolution screen
 - 0013091: [Usability]  measure tool should accept modifier key (pygmee)
-- 0014117: [Import / Export]  When printing pages with page numbers at bottom some of the page numbers don't print correctly (jghali)
 - 0014136: [Tables]  Table cell border lines are not displayed correctly in PP when in table edit mode (jghali)
 - 0014150: [Documentation]  doxygen links are blue on blue (cbradney)
 - 0014151: [Documentation]  create the doxygen files in an html/ directory (cbradney)
@@ -204,7 +234,6 @@
 - 0014168: [Import / Export]  Hang / freeze importing a particular SVG image file (fschmid)
 - 0011575: [Usability]  Grey out "OK" button in the Templates dialog if no template has been selected (cbradney)
 - 0011294: [Usability]  Confusing order of entries in drop down dialogs (cbradney)
-- 0014112: [Story Editor / Text Frames]  Crash when trying to add Foot/Endnote (jghali)
 - 0014178: [Usability]  Incorrect rotation value displayed in PP when using Rotate Item tool (jghali)
 - 0014171: [User Interface]  Can't active attach text to path function (fschmid)
 - 0014281: [Story Editor / Text Frames]  When doing a copy-paste in story editor, the wrong font size is used (jghali)
@@ -236,7 +265,6 @@
 - 0014083: [Translation]  Updated Danish Translation (jghali)
 - 0014074: [Import / Export]  import odt file brings in red squares (jghali)
 - 0014081: [Build System]  Cmake Error: INSTALL cannot find ... ChangeLogSVN (cbradney)
-
 
 [129 issues]
 

Modified: trunk/Scribus/OSX-package/inputs/Info.plist
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22031&path=/trunk/Scribus/OSX-package/inputs/Info.plist
==============================================================================
--- trunk/Scribus/OSX-package/inputs/Info.plist	(original)
+++ trunk/Scribus/OSX-package/inputs/Info.plist	Thu May 18 21:39:36 2017
@@ -3,13 +3,13 @@
 <plist version="1.0">
 <dict>
         <key>CFBundleGetInfoString</key>
-		<string>Scribus Installer 1.5.3.svn</string>
+		<string>Scribus Installer 1.5.3</string>
         <key>CFBundleIdentifier</key>
         <string>net.scribus.osxinstaller</string>
         <key>CFBundleName</key>
         <string>Scribus</string>
         <key>CFBundleShortVersionString</key>
-		<string>1.5.3.svn</string>
+		<string>1.5.3</string>
 	<key>IFMajorVersion</key>
 	<integer>0</integer>
 	<key>IFMinorVersion</key>

Modified: trunk/Scribus/OSX-package/inputs/Scribus.pkg-Info.plist
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22031&path=/trunk/Scribus/OSX-package/inputs/Scribus.pkg-Info.plist
==============================================================================
--- trunk/Scribus/OSX-package/inputs/Scribus.pkg-Info.plist	(original)
+++ trunk/Scribus/OSX-package/inputs/Scribus.pkg-Info.plist	Thu May 18 21:39:36 2017
@@ -3,13 +3,13 @@
 <plist version="1.0">
 <dict>
         <key>CFBundleGetInfoString</key>
-		<string>Scribus 1.5.3.svn</string>
+		<string>Scribus 1.5.3</string>
         <key>CFBundleIdentifier</key>
         <string>net.scribus.aqua</string>
         <key>CFBundleName</key>
         <string>Scribus</string>
         <key>CFBundleShortVersionString</key>
-		<string>1.5.3.svn</string>
+		<string>1.5.3</string>
 	<key>IFMajorVersion</key>
 	<integer>0</integer>
 	<key>IFMinorVersion</key>

Modified: trunk/Scribus/Scribus.app/Contents/Info.plist
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22031&path=/trunk/Scribus/Scribus.app/Contents/Info.plist
==============================================================================
--- trunk/Scribus/Scribus.app/Contents/Info.plist	(original)
+++ trunk/Scribus/Scribus.app/Contents/Info.plist	Thu May 18 21:39:36 2017
@@ -67,7 +67,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.5.3.svn</string>
+	<string>1.5.3</string>
 	<key>CFBundleSignature</key>
 	<string>OSCR</string>
 	<key>NSPrincipalClass</key>

Modified: trunk/Scribus/config.h.cmake
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22031&path=/trunk/Scribus/config.h.cmake
==============================================================================
--- trunk/Scribus/config.h.cmake	(original)
+++ trunk/Scribus/config.h.cmake	Thu May 18 21:39:36 2017
@@ -9,7 +9,7 @@
 #error "Include <scconfig.h> rather than using <config.h> directly"
 #endif
 
-#cmakedefine VERSION "1.5.3.svn"
+#cmakedefine VERSION "1.5.3"
 
 #cmakedefine BUILD_WINDOWS_VERSION 1
 #cmakedefine DLL_USE_NATIVE_API 1

Modified: trunk/Scribus/resources/versions/scribusversions.xml
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22031&path=/trunk/Scribus/resources/versions/scribusversions.xml
==============================================================================
--- trunk/Scribus/resources/versions/scribusversions.xml	(original)
+++ trunk/Scribus/resources/versions/scribusversions.xml	Thu May 18 21:39:36 2017
@@ -8,13 +8,13 @@
   <release platform="OS2" stability="stablesvn" version="1.4.7.svn" />
   <release platform="MacOSX" stability="stablesvn" version="1.4.7.svn" />
   <release platform="Win32" stability="stablesvn" version="1.4.7.svn" />
-  <release platform="X11" stability="unstable" version="1.5.2" />
-  <release platform="Win32" stability="unstable" version="1.5.2" />
-  <release platform="MacOSX" stability="unstable" version="1.5.2" />
-  <release platform="OS2" stability="unstable" version="1.5.2" />
-  <release platform="X11" stability="unstablesvn" version="1.5.3.svn" />
-  <release platform="Win32" stability="unstablesvn" version="1.5.3.svn" />
-  <release platform="MacOSX" stability="unstablesvn" version="1.5.3.svn" />
-  <release platform="OS2" stability="unstablesvn" version="1.5.3.svn" />
-  <message lang="en" > - Scribus 1.4.6 is the latest stable release, released January 12 2016.<![CDATA[<br>]]> - Scribus 1.5.2 is the current development version, release May 17, 2016. </message>
+  <release platform="X11" stability="unstable" version="1.5.3" />
+  <release platform="Win32" stability="unstable" version="1.5.3" />
+  <release platform="MacOSX" stability="unstable" version="1.5.3" />
+  <release platform="OS2" stability="unstable" version="1.5.3" />
+  <release platform="X11" stability="unstablesvn" version="1.5.4.svn" />
+  <release platform="Win32" stability="unstablesvn" version="1.5.4.svn" />
+  <release platform="MacOSX" stability="unstablesvn" version="1.5.4.svn" />
+  <release platform="OS2" stability="unstablesvn" version="1.5.4.svn" />
+  <message lang="en" > - Scribus 1.4.6 is the latest stable release, released January 12 2016.<![CDATA[<br>]]> - Scribus 1.5.3 is the current development version, release May 20, 2017. </message>
 </scribus>

Modified: trunk/Scribus/scribus.lsm
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22031&path=/trunk/Scribus/scribus.lsm
==============================================================================
--- trunk/Scribus/scribus.lsm	(original)
+++ trunk/Scribus/scribus.lsm	Thu May 18 21:39:36 2017
@@ -1,6 +1,6 @@
 Begin4
 Title:           Scribus 
-Version:         1.5.3.svn
+Version:         1.5.3
 Entered-date:    2003-10-01
 Description:     Scribus is a Page Layout Program for Linux published under the GNU GPL. 
 Keywords:        desktop publishing, page layout, PDF, text processing, graphics, postscript, SVG, EPS 
@@ -9,6 +9,6 @@
 Primary-site:    http://www.scribus.net        
 Alternate-site:  http://www.scribus.org.uk/	        
 Original-site:   http://web2.altmuehlnet.de/fschmid  
-Platforms:       Linux and other Unices, MacOSX, Requires: Python >= 2.7, Qt >= 5.3+, cairo >= 2.4, freetype2 >=2.1.9
+Platforms:       Linux and other Unices, MacOSX, Requires: Python >= 2.7, Qt >= 5.5+, cairo >= 2.4, freetype2 >=2.1.9
 Copying-policy:  GNU Public License
 End

Modified: trunk/Scribus/win32/vc11/scribus-main/Scribus.rc
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22031&path=/trunk/Scribus/win32/vc11/scribus-main/Scribus.rc
==============================================================================
--- trunk/Scribus/win32/vc11/scribus-main/Scribus.rc	(original)
+++ trunk/Scribus/win32/vc11/scribus-main/Scribus.rc	Thu May 18 21:39:36 2017
@@ -92,9 +92,9 @@
         BLOCK "040904b0"
         BEGIN
             VALUE "CompanyName", "The Scribus Team"
-            VALUE "FileDescription", "Scribus 1.5.3.svn"
+            VALUE "FileDescription", "Scribus 1.5.3"
             VALUE "FileVersion", "1.5.3"
-            VALUE "InternalName", "Scribus 1.5.3.svn"
+            VALUE "InternalName", "Scribus 1.5.3"
             VALUE "LegalCopyright", "Copyright (C) 2001-2017 by The Scribus Team"
             VALUE "OriginalFilename", "Scribus.exe"
             VALUE "ProductName", "Scribus - Open Source Desktop Publishing"

Modified: trunk/Scribus/win32/vc11/win-config.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22031&path=/trunk/Scribus/win32/vc11/win-config.h
==============================================================================
--- trunk/Scribus/win32/vc11/win-config.h	(original)
+++ trunk/Scribus/win32/vc11/win-config.h	Thu May 18 21:39:36 2017
@@ -2,7 +2,7 @@
 #define WINCONFIG_H
 
 /* Version number of package */
-#define VERSION "1.5.3.svn"
+#define VERSION "1.5.3"
 
 /* Are we building win32 native version. */
 #define BUILD_WINDOWS_VERSION 1




More information about the scribus-commit mailing list