mercurial 1.0.1-2~hardy1 source package in Ubuntu

Changelog

mercurial (1.0.1-2~hardy1) hardy-backports; urgency=low

  * Automated backport upload; no source changes.

mercurial (1.0.1-2) unstable; urgency=high

  * Backport from upstream: fix CVE-2008-2942 Insufficient input validation
    (Closes: #488628)

mercurial (1.0.1-1) unstable; urgency=low

  * New upstream release
    + Bugfix release
  * debian/watch: do not call uupdate

mercurial (1.0-7) unstable; urgency=low

  * Lowering versioned dependency on ucf. Etch version of ucf is enought.
    #479485 was using a pre etch version of ucf.

mercurial (1.0-6) unstable; urgency=low

  * add versionned dependency on ucf due to the use to ucfr (Closes: #479485)
  * re-add rcs as first alternative of recommands. Discussion about this
    can be found in #460943 and #479077 (Closes: #479077)

mercurial (1.0-5) unstable; urgency=low

  * Add a note in the NEWS file about upstream change for merging conflicts.
    (Closes: #481553, )
  * install mergetools.hgrc system wide (Closes: #481089)
  * add suggest and documentation for convert extension dependencies
    (Closes: #477652)

mercurial (1.0-4) unstable; urgency=low

  * fix build system so that "hg version" works
  * fix typos in doc (darcs instead of darc)
  * remove suggests: for foreign SCM. If someone needs them for the convert
    extension, they should be already installed (Closes: #476342)

mercurial (1.0-3) unstable; urgency=low

  * really fix auto-enabling extensions at installation time
    + be less strict with spaces
    + reformat the hgext.rc file to be consistent

mercurial (1.0-2) unstable; urgency=low

  * fix typo in mercurial postinst
  * remove Suggests to non existant mercurial-web
  * add lintian-override for non depends on "tk8.4 | wish" in
    mercurial-common (the Suggests: is in the mercurial package
    as for all other extensions' dependencies)
  * fix handling of automatic enabled extension in postinst
    (they must be disabled in the installed template)
  * add detection of inotify extension before enabling it (needed on
    etch that has a too old libc)

mercurial (1.0-1) unstable; urgency=low

  * new upstream version
    Closes several Debian bugs:
     * "hg convert broken" (Closes: #472185)
     * "hgmerge: uses non-POSIX syntax `type' in /bin/sh script" (Closes:
       #447094)
     * "hgmerge: --help option gives a message that ends strangely" (Closes:
       #443428)
     * "mercurial: hg/editor interaction leaves a lot of temp files around"
       (Closes: #472943)
     * "mercurial: Mercurial merge with meld needs hint" (Closes: #466006)
     * "glog: tries to close closed fd" (Closes: #454326)
     * "mercurial: `hg diff` can break UTF-8 encoding" (Closes: #469326)
     * "Recording mtime after recording commit message leads to hidden (lost)
       changes" (Closes: #452385)
    General:
     * greatly improved merge tool configuration, see "hgrc.5.txt" for details
     * improved copy/rename handling in diffs, status, and merge
     * files in .hg inherit permissions from .hg/store
     * infer --repository when possible, so commands may be run from anywhere.
     * easy-installable
     * new "droplet" logo

    Commands:
     * archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
     * bisect: now built-in with greatly improved performance and usability
     * bundle: new --all option to bundle the whole repository more easily.
     * cat: apply decode filters with --decode
     * clone: can clone from a full-history bundle
     * commit: warn when creating a new head
     * debugancestor: index argument is now optional
     * diff: set the number of context line to show with -U/--unified
     * grep: display matched revisions commit date with --date
     * import: new --no-commit and --user options
     * incoming/outgoing: add --limit option
     * log: use -b/--only-branch to show revisions of a single branch
     * remove: improve handling for --after
     * revert: major speedup
     * serve: prefix the served path with --prefix (also in [web] section)
     * status: unknown files are skipped by --quiet
     * tag: allow multiple tags to be added or removed
     * tags: --verbose flags local tags
     * update: switch between named branches without -C

    Extensions:
     * churn: promoted to an official extension (previously in contrib)
     * color: new extension coloring "status" and "qseries" command outputs
     * convert:
       * allow synthetic history to be spliced in with --splicemap
       * support GNU Arch and Monotone sources
       * svn: allow shallow conversions of single branches with
         convert.svn.startrev option.
       * svn: make trunk/branches/tags layout detection more flexible by
         allowing either of them to be skipped.
       * svn: preliminary support as a conversion target
     * hgk: configuration file changed from .gitk to .hgk
     * highlight: new extension enabling syntax highlighting in hgweb file view
       (requires pygments)
     * inotify: new extension using Linux 2.6 inotify API for instant status
       checking
     * keyword: new extension for filewise RCS-keyword expansion in working
       directory
     * mq: new --currentdate, --date, --currentuser, and
       --user options
     * record: add "qrecord" command when used with mq

    Web interface:
     * improved WSGI integration and compatibility
     * follow symlinks in hgwebdir collections
     * show branches in most of gitweb templates
     * add line anchors to annotate, changeset, diff and file views
     * support web.baseurl in hgwebdir, overriding SCRIPT_NAME

    Hooks:
     * standard hook to reject text files with CRLF in win32text extension
     * redirect stdout to stderr for ssh and http servers

  [ Gerardo Curiel ]
  * Split package to fix lintian warnings:
    + mercurial -  main package
    + mercurial-common - Arch-indep bits
  * Fix clean target
  * Dropped patches:
    patches/proposed_upstream__check_hgmerge_args.patch
    patches/proposed_upstream__type_is_not_posix.patch
  * patches/deb_specific__use_sensible-editor.patch:
    Rediff against mercurial 1.0
  * hgmerge shell script is not provided anymore
  * contrib/favicon.ico is not provided anymore
  * Deleted obsolete link_hgit target from debian/rules
  * Added mergetools.hgrc to the examples
    directory
  * Added logo-droplets.svg to /usr/share/mercurial
  * Added new extensions to the hgext.rc file
    + hgext.color (not enabled by default)
    + hgext.highlight (not enabled by default)
    + hgext.inotify (enabled, Closes: #472583)
    + hgext.keyword (not enabled by default)
  * Removed extensions from the hgext.rc file
    + hgext.hbisect (now provided as a built-in command)
  * Added new suggested dependencies :
    + python-pygments (needed for hgext/highlight.py)
    + python-elementtree (for darcs conversion)

  [ Vincent Danjean ]
  * import mercurial in the Python Application Packaging Team project
  * debian/control:
    + add PAPT in the Uploaders field
    + add Vcs-* fields
    + add conflicts/replaces fields to ensure proper upgrade for
      mercurial-common
  * cleanup debian/ files
    + remove unneeded debian/*.{dirs} files
  * move examples/ in usr/share/doc/mercurial (in the mercurial-common
    package)
  * manage hgext.rc with ucf. Enabling some extensions only if their
    dependencies are present
  * put all usr/share/python-support/* in mercurial-common instead of
    mercurial. This trigger a lintian warning but this is an error (see
    #473428)

  [ Piotr Ożarowski ]
  * New recommended packages:
    + python-mysqldb (hgext/bugzilla.py)
    + python-openssl (hgweb/server.py)
  * New suggested packages:
    + python-flup (contrib/hgwebdir.fcgi, Closes: #466731)

  [ William Pitcock ]
  * patches/deb_specific__use_sensible-editor.patch:
    +Rediff against 1.0 branch.

 -- SpecialK <email address hidden>   Fri, 04 Jul 2008 09:01:28 +0100

Upload details

Uploaded by:
SpecialK on 2008-07-04
Uploaded to:
Hardy
Original maintainer:
Python Applications Packaging Team
Architectures:
any
Section:
devel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mercurial_1.0.1.orig.tar.gz 790.4 KiB f6206a982d8268aa972290c69929f2a3067d0ee36249d0c2f3aa781d13c58d9e
mercurial_1.0.1-2~hardy1.diff.gz 23.9 KiB 41bfd3355a4d916a42ef6a8ee93d6386f3521d95caa23a9e6d8984f367e71eb3
mercurial_1.0.1-2~hardy1.dsc 799 bytes d375c1278722d80599b28c4a655185f0f2169c64e954d43982b48abbdb7103f6

Available diffs

View changes file

Binary packages built by this source

mercurial: No summary available for mercurial in ubuntu hardy.

No description available for mercurial in ubuntu hardy.

mercurial-common: No summary available for mercurial-common in ubuntu hardy.

No description available for mercurial-common in ubuntu hardy.