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:   bsiegert
Date:           Wed Feb  8 19:45:41 UTC 2012

Modified Files:
        pkgsrc/devel/fossil: Makefile distinfo

Log Message:
Update fossil to 1.21. To download the distfile, one has to log in to the
website now, so the tarball is now on MASTER_SITE_LOCAL.

Changes For Version 1.21 (2011-12-13)

     * Added side-by-side diffs in the command-line interface
     * Automatically enable hyperlinks if the UserAgent string in the HTTP
       header suggests that the requestor is a human and not a bot.
     * Show  only  commonly  used commands with "fossil help". Use "fossil
       help --all" to see the complete list now.
     * Improvements  to the "stash" command: (1) Stash all files, not just
       those  below  the working directory. (2) Add the --detail option to
       "list".  (3)  Confirm  before  "drop  --all".  (4)  Add  the "help"
       subcommand.
     * Add  an  Admin/Access setting to change the number of octets of the
       IP  address that are saved in login cookies - allowing this setting
       to be changed to zero
     * Promote the "test-md5sum" command to "md5sum".
     * Added the "whatis" command.
     * Stop  showing  the  server-code in status outputs - it is no longer
       used for anything.
     * Added  a  compile-time option (--with-tcl) to build in the full TCL
       interpreter to augment TH1.
     * Merged  the JSON branch into trunk. Disabled by default. Enabled by
       a  compile-time  option.  Probably it will be enabled by default in
       some future release.
     * Update  to  use  SQLite  version  3.7.9  plus the alignment fix for
       Sparc. align

Changes For Version 1.20 (2011-10-21)

     * Added side-by-side diffs in HTML interface.
     * Added   support   for  symlinks.  (Controlled  by  "allow-symlinks"
       setting, off by default).
     * Fixed  CLI  annotate  to show the proper file version in case there
       are multiple equal versions in history.
     * Timeline now shows tag changes (requires rebuild).
     * Fixed  annotate  to  show "more relevant" versions of lines in some
       cases.
     * New command: ticket history.
     * Disabled SSLv2 in HTTPS client.
     * Fixed    constant    prompting   regarding   previously-saved   SSL
       certificates.
     * Other SSL improvements.
     * Added   -R   REPOFILE   support   to  several  more  CLI  commands.
     * Generated tarballs now have constant timestamps, so they are always
       identical for any given checkin.
     * A number of minor HTML-related tweaks and fixes.
     * Added  --args  FILENAME global CLI argument to import arbitrary CLI
       arguments from a file (e.g. long file lists).
     * Fixed  significant  memory  leak  in  annotation of files with long
       histories.
     * Added warnings when a merge operation overwrites local copies (UNDO
       is  available, but previously this condition normally went silently
       unnoticed).
     * Improved performance when adding many files.
     * Improve merges which contain many file renames.
     * Added protection against timing attacks.
     * Firefox  now  remembers  filled  fields  when  returning  to forms.
     * Added the --stats option to the rebuild command.
     * RSS feed now passes validation.
     * Show overridden user when entering commit comment.
     * Made rebuilding from web interface silent.
     * Now works on MSVC with repos >2GB.
     * A  number  of  code  cleanups  to  resolve  warnings  from  various
       compilers.
     * Update the built-in SQLite to version 3.7.9 beta.

Changes For Version 1.19 (2011-09-02)

     * Added a ./configure script based on autosetup.
     * Added the "fossil winsrv" command for creating a Fossil service
       on windows systems.
     * Added  "versionable  settings" where settings that affect the local
       tree  can  be  stored  in  versioned  files in the .fossil-settings
       directory.
     * Background  colors  for  branches  are  choosen automatically if no
       color is specified by the user.
     * The status, changes and extras commands now show pathnames relative
       to the current working directory, unless overridden by command line
       options or the "relative-paths" setting.
       WARNING:  This  change will break scripts which rely on the current
       output  when  the  current  working directory is not the repository
       root.
     * Added "empty-dirs" versionable setting.
     * Added  support for client-side SSL certificates with "ssl-identity"
       setting and --ssl-identity option.
     * Added   "ssl-ca-location"  setting  to  specify  trusted  root  SSL
       certificates.
     * Added  the  --case-sensitive  BOOLEAN  command-line  option to many
       commands. Default to true for unix and false for windows.
     * Added the "Color-Test" submenu button on the branch list web page.
     * Compatibility improvements to the git-export feature.
     * Performance improvements on SHA1 checksums
     * Update to the latest SQLite version 3.7.8 alpha.
     * Fix the tarball generator to work with very log pathnames.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/fossil/Makefile
cvs rdiff -u -r1.14 -r1.15 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