[From nobody Thu Jun 7 16:10:52 2018 Return-Path: <owner-osrs-proj@remotesensing.org> Delivered-To: jan@abnoba.hq Received: from mailman.intevation.de (intevation.de [131.173.30.110]) by abnoba.hq (Postfix) with ESMTP id DE39A1B73B for <jan@abnoba.hq>; Fri, 20 Apr 2001 16:46:08 +0200 (CEST) Received: from omecihuatl.rz.uni-osnabrueck.de (omecihuatl.rz.Uni-Osnabrueck.DE [131.173.17.35]) by mailman.intevation.de (Postfix) with ESMTP id D8F98139DA for <jan@intevation.de>; Fri, 20 Apr 2001 16:46:29 +0200 (CEST) Received: from yoda-e0.imagelinks.com (IDENT:root@bugzilla.remotesensing.org [208.24.120.44]) by omecihuatl.rz.uni-osnabrueck.de (8.11.1/8.11.1) with ESMTP id f3KEk7c14521 for <jan@intevation.de>; Fri, 20 Apr 2001 16:46:07 +0200 Received: (from majordomo@localhost) by yoda-e0.imagelinks.com (8.9.3/8.9.3) id KAA12484 for osrs-proj-list; Fri, 20 Apr 2001 10:42:14 -0400 X-Authentication-Warning: yoda-e0.imagelinks.com: majordomo set sender to owner-osrs-proj@remotesensing.org using -f Received: from spitfire.velocet.net (spitfire.velocet.net [209.167.225.66]) by yoda-e0.imagelinks.com (8.9.3/8.9.3) with ESMTP id KAA12480 for <osrs-proj@remotesensing.org>; Fri, 20 Apr 2001 10:42:13 -0400 Received: from pobox.com (H14.C198.tor.velocet.net [216.138.198.14]) by spitfire.velocet.net (Postfix) with ESMTP id 332C819A14F for <osrs-proj@remotesensing.org>; Fri, 20 Apr 2001 10:42:12 -0400 (EDT) Message-ID: <3AE049E2.CCA11F63@pobox.com> Date: Fri, 20 Apr 2001 10:38:26 -0400 From: Frank Warmerdam <warmerdam@pobox.com> X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14 i586) X-Accept-Language: en To: "PROJ.4 Discussion" <osrs-proj@remotesensing.org> Subject: [OSRS-PROJ] PROJ 4.4.3 Released Sender: owner-osrs-proj@remotesensing.org Precedence: bulk Reply-To: osrs-proj@remotesensing.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename=mutt-abnoba-1809-10 Content-Transfer-Encoding: quoted-printable Folks,=20 I have prepared a PROJ.4.4.3 source release. This release includes: o New proj_api.h include file ... a public include file only defining stuff required by external applications. Please try to migrate to using this though projects.h will still work as it always did.=20 o Added support for Canadian NTv1 datum shift files.=20 o Fixed 7 parameter datum shifting support.=20 o Added "epsg" translation file, translating all EPSG projected and geographic coordinate system definitions into a PROJ.4 equivelent. =20 o Added cs2cs documentation on man page. Fixed up developer man page some= what. =20 o Added pj_init_plus(), pj_is_latlong(), and pj_latlong_from_proj()=20 API entry points, though I don't think they are documented in the man page at this time.=20 o Slightly better building for Windows. o Various other minor bug fixes.=20 Full ChangeLog attached. Source available at: ftp://ftp.remotesensing.org/proj/proj-4.4.3.tar.gz ftp://ftp.remotesensing.org/proj/proj-4.4.3.zip =03 I hope to prepare a binary distribution for Windows in coming days, but if anyone else would like to do this let me know. I am always looking for hel= p! Best regards, ---------------------------------------+-----------------------------------= --- I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.c= om light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Programmer for Rent Rel. 4.4.3 2001/04/20 ------------------------------------------------------------------------- =09 2001-04-20 Frank Warmerdam <warmerdam@pobox.com> * Don't install test files in /usr/local/share/proj. * Made WGS84 the default in proj_def.dat * 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. * 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 now intended to be private. * pj_datums.c: added ntv1_can.dat to list for NAD27 datum. * nad_init(): added support for loading NTv1 style datum shift files. * cs2cs.c: use pj_latlong_from_proj() * pj_init.c: added pj_init_plus(). * pj_utils.c: new with pj_is_latlong(), and pj_latlong_from_proj() functions. * pj_strerror.c: added error -43. 2001-04-04 Frank Warmerdam <warmerdam@pobox.com> * rewrote 7 param datum shift to match EPSG:9606, now works with=20 example. 2001-03-20 Frank Warmerdam <warmerdam@pobox.com> * Added -DPROJ_LIB=3D\"C:/PROJ/\" in src/makefile.vc to provide for a default proj data file search directory. * Added HOWTO-RELEASE document in CVS. 2001-03-15 Frank Warmerdam <warmerdam@pobox.com> * src/pj_apply_gridshift.c: fixed bug in pj_load_nadgrids() which would sometimes result in the load function failing because of a buffer overrun in the grid list string. 2001-03-14 Frank Warmerdam <warmerdam@pobox.com> * added nad/epsg database of translations between EPSG PCS/GCS codes and PROJ.4 definitions. 2001-02-24 Frank Warmerdam <warmerdam@pobox.com> * Include +ellps in proj example as per suggestion from Michael DeChaine. 2001-02-07 Frank Warmerdam <warmerdam@pobox.com> * Cleaned up various warnings when compiled with -Wall. 2001-02-03 Frank Warmerdam <warmerdam@pobox.com> * Added cs2cs.1 man page, and minor updates to nad2nad.1 and proj.1. * Added pj_transform docs to pj_init.3. 2001-01-25 Frank Warmerdam <warmerdam@pobox.com> * Fixed pj_init() check for WGS84 match as per Bart Adriaanse bug rep. 2000-12-15 Frank Warmerdam <warmerdam@pobox.com> * src/makefile.vc: only delete proj.lib if it exists. 2000-12-01 Frank Warmerdam <warmerdam@pobox.com> * Added proj.def to extra_dist in src/Makefile.am. 2000-11-29 Frank Warmerdam <warmerdam@pobox.com> * Changed strtod() to proj_strtod() in strtod.c, and make use of it in dmstor() to avoid having stuff like "5d10" interpreted as exponential notation on MSVC. 2000-11-18 Frank Warmerdam <warmerda@cs46980-c> * Patch from Craig Bruce to adjlon.c to avoid wrong results,=20 and near-hangs when adjusting very large numbers.=20 http://bugzilla.remotesensing.org/show_bug.cgi?id=3D27 ---------------------------------------- PROJ.4 Discussion List See http://www.remotesensing.org/proj for subscription, unsubscription and other information. ]