Skip to content

Commit

Permalink
Version 2.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Feb 12, 2020
1 parent d7e6aa0 commit b39f7a0
Show file tree
Hide file tree
Showing 49 changed files with 98 additions and 98 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
@@ -1,5 +1,5 @@
#***************************************************************************
# Copyright (C) 2017-2019 Nathan Moinvaziri
# Copyright (C) 2017-2020 Nathan Moinvaziri
# https://github.com/nmoinvaz/minizip
# Copyright (C) 2016 Matthias Schmieder
# schmieder.matthias@gmail.com
Expand Down Expand Up @@ -36,7 +36,7 @@ endif()
enable_language(C)

# Minizip library version
set(VERSION "2.9.1")
set(VERSION "2.9.2")

# Minizip api version
set(SOVERSION "2.5")
Expand Down
2 changes: 1 addition & 1 deletion Minizip.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Minizip'
s.version = '2.9.1'
s.version = '2.9.2'
s.license = 'zlib'
s.summary = 'Minizip contrib in zlib with the latest bug fixes and advanced features'
s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# minizip 2.9.1
# minizip 2.9.2

minizip is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.

Expand Down
4 changes: 2 additions & 2 deletions minigzip.c
@@ -1,8 +1,8 @@
/* minigzip.c
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions minizip.c
@@ -1,8 +1,8 @@
/* minizip.c
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
Copyright (C) 1998-2010 Gilles Vollant
https://www.winimage.com/zLibDll/minizip.html
Expand Down
6 changes: 3 additions & 3 deletions mz.h
@@ -1,8 +1,8 @@
/* mz.h -- Errors codes, zip flags and magic
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand All @@ -15,7 +15,7 @@
/***************************************************************************/

/* MZ_VERSION */
#define MZ_VERSION ("2.9.1")
#define MZ_VERSION ("2.9.2")

/* MZ_ERROR */
#define MZ_OK (0) /* zlib */
Expand Down
4 changes: 2 additions & 2 deletions mz_compat.c
@@ -1,8 +1,8 @@
/* mz_compat.c -- Backwards compatible interface for older versions
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
Copyright (C) 1998-2010 Gilles Vollant
https://www.winimage.com/zLibDll/minizip.html
Expand Down
4 changes: 2 additions & 2 deletions mz_compat.h
@@ -1,8 +1,8 @@
/* mz_compat.h -- Backwards compatible interface for older versions
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
Copyright (C) 1998-2010 Gilles Vollant
https://www.winimage.com/zLibDll/minizip.html
Expand Down
4 changes: 2 additions & 2 deletions mz_crypt.c
@@ -1,8 +1,8 @@
/* mz_crypt.c -- Crypto/hash functions
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_crypt.h
@@ -1,8 +1,8 @@
/* mz_crypt.h -- Crypto/hash functions
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_crypt_apple.c
@@ -1,8 +1,8 @@
/* mz_crypt_apple.c -- Crypto/hash functions for Apple
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_crypt_brg.c
@@ -1,8 +1,8 @@
/* mz_crypt_brg.c -- Crypto/hash functions using Brian Gladman's library
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_crypt_openssl.c
@@ -1,8 +1,8 @@
/* mz_crypt_openssl.c -- Crypto/hash functions for OpenSSL
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_crypt_win32.c
@@ -1,8 +1,8 @@
/* mz_crypt_win32.c -- Crypto/hash functions for Windows
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_os.c
@@ -1,8 +1,8 @@
/* mz_os.c -- System functions
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
Copyright (C) 1998-2010 Gilles Vollant
https://www.winimage.com/zLibDll/minizip.html
Expand Down
4 changes: 2 additions & 2 deletions mz_os.h
@@ -1,8 +1,8 @@
/* mz_os.h -- System functions
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_os_posix.c
@@ -1,8 +1,8 @@
/* mz_os_posix.c -- System functions for posix
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_os_win32.c
@@ -1,8 +1,8 @@
/* mz_os_win32.c -- System functions for Windows
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_strm.c
@@ -1,8 +1,8 @@
/* mz_strm.c -- Stream interface
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_strm.h
@@ -1,8 +1,8 @@
/* mz_strm.h -- Stream interface
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_buf.c
@@ -1,10 +1,10 @@
/* mz_strm_buf.c -- Stream for buffering reads/writes
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
This version of ioapi is designed to buffer IO.
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_buf.h
@@ -1,10 +1,10 @@
/* mz_strm_buf.h -- Stream for buffering reads/writes
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
This version of ioapi is designed to buffer IO.
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_bzip.c
@@ -1,8 +1,8 @@
/* mz_strm_bzip.c -- Stream for bzip inflate/deflate
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as bzip.
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_bzip.h
@@ -1,8 +1,8 @@
/* mz_strm_bzip.h -- Stream for bzip inflate/deflate
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_libcomp.c
@@ -1,8 +1,8 @@
/* mz_strm_libcomp.c -- Stream for apple compression
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_libcomp.h
@@ -1,8 +1,8 @@
/* mz_strm_libcomp.h -- Stream for apple compression
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_lzma.c
@@ -1,8 +1,8 @@
/* mz_strm_lzma.c -- Stream for lzma inflate/deflate
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as lzma.
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_lzma.h
@@ -1,8 +1,8 @@
/* mz_strm_lzma.h -- Stream for lzma inflate/deflate
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as lzma.
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_mem.c
@@ -1,13 +1,13 @@
/* mz_strm_mem.c -- Stream for memory access
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
This interface is designed to access memory rather than files.
We do use a region of memory to put data in to and take it out of.
Based on Unzip ioapi.c version 0.22, May 19th, 2003
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
Copyright (C) 2003 Justin Fletcher
Copyright (C) 1998-2003 Gilles Vollant
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_mem.h
@@ -1,8 +1,8 @@
/* mz_strm_mem.h -- Stream for memory access
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_os.h
@@ -1,8 +1,8 @@
/* mz_sstrm_os.h -- Stream for filesystem access
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_os_posix.c
@@ -1,8 +1,8 @@
/* mz_strm_posix.c -- Stream for filesystem access for posix/linux
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
Modifications for Zip64 support
Copyright (C) 2009-2010 Mathias Svensson
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_os_win32.c
@@ -1,8 +1,8 @@
/* mz_strm_win32.c -- Stream for filesystem access for windows
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
Copyright (C) 2009-2010 Mathias Svensson
Modifications for Zip64 support
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_pkcrypt.c
@@ -1,8 +1,8 @@
/* mz_strm_pkcrypt.c -- Code for traditional PKWARE encryption
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
Copyright (C) 1998-2005 Gilles Vollant
Modifications for Info-ZIP crypting
Expand Down
4 changes: 2 additions & 2 deletions mz_strm_pkcrypt.h
@@ -1,8 +1,8 @@
/* mz_strm_pkcrypt.h -- Code for traditional PKWARE encryption
Version 2.9.1, November 15, 2019
Version 2.9.2, February 12, 2020
part of the MiniZip project
Copyright (C) 2010-2019 Nathan Moinvaziri
Copyright (C) 2010-2020 Nathan Moinvaziri
https://github.com/nmoinvaz/minizip
This program is distributed under the terms of the same license as zlib.
Expand Down

0 comments on commit b39f7a0

Please sign in to comment.