aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2013-06-22 17:21:46 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2013-06-22 17:21:46 +0000
commit3c19b4837ce6b4ae3694543a0fe2e01b42b7a655 (patch)
treebf07d6eb9fb4f5a3f74e4d625faf25858cd4e77a /ChangeLog
parentd2bf66de36c4914981544d2205c5924eeb556a02 (diff)
downloadPROJ-3c19b4837ce6b4ae3694543a0fe2e01b42b7a655.tar.gz
PROJ-3c19b4837ce6b4ae3694543a0fe2e01b42b7a655.zip
prepare for 4.9.0 beta release
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2350 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 60ef5d5c..0c9353dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-06-22 Frank Warmerdam <warmerdam@pobox.com>
+
+ * Preparing 4.9.0 beta release.
+
+ * src/pj_fileapi.c, etc: Implement a virtual file api accessable
+ through the context for init file and grid shift file access.
+
+ * src/mk_cheby.c: reformat, add braces to avoid warnings.
+
2013-06-19 Frank Warmerdam <warmerdam@pobox.com>
* src/PJ_healpix.c: correct various warnings about unused variables.
@@ -50,9 +59,10 @@
2012-05-31 Martin Desruisseaux <martin.desruisseaux@geomatys.fr>
- * Replaced usages of NAN C/C++ constant by the java.lang.Double.NaN constant.
- This was done because not all C/C++ compilers define the NAN constant, and for
- making sure that the bits pattern is exactly the one expected by Java.
+ * Replaced usages of NAN C/C++ constant by the java.lang.Double.NaN
+ constant. This was done because not all C/C++ compilers define the
+ NAN constant, and for making sure that the bits pattern is exactly the
+ one expected by Java.
2012-03-25 Frank Warmerdam <warmerdam@pobox.com>