File: NEWS

package info (click to toggle)
libxcrypt 1%3A2.4-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,672 kB
  • sloc: sh: 8,666; ansic: 2,905; makefile: 96
file content (43 lines) | stat: -rw-r--r-- 868 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
libxcrypt NEWS -- history of user-visible changes.

Copyright (C) 2002, 2003, 2004 SuSE Linux AG, Germany
Copyright (C) 2005 SUSE LINUX Products GmbH, Germany

Please send bug reports, questions and suggestions to <kukuk@suse.de>.


Version 2.4
* Sync with crypt_blowfish 1.0

Version 2.3
* Fix problems with gcc > 4.0

Version 2.2
* Fix realloc call in md5-crypt

Version 2.1
* Enable x86.S for i386 again

Version 2.0
* Rename all crypt* functions to xcrypt* to avoid clash with normal
  libcrypt from glibc

Version 1.4
* Fix compiling with glibc > 2.3.1
* Sync with crypt_blowfish 0.4.5

Version 1.3
* Sync with current glibc CVS (fix for not correct initialication of
  internal data structs)

Version 1.2
* Fix building with glibc 2.3.x
* Add support for HPPA

Version 1.1
* merge md5.h with xcrypt.h
* Add SHA1 functions and crypt

Version 1.0
* First release