Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selmf committed Sep 3, 2023
1 parent 61f132b commit ca745b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
# (lib)unarr changelog

## 1.1.0 (unreleased)
## 1.1.0 (2023-09-03)

### Added
* libFuzzer target for coverage-guided fuzz testing (Wang Xin-yu (王昕宇))
Expand Down
25 changes: 5 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 38,6 @@ development of unarr, which no longer is maintained.
* xz / libLZMA
* zlib

More information on what library is used for which purpose can be found in the
description for embedded builds.

#### CMake

```bash
Expand Down Expand Up @@ -93,23 90,6 @@ cmake .. -DBUILD_FUZZER=ON

All tests can be run using ctest or their respective executables.

#### Embedded build

Make sure your compiler is C99 compatible, grab the source code, copy it into
your project and adjust your build system accordingly.

You can define the following symbols to take advantage of third party libraries:

| Symbol | Required header | Required for (format/method)|
|-------------------|:---------------:|:----------------------------|
|HAVE_ZLIB | zlib.h | faster CRC-32 and Deflate |
|HAVE_BZIP2 | bzlib.h | ZIP / Bzip2 |
|HAVE_LIBLZMA | lzma.h | ZIP / LZMA, XZ(LZMA2) |
|HAVE_7Z | 7z.h | 7Z / LZMA, LZMA2, BCJ |
|_7ZIP_PPMD_SUPPPORT| | 7Z / PPMd |

Make sure the required headers are present in the include path.

## Usage

### Examples
Expand Down Expand Up @@ -143,3 123,8 @@ solid compression (see https://github.com/zeniko/unarr/issues/4).

Fixing this problem will require modification or replacement of the LZMA SDK
code used.

### Rar support

RAR5 is currently not supported. There are plans to add this in a future version,
but as of now this is still work in progress.

0 comments on commit ca745b7

Please sign in to comment.