diff --git a/C/7zVersion.h b/C/7zVersion.h index 35a2070b..e6979d38 100644 --- a/C/7zVersion.h +++ b/C/7zVersion.h @@ -1,8 +1,8 @@ #define MY_VER_MAJOR 17 #define MY_VER_MINOR 04 #define MY_VER_BUILD 0 -#define MY_VERSION_NUMBERS "17.04 beta" -#define MY_VERSION "17.04" +#define MY_VERSION_NUMBERS "17.05 beta" +#define MY_VERSION "17.05" #define MY_DATE "2017-08-28" #undef MY_COPYRIGHT #undef MY_VERSION_COPYRIGHT_DATE @@ -18,5 +18,5 @@ #define MY_VERSION_COPYRIGHT_DATE MY_VERSION " : " MY_COPYRIGHT " : " MY_DATE -#define P7ZIP_VERSION "17.04" +#define P7ZIP_VERSION "17.05" diff --git a/ChangeLog b/ChangeLog index 186027f7..18958754 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 17.05 +============= + +- add UTF-8 support for Client7z +- fix issue 130 + Version 17.04 ============= diff --git a/DOC/MANUAL/start.htm b/DOC/MANUAL/start.htm index b237c67f..4d52b752 100644 --- a/DOC/MANUAL/start.htm +++ b/DOC/MANUAL/start.htm @@ -10,7 +10,7 @@

7-Zip

-

Welcome to 7-Zip 17.04

+

Welcome to 7-Zip 17.05

7-Zip is a file archiver with a high compression ratio.

The documentation for 7-Zip includes:

diff --git a/DOC/readme.txt b/DOC/readme.txt index 9bc64ff5..d6732b6d 100644 --- a/DOC/readme.txt +++ b/DOC/readme.txt @@ -1,4 +1,4 @@ -7-Zip 17.04 Sources +7-Zip 17.05 Sources ------------------- 7-Zip is a file archiver for Windows. diff --git a/README b/README index 91ae6722..01f0c77a 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ - p7zip 17.04 + p7zip 17.05 =========== -Homepage : https://github.com/jinfeihan57/p7zip +Homepage : https://github.com/p7zip-project/p7zip p7zip is a port of the Windows programs 7z.exe and 7za.exe provided by 7-zip. diff --git a/README.md b/README.md index 7846294b..1025c5b3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the place for the active development of p7zip to include major modern codecs such as Brotli, Fast LZMA2, LZ4, LZ5, Lizard and Zstd. In order to support multithreading for those addional codecs, this project depends on the [Multithreading Library](https://github.com/mcmilk/zstdmt). # status Ubuntu && mac -[![linux](https://github.com/jinfeihan57/p7zip/actions/workflows/linux-%20build.yml/badge.svg)](https://github.com/jinfeihan57/p7zip/actions/workflows/linux-%20build.yml)[![macos](https://github.com/jinfeihan57/p7zip/actions/workflows/macos-build.yml/badge.svg)](https://github.com/jinfeihan57/p7zip/actions/workflows/macos-build.yml) +[![linux](https://github.com/p7zip-project/p7zip/actions/workflows/linux-%20build.yml/badge.svg)](https://github.com/p7zip-project/p7zip/actions/workflows/linux-%20build.yml)[![macos](https://github.com/p7zip-project/p7zip/actions/workflows/macos-build.yml/badge.svg)](https://github.com/p7zip-project/p7zip/actions/workflows/macos-build.yml) ## Codec overview 1. [Zstandard] v1.4.9 is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression / speed trade-off, while being backed by a very fast decoder. @@ -49,7 +49,7 @@ We use [silesia](http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia) files(to #### (Currently only supports CLI, if you want to do GUI please contact us) 1. Download src: ``` - git clone https://github.com/jinfeihan57/p7zip.git + git clone https://github.com/p7zip-project/p7zip.git ``` 2. Using makefile directly: ``` @@ -68,8 +68,8 @@ We use [silesia](http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia) files(to The output should look like this: ``` -7-Zip (a) [64] 17.04 : Copyright (c) 1999-2021 Igor Pavlov -p7zip Version 17.04 (locale=zh_CN.UTF-8,Utf16=on,HugeFiles=on,64 bits,12 CPUs x64) +7-Zip (a) [64] 17.05 : Copyright (c) 1999-2021 Igor Pavlov +p7zip Version 17.05 (locale=zh_CN.UTF-8,Utf16=on,HugeFiles=on,64 bits,12 CPUs x64) Formats: ... diff --git a/rpm/p7zip.spec b/rpm/p7zip.spec index 98df017a..4cb6309e 100644 --- a/rpm/p7zip.spec +++ b/rpm/p7zip.spec @@ -1,10 +1,10 @@ Name: p7zip -Version: 17.04 +Version: 17.05 Release: 0 Summary: 7-zip file compression program License: LGPL-2.1-or-later Group: Productivity/Archiving/Compression -URL: https://github.com/jinfeihan57/p7zip +URL: https://github.com/p7zip-project/p7zip %define PREFIX /usr/local %define templist %{_tempplace}/tmp_list