Skip to content

Commit 5ca8fa6

Browse files
committed
update for 7.0.4 release
1 parent 341cced commit 5ca8fa6

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# The short X.Y version.
5050
version = '7.0'
5151
# The full version, including alpha/beta/rc tags.
52-
release = '7.0.3'
52+
release = '7.0.4'
5353

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

en/development/changelog/changelog-7-0.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@
77
The summary of major changes for this release can be found in the `HISTORY.TXT <https://github.com/mapserver/mapserver/blob/rel-7-0-0/HISTORY.TXT>`__
88
file from the source directory.
99

10+
.. _changelog-7-0-4:
11+
12+
Changes from 7.0.3 to 7.0.4
13+
===========================
14+
15+
* Security release
16+
* For GPKG datasources with Spatialite support, translate mapserver expressions to SQL (Even Rouault) : `60fd6de <https://github.com/mapserver/mapserver/commit/60fd6deb237f3e5f246c4f34a9832f140bdc6e7e>`__
17+
* Optimize msDrawRasterGDAL_16BitClassification() runtime. (Even Rouault) : `adf3383 <https://github.com/mapserver/mapserver/commit/adf3383e52a91ded988b80a4b296a88c6bdf941c>`__
18+
* Legend: draw icon for raster gradient classes ( `#1305 <https://github.com/mapserver/mapserver/issues/1305>`__ ) (Even Rouault) : `19d77c5 <https://github.com/mapserver/mapserver/commit/19d77c52467d445e678a291aaf0265f49c4e2176>`__
19+
* Fix cluster filter propagation to the source layer ( `#5364 <https://github.com/mapserver/mapserver/issues/5364>`__ ) (Tamas Szekeres) : `7dc87fe <https://github.com/mapserver/mapserver/commit/7dc87fe671930f5e191a0c3dbff4b0c75b44149a>`__
20+
* Update copyright date (Jeff McKenna) : `940ae5e <https://github.com/mapserver/mapserver/commit/940ae5e26f3898e56abf28bb7aaeaaf0e7d56a92>`__
21+
* Fix cluster with WMS dimension issue ( `#5364 <https://github.com/mapserver/mapserver/issues/5364>`__ ) (Tamas Szekeres) : `1a65c62 <https://github.com/mapserver/mapserver/commit/1a65c6209f6a1241fc3432e35d91bdde563b1d2e>`__
22+
* msTransformMapToSource(): fix behaviour at lon_wrap +/- 180 deg (Even Rouault) : `722716c <https://github.com/mapserver/mapserver/commit/722716c49de2399f54b275ab31437f0e8c92cd63>`__
23+
* WFS: avoid 'eating' the last character of WFS 2.0 stored queries stored in an external file (Even Rouault) : `b5c02b4 <https://github.com/mapserver/mapserver/commit/b5c02b4c6c485126d414cd0c4fffd05b2c28d25d>`__
24+
* WFS: fix taking into account of wfs_use_default_extent_for_getfeature. Logic added in 7.0.3 was inverted... (Even Rouault) : `6beab5e <https://github.com/mapserver/mapserver/commit/6beab5e455fd4d0c4292bd5cf77655617a1dae2f>`__
25+
* Update README.WIN32 for MapServer and PHP/MapScript ( `#5357 <https://github.com/mapserver/mapserver/issues/5357>`__ ) (Alexander Gabriel) : `1534710 <https://github.com/mapserver/mapserver/commit/153471013be25562ebb3d83f17b7312834e3a4fd>`__
26+
1027
.. _changelog-7-0-3:
1128

1229
Changes from 7.0.2 to 7.0.3

en/download.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Source
1212
Current Release(s)
1313
..............................................................................
1414

15+
* **2017-01-16** `mapserver-7.0.4.tar.gz`_
16+
:ref:`Changelog <changelog-7-0-4>`
17+
18+
.. _`mapserver-7.0.4.tar.gz`: http://download.osgeo.org/mapserver/mapserver-7.0.4.tar.gz
19+
1520
* **2016-12-05** `mapserver-7.0.3.tar.gz`_
1621
:ref:`Changelog <changelog-7-0-3>`
1722

0 commit comments

Comments
 (0)