Skip to content

Commit

Permalink
Updated versions, added What is new page
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Gasdorf <[email protected]>
  • Loading branch information
fgdrf committed Aug 12, 2016
1 parent f24d20c commit 2cdce88
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 8 deletions.
4 changes: 2 additions & 2 deletions deploy/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export BASE=`dirname $0`
export INSTALLER="${BASE}/installer"
#export TARGET=${BASE}/target
#export TARGET=${BASE}/../features/org.locationtech.udig-product/target/products/
export SERIES=1.5
export VERSION=1.5.0-SNAPSHOT
export SERIES=2.0
export VERSION=2.0.0.RC1
export BUILD="${BASE}/build"

# Tycho Build
Expand Down
4 changes: 2 additions & 2 deletions docs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
# built documents.
#
# The short X.Y version.
version = '1.4'
version = '2.0'

# The full version, including alpha/beta/rc tags.
release = '1.4.0'
release = '2.0.0.RC1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
21 changes: 21 additions & 0 deletions docs/user/en/what_is_new/What is new 2.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. _what_is_new_2_0:

What is new for uDig 2.0
========================

This release is a Bugfix release and many changes in the codebase are because of GeoTools upgrade to 14.1.x

.. contents:: :local:
:depth: 1

Updated 3rd-party Dependencies
------------------------------

uDig Codebase has been updated to work with `GeoTools 14.1.x <http://geotoolsnews.blogspot.de/2015/11/geotools-141-released.html>`_ series. This implies dependency updates for several other libraries as well.

Language and Internationalization
---------------------------------

Russian support has been added, many thanks to `Russian Translation Team (Transifex) <https://www.transifex.com/udig/udig/language/ru/>`_.

Spot a translation mistake or like to add support for your preferred language? Help translate here: `uDig latest localizations <https://www.transifex.com/projects/p/udig/>`_
1 change: 1 addition & 0 deletions docs/user/en/what_is_new/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The following features are new for uDig.
.. toctree::
:maxdepth: 2

What is new 2.0
What is new 1.5
What is new 1.4
What is new 1.3
Expand Down
2 changes: 2 additions & 0 deletions docs/user/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,8 @@
</topic>
<topic label="What is new 1.5" href="EN/what_is_new/What is new 1.5.html">
</topic>
<topic label="What is new 2.0" href="EN/what_is_new/What is new 2.0.html">
</topic>
</topic>

</toc>
Expand Down
14 changes: 10 additions & 4 deletions plugins/org.locationtech.udig.help/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1267,12 +1267,18 @@
<topic label="Tips and Tricks" href="EN/Tips and Tricks.html">
</topic>

<topic label="What is new" href="EN/What is new.html">
<topic label="What is new 1.1" href="EN/What is new 1.1.html">
<topic label="What is new" href="EN/what_is_new/index.html">
<topic label="What is new 1.1" href="EN/what_is_new/What is new 1.1.html">
</topic>
<topic label="What is new 1.2" href="EN/What is new 1.2.html">
<topic label="What is new 1.2" href="EN/what_is_new/What is new 1.2.html">
</topic>
<topic label="What is new 1.3" href="EN/What is new 1.3.html">
<topic label="What is new 1.3" href="EN/what_is_new/What is new 1.3.html">
</topic>
<topic label="What is new 1.4" href="EN/what_is_new/What is new 1.4.html">
</topic>
<topic label="What is new 1.5" href="EN/what_is_new/What is new 1.5.html">
</topic>
<topic label="What is new 2.0" href="EN/what_is_new/What is new 2.0.html">
</topic>
</topic>

Expand Down

0 comments on commit 2cdce88

Please sign in to comment.