diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2001-04-20 13:30:38 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2001-04-20 13:30:38 +0000 |
| commit | 28e789d2442f77fc310ffcb050bf806c44ac3400 (patch) | |
| tree | 19dd24e59aec788f82ef5b2162815ee3e332032c | |
| parent | a40273ee93eab34aca036d6bb4e92d62f20dc79c (diff) | |
| download | PROJ-28e789d2442f77fc310ffcb050bf806c44ac3400.tar.gz PROJ-28e789d2442f77fc310ffcb050bf806c44ac3400.zip | |
various 4.4.3 related fixes
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@953 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,6 +1,20 @@ Rel. 4.4.3 2001/04/20 ------------------------------------------------------------------------- +2001-04-20 Frank Warmerdam <warmerdam@pobox.com> + + * nad/test27,test83: Use -b flag for diff to avoid differences on + Windows due to CR/LF issues. + + * src/makefile.vc: default to building "all". + + * src/pj_init.c: call pj_open_lib() with mode of "rt" to ensure + correct handling of def files on DOS based systems. + +2001-04-20 Frank Warmerdam <warmerdam@pobox.com> + + * Updated for 4.4.3 release (pj_release.c, Makefile.am, etc). + 2001-04-05 Frank Warmerdam <warmerdam@pobox.com> * Introduce proj_api.h as a public include file with projects.h |
