From mouse Fri Dec 14 14:26:04 2007 Return-Path: Received: (from mouse@localhost) by Sparkle.Rodents.Montreal.QC.CA (8.8.8/8.8.8) id OAA13181; Fri, 14 Dec 2007 14:26:04 -0500 (EST) From: der Mouse Message-Id: <200712141926.OAA13181@Sparkle.Rodents.Montreal.QC.CA> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Erik-Conspiracy: There is no Conspiracy - and if there were I wouldn't be part of it anyway. X-Message-Flag: Microsoft: the company who gave us the botnet zombies. Date: Fri, 14 Dec 2007 14:19:35 -0500 (EST) To: mouseware Subject: New moussh moussh is now at 20071129. New in this version: - Numerous minor fixes in no-syntactic places: comment typos, whitespace, that kind of thing. - More verbosity available. - Better reporting of line numbers in the presence of continued lines in the config file. - Fix a bug that caused windiw size changes when moussh is suspended to get lost. - Defer sending kexinit slightly. This was to fix a bug caused by sending the kexinit packet too soon, but I can't recall details. (I thought I'd left a comment describing them, but apparently not.) - The manpage description of the config-file language is out of date. I haven't yet updated it, just added a note in the to-do file. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse@rodents.montreal.qc.ca / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From mouse Sat Dec 15 17:33:46 2007 Return-Path: Received: (from mouse@localhost) by Sparkle.Rodents.Montreal.QC.CA (8.8.8/8.8.8) id RAA12267; Sat, 15 Dec 2007 17:33:46 -0500 (EST) Date: Sat, 15 Dec 2007 17:33:46 -0500 (EST) From: der Mouse Message-Id: <200712152233.RAA12267@Sparkle.Rodents.Montreal.QC.CA> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Erik-Conspiracy: There is no Conspiracy - and if there were I wouldn't be part of it anyway. X-Message-Flag: Microsoft: the company who gave us the botnet zombies. To: mouseware Subject: FRP area resync I just completed bringing the FTP area in line with current versions, at least for the local-src stuff. Changes: X11: - Add code in TRANSCRIPT to make it tolerate an idiosyncracy in NetBSD 3.1. - Add support for hpcmips and alpha. - xauth bugfix. (A bug without security implications AFAICT.) - Keep a file noting the disk space used by building X on various machines. compare: 20060808->20071129 - Change -links so that what it does is actually useful. Update doc. - Add two .tar.bz2 files containing test-case directories. count: 20070623->20071215 - Add (and document) for, range, random, mod, and multiples-of. halign: 20070225->20070825 - Bugfix for specs with column widths. lcs-cvt: 20060929->20070919 - No changes, according to diff; I may have forgotten to change the version number after a previous change, or some such. libsearchstr: 20070322->20070810 - Add MD support for i686 (thereby making it work on a Linux machine I have occasion to care about). livebackup: 20070504->20071215 - Bugfix in lbd (used to crash on receipt of SIGHUP, sometimes). - Add an administrative interface to lbd. - First cut at SIGUSR1/SIGUSR2 in lb, to quell its network traffic without forcing it to do a full rescan afterwards. This facility does not yet work right; it's work-in-progress. - Timer-socket emulation code, in an attempt to make it somewhat less hostile to systems without timer sockets. lseek: 20070225->20071215 - Typo fix in the manpage. makefiles: 20051201->20070718 - Typo fix that broke lcs-cvt ($(CFLQAGS) vs $(CFLAGS) or some such). ppmplot: 20060811->20070917 - Add casts to use properly. - Raise the maximum number of pixels in a plot. - Protect dots in numbers from being mistaken for *roff syntax in the manpage. rotatelog: 20060706->20071025 - Add (and document) -olddir and -bg. Thise of you using the port-11111 interface may note that there are a few things I didn't sync, such as mimeutils; this is because the only changes in them are work-in-progress and don't actually bring new functionality. If you really want the new versions of those, use port 11111. :) /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse@rodents.montreal.qc.ca / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From mouse Thu Dec 27 02:24:53 2007 Return-Path: Received: (from mouse@localhost) by Sparkle.Rodents.Montreal.QC.CA (8.8.8/8.8.8) id CAA25234; Thu, 27 Dec 2007 02:24:53 -0500 (EST) From: der Mouse Message-Id: <200712270724.CAA25234@Sparkle.Rodents.Montreal.QC.CA> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Erik-Conspiracy: There is no Conspiracy - and if there were I wouldn't be part of it anyway. X-Message-Flag: Microsoft: the company who gave us the botnet zombies. Date: Thu, 27 Dec 2007 02:17:39 -0500 (EST) To: mouseware Subject: new compare New version of compare - 20071227. This version has two significant changes: (1) a -rsync option, which does plain file updates in a way akin to rsync (the details are different, of course); using this should improve performance when doing small updates to files over slow links. If you don't use -rsync it should work just the way it always has. (2) I fixed devices to work they way they always should have, passing major and minor numbers over the wire instead of the dev_t as a single integer. Because this means two numbers appear where there was only one, this necessitated a protocol version number change. Item (2) means that the port-11111 daemon will not work with your current compare.c, for those of you using the port-11111 daemon. You'll need to fetch a new compare.c some other way (eg, ftp or http) in order to use port 11111. In principle a new compare ought to be able to use an old remote, but (a) that's backwards from the way it'd need to work here, and (b) that looked ugly enough I didn't bother with it in view of (a). I don't normally like to put relatively untested code in the FTP area, but in this case the change to the port-11111 daemon prompted me to make an exception. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse@rodents.montreal.qc.ca / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B