diff options
author | Timo Weingärtner <timo@tiwe.de> | 2024-06-17 12:25:16 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2024-06-17 12:25:16 +0200 |
commit | 55ddea494b0c7c316461ac9b7b4139af4b175b21 (patch) | |
tree | 3f53d534716a1285b0374eef6adf35b886f64c6d /changelog | |
parent | 20920cef5ace15e398fdb2d51a8448bee3c096d3 (diff) | |
parent | 2347ef0edd7054d3df9838612aa78ac6bd077dfd (diff) | |
download | libpam-pwdfile-55ddea494b0c7c316461ac9b7b4139af4b175b21.tar.gz |
Merge tag 'v2.0' into debian
release 2.0
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +commit 83beb3d7564e32b7de3a2099825b18496e8dc6a1 +Author: Timo Weingärtner <timo@tiwe.de> +Date: 2024-06-17 12:11:08 +0200 + + INSTALL: mention libxcrypt + +commit f46bd38f387f0a580e134388086321b03e6b17d3 +Author: Timo Weingärtner <timo@tiwe.de> +Date: 2021-04-16 19:33:21 +0200 + + do away with legacy crypt types + + it is the responsibility of libcrypt to implement crypt types + +commit e29d26e77d8577ea272211c20240b3c39dff6bf0 +Author: Timo Weingärtner <timo@tiwe.de> +Date: 2014-03-06 21:30:20 +0100 + + enable large file support + + this should make some tests for LFS happy; we don't use sizes of or offsets in files here + +commit 8f0e412b48178c00abd023917dd2c9050ee89c18 (tag: v1.0) +Author: Timo Weingärtner <timo@tiwe.de> +Date: 2013-09-29 15:55:25 +0200 + + release 1.0 + commit 6946f4bd3102d677d9ce43d4c48ed6bec2b13a31 Author: Timo Weingärtner <timo@tiwe.de> Date: 2013-09-29 15:50:21 +0200 |