List of commits:
Subject Hash Author Date (UTC)
Docs: Simplify SECURITY.md. af071ef7702debef4f1d324616a0137a5001c14c Jia Tan 2024-03-25 17:50:02
liblzma: memcmplen.h: Add a comment why subtraction is used. 0b99783d63f27606936bb79a16c52d0d70c0b56f Lasse Collin 2024-03-22 15:46:30
INSTALL: Document arguments of --enable-symbol-versions. 8a25ba024d55610c448c6e4f1400a00bae51b493 Lasse Collin 2024-03-15 15:43:39
Build: Use only the generic symbol versioning with NVIDIA HPC Compiler. 49324b711f9d42b3543bf2f3ae598eaa03360bd5 Lasse Collin 2024-03-15 15:15:50
CMake: Use only the generic symbol versioning with NVIDIA HPC Compiler. c273123ed0ebaebf49994057a7fe98aae7f42c40 Lasse Collin 2024-03-15 14:36:35
Update THANKS. df7f487648d18a3992386a59b8a061edca862d17 Lasse Collin 2024-03-13 19:38:24
liblzma: Minor comment edits. 3217b82b3ec023bf8338249134a076bea0ea30ec Lasse Collin 2024-03-13 19:30:18
liblzma: Fix building with NVHPC (NVIDIA HPC SDK). 096bc0e3f8fb4bfc4d2f3f64a7f219401ffb4c31 Sergey Kosukhin 2024-03-13 12:07:13
CMake: Disable symbol versioning on non-glibc Linux. 2ad7fad67080e88fa7fc191f9d613d8b7add9c62 Lasse Collin 2024-03-13 19:17:10
CMake: Make symbol versioning configurable. 82f0c0d39eb2c026b1d96ee706f70ace868d4ed4 Lasse Collin 2024-03-13 18:32:46
Build: Style tweaks to configure.ac. 45d33bfc45e4295b8ad743bc2ae61cc724f98076 Lasse Collin 2024-03-13 17:47:36
Build: Let the users override the symbol versioning variant. f56ed6fac6619b56b005878d3b5210e2f0d721c0 Sergey Kosukhin 2024-03-12 19:03:49
Add NEWS for 5.6.1 a4f2e20d8466369b1bb277c66f75c9e4ba9cc378 Jia Tan 2024-03-09 03:27:27
Translations: Add missing --riscv option to man page translations. f01be8ad754a905d8c418601767480ec11621b02 Jia Tan 2024-03-09 02:43:20
Tests: Update two test files. 6e636819e8f070330d835fce46289a3ff72a7b89 Jia Tan 2024-03-09 02:18:29
Tests: Test --single-stream can decompress bad-3-corrupt_lzma2.xz. a3a29bbd5d86183fc7eae8f0182dace374e778d8 Jia Tan 2024-03-09 02:08:32
Tests: Update RISC-V test files. 0b4ccc91454dbcf0bf521b9bd51aa270581ee23c Jia Tan 2024-03-09 02:05:32
liblzma: Fix typos in crc32_fast.c and crc64_fast.c. 8c9b8b2063daa78ead9f648c2ec3c91e8615dffb Jia Tan 2024-03-09 01:52:32
Tests: Replace HAVE_MICROLZMA usage in CMake and Autotools builds. b93a8d7631d9517da63f03e0185455024a4609e8 Jia Tan 2024-03-09 01:49:55
liblzma: Fix false Valgrind error report with GCC. 82ecc538193b380a21622aea02b0ba078e7ade92 Jia Tan 2024-03-09 01:20:57
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/xz-mirror/xz

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/xz-mirror/xz

Clone this repository using git:
git clone git://git.rocketgit.com/user/xz-mirror/xz

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main