Skip to content

Commit

Permalink
1.2.1 release prep
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/postgis/trunk@2582 b70326c6-7e19-0410-871a-916f4a2858ee
  • Loading branch information
pramsey committed Jan 12, 2007
1 parent 2bab7d7 commit b649b06
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@ Version 1.0.0 of PostGIS includes code from:
Version 1.1.0 of PostGIS includes patches from:
Obe, Regina <[email protected]> with -k switch for pgsql2shp.

Version 1.2.1 of PostGIS includes patches from:
Eduin Carrillo <[email protected]> for AsKML() and Transform()
short circuit.

See the postgis manual for more contributors.

3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

--------- PostGIS-1.2.1 release [2007-01-11] --------------------------

2007-01-08 Markus Schaber <[email protected]>

* java/jdbc/Makefile:
Expand Down
11 changes: 6 additions & 5 deletions HOWTO_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ Release procedure
of a line to see how it looks like)
3) Edit NEWS: set release date and check all notable changes are
been reported (extract from ChangeLog).
4) Add release notes in doc/postgis.xml
5) Tag the release:
4) Edit README.postgis and set release date and version.
5) Add release notes in doc/postgis.xml
6) Tag the release:
$ base=http://svn.refractions.net/postgis/
$ rel=MAJ.MIN.MIC
$ svn copy -m "Tagged release $rel" $base/trunk $base/tags/$rel
6) Run: sh make_dist.sh MAJ.MIN.MIC
7) Publish
8) Announce
7) Run: sh make_dist.sh MAJ.MIN.MIC
8) Publish
9) Announce
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
PostGIS 1.2.1
(not published yet)
2007/01/11
- Fix point-in-polygon shortcut bug in Within()
- Fix PgSQL 8.2 null handling for indexes
- Update RPM spec files
- Add AsKML() function
- Add short-circuit for transform() in no-op case
- JDBC: - Fixed JTS handling for multi-dimensional geometries
(thanks to Thomas Marti for hint and partial patch)
- Additionally, now JavaDoc is compiled and packaged
Expand Down
2 changes: 1 addition & 1 deletion README.postgis
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

VERSION: 1.2.0 (2006/12/20)
VERSION: 1.2.1 (2007/01/11)

MORE INFORMATION: http://postgis.refractions.net

Expand Down
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
2005/01/13

- Clean up mapserver connectivity
- Submit to OpenGIS Consortium for testing
- Network creation and network operations
(upstream, downstream, least cost path)
- Standardized handling for topology and coverages with
Expand Down
2 changes: 1 addition & 1 deletion Version.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

REL_MAJOR_VERSION=1
REL_MINOR_VERSION=2
REL_MICRO_VERSION=0
REL_MICRO_VERSION=1

19 changes: 19 additions & 0 deletions doc/postgis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5821,6 +5821,25 @@ newdb=&#62; \i spatial_ref_sys.sql
<sect1>
<title>Release Notes</title>

<sect2>
<title>Release 1.2.1</title>

<para>Release date: 2007/01/11</para>

<para>This release provides bug fixes in PostgreSQL 8.2
support and some small performance enhancements.</para>

<sect3>
<title>Changes</title>

<para>Fixed point-in-polygon shortcut bug in Within().</para>
<para>Fixed PostgreSQL 8.2 NULL handling for indexes.</para>
<para>Updated RPM spec files.</para>
<para>Added short-circuit for Transform() in no-op case.</para>
<para>JDBC: Fixed JTS handling for multi-dimensional geometries (thanks to Thomas Marti for hint and partial patch). Additionally, now JavaDoc is compiled and packaged. Fixed classpath problems with GCJ. Fixed pgjdbc 8.2 compatibility, losing support for jdk 1.3 and older.</para>
</sect3>
</sect2>

<sect2>
<title>Release 1.2.0</title>

Expand Down

0 comments on commit b649b06

Please sign in to comment.