root/tags/gdal_1_1_5/ChangeLog

Revision 2476, 16.0 kB (checked in by warmerda, 7 years ago)

fixed bug 75 on --with-libz handling

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 2001-09-15  Frank Warmerdam  <warmerdam@pobox.com>
2
3         * configure.in: modified --with-libz handling as per bug 75, to be
4         more standard.
5
6         http://bugzilla.remotesensing.org/show_bug.cgi?id=76
7
8 ===============================================================================
9        
10 2001-09-15  Frank Warmerdam  <warmerdam@pobox.com>
11
12         * Release GDAL 1.1.5.
13
14         * Modify include order in most GNUmakefiles to ensure that
15         include paths for system stuff (like /usr/local/include) don't take
16         priority over application include files in GDAL tree.  Especially
17         important when there is an old GDAL already installed.
18
19         * ogr/ogrsf_frmts/mitab: Upgraded to include fast spatial query
20         support, and attribute query support.
21
22 2001-09-06  Frank Warmerdam  <warmerdam@pobox.com>
23
24         * bridge: upgrade bridge error reporting, add GCP functions.
25
26 2001-09-04  Frank Warmerdam  <warmerdam@pobox.com>
27
28         * ogr/ogrsf_frmts/shape: added support for deferred determination
29         of output file geometry type (from first feature), and added better
30         handling of NULL attribute fields when reading and writing.
31
32 2001-08-31  Frank Warmerdam  <warmerdam@pobox.com>
33
34         * frmts/ceos2/sar_ceosdataset.cpp: added support for the SAR Toolbox
35         (from Alaska SAR Facility) naming convension for CEOS files.
36
37 2001-08-30  Frank Warmerdam  <warmerdam@pobox.com>
38
39         * frmts/ceos2/sar_ceosdataset.cpp: added four corner support for ERS
40         products with map projection record.
41
42 2001-08-29  Frank Warmerdam  <warmerdam@pobox.com>
43
44         * ogr/ogrsf_frmts/ntf: add support for GType 5 - add ntfstroke.cpp.
45
46         * frmts/GNUmakefile: fix so that failure of a submake will
47         terminate the frmts level make.
48
49 2001-08-23  Frank Warmerdam  <warmerdam@pobox.com>
50
51         * ogr/ogr_fromepsg.cpp: fixed serious bug translating LCC projections
52         from EPSG to WKT.
53
54 2001-08-22  Frank Warmerdam  <warmerdam@pobox.com>
55
56         * frmts/png/pngdataset.cpp: added support for reading and
57         writing tRNS (transparency) information.  Added support for writing
58         paletted images.
59
60         * frmts/gif/gifdataset.cpp: added support for reading transparency
61         values.
62
63         * frmts/jpeg, frmts/png, frmts/gif: added support for .wld files.
64
65         * frmts/ceos2/sar_ceosdataset.cpp: don't try to extract gcps
66         if there is no prefix data.
67
68         * frmts/ceos2/ceosrecipe.c: corrected prefix data handling
69         logic.  Accept 0 bytes of prefix as value ... often the case
70         in ERS datasets.
71
72 2001-08-15  Frank Warmerdam  <warmerdam@pobox.com>
73
74         * core/gdal_misc.cpp: Return magnitude values for samples from
75         complex valued bands.
76
77 2001-08-13  Frank Warmerdam  <warmerdam@pobox.com>
78
79         * ogr/ogrspatialreference.cpp: improved IsSame() test.
80
81 2001-07-18  Frank Warmerdam  <warmerdam@pobox.com>
82
83         * aclocal.m4: modified to identify -all for IRIX.
84
85 2001-07-17  Frank Warmerdam  <warmerdam@pobox.com>
86
87         * png: ensure we have png.h before accepting system png.  Moved
88         internal libpng code into a subdirectory to avoid include file
89         confusion.
90
91         * configure: added support for detecting PostgreSQL. 
92
93         * GDALmake.opt, app/GNUmakefile: Added support for building on
94         platforms without shared library support (ie. Cygwin).
95
96 2001-07-12  Frank Warmerdam  <warmerdam@pobox.com>
97
98         * frmts/raw/pauxdataset.cpp: Added limited support for reading gcps
99         and projections.
100
101 2001-07-09  Frank Warmerdam  <warmerdam@pobox.com>
102
103         * frmts/sdts/sdtsdataset.cpp: upgraded to use WKT for projections.
104
105 2001-06-28  Frank Warmerdam  <warmerdam@pobox.com>
106
107         * frmts/geotiff/geotiff.cpp: Fixed bug with RGBA image access on
108         big endian systems.
109
110 2001-06-22  Frank Warmerdam  <warmerdam@pobox.com>
111
112         * core/gdaldefaultoverviews.c: fixed several more problems with
113         refreshing existing overviews.
114
115         * core/gdalrasterblock.cpp: added support for GDAL_CACHEMAX
116         environment variable.
117
118         * core/gdaladefaultoverviews.c: Fixed crash with refreshing overviews
119         during build.
120
121 2001-06-21  Frank Warmerdam  <warmerdam@pobox.com>
122
123         * Added core/gdal_drivertut.dox, documentation on writing drivers.
124
125 2001-06-20  Frank Warmerdam  <warmerdam@pobox.com>
126
127         * apps/GNUmakefile: fixed some bugs in generating apps/gdal-config
128         thanks to Phillip Dibner.
129
130         * core/gdal_priv.h,gdaldefaultoverviews.cpp: GDALDefaultOverviews now
131         allows setting exact name of .ovr file, and remembers name to use
132         when building overviews.
133
134         * frmts/raw/hkvdataset.cpp: reimplement overviews in TIFF file.
135
136         * ogr/ogrsf_frmts/pg: Implement PostGIS support.
137
138 2001-06-01  Frank Warmerdam  <warmerdam@pobox.com>
139
140         * frmts/jpg/jpgdataset.cpp: altered magic number testing to work
141         with IMG_0519.JPG from eCognition folks.
142
143 2001-05-31  Frank Warmerdam  <warmerdam@pobox.com>
144
145         * frmts/hfa/hfaband.cpp: added uncompress support for reduce precision,
146         non-run length encoded data.
147
148         * frmts/geotiff/geotiff.cpp: Improved magic number testing.
149
150 2001-05-15  Frank Warmerdam  <warmerdam@pobox.com>
151
152         * frmts/raw/fujibasdataset.cpp: added new Fuji BAS format.
153
154         * frmts/raw/pauxdataset.cpp: added support for opening by selecting
155         the .aux file.
156
157 2001-05-07  Frank Warmerdam  <warmerdam@pobox.com>
158
159         * pymod/gdal.py, gdal.i: added GDALComputeRasterMinMax() bindings.
160
161 2001-05-01  Frank Warmerdam  <warmerdam@pobox.com>
162
163         * frmts/gtiff/geotiff.cpp: added GTiffBitmapBand support.
164
165         * frmts/jpeg/jpgdataset.cpp: added world file support.
166
167         * frmts/gtiff/geotiff.cpp: Use GDALReadWorldFile(), support .wld
168         and .tifw as well as .tfw on read.
169
170         * core/gdal_misc.cpp: added GDALReadWorldFile()
171
172 2001-04-18  Frank Warmerdam  <warmerdam@pobox.com>
173
174         * frmts/ogdi/ogdidataset.cpp: fixed rastersize calculation.
175
176 2001-04-17  Frank Warmerdam  <warmerdam@pobox.com>
177
178         * frmts/ogdi/*, ogr/ogrsf_frmts/ogdi/*: Modified to utilize layer
179         capabilities to get list of available layers.  Restructured OGDI
180         discovery mechanisms in configure script (more like other libraries).
181         Added complete Image support.  Capture text from text features.
182
183         * frmts/gtiff/geotiff.cpp: fixed acces to rw mode separate planes
184         RGB images.
185
186 2001-04-05  Frank Warmerdam  <warmerdam@pobox.com>
187
188         * updated mitab code from the mitab master.
189
190 2001-03-28  Frank Warmerdam  <warmerdam@pobox.com>
191
192         * configure: changed to check for TIFFWriteCheck instead of
193         TIFFReadRGBATile for libtiff check.  Ensures we get a sufficiently
194         recent libtiff.
195
196 2001-03-24  Frank Warmerdam  <warmerdam@pobox.com>
197
198         * configure: Make --with-ogr default, and user must indicate
199         --without-ogr.
200
201 2001-03-22  Frank Warmerdam  <warmerdam@pobox.com>
202
203         * frmts/raw/ehdrdataset.cpp: added support for files generated
204         by Arc/Info GRID which have a number of quirks, but can include
205         nodata values, and projections (in .prj file).
206
207         * frmts/raw/rawdataset: added support for nodata values.
208
209 2001-03-21  Frank Warmerdam  <warmerdam@pobox.com>
210
211         * GDALmake.opt.in: added port/*.o to GDAL_OBJ so that we don't
212         depend on the shared library linker using cpl.a the way we expect.
213         This should make things work cleaner on SGI.
214
215 2001-03-20  Frank Warmerdam  <warmerdam@pobox.com>
216
217         * apps/gdal_translate.c: fixes from Mark Salazar.
218         Added '%' for -outsize switch, fixed completion reporting, fixed
219         adGeoTransform[] calculation.
220
221 2001-03-18  Frank Warmerdam  <warmerdam@pobox.com>
222
223         * ogr/ogrsf_frmts/dgn: removed requirement for .dgn extention.
224
225 2001-03-16  Frank Warmerdam  <warmerdam@pobox.com>
226
227         * OGR Shapefile driver: added support for reading and writing
228         .prj files.
229
230         * ogr/ogr_srs_esri.cpp: added support for esri .prj files with
231         WKT in them.  We don't massage datum names yet though.
232
233 2001-03-14  Frank Warmerdam  <warmerdam@pobox.com>
234
235         * Improved ld -shared / CXX -shared testing to preserve existing
236         LD_LIBRARY_PATH incase it is needed for something like the C++
237         support shared library.
238
239         * Upgraded to use install-sh so we will have reliable install
240         semantics.
241
242 ===============================================================================
243        
244 2001-03-14  Frank Warmerdam  <warmerdam@pobox.com>
245
246         * Prepare 1.1.4 release.
247
248         * Added dist_docs directory with distribution specific stuff.
249
250         * Added mk_win_bin_dist.sh to build windows binary distribution.
251
252 2001-03-13  Frank Warmerdam  <warmerdam@pobox.com>
253
254         * frmts/gtiff/geotiff.cpp: Don't try to handle all MINISWHITE
255         images through RGBA interface.  Check with TIFFRGBAImageOK() before
256         using RGBA interface.
257
258 2001-03-12  Frank Warmerdam  <warmerdam@pobox.com>
259
260         * pymod/numpydataset.cpp captures and holds projection and
261         geotransform.
262
263         * Added frmts/aaigrid (ASCII Arc/Info Grid read support) at the
264         request of Ben Discoe.
265
266 2001-03-11  Simon Perkins  <simes@genie.lanl.gov>
267
268         * Added FITS support for "byte scaled" files.
269
270 2001-03-08  Simon Perkins  <simes@genie.lanl.gov>
271
272         * Added support for reading and writing metadata to FITS files.
273         Upon opening a FITS file, all non trivial headers are read from
274         the file and stored in the metadata store. Upon closing the FITS
275         file, any metadata associated with a name that is 8 characters or
276         less long, is written to the FITS file. The driver attempts to
277         guess the type of the metadata (double, long, logical or string)
278         and calls the appropriate fits update functions.
279
280 2001-03-06  Simon Perkins  <simes@genie.lanl.gov>
281
282         * frmts/fits/fitsdataset.cpp: Fixed bug in situation where we
283         attempt to read from a newly created band.
284
285 2001-03-05  Simon Perkins  <simes@genie.lanl.gov>
286
287         * Added FITS format support and documentation.
288
289 2001-03-01  Frank Warmerdam  <warmerdam@pobox.com>
290
291         * Added --ogr-enabled, --formats and --version options for gdal-config.
292         Also, added VERSION file in gdal root directory, and update of it
293         by mkgdaldist.sh.
294
295 2001-02-28  Frank Warmerdam  <warmerdam@pobox.com>
296
297         * Fixed up handling of pyexecdir.
298
299 2001-02-24  Frank Warmerdam  <warmerdam@pobox.com>
300
301         * Added Envisat format support.
302
303 2001-02-19  Frank Warmerdam  <warmerdam@pobox.com>
304
305         * aclocal.m4: fixed mixup between pyexecdir and pythonexecdir, thanks
306         to Bernhard Reiter.
307
308         * apps/gdal_translate.c: fixed georeferenced calculation for
309         -srcwin subwindowing.
310
311 2001-02-15  Frank Warmerdam  <warmerdam@pobox.com>
312
313         * port/cpl_error.cpp: Fixed initialization of fpLog.  Log was
314         being reset to stderr on second call to CPLDefaultErrorHandler.
315
316 2001-02-08  Frank Warmerdam  <warmerdam@pobox.com>
317
318         * frmts/gif/{e,d}gif_lib.c: Fixed to use binary mode if O_BINARY
319         is defined rather than based on __MSDOS__.
320
321 2001-02-06  Frank Warmerdam  <warmerdam@pobox.com>
322
323         * Export various OGR classes, and entry points from DLL.
324
325         * Fixed numpydataset.cpp to use sscanf() to parse pointer.
326
327 2001-02-05  Frank Warmerdam  <warmerdam@pobox.com>
328
329         * Added support for R*4 (Float32) images in SAR_CEOS reader.
330
331 2001-01-30  Frank Warmerdam  <warmerdam@pobox.com>
332
333         * core/overview.cpp: Added resampling type of AVERAGE_MP to do
334         magnitude preserving averaging.  New functions include
335         GDALComputeBandStats() to get mean and standard deviation.
336
337 2001-01-26  Frank Warmerdam  <warmerdam@pobox.com>
338
339         * ogr/ogr_srs_esri.cpp: added Transverse Mercator .prj support.
340
341 2001-01-24  Frank Warmerdam  <warmerdam@pobox.com>
342
343         * Added support for files with scanlines split across records in the
344         ceos2 (SAR_CEOS) reader.
345
346 2001-01-22  Frank Warmerdam  <warmerdam@pobox.com>
347
348         * Added alg directory, and GDALComputeMedianCutPCT(), and
349         GDALDitherRGB2PCT() functions.
350
351 ===============================================================================
352        
353 2001-01-22  Frank Warmerdam  <warmerdam@pobox.com>
354
355         * Released gdal 1.1.3 source distributions.
356
357 2001-01-20  Frank Warmerdam  <warmerdam@pobox.com>
358
359         * Improved python configure logic so it skips python if there is
360         no python makefile.
361
362 2001-01-17  Frank Warmerdam  <warmerdam@pobox.com>
363
364         * Added progressive jpeg support (a couple days ago).
365
366         * Added support for processing CODELIST records in NTF reader (as
367         used for BL2000 datasets).
368
369 2001-01-10  Frank Warmerdam  <warmerdam@pobox.com>
370
371         * Patched GDALDataset::FlushCache() to recover gracefully if papoBands
372           doesn't exist yet matching nBands.
373
374 2001-01-09  Frank Warmerdam  <warmerdam@pobox.com>
375
376         * Added GIF driver based on libungif.
377
378 2001-01-03  Frank Warmerdam  <warmerdam@pobox.com>
379
380         * Fixed some serious bugs with clean target on windows makefile.
381         Now links gdal11.dll with /debug.
382
383         * Erdas Imagine now uses large file API to support 2-4GB files on
384         Windows.
385
386         * libtiff now uses large file api (tif_vsi.c) on windows to handle
387         2-4GB tiff files.
388
389         * Added large file API in port/cpl_vsi.h, and implemented for
390         Win32 in port/cpl_vsil_win32.c
391
392 2000-12-15  Frank Warmerdam  <warmerdam@pobox.com>
393
394         * Added read support for .tfw files, and read/write support
395         for GEOTRANSMATRIX in GeoTIFF.
396
397         * Fixed so that non-geographic/projected model types result in
398         an empty coordinate system string, not WGS84, as per bug report
399         from Eric Miller and aerial.tif.
400
401 2000-12-14  Frank Warmerdam  <warmerdam@pobox.com>
402
403         * Added HKVDataset::Delete() implementation, made accessable from
404         python.
405
406 2000-12-13  Frank Warmerdam  <warmerdam@pobox.com>
407
408         * Various improvements to build. 
409         ogr/ogrsf_frmts/sdts now only updates the sdts and iso libraries in
410         ogrsf_frmts.a if they are out of date.
411         frmts/gtiff just installs object code from libtiff and libgeotiff
412         directories instead of .a files, to avoid the $(wildcard .../*.a)
413         issue.
414
415 2000-12-05  Frank Warmerdam  <warmerdam@pobox.com>
416
417         * Added better error testing, especially for CE_Failure in
418         parts of OGR to avoid being defeated by a mere warning.
419
420         * Added Cassini support in gdal/ogr/ogr_srs_proj4.cpp
421
422         * Check for png_set_IHDR in configure so avoid using old png libraries.
423
424         * Added support for all readable projections in write code for
425         GeoTIFF (gdal/frmts/gtiff/gt_wkt_srs.cpp).
426
427         * Modified ogr_srs_proj4.cpp to use +R_A for VanDerGrinten and
428         Miller Cylindrical.
429
430 2000-11-29  Frank Warmerdam  <warmerdam@pobox.com>
431
432         * Added limited SetGeoTransform() support for HKV Blob format.
433
434         * Added "pretty printing" of coordinate system in gdalinfo.c
435
436         * Added gdal_merge.py in pymod directory.
437
438         * Extended shapefile OGR driver to support MULTIPOLYGON objects.
439
440 2000-11-27  Frank Warmerdam  <warmerdam@pobox.com>
441
442         * Added Japanese DEM format (frmts/jdem).
443
444 2000-11-27  Bernhard Reiter <bernhard@intevation.de>
445
446         * Enable the use of the --exec-prefix and --libdir etc configure
447         options and should give the same behaviour.
448
449 2000-11-24  Frank Warmerdam  <warmerdam@pobox.com>
450
451         * Added support for using pre-installed libtiff.  Controlled via
452         --with-libtiff configure switch.
453
454 2000-11-22  Frank Warmerdam  <warmerdam@pobox.com>
455
456         * Added CEOS_DM_* metadata items for CEOS SAR format at Peter
457         Farris-Manning's request in frmts/ceos2/sar_ceosdataset.cpp.
458
459         * Fixed bug in complex image overview generation (core/overview.cpp).
460         The complex overview images were corrupt.
461
462 2000-11-16  Frank Warmerdam  <warmerda@cs46980-c>
463
464         * Moved GXF driver down in driver order (in GDALAllRegister()).
465         Improved test for GXFness in gxfdataset.cpp a bit.
466
467 2000-10-30  Frank Warmerdam  <warmerda@cs46980-c>
468
469         * Added error related entry points to gdal.i/gdal.py for python.
470
471         * Fixed ehdrdataset.cpp to report error if the user selects the
472         .hdr file instead of the .bil file. 
473
474         * Fixed bug with GetRasterColorTable in gdal.py, and
475         GetRasterNoDataValue in gdal.i.
476
477 2000-10-25  Frank Warmerdam  <warmerda@cs46980-c>
478
479         * Issued an interim 1.1.2 release for folks interested in
480         testing Imagine write support.
481
482 2000-10-17  Frank Warmerdam  <warmerda@cs46980-c>
483
484         * Added PostgreSQL vector driver under ogr/ogrsf_frmts/pg.
485
486 2000-10-13  Frank Warmerdam  <warmerda@cs46980-c>
487
488         * GTiff: improved support for writing GCS codes, and hardcode
489         common datums
490        
491         * Fixed EquidistantConic support for GeoTIFF.
492
493         * Fixed up cygnus support in port/cpl_port.h.
494
495 2000-10-12  Frank Warmerdam  <warmerda@cs46980-c>
496
497         * gdal/frmts/hfa: Implemented write support for Imagine files.
498
499 2000-10-06  Frank Warmerdam  <warmerda@cs46980-c>
500
501         * Upgraded PAuxDataset to support nodata values.
502
503         * Added SetNoDataValue(), SetCategoryNames() and some C/Python entry
504         points.
505
506         * Default setting of GDALRasterBand->eAccess based on the dataset
507         in SetBand().
508
509 2000-09-28  Frank Warmerdam  <warmerda@cs46980-c>
510
511         * Updated to current MITAB source from CVS.
512
513 2000-09-27  Frank Warmerdam  <warmerda@cs46980-c>
514
515         * Added colortable support for grass driver.
516
517         * Fixed libtiff build to include ZIP/Deflate support.
518
519         * Added configure time support for -lz or the internal implementation.
520
521 2000-09-25  Frank Warmerdam  <warmerda@cs46980-c>
522
523         * Release 1.1.1 issued.
524
Note: See TracBrowser for help on using the browser.