summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@gmail.com>2018-07-15 23:58:00 -0400
committerCosmin Truta <ctruta@gmail.com>2018-07-15 23:58:00 -0400
commit46aedd8961b93d92ba6ad48b1ca3d1513feb6bb0 (patch)
treece451a26bc24f7c0c4b0574ea551a71b1aa73f49 /contrib
parent2471434d29a8a006e8ca8e5b286c37b8604263b1 (diff)
downloadlibpng-46aedd8961b93d92ba6ad48b1ca3d1513feb6bb0.tar.gz
Release libpng version 1.6.35
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/oss-fuzz/build.sh4
-rw-r--r--contrib/oss-fuzz/libpng_read_fuzzer.cc2
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/oss-fuzz/build.sh b/contrib/oss-fuzz/build.sh
index f1bc2f6d6..f9e1b0776 100755
--- a/contrib/oss-fuzz/build.sh
+++ b/contrib/oss-fuzz/build.sh
@@ -1,5 +1,5 @@
#!/bin/bash -eu
-# Copyright 2017 Glenn Randers-Pehrson
+# Copyright 2017-2018 Glenn Randers-Pehrson
# Copyright 2016 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-# Last changed in libpng 1.6.35 [March 6, 2018]
+# Last changed in libpng 1.6.35 [July 15, 2018]
#
# Revisions by Glenn Randers-Pehrson, 2017:
# 1. Build only the library, not the tools (changed "make -j$(nproc) all" to
diff --git a/contrib/oss-fuzz/libpng_read_fuzzer.cc b/contrib/oss-fuzz/libpng_read_fuzzer.cc
index 74b29ec7e..7b305509c 100644
--- a/contrib/oss-fuzz/libpng_read_fuzzer.cc
+++ b/contrib/oss-fuzz/libpng_read_fuzzer.cc
@@ -5,7 +5,7 @@
// Use of this source code is governed by a BSD-style license that may
// be found in the LICENSE file https://cs.chromium.org/chromium/src/LICENSE
-// Last changed in libpng 1.6.35 [March 6, 2018]
+// Last changed in libpng 1.6.35 [July 15, 2018]
// The modifications in 2017 by Glenn Randers-Pehrson include
// 1. addition of a PNG_CLEANUP macro,