File: NEWS

package info (click to toggle)
libnss-mysql 1.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,652 kB
  • ctags: 273
  • sloc: sh: 8,343; ansic: 2,716; makefile: 65; sql: 41
file content (61 lines) | stat: -rw-r--r-- 1,594 bytes parent folder | download | duplicates (2)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Release nss-mysql 1.0

* A few doc glitches have been fixed
* Bug fixes (see ChangeLog for details)

Release nss-mysql 0.43

* Some potential segfaults were fixed

Release nss-mysql 0.42

* Some races were fixed
* Much better support for fork() calls
* Huge code cleanup
* A minor bug was fixed in groups support
* Import tools were added

Release nss-mysql 0.41

* Fixed a bug which could prevent mysqld from starting
  on some systems.

Release nss-mysql 0.40

* Removed groups.avoid_initgroups_for
* Redesigned lookup interfaces
* Fixed several bugs

Release nss-mysql 0.37

* Significant memory leaks and some minor bugs were fixed

Release nss-mysql 0.36

* Added support for a backup MySQL server (see {users,shadow}.backup_ parameters)
* A minor bug in setpwent was fixed
* First bits of Solaris port
* Compilation fixes for unsual setups

Release nss-mysql-0.35

* Fixed undefined symbol bug when shadow support was disabled
* Support for old MySQL where my_thread_*() are outside of libmysqlclient 

Release nss-mysql-0.34.1

* Minor installation issues in Makefile.am were fixed

Release nss-mysql-0.34.0

* Optimize setgrent/getgrent, speedup is at least x10.

* Configuration files must now contain only fully qualified field names.
  It not only simplifies the implementation of group handling, it also
  prevents blocking problems in some complex situations where one has
  to use "foo as bar" instead of a table name.

* Use libtool + automake.

* MySQL library and headers location can be specified with
  --with-mysql=DIR or --with-mysql-lib=DIR and  --with-mysql-include=DIR.