Skip to content

Commit 6b5bb99

Browse files
committed
Release Version 2.2.0.RC1
Signed-off-by: Frank Gasdorf <fgdrf@users.sourceforge.net>
1 parent 1e3ed71 commit 6b5bb99

File tree

275 files changed

+364
-278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+364
-278
lines changed

deploy/versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export BASE=`dirname $0`
88
export INSTALLER="${BASE}/installer"
99
#export TARGET=${BASE}/target
1010
#export TARGET=${BASE}/../features/org.locationtech.udig-product/target/products/
11-
export SERIES=2.0
12-
export VERSION=2.0.0.RC1
11+
export SERIES=2.2
12+
export VERSION=2.2.0.RC1
1313
export BUILD="${BASE}/build"
1414

1515
# Tycho Build

docs/common.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242

4343
# General information about the project.
4444
project = u'uDig'
45-
copyright = u'2013, Refractions Research and others'
45+
copyright = u'2020, Refractions Research and others'
4646

4747
# The version info for the project you're documenting, acts as replacement for
4848
# |version| and |release|, also used in various other places throughout the
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '2.0'
52+
version = '2.2'
5353

5454
# The full version, including alpha/beta/rc tags.
55-
release = '2.0.0.RC1'
55+
release = '2.2.0.RC1'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<parent>
4545
<groupId>org.locationtech.udig</groupId>
4646
<artifactId>udig-tycho</artifactId>
47-
<version>2.2.0-SNAPSHOT</version>
47+
<version>2.2.0.RC1</version>
4848
</parent>
4949

5050
<!-- =========================================================== -->

docs/src/main/java/html/BulkConvert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ private void bufferedStreamsCopy(File origional, File copy) {
591591
}
592592
}
593593

594-
// From http://java.dzone.com/articles/file-copy-java-Ð-benchmark
594+
// From http://java.dzone.com/articles/file-copy-java-D-benchmark
595595
private void bufferedStreamsCopy(InputStream fin, OutputStream fout) throws IOException {
596596
try {
597597
int data;
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
.. _what_is_new_2_1:
2+
3+
What is new for uDig 2.1
4+
========================
5+
6+
This is a release candidate, prior to the creation of a stable 2.1.x series. GeoTools library has been updated to 19.4, please consult Upgrade guide in case you are using SDK to build your own geospatial application with uDig.
7+
8+
.. contents:: :local:
9+
:depth: 1
10+
11+
Improvements and Fixes
12+
----------------------
13+
* `#230 <https://github.com/locationtech/udig-platform/issues/203>`_ Initialitiation in SetAttributesCommand
14+
* `#280 <https://github.com/locationtech/udig-platform/issues/280>`_ allows to open StyleEditors for created layers
15+
* `#283 <https://github.com/locationtech/udig-platform/issues/283>`_ ConcurrentModificationException using LayerInterceptor
16+
* `#293 <https://github.com/locationtech/udig-platform/issues/293>`_ fixed Table Sorting issues and selection problems
17+
* `#305 <https://github.com/locationtech/udig-platform/issues/305>`_ Rollback issues were fixed
18+
* `#301 <https://github.com/locationtech/udig-platform/issues/301>`_ fixed Draging selected Nodes
19+
* `#306 <https://github.com/locationtech/udig-platform/issues/306>`_ fix of multiple listeners problems in ToolOptionContributionItem
20+
* `#317 <https://github.com/locationtech/udig-platform/issues/317>`_ preventing Exceptions in EditBlackboard if transformation is not set
21+
* `#325 <https://github.com/locationtech/udig-platform/issues/325>`_ fixed CRS/SRS paremeter for WMS 1.3.0 GetFeatureInfo Requests
22+
* `#330 <https://github.com/locationtech/udig-platform/issues/330>`_ Cursor Position tool considers Locale when parsing Coordinate String
23+
* `#338 <https://github.com/locationtech/udig-platform/issues/338>`_ Exception Handling for LineTool and PolygonTool
24+
* `#343 <https://github.com/locationtech/udig-platform/issues/343>`_ Correctly calculate the winding of triangles
25+
* `#351 <https://github.com/locationtech/udig-platform/issues/351>`_ InitMapCRS Interceptor doesn't init Map-CRS if defaultCRSPreference is set
26+
* `#304 <https://github.com/locationtech/udig-platform/issues/304>`_ selection box doesn't vanish occasionally selecting with Drag&Drop
27+
* `#306 <https://github.com/locationtech/udig-platform/issues/306>`_ Support for Text widget for ToolOptionContributionItem
28+
* `#218 <https://github.com/locationtech/udig-platform/issues/218>`_ Bulk feature Copy or Move between Layers
29+
* `#299 <https://github.com/locationtech/udig-platform/issues/299>`_ Improved rendering by considering min and max scales before read
30+
* `#307 <https://github.com/locationtech/udig-platform/issues/307>`_ externalized strings to allow translations
31+
* `#313 <https://github.com/locationtech/udig-platform/issues/313>`_ Allows to configure fill transparency for edit geometries (Preferences)
32+
* `#324 <https://github.com/locationtech/udig-platform/issues/324>`_ Allows to configure vertex transparency for edit geometries (Preferences)
33+
* `#333 <https://github.com/locationtech/udig-platform/issues/333>`_ DinstanceTool handles Map zoom in/out correctly
34+
* `#284 <https://github.com/locationtech/udig-platform/issues/284>`_ Display character encoding in LayerSummary of Shapefile layers
35+
* `#329 <https://github.com/locationtech/udig-platform/issues/329>`_ DrawCoordinate command added
36+
* `#277 <https://github.com/locationtech/udig-platform/issues/277>`_ Adds Perspective Switcher to Application
37+
* `#292 <https://github.com/locationtech/udig-platform/issues/292>`_ Disallow DropFilterAction between same layers
38+
* `#266 <https://github.com/locationtech/udig-platform/issues/266>`_ document bundle seperated to have more control creation Appliactions using SDK
39+
* `#285 <https://github.com/locationtech/udig-platform/issues/285>`_ test bundles names using same pattern
40+
* `#356 <https://github.com/locationtech/udig-platform/issues/356>`_ Using latest Tycho Release (1.4.0) for build chain
41+
42+
43+
Updated 3rd-party Dependencies
44+
------------------------------
45+
46+
uDig Codebase has been updated to work with `GeoTools 19.4 <http://geotoolsnews.blogspot.com/2018/12/geotools-194-released.html>`_ series. This implies dependency updates for several other libraries as well.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.. _what_is_new_2_2:
2+
3+
What is new for uDig 2.2
4+
========================
5+
6+
This is a release candidate, prior to the creation of a stable 2.2.x series. GeoTools library has been updated to 22.1 and Eclipse Platform to 2019-03 to allow uDig to ruun with Java 11. Please consult Upgrade guide in case you are using SDK to build your own geospatial application with uDig.
7+
8+
.. contents:: :local:
9+
:depth: 1
10+
11+
Improvements and Fixes
12+
----------------------
13+
* `#314 <https://github.com/locationtech/udig-platform/issues/314>`_ Allows to configure display delay for edit tools
14+
* `#379 <https://github.com/locationtech/udig-platform/issues/379>`_ Improved copy behavior for feature attributes
15+
* `#367 <https://github.com/locationtech/udig-platform/issues/367>`_ Fixed Display access for Message Bubble
16+
* `#363 <https://github.com/locationtech/udig-platform/issues/363>`_ Fixed Layer Memory Leak on Feature Events
17+
* Java 11 Support:
18+
* `#354 <https://github.com/locationtech/udig-platform/issues/354>`_ Removed joda-time dependency
19+
* `#378 <https://github.com/locationtech/udig-platform/issues/378>`_ Update Eclipse Platform to Release 2019-03
20+
* `#361 <https://github.com/locationtech/udig-platform/issues/361>`_ Update GeoTools to 22.1 (with dependencies)
21+
22+
Updated 3rd-party Dependencies
23+
------------------------------
24+
25+
uDig Codebase has been updated to work with `GeoTools 22.1 <http://geotoolsnews.blogspot.com/2019/11/geotools-221-released.html>`_ series. This implies dependency updates for several other libraries as well. In combination with Eclipse Platform update to Release 2019-03 uDig supports Java 11 from now on. This implies that uDig cannot support 32bit Operation Systems anymore, for details see `Eclipse Platform Issue 536766 <https://bugs.eclipse.org/bugs/show_bug.cgi?id=536766>`_.

docs/user/en/what_is_new/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The following features are new for uDig.
88
.. toctree::
99
:maxdepth: 2
1010

11+
What is new 2.2
12+
What is new 2.1
1113
What is new 2.0
1214
What is new 1.5
1315
What is new 1.4

docs/user/toc.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,10 @@
12871287
</topic>
12881288
<topic label="What is new 2.0" href="EN/what_is_new/What is new 2.0.html">
12891289
</topic>
1290+
<topic label="What is new 2.1" href="EN/what_is_new/What is new 2.1.html">
1291+
</topic>
1292+
<topic label="What is new 2.2" href="EN/what_is_new/What is new 2.2.html">
1293+
</topic>
12901294
</topic>
12911295

12921296
</toc>

extras/org.locationtech.udig.target/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.locationtech.udig</groupId>
77
<artifactId>udig-tycho</artifactId>
8-
<version>2.2.0-SNAPSHOT</version>
8+
<version>2.2.0.RC1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

features/org.locationtech.udig-feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.locationtech.udig-feature"
44
label="uDig Feature"
5-
version="2.2.0.qualifier"
5+
version="2.2.0.RC1"
66
provider-name="udig.refractions.net"
77
plugin="org.locationtech.udig">
88

0 commit comments

Comments
 (0)