Skip to content

Commit 54c315d

Browse files
committed
clean up changelog
1 parent bca231c commit 54c315d

File tree

1 file changed

+19
-39
lines changed

1 file changed

+19
-39
lines changed

CHANGELOG.md

Lines changed: 19 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## [v2.0.0] - 2019-10-25
1111

12-
Updated GDAL, PROJ, and Geotiff libraries.
12+
### Added
13+
- Added OpenSSL, which is used to compile versions of Python 3.7+, it is not packaged in GeoLambda Layer
14+
- OPENSSL_VERSION=1.0.2
1315

14-
### Package versions
16+
### Changed
17+
- Updated GDAL, PROJ, and Geotiff libraries.
1518
- GDAL_VERSION=3.0.1
1619
- PROJ_VERSION=6.2.0
17-
- GEOS_VERSION=3.8.0
1820
- GEOTIFF_VERSION=1.5.1
19-
- HDF4_VERSION=4.2.14
20-
- HDF5_VERSION=1.10.5
21-
- NETCDF_VERSION=4.7.1
22-
- NGHTTP2_VERSION=1.39.2
23-
- OPENJPEG_VERSION=2.3.1
24-
- CURL_VERSION=7.66.0
25-
- LIBJPEG_TURBO_VERSION=2.0.3
26-
- PKGCONFIG_VERSION=0.29.2
27-
- SZIP_VERSION=2.1.1
28-
- WEBP_VERSION=1.0.3
29-
- ZSTD_VERSION=1.4.3
30-
- OPENSSL_VERSION=1.0.2
3121

3222

3323
## [v1.2.0] - 2019-10-24
@@ -36,23 +26,16 @@ Updated GDAL, PROJ, and Geotiff libraries.
3626
- A Python GeoLambda Layer is now published, along with the base Lambda Layer. The base layer *must* be included in any Lambda that uses the Python GeoLambda layer. It includes the Python libraries GDAL, rasterio, pyproj, and shapely.
3727
- Base geolambda includes OpenSSL 1.0.2, as this is required for compiling Python 3.7+. It is not included in the Lambda layer, just the base layer for ease of creating different versions of Python child images.
3828

29+
3930
### Changed
4031
- The python diectory, and the new Lambda layer, now uses Python 3.7.4
41-
42-
### Package versions
4332
- GDAL_VERSION=2.4.2
44-
- PROJ_VERSION=5.2.0
4533
- GEOS_VERSION=3.8.0
46-
- GEOTIFF_VERSION=1.4.3
47-
- HDF4_VERSION=4.2.14
48-
- HDF5_VERSION=1.10.5
4934
- NETCDF_VERSION=4.7.1
5035
- NGHTTP2_VERSION=1.39.2
5136
- OPENJPEG_VERSION=2.3.1
5237
- CURL_VERSION=7.66.0
5338
- LIBJPEG_TURBO_VERSION=2.0.3
54-
- PKGCONFIG_VERSION=0.29.2
55-
- SZIP_VERSION=2.1.1
5639
- WEBP_VERSION=1.0.3
5740
- ZSTD_VERSION=1.4.3
5841

@@ -66,34 +49,31 @@ Updated GDAL, PROJ, and Geotiff libraries.
6649
- More libraries (CURL with http2, webp, zstd, libjpegturbo)
6750
- GeoTIFF now compiled from scratch rather than GGDAL builtin
6851
- Published public lambda layers - see README for ARNs
52+
- GEOTIFF_VERSION=1.4.3
53+
- OPENJPEG_VERSION=2.3.0
54+
- LIBJPEG_TURBO_VERSION=2.0.1
55+
- CURL_VERSION=7.59.0
56+
- NGHTTP2_VERSION=1.35.1
57+
- WEBP_VERSION=1.0.1
58+
- ZSTD_VERSION=1.3.8
6959

7060
### Changed
7161
- Major refactor, GeoLambda base now runtime agnostic contains system libraries only
72-
73-
### Removed
74-
- Removed Python codes to make geolambda system libraries only
75-
76-
### Package versions:
7762
- GDAL_VERSION=2.4.1
78-
- PROJ_VERSION=5.2.0
7963
- GEOS_VERSION=3.7.1
80-
- GEOTIFF_VERSION=1.4.3
81-
- OPENJPEG_VERSION=2.3.0
82-
- LIBJPEG_TURBO_VERSION=2.0.1
8364
- HDF4_VERSION=4.2.14
8465
- HDF5_VERSION=1.10.5
8566
- NETCDF_VERSION=4.6.2
86-
- CURL_VERSION=7.59.0
87-
- NGHTTP2_VERSION=1.35.1
88-
- PKGCONFIG_VERSION=0.29.2
89-
- SZIP_VERSION=2.1.1
90-
- WEBP_VERSION=1.0.1
91-
- ZSTD_VERSION=1.3.8
67+
68+
### Removed
69+
- Removed Python codes to make geolambda system libraries only
9270

9371

9472
## [v1.0.0] - 2018-07-27
9573

96-
#### Versions:
74+
Initial release
75+
76+
Package Versions
9777
- PROJ_VERSION=5.2.0
9878
- GEOS_VERSION=3.6.2
9979
- HDF4_VERSION=4.2.12

0 commit comments

Comments
 (0)