File mercurial.changes of Package mercurial

-------------------------------------------------------------------
Mon Jul 27 14:16:50 CEST 2009 - tiwai@suse.de

- updated to version 1.3.1:
  * fixed excessive memory usage issues with diff and strip
  * fixed ssh performance issue on OS X
  * fixed slow calculation of branch heads
  * fixed handling of port numbers in URLs
  * fixed transaction handling exception
  * fixed incoming with graphlog extension
  * fixed slow commit in fetch extension
  * fixed loading of win32mbcs extension 
  * fixed http username handling in acl extension
  * fixed subrepo path joining on Windows
  * allow update --check to cross branches
  * miscellaneous small doc and bug fixes 
- fixed builds on SLE10

-------------------------------------------------------------------
Fri Jul  3 15:49:41 CEST 2009 - tiwai@suse.de

- updated to version 1.3:
  * experimental support for sub-repositories
  * Python 2.3 is no longer supported
  * More read
	http://mercurial.selenic.com/wiki/WhatsNew

-------------------------------------------------------------------
Mon Apr 27 14:26:03 CEST 2009 - tiwai@suse.de

- updated to version 1.2.1:
  * fixed version number build from tarball
  * fix allow_read logic for hgweb
  * improve handling of damaged revlogs in verify
  * keep .orig files when resolving
  * clear resolve state properly when rebasing
  * improve --command handling with bisect
  * fix diff against bundles
  * improve fetch logic for inactive branches
  * fix diffstat with notify
  * fix 'synthetic file adds' in CVS conversion 

-------------------------------------------------------------------
Thu Mar  5 16:00:22 CET 2009 - tiwai@suse.de

- updated to version 1.2:
  * explicit closing of named branches via hg commit --close-branch
  * hg now accepts options given after arguments on the commandline
  * added translation support with initial Danish, Chinese and
    Italian translations
  * added optional pure-Python versions of C modules
  * pending changesets can now be accessed safely from hooks
  * diff: added -c option to show single changeset
  * many improvements to the documentation and online help topics 
  * convert:
          o new support for perforce sources
          o improvements to handling cvs sources
          o improvements to handling gnu arch source
          o improvements to handling darcs sources 
  * bookmarks:
          o set current to new when current is renamed
          o bookmarks: Add track.current option
          o bookmarks: add bookmarks to tags 
  * mq: allow qpop when it won't invalidate any dirstate parents
  * patchbomb: respect diff settings
  * rebase: pull --rebase updates if there is nothing to rebase
  * bugzilla: updated to work with Bugzilla 3.2
  * zeroconf: added more documentation
  * hgk: add several color settings
  * the imerge extension has been removed (obsoleted by the resolve
    command) 

-------------------------------------------------------------------
Thu Mar  5 15:57:00 CET 2009 - ro@suse.de

- ignore return value from subshells to fix build 

-------------------------------------------------------------------
Thu Jan 29 14:24:21 CET 2009 - tiwai@suse.de

- disable all extensions as default, as requested by mercurial
  developer (bnc#466300)

-------------------------------------------------------------------
Thu Jan  8 08:17:10 CET 2009 - tiwai@suse.de

- updated to version 1.1.1:
  This is a bugfix release
    * make hgweb recursion optional (use '**' rather than '*')
    * fix fncache bug for directories ending in ' ' or '.'
    * require -a switch to resolve all files
    * improve help for resolve command
    * fix inotify interaction with bundle diffs
    * fix strange readline import error on Windows
    * fix non-existing target directory with git diffs
    * fix removing symlinks with git diffs
    * fix directory creation bug in patch
    * rebase: allow keeping branch names
    * fix a copy bug in the SVN converter 
- updated to version 1.1.2:
  This is a minor release including one security fix and two
  minor bug fixes
    * improve path auditing (issue 1450)
    * fix date-related test failures in test suite
    * add graph controls to monoblue theme 

-------------------------------------------------------------------
Thu Dec  4 16:46:34 CET 2008 - tiwai@suse.de

- updated to version 1.1:
  Major release, fix many bugs and improvements
  See http://www.selenic.com/mercurial/wiki/index.cgi/WhatsNew

-------------------------------------------------------------------
Tue Sep 30 15:34:34 CEST 2008 - tiwai@suse.de

- Fix python-2.6 warnings in many commands;
  Backported python-2.6 wrapper patch from the upstream

-------------------------------------------------------------------
Fri Aug 15 08:50:36 CEST 2008 - bwalle@suse.de

- updated to version 1.0.2:
  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
    * 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
    * fix inactive branches detection
    * 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
  Extensions:
    * mq:
      o fix qrefresh losing metadata on the last refreshed file
      o fix a crash when renaming a patch just after a versioned
        queue initialization
      o fix the path of an explicitly specified queue when merging
        patches
      o strip now updates the working directory only if a parent
        was stripped
    * convert:
      o CVS: fix a crash when converting an existing working copy
      o monotone: fix quotes and backslashes parsing when reading
        commit messages
      o Subversion: correctly normalize paths and slashes
      o Subversion: fix compatibility with Subversion 1.5
      o git: allow converter to work with recent git releases
    * color:
      o get coloring for qseries --verbose output
      o improve mq extension detection
      o 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

-------------------------------------------------------------------
Fri Aug  8 14:04:53 CEST 2008 - tiwai@suse.de

- enable acl extension as default (as was in the earlier versions)
- remove unneeded hgrc file

-------------------------------------------------------------------
Thu Aug  7 22:43:24 CEST 2008 - bphilips@suse.de

- enable all the plugins that ship by default: /etc/mercurial/hgrc.d

-------------------------------------------------------------------
Mon Jun 30 14:09:37 CEST 2008 - tiwai@suse.de

- VUL-0: mercurial: Insufficient input validation (bnc#404959)

-------------------------------------------------------------------
Tue Jun 10 16:16:55 CEST 2008 - tiwai@suse.de

- updated to version 1.0.1:
  General:
    * several improvements in file copying implementation
    * allow different default value for diff.unified option
    * allow explicit use of internal merge tools
  Commands:
    * rename: doesn't unlink source file with --after
    * backout: reverse changeset belongs on current branch
  Extensions:
    * convert:
     o svn: improved detection of tags (has also become optional)
     o svn: improved branch handling
     o svn: better detection of file copies
    * mq:
     o expand terse command help texts
     o fix unimplemented qdiff -U option
    * highlight: fix compatibility with older Pygments (0.5.1)
    * churn: allow whitespaces as delimiter in aliases
    * pager: disable when used with --debugger

-------------------------------------------------------------------
Wed Apr 16 14:05:06 CEST 2008 - tiwai@suse.de

- removed obsolete hbisect in the default hgrc

-------------------------------------------------------------------
Wed Mar 26 20:35:41 CET 2008 - crrodriguez@suse.de

- update to version 1.0
  * thousand of bugfixes, improvements and new features
    see http://www.selenic.com/pipermail/mercurial/2008-March/018014.html

-------------------------------------------------------------------
Mon Oct 22 12:54:05 CEST 2007 - tiwai@suse.de

- updated to version 0.9.5:
  * lots of new feature and fixes,
    see http://www.selenic.com/pipermail/mercurial/2007-October/015150.html

-------------------------------------------------------------------
Wed Sep  5 17:18:15 CEST 2007 - tiwai@suse.de

- fix error at invoking hgk (#307190)

-------------------------------------------------------------------
Wed Jun 27 11:48:40 CEST 2007 - tiwai@suse.de

- updated to version 0.9.4:
  * support for symlinks
  * improved tag handling
  * improved merge handling of file and directory renames
  * improved named branch usability
  * numerous improvements to commands
  * generic pre- and post-command hooks
  * improved Windows support
  * basic BeOS and OpenVMS support
  * numerous bug fixes
  * extensions can now be specified in .hg/hgrc
  * new convert extension with CVS support
  * new graphlog extension
  * improved patchbomb extension
  * example FastCGI script

-------------------------------------------------------------------
Tue Dec 19 16:00:53 CET 2006 - tiwai@suse.de

- updated to version 0.9.3:
  * improved mq and hgk
  * branch support
  * proper changelog support in UTF-8
  * support for git-style patches

-------------------------------------------------------------------
Mon Jul 31 17:16:31 CEST 2006 - tiwai@suse.de

- updated to version 0.9.1.
  * New extensions: acl, extdiff, purge
  * New hooks: preupdate
  * Improved performance: remove, clone

-------------------------------------------------------------------
Fri May 12 14:49:03 CEST 2006 - tiwai@suse.de

- updated to version 0.9.
  * revlogNG support
  * mq extension as default
  * merge command
  * bisect command
  * diff and status are repo-wide
- require rcs for 3-way merge

-------------------------------------------------------------------
Tue Feb 28 16:46:02 CET 2006 - jmatejek@suse.cz

- updated to reflect python changes due to #149809

-------------------------------------------------------------------
Mon Feb  6 14:20:50 CET 2006 - tiwai@suse.de

- fixed the extension of mq (for x86-64 problem)
- fixed requires and use standard suse rpm macros for python

-------------------------------------------------------------------
Wed Jan 25 21:38:14 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Fri Sep 30 16:09:54 CEST 2005 - tiwai@suse.de

- updated to version 0.7 + mq extension
- removed buggy bash completion.

-------------------------------------------------------------------
Wed Aug 31 11:35:59 CEST 2005 - tiwai@suse.de

- updated to version 0.6c release.

-------------------------------------------------------------------
Tue Jul 26 16:46:32 CEST 2005 - tiwai@suse.de

- use version 0.6b release.
- format man page via asciidoc and xmlto.

-------------------------------------------------------------------
Fri Jul  8 15:47:59 CEST 2005 - tiwai@suse.de

- updated to snapshot 20050708.

-------------------------------------------------------------------
Mon Jul  4 12:31:59 CEST 2005 - tiwai@suse.de

- fix the version number of snapshot release.

-------------------------------------------------------------------
Fri Jul  1 12:32:26 CEST 2005 - tiwai@suse.de

- initial version: snapshot 20050701.

openSUSE Build Service is sponsored by