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

1192 update openjpeg to 2.3.1 #1269

Merged
merged 5 commits into from
Apr 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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