summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2004-05-05Updated postfix to 2.0.20martti1-1/+2
2004-05-05Updated dbh to 1.0.18martti1-1/+2
2004-05-05Note update of libgnomecanvas to 2.6.1.1.jmmv1-1/+2
2004-05-04Note updates of libgnomeprint{,-ui} to 2.6.1.jmmv1-1/+3
2004-05-04Note updates of libwnck and libgnomecanvas to 2.6.1.jmmv1-1/+3
2004-05-04Update of rhythmbox to 0.8.3 done.jmmv1-2/+1
2004-05-04Note update of libgtkhtml to 2.6.1.jmmv1-1/+2
2004-05-04Note update of rhythmbox to 0.8.3.jmmv1-1/+2
2004-05-04Note updates of libgnome and libgnomeui to 2.6.1.1.jmmv1-1/+3
2004-05-04Note update of id3v2 to 0.1.10.jmmv1-1/+2
2004-05-04+ rhythmbox-0.8.3 [pkg/25461].wiz1-3/+2
- mldonkey-2.5.19, rsync-2.6.1 (thanks, tron).
2004-05-04mldonkey-2.5.20 update done.wiz1-1/+2
2004-05-04Update mathomatic to 11.0f.minskim2-3/+3
Changes: - Removed calc() fraction code for accuracy because of fraction slack that was implemented in version 10.9c. - Solve increase power function wasn't working with odd number roots. Fixed. Appears to be another gcc optimizer bug. - Improved simplify command. - Tweaked factor_constants(). - Some changes to "makefile" for "readline" support. "GNU make" or "gmake" required now. - Fixed solving of "x^(1/99)=x". - Fixed readline bug.
2004-05-04Note update of epiphany to 1.2.5.jmmv1-1/+2
2004-05-04note addition of gtkmagnetic 2.2, an interpreter for Magneticdillo1-1/+2
Scroll's text adventures
2004-05-04koffice updatemarkd1-1/+2
2004-05-04Note update of "rsync" package to version 2.6.2.tron1-1/+2
2004-05-04+ blender-2.33, classpath-0.09, delegate-8.9.2, distcc-2.14,wiz1-9/+19
dvd+rw-tools-5.19-1.4.9.7 [pkg/25433], gentoo-0.11.49, gkrellm2-2.1.28, gnunet-0.6.2, gnuplot-4.0.0 [pkg/25450], grhino-0.12.0, larswm-7.3.3, mathomatic-11.0f, mldonkey-2.5.19, shorten-3.6.0, slib-3a1, tcpreplay-2.1.1, thunderbird-0.6, ysm-2.9.5.
2004-05-04+ postfix 2.1.1.taca1-2/+2
2004-05-03Update latex2rtf to latest version. Old version not available.reed1-1/+2
2004-05-03openoffice has been updated to 1.1.1.mrauch1-2/+1
2004-05-03Note update of openoffice to 1.1.1.mrauch1-1/+2
2004-05-03Note updates of GConf2{,-ui} to 2.6.1.jmmv1-1/+3
2004-05-03pfaedit is now known as fontforge and a new version is available.reed1-1/+5
2004-05-03zenity updated to 2.6.1.jmmv2-3/+3
2004-05-03Note update of nautilus to 2.6.1.jmmv1-1/+2
2004-05-03+ dact-0.8.37, dar-2.1.2, xanalyser-1.23minskim1-1/+4
2004-05-03Note revision bump for ffcall to 1.jmmv1-1/+2
2004-05-03Note updates of gnome-vfs2{,-cdda,-smb} to 2.6.1.1.jmmv1-1/+4
2004-05-03 Updated sane-backends to 1.0.14 [adam 2004-05-03]adam2-4/+5
Updated sane-frontends to 1.0.12 [adam 2004-05-03] Updated xsane to 0.93 [adam 2004-05-03]
2004-05-03note import of ncmpcgrant1-1/+2
2004-05-03Updated libusb to 0.1.8adam1-1/+2
2004-05-03note import of sge-5.3p6dmcmahill1-1/+2
2004-05-02Added muse-0.9.xtraeme1-1/+2
2004-05-02Update games/openmortal to 0.7.xtraeme2-3/+3
2004-05-01 Version 0.7 is released. Brief changelog: * OpenMortal now runs in high or true color video mode (instead of 256-color). * Transparent shadows * Added "team mode": both player can choose many fighters into a team. When a fighter dies, the next in the team takes his/her place. * New (non-proprietary) sound effects. * New character: Judy * One new arena
2004-05-02Note gpsim update to 0.21.2nb1: fixes for the uart emulators.bouyer1-1/+2
2004-05-02Note updates of glib2 and gtk2 to 2.4.1.jmmv2-4/+4
2004-05-02- qt3-3.3.2xtraeme1-2/+1
2004-05-02- cuextraeme1-2/+1
2004-05-02Update devel/distcc to 2.14.xtraeme1-1/+2
Changes: distcc-2.14 "Lake Albina" 2004-05-02 FEATURES: * The host file is looked up in $DISTCC_DIR/hosts, not hardcoded to ~/.distcc/hosts. The default for $DISTCC_DIR is still ~/.distcc. Suggested by Sebastien Perochon. * Source file name is included in success/failure messages, e.g. distcc[6655] ERROR: compile ./cases/bad.c on cardhu failed * distcc can now be built with a build directory separate from the source directory. Patch from Dennis Henriksen. DOCUMENTATION: * Add documentation of DISTCC_DIR, and other fixes. Patch from Thomas Schwinge. * Slightly improved distcc --help. BUG FIXES: * Decompression buffer can dynamically resize to allow for very gassy files. From a patch by Joe Buehler. PORTABILITY: * Add sample scripts for Red Hat / Fedora, by Colin Walters. * mmap is always disabled on HP-UX, because the inconsistent page case is a bit dangerous for the way distcc uses mmap. Suggested by Joe Buehler. distcc-2.13 "Carnal Bunt" 2004-03-02 SECURITY: * Enforce IPv4 access control lists when the daemon is listening on an IPv6 port. This only applies when the server was compiled using --enable-rfc2553 and run with --allow. FEATURES: * Hash comments are allowed in host list files. INTERNAL: * Use TCP_DEFER_ACCEPT on Linux to avoid some wasted context switching when a new connection comes in to the server. BUG FIXES: * Some fixes for connections over SSH when built using --enable-rfc2553. Reported by Jeff Rizzo. * Handle arguments like "-xcpp" and "-Wa,-xarch=v8". Suggested by Ben Scarlet. * Fix resource exhaustion when DISTCC_SAVE_TEMPS is set. Reported by Mark DeGeorge. * Fix problems in running IPv6-enabled builds on kernels without IPv6 support. Reported by Lisa Seelye. DOCUMENTATION: * More instructions for distributors/packagers. PORTABILITY: * Many portability patches from Albert Chin. These patches were tested on: AIX 4.3.2, 5.1; HP-UX 10.20, 11.00, 11i; IRIX 6.5; Redhat Linux 7.1, 9; Solaris 2.5.1, 2.6, 7, 8, 9; Tru64 UNIX 4.0D, 5.1. * Possibly fix mmap problem on HP-UX with compressed transfers. Reported by Joe Buehler. TESTING: * Add test for compilation with compression. * Testsuite portability patch from Albert Chin. The tests pass on: HP-UX 10.20, 11.00, 11i; IRIX 6.5; Redhat Linux7.1, 9; Solaris 7, 8, 9; Tru64 UNIX 4.0d, 5.1. pkgsrc changes: o Add a rc.d script to start distccd, by default this runs as user "nobody". o Use subst.mk instead of patching multiple files.
2004-05-02Update www/bluefish to 0.13.xtraeme2-3/+3
Bluefish 0.13 features a new bookmarks functionality, much improved project management, auto tag closing, better navigation trough opened documents, a much more responsive user interface, again many user interface improvements, many bug fixes and much, much more!
2004-05-02Update sysutils/daemontools to 0.76. This closes PR pkg/25153.xtraeme2-3/+3
Changes: The package now installs in /package/admin/daemontools. There are three new utilities: svscanboot, readproctitle, and pgrphack. multilog now accepts SIGALRM to force log rotation. svscan now checks for the existence of /service/blah/log rather than checking whether /service/blah is sticky.
2004-05-02Update mail/cue to 20040329. Provided by ISIHARA Takanori in PR pkg/25169.xtraeme1-1/+2
Changes unknown...
2004-05-02Note update of gpass to 0.4.1.jmmv1-1/+2
2004-05-02Note update of xmlcatmgr to 2.1.jmmv1-1/+2
2004-05-02Note update of rhythmbox to 0.8.2.jmmv1-1/+2
2004-05-02note import of kmpgrant1-1/+2
2004-05-02note import of gmpcgrant1-1/+2
2004-05-02Updatedheinz1-1/+5
p5-Storable to 2.12 p5-MIME-Base64 to 3.01 p5-Digest to 1.08 p5-Digest-SHA1 to 2.10
2004-05-01Note PKGREVISION bump of getmail.minskim1-1/+2