pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/mercurial



Module Name:    pkgsrc
Committed By:   bjs
Date:           Fri Aug 29 21:11:00 UTC 2008

Modified Files:
        pkgsrc/devel/mercurial: Makefile distinfo
        pkgsrc/devel/mercurial/patches: patch-aa
Removed Files:
        pkgsrc/devel/mercurial/patches: patch-ab

Log Message:
Update to mercurial-1.0.2

   This is a relatively small bugfix release with two security fixes.

   Security:
     * ensure that git patches only touch files within the repository
       (CVE-2008-2942)
     * hgweb: fix "allowpull" permission being ignored when pulling from
       hgweb

   General:
     * commit: handle copies of previously deleted files (issue 1175)
     * bisect: allow for having multiple resulting changesets
     * fix Python 2.3 compatibility
     * make mq patches and .hgtags hardlink-safe again
     * various documentation improvements and fixes
     * fix a crash when addremove was called to replace a deleted directory
       with a symlink
     * make branches output easier to parse (issue 1230)
     * fix inactive branches detection (issue 1104)
     * hgweb: fix a crash in archive when the URL did not end in an
       expected
       archive type
     * sshserver: fix a crash in error handling code
     * fix the patchbomb extension on Windows by including email package in
       binary installations
     * handle symlinks when OS supports them but FS doesn't (issue 1149)

   Extensions:
     * mq:
          * fix qrefresh losing metadata on the last refreshed file (issue
            1134)
          * fix a crash when renaming a patch just after a versioned queue
            initialization
          * fix the path of an explicitly specified queue when merging
            patches
          * strip now updates the working directory only if a parent was
            stripped
     * convert:
          * CVS: fix a crash when converting an existing working copy
          * monotone: fix quotes and backslashes parsing when reading
            commit
            messages
          * Subversion: correctly normalize paths and slashes
          * Subversion: fix compatibility with Subversion 1.5
          * git: allow converter to work with recent git releases
     * color:
          * get coloring for qseries --verbose output
          * improve mq extension detection
          * reset coloring before and after outputting colorized lines
     * highlight: fix a performance issue when detecting file types from
       large files
     * notify: take the diff options into account


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/devel/mercurial/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/mercurial/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/mercurial/patches/patch-aa
cvs rdiff -r1.1 -r0 pkgsrc/devel/mercurial/patches/patch-ab

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