diff options
author | epg <epg@pkgsrc.org> | 2009-09-09 05:44:12 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2009-09-09 05:44:12 +0000 |
commit | b1ed0a1533f1cfe08ca8d31d8a803b9714d31a56 (patch) | |
tree | ac16f3faeb15d49207435436aa414ac56b10a2c1 /devel/qbzr/distinfo | |
parent | 977247a62e145796fc33aea6573262c4f5ba2ab5 (diff) | |
download | pkgsrc-b1ed0a1533f1cfe08ca8d31d8a803b9714d31a56.tar.gz |
0.14 "Eucalyptus" - 2009-08-21
-------------------------------
What's new in this release:
* we have 4 new dialogs (qbind, qunbind, qexport and quncommit).
* better help for plugin itself (now `bzr help qbzr` gives you
useful info).
* qcommit and uncommit hook now can store revision message and
information about bugfixes for revision, this information automatically
restored on next qcommit run in this branch.
* most q-commands now able to return exit code 0 when operation
finished successfully, and exit code 1 when dialog/operation was canceled.
* `merge --qpreview` feature has disabled.
0.13.1 - 2009-08-11
-----------------------
* qdiff: Fix for critical regression when viewing diffs with images. (#411811)
0.13 - 2009-08-10
-----------------------
* Bazaar 1.18 compatibility fixes. (#397615) (#402022) (#404269)
* Support for PyQT 4.5 (#394125)
* New dialogs for qsend (#174504), qswitch (#385116)
* External diff buttons are now the correct width when using the qgtkstyle.
* Added Estonian translation.
* Bug reports now point to https://bugs.launchpad.net/qbzr/+filebug rather
than https://bugs.launchpad.net/bzr/+filebug. It is now possilble to click
on this link.
* qcommit:
* Pressing Escape cancels the dialog.
* Spelling suggestions are shown in the message context menu. (#395895)
* If you dbl click on a pending merge, it will show the revision message,
which is usefull if you want to copy it.
* When the arguments are written to a file, thay are now encoded. (#398750)
* Added a refresh button to reload changes. (#253777)
* qcommit, qadd, and qrevert now reuse the widget from qbrowse. This means
that there are more context menu items, and you can expand unversioned
directories (#258929). On Windows and Mac, system file icons are shown.
* qrevert: You can now control if you want to revert pending merges. (#388469)
* qlog:
* Support for Mantis BugTracker bug urls.
* Wildcards now supported to search for message, author, tags and bugs.
You can see all revisions with tags or bugs by selecting corresponding
search filter and type * in the search entry.
* qannotate:
* It is now possible to annotate the working tree.
* Branch encoding setting is now correcly loaded. (#397753)
* A minimum of 80 chars is now shown (#397756)
* qdiff:
* Use configured color for interline_changes_background.
* Files now correctly aligned. There is no longer a space at the end of each
line. (#271178)
* Performance improvement for loading and scrolling. (#411367)
0.12 - 2009-07-08
-----------------------
Maintenance release: compatibility with bzr 1.17 (progress indicator for
commands); branching into exisiting directory (with qbranch) works now
(require bzr 1.17); better support of unicode paths in various commands.
* qbranch: now it's possible to branch into newly created empty directory.
* qgetupdates: new alias: qgetup
* qmerge: the revision argument is no longer ignored.
* qupdate: new command as simple front-end for stadard `bzr update`
* qversion: new command to display Bazaar & Python installation information
* qannotate:
* Revisions are loaded lazily (only when they appear on screen.) This
greatly reduces the load time when annotating a file from a remote branch.
(The code for this is reused from qlog.)
* Add a item to the revision list context menu to annotate a older revision.
* qbrowse:
* It is now possible to browse a working tree. The change status of file is
shown.
* Trees are loaded lazily (sub directories are only loaded when you expand
them.)
* Revisions are loaded lazily (only when they appear on screen.) This
greatly reduces the load time when browseing a remote branch.
(The code for this is reused from qlog.)
* qlog/qannotate/qbrowse: revision numbers are right aligned on the mainline
number. E.g:
10
9
8.2
8.1
8
* Universal installer for Windows: one installer for both standalone bzr.exe
version and for python-based version.
NOTES: this is last release with tested PyQt 4.3.x support.
All further releases will be tested against PyQt 4.4 as minimum supported
version.
Diffstat (limited to 'devel/qbzr/distinfo')
-rw-r--r-- | devel/qbzr/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/qbzr/distinfo b/devel/qbzr/distinfo index d6630ec9a68..c98abc77720 100644 --- a/devel/qbzr/distinfo +++ b/devel/qbzr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/07/02 05:27:04 epg Exp $ +$NetBSD: distinfo,v 1.6 2009/09/09 05:44:12 epg Exp $ -SHA1 (qbzr-0.11.tar.gz) = d3427d6b0134b5033fa14bc732a29ee4b32917bc -RMD160 (qbzr-0.11.tar.gz) = fea43505334e7855ad5affc99afa1346a885cbd6 -Size (qbzr-0.11.tar.gz) = 395115 bytes +SHA1 (qbzr-0.14.tar.gz) = 54580cf13e6fb966f8f52857fe170a2ed947eda9 +RMD160 (qbzr-0.14.tar.gz) = 43b7193972661654ac2582998c5c18392bb28b48 +Size (qbzr-0.14.tar.gz) = 478540 bytes |