r15115 by mrdocs - version bumps for 1.3.7
scribus-commit
scribus-commit at lists.scribus.net
Wed May 26 23:21:12 CEST 2010
Revision: 15115
Author: mrdocs
Date: 2010-05-26T21:15:26.773149Z
Commit message: version bumps for 1.3.7
Changeset:
M /branches/Version135/Scribus/scribus.lsm
M /branches/Version135/Scribus/config.h.cmake
M /branches/Version135/Scribus/CMakeLists.txt
M /branches/Version135/Scribus/README
M /branches/Version135/Scribus/scribusversions.xml
Diffs:
Index: scribusversions.xml
===================================================================
--- scribusversions.xml (revision 15114)
+++ scribusversions.xml (revision 15115)
@@ -8,13 +8,13 @@
<release platform="OS2" stability="stablesvn" version="1.3.3.14" />
<release platform="MacOSX" stability="stablesvn" version="1.3.3.14" />
<release platform="Win32" stability="stablesvn" version="1.3.3.14" />
- <release platform="X11" stability="unstable" version="1.3.6" />
- <release platform="Win32" stability="unstable" version="1.3.6" />
- <release platform="MacOSX" stability="unstable" version="1.3.6" />
+ <release platform="X11" stability="unstable" version="1.3.7" />
+ <release platform="Win32" stability="unstable" version="1.3.7" />
+ <release platform="MacOSX" stability="unstable" version="1.3.7" />
<release platform="OS2" stability="unstable" version="1.3.6" />
<release platform="X11" stability="unstablesvn" version="1.5.0.svn" />
<release platform="Win32" stability="unstablesvn" version="1.5.0.svn" />
<release platform="MacOSX" stability="unstablesvn" version="1.5.0.svn" />
<release platform="OS2" stability="unstablesvn" version="1.5.0.svn" />
- <message lang="en" > - Scribus 1.3.3.14 is the latest stable release.<![CDATA[<br>]]> - We have stabilised 1.3.3.x for those wishing to use some new features of the 1.3.x series but need more stability.<![CDATA[<br>]]> - Scribus 1.3.6 was released 16 March 2010 </message>
+ <message lang="en" > - Scribus 1.3.3.14 is the latest stable release.<![CDATA[<br>]]> - We have stabilised 1.3.3.x for those wishing to use some new features of the 1.3.x series but need more stability.<![CDATA[<br>]]> - Scribus 1.3.7 was released 29 May 2010 </message>
</scribus>
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt (revision 15114)
+++ CMakeLists.txt (revision 15115)
@@ -78,7 +78,7 @@
SET (VERSION_MAJOR "1")
SET (VERSION_MINOR "3")
SET (VERSION_PATCH "7")
-SET (VERSION_SUFFIX "svn")
+SET (VERSION_SUFFIX "")
SET (VERSION ${VERSION_MAJOR})
IF (VERSION_MINOR GREATER -1)
SET (VERSION ${VERSION}.${VERSION_MINOR})
@@ -835,10 +835,10 @@
SET(CPACK_TOPLEVEL_TAG "")
SET(CPACK_SOURCE_IGNORE_FILES
CMakeCache.txt
- scribus-1.3.7.svn.tar.gz
- scribus-1.3.7.svn.tar.Z
- scribus-1.3.7.svn.tar.gz
- scribus-1.3.7.svn.tar.gz
+ scribus-1.3.7.tar.gz
+ scribus-1.3.7.tar.Z
+ scribus-1.3.7.svn.gz
+ scribus-1.3.7.svn.bz2
"~$"
"\\\\.cvsignore$"
"\\\\.o$"
Index: README
===================================================================
--- README (revision 15114)
+++ README (revision 15115)
@@ -1,11 +1,11 @@
-SCRIBUS 1.3.7.svn
+SCRIBUS 1.3.7
----------------------------------------------
-1.3.6 is the development version of Scribus. Its development will result in the new stable version 1.4, which will replace 1.3.3.x as the officially stable Scribus version.
+1.3.7 is the development version of Scribus. Its development will result in the new stable version 1.4, which will replace 1.3.3.x as the officially stable Scribus version.
While 1.3.6 is considered to be usable, you may want to keep the latest 1.3.3.14 as a fallback option. Both versions can be installed in parallel. Please be aware of the fact that files saved with 1.3.4 or any later version cannot be opened by 1.3.3.x!
-If you think you have found a bug in 1.3.6, you can use the Scribus bugtracker (http://bugs.scribus.net) to make us aware of it. Please make sure that the bug hasn't been reported earlier. The bugtracker's search feature can help you to check for issues that have already been submitted.
+If you think you have found a bug in 1.3.7, you can use the Scribus bugtracker (http://bugs.scribus.net) to make us aware of it. Please make sure that the bug hasn't been reported earlier. The bugtracker's search feature can help you to check for issues that have already been submitted.
Compiling from Source
=====================
Index: scribus.lsm
===================================================================
--- scribus.lsm (revision 15114)
+++ scribus.lsm (revision 15115)
@@ -1,6 +1,6 @@
Begin4
Title: Scribus
-Version: 1.3.6
+Version: 1.3.7
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
Index: config.h.cmake
===================================================================
--- config.h.cmake (revision 15114)
+++ config.h.cmake (revision 15115)
@@ -9,7 +9,7 @@
#error "Include <scconfig.h> rather than using <config.h> directly"
#endif
-#cmakedefine VERSION "1.3.7.svn."
+#cmakedefine VERSION "1.3.7"
#cmakedefine BUILD_WINDOWS_VERSION 1
#cmakedefine SC_USE_GDI 1
More information about the scribus-commit
mailing list