python 2.7 to run the translations; this saves ~1.3GB RAM and runs much
faster. as this is optional, a new no_bootstrap pseudo-flavour allows
rebuilding bootstraps from scratch to help with flag days.
- also check early that the datasize limit is reasonable for the build;
no point swapping for ages and then running out of ram.
discussed with Laurie Tratt (maintainer).
down. Host the source myself, but leave the HOMEPAGE; Google doesn't
suggest it moved anywhere, so people can check it with the wayback machine
if they're interested in viewing the HOMEPAGE.
Bump REVISIONs.
It's a program that displays a badly made ASCII-art animation to
punish you for your typing error - and after that magically launches
the command you meant to launch.
This whole thing is heavily inspired by sl, which displays a steam
locomotive. However, gti is actually nicer than sl as it at least
executes git after the animation. :-)
ok ajacoutot@
NTFS-3G is a stable, full-featured, read-write NTFS driver for Linux,
Android, Mac OS X, FreeBSD, NetBSD, OpenBSD, OpenSolaris, QNX, Haiku,
and other operating systems. It provides safe handling of the
Windows XP, Windows Server 2003, Windows 2000, Windows Vista,
Windows Server 2008 and Windows 7 NTFS file systems.
This still needs a few patches in libfuse that will be committed soon
and of course a kernel with FUSE enabled.
Until these issues are fixed the port won't be linked to the build.
Tested on amd64 on a 32G NTFS partition. Reads and writes seem to work
like a charm.
Okay landry@, ajacoutot@
fixes lot of memory leaks and other bugs.
Full changelog available at http://dev.mysql.com/doc/relnotes/mysql/5.1/en/news-5-1-70.html
Take care to this change:
The url columns in the mysql database help tables were too short to hold some of the URLs in the help content.
For upgrades, mysql_upgrade does not update the columns. Modify them manually using these statements:
ALTER TABLE mysql.help_category MODIFY url TEXT NOT NULL;
ALTER TABLE mysql.help_topic MODIFY url TEXT NOT NULL;
ok brad@