pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/fossil
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Jun 30 06:04:39 UTC 2013
Modified Files:
pkgsrc/devel/fossil: Makefile distinfo
Log Message:
Update to 1.26
Changelog:
This is Version 1.26. Key changes in this release include:
The argument to the --port option for the "fossil ui" and "fossil server"
commands can take an IP address in addition to the port number, causing Fossil
to bind to just that one IP address.
After prompting for a password, also ask if that password should be
remembered.
Performance improvements to the diff engine.
Fix the side-by-side diff engine to work better with multi-byte unicode
text.
Color-coding in the web-based annotation (blame) display. Fix the
annotation engine so that it is no longer confused by time-warps.
The markdown formatter is now available by default and can be used for
tickets, wiki, and embedded documentation.
Add subcommands "fossil bisect log" and "fossil bisect status" to the
"fossil bisect" command, as well as other bisect enhancements.
Enhanced defenses that prevent spiders from using excessive CPU and
bandwidth.
Consistent use of the -n or --dry-run command line options.
Win32: Fossil now understands Cygwin paths containing one or more of the
characters "*:<>?|. Those are normally forbidden in win32. This means that the
win32 fossil.exe is better usable in a Cygwin environment.
Cygwin: Fossil now understands win32 absolute paths starting with a drive
letter everywhere. The default value of the "case-sensitive" setting is now
FALSE, except when case-sensitivity is enabled in the Windows kernel.
Enhancements to /timeline.rss, adding more flags for filtering results,
including the ability to subscribe to changes made to individual tickets.
Improved handling of the differences between case-sensitive and
case-insensitive filesystems.
JSON API: added the 'status' command to report local checkout status.
Fixes to the --args support and documented this feature in the help.
Added /stats_report page.
Added ym=YYYY-MM filter to the "/timeline" url.
Fixed: config reset now re-installs default ticket report format.
ssh:// and file:// protocols now ignore proxy settings.
Added /hash-color-test web page.
Cherry-pick merges are recorded internally (though no yet displayed on the
timeline graph.)
Bring in the latest versions of SQLite, zlib, and autosetup from upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/fossil/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/fossil/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index