7.5.3 (2022-08-08)
- check validity of mark header and end archive header (6c7dc7a)
- more checks on invalid headers (cc33b6c)
7.5.2 (2022-05-31)
7.5.1 (2022-04-28)
7.5.0 (2022-03-20)
7.4.1 (2022-01-27)
7.4.1 (2022-01-27)
7.4.0 (2020-11-01)
7.3.0 (2020-08-03)
- support header-encrypted archive (c2a24f3)
7.2.0 (2020-07-28)
7.1.0 (2020-07-27)
7.0.0 (2020-07-25)
- cleanup public entry points (70499bb)
- move Volume classes to volume package (c2405e0)
- simplify IO (b59fc78)
- add password parameter for inputstream archives (b218bb9)
- check if archive is password protected (c1b7728)
- support for password protected archives (4402afc), closes #48 #40
- public API changed
- public API changed
- name of classes have changed
6.0.1 (2020-07-21)
- inaccurate file times (b1f9638), closes edmund-wagner/junrar#20
6.0.0 (2020-07-19)
- exception inheritance (aece14d)
- migrate from commons-logging to SLF4J (e6f461b)
- remove deprecated code (99d4399)
- rollback dependency-analysis plugin version (29f8ab5)
- migrate from commons-logging to SLF4J
- RarException has changed
- remove ExtractArchive classes, use Junrar.extract instead
5.0.0 (2020-07-18)
- carved-out into its own repo
- minimum java version bumped from 6 to 8