fail as a result. Then report this number in the generated email and
html summary. The goal is to help the pkgsrc crew focus our efforts
on the broken packages which have the largest impact. Thanks to
Christoph Badura for suggesting that I do this and Hubert Feyrer who
suggested an easier to read output format.
2000b. Pkgsrc changes include:
- Reduce the number of patches.
- Install full set of headers for c-client.
- Install library as libc-client.* and make compatibility links
from libc-client.* to libimapuw.*. Other software that use the
c-client library seem to look for libc-client.*; no software looks
for libimapuw.*.
- Install the IMAP RFCs along with the rest of the UW-IMAP
documentation.
- Introduce a new compile-time knob, CCLIENT_MBOX_FMT, that controls
the default format for new mailboxes created by c-client programs.
- Added changes to support NetBSD startup scripts.
- The mime.types file contained syntax errors.
- Updated the FreeBSD USB device filenames to use the /dev/unlptN files
so that the USB device is not reset prior to printing (causes print
corruption on many printers)
- Added new cupsTempFd() function to avoid serious security bug in
glibc fopen() function. The glibc fopen() function unlinks a file
before creating it, which opens up possible symlink attacks.
- Now reject 0-length names in add-printer and add-class
requests.
- cupsGetPPD() didn't reconnect when a HTTP connection
was lost.
- Many security-related fixes from SuSE.
The main feature is that it fixes the winboard hang problem when crafty plays
black on a chess server. It also has much more aggressive book learning (code
has been significantly changed). A minor bug was fixed in analyze mode that
would break the "h" command when black was on move, and show one less move for
either side that had actually been played in the game. Another fixed bug
reversed the sign of a score whispered in analysis mode.
Pkgsrc changes include fixing the build target on Solaris (untested).
INN 2.3.0 represents a significant architectural change to INN, with a
completely new internal overview interface, three new overview mechanisms,
two new article storage mechanisms, and the elimination of quite a few old
interfaces and old code.
The NetBSD package furthermore includes IPv6 support and a new style
startup script with backwards compatibility.
* Try to add some stuff that helps epic cope with server disconnections
better.
* Add /on error, hooks on an irc protocol ERROR message.
* Fix window.c:get_boolean(), passing unitialized 'newval' integer.
* Fix path_search() to not blithely assume path != NULL (whitedragon)
* New version of the 'hybrid6' script, from is.
* Axe the broken "input_timeout" feature that hasn't worked in 6 years.
* Add, but #ifdef'd out, a delayed-free mechanism -- strictly
experimental.
* Add the /defer command, to perform dangerous operations when it's
safe.
* Many changes from robohak to fix /on channel_* bogons I introduced.
;-)
* Lice should now work again with 0.9.16.
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
(change id 727 is very important).
hack: package version number is set to 9.1.0.1, as 9.1.1rc1 is prior to 9.1.1.
729. [port] pthread_setconcurrency() needs to be called on Solaris.
727. [port] Work around OS bug where accept() succeeds but
fails to fill in the peer address of the accepted
connection, by treating it as an error rather than
an assertion failure. [RT #809]
723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver
to return DNS_R_SERVFAIL. [RT #783]
720. [bug] Server could enter infinite loop in
dispatch.c:do_cancel(). [RT #743]
719. [bug] Rapid reloads could trigger an assertion failure.
[RT #743, #763]
717. [bug] Certain TKEY processing failure modes could
reference an uninitialized variable, causing the
server to crash. [RT #750]
716. [bug] The first line of a $INCLUDE master file was lost if
an origin was specified. [RT #744]
715. [bug] Resolving some A6 chains could cause an assertion
failure in adb.c. [RT #738]
711. [bug] The libisc and liblwres implementations of
inet_ntop contained an off by one error.
706. [bug] Zones with an explicit "allow-update { none; };"
were considered dynamic and therefore not reloaded
on SIGHUP or "rndc reload".
700. [bug] $GENERATE range check was wrong. [RT #688]
698. [bug] Aborting nsupdate with ^C would lead to several
race conditions.
699. [bug] The lexer mishandled empty quoted strings. [RT #694]
694. [bug] $GENERATE did not produce the last entry.
[RT #682, #683]
693. [bug] An empty lwres statement in named.conf caused
the server to crash while loading.
692. [bug] Deal with systems that have getaddrinfo() but not
gai_strerror(). [RT #679]
691. [bug] Configuring per-view forwarders caused an assertion
failure. [RT #675, #734]
and *BSD (allows to simplify the package somewhat), and revamped
Screensaver Options: xscreensaver now lets you configure your DPMS
settings. More detail on the web page --
http://www.jwz.org/xscreensaver/changelog.html
[The README in the package currently only goes to 3.27.]
2000-06-02 KATAYAMA Yoshio <kate@pfu.co.jp>
* egg/wnn.el (wnn): Fix docstring.
(wnn-backend-plist): Include egg-special-candidate.
(wnn-special-candidate): New function.
(wnn-pinyin-zhuyin-bunsetsu, wnn-pinyin-zhuyin-string): New
functions.
(egg-activate-wnn): Fix docstring.
* egg/sj3.el (sj3, egg-activate-sj3): Fix docstring.
* egg/canna.el (egg-activate-canna): Fix docstring.
* menudiag.el: Mostly rewritten.
* leim-list.el: Docstrings for autoload fixed.
* its.el (its): Fix docstring.
(its-mode-map): Fix bindings.
(its-fence-mode, egg-sub-mode-map-alist): New variables.
(its-enter/leave-fence): New function.
(its-put-cursor): Add text properties point-entered, point-left,
modification-hooks.
(its-in-fence-p): Check also read-only property.
(its-hiragana, its-katakana): Just call its-convert.
(its-hankaku, its-japanese-hankaku): These functions deleted.
(its-full-half-table, its-half-full-table): New variables.
Initialize them.
(its-half-width, its-full-width): New functions.
(its-convert): Args changed.
* its-keydef.el (its-make-select-func): Add check by
(egg-conversion-fence-p).
* egg.el (egg): Fix docstring.
(egg-current-keymap): This variable deleted.
(egg-mode-map-alist, egg-sub-mode-map-alist): New variables.
(define-egg-mode-map): New macro.
(modefull, modeless): New egg mode maps.
(egg-enter/leave-fence-hook): New variable.
(egg-enter/leave-fence): New function.
(egg-activated): New variable.
(egg-activate-keymap): New variable.
(egg-modify-fence, egg-post-command-func): New functions.
(egg-change-major-mode-buffer): New variable.
(egg-activate-keymap-after-command, egg-change-major-mode-func):
New functions.
(egg-mode): Initialize egg-modefull-mode, egg-modeless-mode.
(egg-modefull-map, egg-modeless-map): These functions deleted.
(egg-set-face): Preserve the current modification-hooks property.
* egg-com.el (ccl-decode-egg-binary): Fix BUFFER-MAGNIFICATION.
(ccl-encode-egg-binary): Likewise.
* egg-cnv.el (egg-conv): Fix docstring.
(egg-conversion-auto-candidate-menu): Fix docstring.
(egg-conversion-auto-candidate-menu-show-all): New variable.
(egg-conversion-sort-by-converted-string): New variable.
(egg-conversion-fence-p): New function.
(egg-define-backend-functions): Include egg-special-candidate.
(egg-conversion-map): Define up, down, etc.
(egg-conversion-mode): New variable. Register it in
egg-sub-mode-map-alist.
(egg-conversion-enter/leave-fence): New function. Register it in
egg-enter/leave-fence-hook.
(egg-exit-conversion-unread-char): Use single setq.
(egg-make-bunsetsu): Add text properties point-entered and
point-left.
(egg-set-menu-mode-in-use, egg-unset-menu-mode-in-use)
(egg-set-candsel-info): Args changed.
(egg-get-candsel-target-major): Code changed.
(egg-get-candsel-target-minor): Code changed.
(egg-insert-new-bunsetsu): Args changed.
(egg-candidate-select-counter): Make it buffer local.
(egg-next-candidate-internal): Args changed.
(egg-sort-item): New functions.
(egg-select-candidate-major): New arg SORT.
(egg-select-candidate-minor, egg-select-candidate-list-all-major)
(egg-select-candidate-list-all-minor)
(egg-select-candidate-internal): Likewise.
(egg-hiragana): New function.
(egg-katakana, egg-pinyin, egg-zhuyin, egg-hangul): Aliases of
egg-hiragana.
(egg-special-convert): New function.
(egg-enlarge-bunsetsu-internal): Code changed.
(egg-reconvert-bunsetsu-internal, egg-decide-before-point)
(egg-decide-first-char, egg-exit-conversion)
(egg-abort-conversion): Likewise.
2000-02-01 Takanori Saneto <sanewo@ba2.so-net.ne.jp>
* egg/sj3rpc.el (sj3rpc-tanbunsetsu-conversion): should use
let* instead of let.
2000-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
* egg/sj3.el (sj3-word-registration): New function.
(sj3-hinshi-select): New function.
(sj3-dictionary-select): New function.
(sj3-conversion-backend): Add `sj3-word-registration'.
(sj3-hinshi-name): New function.
(sj3-hinshi-menu): New variable.
(sj3-register-2, sj3-register-1): Add messages.
(sj3-server-coding-system-list): Remove.
(sj3-server-version): Move to egg/sj3rpc.el.
(sj3-server-port, sj3-hostname): Strip "*" from the doc string.
* egg/sj3rpc.el (sj3rpc-add-word): New function.
(sj3rpc-kugiri-stdy, sj3rpc-get-bunsetsu-candidates): Use
`sj3-server-coding-system' insted of `sj3rpc-server-coding-system'.
(sj3rpc-tanbunsetsu-conversion, sj3rpc-get-bunsetsu-candidates-sub,
sj3rpc-begin): Use `sj3-server-coding-system' insted of
`sj3rpc-server-coding-system'; don't specify an argument of
`sj3rpc-unpack-mb-string'.
(sj3rpc-unpack-mb-string): Don't allow the argument; use
`sj3rpc-server-coding-system'.
(sj3rpc-server-coding-system): Remove macro.
(sj3-const): Switch on the return value of `sj3-sjis-p' instead of
`sj3-server-version'.
(sj3-sjis-p): New macro.
(sj3-server-coding-system): New variable; default to `shift_jis'.
(sj3-server-version): Move from egg/sj3.el; use `defvar' insted of
`defcustom'.
* eggrc: Remove SJ3 stuff.
New in 1.8:
* Added support for IA-64 Linux.
New in 1.7:
* Struct types containing elements other than int, long, long long, pointer
are not supported any more. Passing them as arguments and results is too
hairy.
* Added support for PowerPC Linux.
up a possibly out of date installed header from ${LOCALBASE}/include.
Note that while we don't support installing a pkg when a previous version
is installed, we should still be able to build it.
Problem noted in private email from Lennart Augustsson.
packages collection.
An improved whois client which attempts to find the correct
server. If it can't guess, then it will default to whois.arin.net
for IPv4 addresses, whois.6bone.net for IPv6 addresses, and
whois.internic.net for domains.
Package provided by "Jeremy C. Reed" <reed@reedmedia.net> in
pkg/12117, modified by me to conform to pkgsrc conventions, and
to pass pkglint.
protocol for talking to chess engines, adding a move list window,
improving the user interface w.r.t dragging pieces, and various bugfixes.
Tim Mann graciously accepted pkgsrc patches to support compiling with Xaw3d
in this release.