ChangeLog:
2003-04-04 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.19.0
* HEADS UP: Change Cvsync Version Exchange Protocol
If you use the old versions, please upgrade to 0.19.0 or higher.
* Improve the performance to update sub-collection.
When a server receives an update request of collections
defined as sub-collection, the server sends differences
of the sub-collection with a relative prefix based on the
`super' collection. The client can update only that directory.
* REMARK:
AIX 4.3.3 without IPv6
BSD/OS 4.2
Cygwin 1.3.22 without IPv6
FreeBSD/i386 5.0-CURRENT (as of 2003/03/12)
FreeBSD/i386 4.7-STABLE (as of 2003/03/05)
FreeBSD/sparc64 5.0-CURRENT (as of 2003/03/05)
Mac OS X
NetBSD/alpha 1.6O with native pthreads
NetBSD/i386 1.6P with native pthreads
NetBSD/i386 1.6L with GNU Pth
NetBSD/macppc 1.6M with native pthreads
OpenBSD/i386 3.2-stable
OpenBSD/sparc64 3.3-beta
Solaris 8/SPARC
Works fine on these platforms.
2003-04-01 MAEKAWA Masahide <maekawa@daemon-systems.org>
* Make this compile on AIX 4.3.3
Implement '-e' to specify an external domain for displaying
names and IP addresses. Can combine with '-d' to allow mrstat
to check one set of names and IP addresses and report another.
Important notice:
Two packages have been removed from optional ones: PropertiedClasses, kinds.
MA has been rewritten to use standard property and will not work for
ancient Pythons. (Pre 2.1, I think). Use the MA / Propertied Classes
from Numeric 22 if you can't use this one.
The kinds package (subject of PEP-0242) will be released as a separate
package shortly. PEP-0242 was withdrawn because this facility did not seem
to be worth putting in the standard library, but kinds is correct as is.
Other changes are bugfixes.
- fixed MASTER_SITES
- added HOMEPAGE
- removed NetBSD-only restriction, allow install on all i386,
powerpc and alpha systems
- removed bogus fix for powerpc
- splitted MESSAGE into MESSAGE.common and MESSAGE.powerpc
- delint
Changes since Sudo 1.6.7p1:
o Fixed an unterminated comment that broke Kerberos V authentication.
o The krb5-config script is now used to determine Kerberos V
CPPFLAGS and LDFLAGS/LIBS if it exists.
o Backed out changes to mkinstalldirs from autoconf 2.57 that
caused problems on Tru64 Unix.
so add a dependency on sane-backends so this will always work.
Also means that kooka and libkscan are built.
From PR 20981 by Wojciech Puchar.
Bump PKGREVISION.
Changes since 1.4.8
1. src/slarray.c: superfluous call to SLclass_add_math_op removed
(Michael Noble)
2. src/slang.c: foreach (NULL) using("next"){} foo (); caused _NARGS=1
in foo.
3. src/slarrfunc.c: Fix to prevent sum(NULL) from causing a core-dump.
4. src/slimport.c: import (module, "") made equivalent to
import(module,"Global"); This way, import(module, current_namespace())
will work when the current namespace is anonymous.
5. src/slospath.c: Several users have requested that I add the ability
to define a load path and use that path when loading interpreter
files. To this end, several new functions were added to the API:
char *SLpath_get_load_path (void);
int SLpath_set_load_path (char *path);
/* Get and Set the path to be searched for files */
int SLpath_get_path_delimiter (void);
SLpath_set_path_delimiter (int delimiter);
/* Get and set the character delimiter for search paths */
int SLang_load_file_verbose (int verbose);
/* if non-zero, display file loading messages */
New intrinsics include:
set_slang_load_path
get_slang_load_path
path_get_delimiter
These functions, nor the intrinsics have an effect on applications
that use SLang_load_file_hook or SLns_load_file_hook for loading
files. The change should be transparant to applications that use
the stock load file mechanism. The main difference is that if one
attempts to load a file with no extension, e.g., "foo", but the
file does not exist, then the interpreter will try to load the more
recent of "foo.sl" and "foo.slc".
See src/slsh.c for how the functions may be used.
6. slsh/slsh.c: Updated to use the new search path code outlined
above. Also, slsh is distributed with a collection of general
purpose slang functions, including jed's provide/require functions.
See slsh/README for more information.
7. doc/tm/cslang.tm: Modified the section describing the implemetation
of intrinsic functions in an effort to clarify the discussion.
8. src/slang.c: tiny memory leak resulting from peephole optimzations
added earlier found and fixed.
9. src/slarrmisc.c: new intrinsic: cumsum computes the cumulative sum
of an array via the new SLarray_map_array function.
Version 1.5 - May 2002
- Fixed a bug in displaying of 15-character NetBIOS names (15th character wasn't displayed).
Bug reported by Tom Kustner, Kenny Breck and Richard IJzermans
- Fixed a bug in interpreting netmask /32 and /0. Patch provided by Thomas Poindessous for Debian Linux
- List of hosts to scan can now be read from stdin as well as from file. Suggested by Kevin Kadow
- Fixed a bug in timing. (nbtscan waited for two seconds after scanning not doing anything). Reported by Ceri Hopkins
- Nbtscan now works on Darwin. Patches provided by Mohammad A. Haque
- timeout option -t is now in milliseconds, not seconds
- Fixed some Solaris portability problems. Patches provided by Petter Reinholdtsen