File: Changes

package info (click to toggle)
libnet-nis-perl 0.44-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 196 kB
  • sloc: perl: 232; makefile: 3; ansic: 1
file content (34 lines) | stat: -rw-r--r-- 1,134 bytes parent folder | download | duplicates (3)
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
Revision history for Net::NIS

0.44	2014-02-22
	- require perl 5.6
        - typo fix; modernize encoding

0.43	2007-11-17
	- NIS.xs: missed one whitespace change needed for 5.005

0.42	2007-11-16
	- test suite: remove the 'table' test; the Table interface
	  is deprecated anyway.
	- NIS.xs: whitespace change for amd64 freebsd, perl 5.005

0.41	2007-11-16
	- test suite: handle another problem situation

0.40	2007-11-16
	- New feature: magic '__YPMASTER' map serves as interface
	  to yp_master() function and, if available, yp_maplist().
	  Thanks to John L. Allen at ngc.com for feature request.
	- test suite: handle several unusual situations.
	- test suite: disable ypcat test.  It fails in too many places.

0.34	2003-03-19
	- NIS.xs: compile and work properly on perl 5.8.0 configured for
	  threads and 64bit integers
	- t/ypcat.t: rewrite to use arrays instead of hashes.
          Fixes https://rt.cpan.org/NoAuth/Bug.html?id=1865

0.33	2002-08-31
	- test suite: pass even if build host isn't running NIS
	- NIS::Table - allow more than one concurrent object.  Bug fix
	  provided by Andy Walker <andy at online dot no>.