Skip to content

Commit 0cff6bb

Browse files
committed
Prepare 16.02-2.01 release
- Version - Web page - Change log - Release notes
1 parent f77456a commit 0cff6bb

File tree

8 files changed

+350
-317
lines changed

8 files changed

+350
-317
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ INCLUDE(cmake/FindJavaExtended.cmake)
3838

3939

4040
# Change version also in SevenZip.SEVENZIPJBINDING_VERSION
41-
SET(SEVENZIPJBINDING_VERSON 16.02-2.01beta)
41+
SET(SEVENZIPJBINDING_VERSON 16.02-2.01)
4242

4343

4444

ChangeLog

+166-158
Large diffs are not rendered by default.

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Examples:
101101
4.66-1.01beta - Release candidate of 7-Zip-JBinding version 1.1 based on 7-Zip/p7zip version 4.66
102102
4.66-2.3-extr-only - Stable release of 7-Zip-JBinding version 2.3 based on 7-Zip/p7zip version 4.66
103103
without compression features.
104-
4.66-2.3 - Stable release of 7-Zip-JBinding version 2.3 based on 7-Zip/p7zip version 4.66
104+
4.66-2.3 - Stable release of 7-Zip-JBinding version 2.3 based on 7-Zip/p7zip version 4.66
105105

106106

107107
6. Compile

ReleaseNotes.txt

+11-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Main features of 16.02-2.01 (Release, extraction/compression/update, cross-platform, based on zip/p7zip 16.02)
55

6-
* Bind 7-Zip 16.02 (beta), In-memory archive extraction/creation/update
6+
* Bind 7-Zip 16.02, In-memory archive extraction/creation/update
77

88
* Extraction of
99
- 7z, Arj, BZip2, Cab, Chm, Cpio, Ar/A/Lib/Deb, Fat, GZip, HFS, Iso,
@@ -23,18 +23,21 @@ Main features of 16.02-2.01 (Release, extraction/compression/update, cross-platf
2323
* Cross-platform. Binaries available for
2424
- Windows 32/64
2525
- Linux 32/64
26-
- Mac OS X 32/64
27-
- ARM (ASMv4+, small endian)
26+
- Mac OS X 64
27+
- ARM (WARNING: Not a part of -AllPlatform or -AllLinux !!!)
28+
* ARMv5 (armel)
29+
* ARMv6 (RaspberryPi 2)
30+
* ARMv7 (armhf)
31+
* ARM64
2832

2933
* Multi-platform distributions (with platform auto-detection):
3034
- AllWindows - includes Win32 and Win64
3135
- AllLinux - includes Linux32 and Linux64 (ARM not included)
32-
- AllMax - includes Mac OS X 32 and Mac OS X 64
33-
- AllPlatforms - includes AllWindows, AllLinux and AllMac + build optimized for RaspberryPI
36+
- AllPlatforms - includes AllWindows, AllLinux and Mac
3437

3538
* JavaDoc + Snippets (see documentation on the web: sevenzipjbind.sf.net)
3639

37-
* Over 8499 JUnit tests:
40+
* Over 8599 JUnit tests:
3841
- Initialization
3942
- All extraction methods
4043
- Compression
@@ -44,11 +47,11 @@ Main features of 16.02-2.01 (Release, extraction/compression/update, cross-platf
4447
<dependency>
4548
<groupId>net.sf.sevenzipjbinding</groupId>
4649
<artifactId>sevenzipjbinding</artifactId>
47-
<version>16.02-2.01beta</version>
50+
<version>16.02-2.01</version>
4851
</dependency>
4952
<dependency>
5053
<groupId>net.sf.sevenzipjbinding</groupId>
5154
<artifactId>sevenzipjbinding-all-platforms</artifactId>
52-
<version>16.02-2.01beta</version>
55+
<version>16.02-2.01</version>
5356
</dependency>
5457

THANKS

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Please, help me keep it complete and exempt of errors.
1010

1111
Special thanks to
1212

13-
- Daniel Wilhelm, Appwork GmbH and JDownloader for fully sponsoring the 16.02-2.01beta release with RAR5 support!
13+
- Daniel Wilhelm, Appwork GmbH and JDownloader for fully sponsoring the 16.02-2.01 release with RAR5 support!
1414

1515
- Daniel Wilhelm, Appwork GmbH and JDownloader for fully sponsoring the 15.09-2.01beta release with RAR5 support!
1616

doc/web.components/header.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<meta name="verify-v1" content="mCmiZMVFK9OR5rFvabIsFhsHCfxvP4vfF5pvGSCjHOg=" />
66
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" />
7+
<meta name="flattr:id" content="vo3d7e">
78
<title>Welcome to 7-Zip-JBinding project</title>
89
<link href="styles.css" rel="stylesheet" type="text/css" />
910

0 commit comments

Comments
 (0)