Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
1192 update openjpeg to 2.3.1 (#1269)
Browse files Browse the repository at this point in the history
* 1192 Update bundled OpenJPEG to v2.3.1 to fix regression in v2.3.0

* 1192 Update release notes

* 1192 Rename gdal-jp2-V2.3.0.patch to reflect new OpenJPEG version.

* 1192 Fix SConscript to use correct OpenJPEG patch.
  • Loading branch information
tst-jlarocco authored and tst-rwildes committed Apr 12, 2019
1 parent eb93f7e commit 6214004
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions docs/geedocs/5.3.0/answer/7160007.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@ <h5>
Added a validity check that ensures a valid date is entered. A date of 0000-00-00 can also be entered as a default value. The user will not be allowed to save with an invalid date entered.
</td>
</tr>
<tr>
<td>1192</td>
<td>Fusion fails to create a resource from certain jp2 files</td>
<td>
Upgrade bundled OpenJPEG to v2.3.1 to fix regression introduced in v2.3.0 that affected certain .jp2 files.
</td>
</tr>
<tr>
<td>1210</td>
<td>Fix Xerces-related memory leaks</td>
Expand Down
2 changes: 1 addition & 1 deletion earth_enterprise/src/third_party/gdal/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gdal_env = third_party_env.DeepCopy()

optdir = gdal_env['optdir']
root_dir = Dir(gdal_env.exportdirs['root']).abspath
gdal_patches = ['gdal-jp2-V2.3.0.patch']
gdal_patches = ['gdal-jp2-V2.3.1.patch']

if GetOption('clean'):
gdal_env.Execute('rm -rf %s' % current_dir)
Expand Down
2 changes: 1 addition & 1 deletion earth_enterprise/src/third_party/openjpeg/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Import('third_party_env')
openjpeg_version = 'openjpeg-2.3.0'
openjpeg_version = 'openjpeg-2.3.1'
#ge_version = openjpeg_version.replace('curl', 'curl-ge')

num_cpu = GetOption('num_jobs')
Expand Down
3 changes: 0 additions & 3 deletions earth_enterprise/third_party/openjpeg/openjpeg-2.3.0.tar.gz

This file was deleted.

3 changes: 3 additions & 0 deletions earth_enterprise/third_party/openjpeg/openjpeg-2.3.1.tar.gz
Git LFS file not shown

0 comments on commit 6214004

Please sign in to comment.