[bump version number to 1.0.1pre1. David Roundy **20041121134509] hunk ./ChangeLog 1 +darcs 1.0.1pre1 - Sun Nov 21 08:29:24 EST 2004 + + * Changed apply to by default refuse to apply patches that would lead to + conflicts. + * Removed the old darcs_cgi script, in favor of the darcs.cgi script. + * Fixed changes to work better in partial repositories. + * Set stdin and stdout to binary mode to fix end of line problems with + push under windows. + * Made send create proper MIME email. + * Removed reportbug command, really wasn't necesary, and didn't work + well. Report bugs by an email to bugs@darcs.net, which creates a + ticket in our BTS. + * Allow darcs to work with a password protected proxy. + * Get multiple files with a single wget call when darcs is compiled + without libcurl support. + * Use sftp instead of scp to copy patches via ssh -- this reuses a single + connection for better speed. + * Made _darcs/current polymorphic (but not really documented). + * Made optimize --uncompress work with --partial repos. + * Various minor interface improvements. hunk ./configure.ac 15 -DARCS_VERSION=1.0.0 +DARCS_VERSION=1.0.1pre1 hunk ./index.html.in 53 -
  • Latest Stable Source (VERSION).
    +
  • Latest Prerelease Source (VERSION).
    +
  • Latest Stable Source (1.0.0).