pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/qbzr 0.9.8 - 2009-02-13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8a4eb9988fe
branches:  trunk
changeset: 554735:c8a4eb9988fe
user:      epg <epg%pkgsrc.org@localhost>
date:      Thu Feb 19 07:40:01 2009 +0000

description:
0.9.8 - 2009-02-13
------------------

This release is a minor regression fixing release, to be released in sync with
bzr 1.12 finial.

 * Fix bug where qinit was not working - correclty handle QString arguments
   when starting a subprocess (Bug #327395)


0.9.7 - 2009-02-09
----------------------
 * qcommit:
    * handle situation with huge list of committed files on Windows
      (Bug #277077).
    * properly show changed files when only executable bit changed.
    * fixed a bug, where if there is a lock on a branch, you could not close
      the window.
 * qconflicts: new command and new window to view and resolve conflicts.
 * qlog:
    * removed the delay when loading revision form local repositories.
    * when the search is, scroll so that the selected revision is kepted in
      view.
 * qdiff:
    * Don't use replace when decoding texts, fall back to latin1 instead.
      (Bug #323543 - side-by-side shows wrong changes highlighting for files
      with non-ascii characters)
 * qrevert:
    * added --no-backup option.
 * Add the ability to configure, and use external diff tools from QBzr.
   If the user has bzr-difftools - the usability of this funcaility is
   improved.
 * Properly stop running action with Cancel button on Windows.
 * Transport activity is displayed next to the throbbers/progress bars.
 * Password prompts are now displaied in qlog, qbrowse, qcat, qdiff, qannotate.

diffstat:

 devel/qbzr/Makefile |   6 +++---
 devel/qbzr/PLIST    |  11 ++++++++++-
 devel/qbzr/distinfo |   8 ++++----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (68 lines):

diff -r 84ce8dc6602b -r c8a4eb9988fe devel/qbzr/Makefile
--- a/devel/qbzr/Makefile       Thu Feb 19 07:34:08 2009 +0000
+++ b/devel/qbzr/Makefile       Thu Feb 19 07:40:01 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2009/02/09 22:56:23 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2009/02/19 07:40:01 epg Exp $
 
 DISTNAME=      qbzr-${VER}
-PKGREVISION=   1
+#PKGREVISION=  1
 CATEGORIES=    devel
 MASTER_SITES=  http://launchpad.net/qbzr/trunk/${VER}/+download/
-VER=           0.9.6
+VER=           0.9.8
 
 MAINTAINER=    epg%NetBSD.org@localhost
 HOMEPAGE=      http://bazaar-vcs.org/QBzr
diff -r 84ce8dc6602b -r c8a4eb9988fe devel/qbzr/PLIST
--- a/devel/qbzr/PLIST  Thu Feb 19 07:34:08 2009 +0000
+++ b/devel/qbzr/PLIST  Thu Feb 19 07:40:01 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/01/19 21:42:26 epg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/02/19 07:40:01 epg Exp $
 ${PYSITELIB}/bzrlib/plugins/qbzr/__init__.py
 ${PYSITELIB}/bzrlib/plugins/qbzr/__init__.pyc
 ${PYSITELIB}/bzrlib/plugins/qbzr/__init__.pyo
@@ -29,12 +29,18 @@
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/config.py
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/config.pyc
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/config.pyo
+${PYSITELIB}/bzrlib/plugins/qbzr/lib/conflicts.py
+${PYSITELIB}/bzrlib/plugins/qbzr/lib/conflicts.pyc
+${PYSITELIB}/bzrlib/plugins/qbzr/lib/conflicts.pyo
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/diff.py
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/diff.pyc
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/diff.pyo
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/diffview.py
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/diffview.pyc
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/diffview.pyo
+${PYSITELIB}/bzrlib/plugins/qbzr/lib/extdiff.py
+${PYSITELIB}/bzrlib/plugins/qbzr/lib/extdiff.pyc
+${PYSITELIB}/bzrlib/plugins/qbzr/lib/extdiff.pyo
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/extra/__init__.py
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/extra/__init__.pyc
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/extra/__init__.pyo
@@ -161,6 +167,9 @@
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/ui_update_checkout.py
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/ui_update_checkout.pyc
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/ui_update_checkout.pyo
+${PYSITELIB}/bzrlib/plugins/qbzr/lib/uifactory.py
+${PYSITELIB}/bzrlib/plugins/qbzr/lib/uifactory.pyc
+${PYSITELIB}/bzrlib/plugins/qbzr/lib/uifactory.pyo
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/util.py
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/util.pyc
 ${PYSITELIB}/bzrlib/plugins/qbzr/lib/util.pyo
diff -r 84ce8dc6602b -r c8a4eb9988fe devel/qbzr/distinfo
--- a/devel/qbzr/distinfo       Thu Feb 19 07:34:08 2009 +0000
+++ b/devel/qbzr/distinfo       Thu Feb 19 07:40:01 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/01/19 21:42:26 epg Exp $
+$NetBSD: distinfo,v 1.3 2009/02/19 07:40:01 epg Exp $
 
-SHA1 (qbzr-0.9.6.tar.gz) = a07b709feeb135c96be3327a54427c531a917f70
-RMD160 (qbzr-0.9.6.tar.gz) = 32b605678bea04304d01b8a8d6408cfd328398c4
-Size (qbzr-0.9.6.tar.gz) = 346643 bytes
+SHA1 (qbzr-0.9.8.tar.gz) = 291d06576b8bd701190f2399ab4f0e79499a8da2
+RMD160 (qbzr-0.9.8.tar.gz) = 5c90df8590f86f1e6ed6cdf64076107dc6857087
+Size (qbzr-0.9.8.tar.gz) = 360312 bytes



Home | Main Index | Thread Index | Old Index