Skip to content

Commit

Permalink
version is now 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
dstahlke committed Jul 21, 2013
1 parent 403121b commit ba4441b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
=== Version 0.22
Getting homebrew recipe and tagging working for OSX happyness.
=== Version 0.23
Fix for compiler warnings/errors.
Fix finding of GDAL headers.
gdal_landsat_pansharp supports all datatypes except for complex
fix: gdal_contrast_stretch showed wrong 'min' pixel value
fix: gdal_contrast_stretch messages now number bands starting from '1'

=== Version 0.22
Getting homebrew recipe and tagging working for OSX happyness.

=== Version 0.21
updated test scripts, test cases are now consistent with current code
fix: dataset was closed too early in gdal_trace_outline
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


AC_PREREQ(2.37)
AC_INIT([dans-gdal-scripts], [0.22], [[email protected]])
AC_INIT([dans-gdal-scripts], [0.23], [[email protected]])
AC_CONFIG_SRCDIR([src/common.h])
AC_CONFIG_HEADER([config.h])

Expand Down

0 comments on commit ba4441b

Please sign in to comment.