Alexander Belchenko | 23 May 16:34
Favicon
Gravatar

[ANN] QBzr 0.22.3 released

On behalf of QBzr developers I'd like to announce maintenance release
of QBzr 0.22.3. QBzr 0.22 series is companion to bzr 2.5 series.

Changes
-------
Maintenance release.

  * qlog
    * Fix - crashes when trying show log of subdirectory with 
--show-trees option.
      (IWATA Hidetaka, Bug #974362)
  * qshelve/qunshelve:
    * Use `encoding` settings from branch or global config to properly show
      files content. (Alexander Belchenko, Bug #995943)

Downloads
---------
https://launchpad.net/qbzr/0.22/0.22.3

--

-- 
All the dude wanted was his rug back

Alexander Belchenko | 13 Apr 17:17
Favicon
Gravatar

[ANN] scmproj 0.6.2 released

I've released new maintenance release of scmproj 0.6.2. It's compatible 
with bzr 2.5.

Changes:

  * ``project-command`` new checker option ``--not-snapshotted-revision``
    to select only those local components that have tip revisions different
    from the snapshot. (Addressed Bug #678101).
  * ``project-command`` has got explicit ``--dry-run`` option to be 
compatible
    with bzr 2.5.0. (Bug #980852)

Downloads:

https://launchpad.net/bzr-scmproj/0.6/0.6.2

Alexander
--

-- 
All the dude wanted was his rug back

Favicon
Gravatar

[ANN] QBzr 0.22.2 released

On behalf of QBzr developers I'd like to announce maintenance release
of QBzr 0.22.2. QBzr 0.22 series is companion to bzr 2.5 series.
Many thanks to all who sent patches.

Changes
-------
Maintenance release.

  * qrun:
    * Localized help text for selected command is shown correctly now.
      (Alexander Belchenko, Bug #963542)
  * qshelve:
    * Pressing Ctrl+Enter in message edit area triggers shelve action.
      (IWATA Hidetaka, Bug #936982)
    * Hunks are not displayed on Mac OS. (IWATA Hidetaka, Bug #955241)
  * qgetnew:
    * Ask for verification if a checkout should go to a non-empty
      directory - this may cause unwanted conflicts (AndrГ© Bachmann, 
Bug #938835)
  * qdiff
    * Fix - crashes when trying show complete diff of renamed file. (Bug 
#969055)
  * Don't use deprecated API (bzrlib.builtins.tree_files).
    (Alexander Belchenko, Bug #776241)

Downloads
---------
https://launchpad.net/qbzr/0.22/0.22.2

--

-- 
(Continue reading)

Favicon
Gravatar

[ANN] QBzr 0.21.3 released

On behalf of QBzr developers I'd like to announce maintenance release
of QBzr 0.21.3. QBzr 0.21 series is companion to bzr 2.4 series.

Changes
-------
Maintenance release.

  * Avoid AttributeError on 'is_ignored' from treewidget filtering involving
    unversioned files that have been moved. (Martin Packman, Bug #557603)
  * Stringify tab_width settings while writing it to branch config.
    (Workaround for bug #912344, Alexander Belchenko)
  * Don't use deprecated API (bzrlib.builtins.tree_files).
    (Alexander Belchenko, Bug #776241)

Downloads
---------
https://launchpad.net/qbzr/0.21/0.21.3

--

-- 
All the dude wanted was his rug back

Vincent Ladeuil | 21 Mar 11:35
Favicon

[ANN] bzr 2.6b1 released

Hi,

I'm pleased to announce the first beta for the 2.6 series: 2.6b1.

Bazaar <http://bazaar.canonical.com/> is a Canonical project and part of
the GNU project <http://gnu.org/> to produce a free operating system.

2.6.0 is planned to be released in August 2012.

This release includes ssl certificates verification from the urllib-based
http implementation turned on by default, fixes some UI issues around
colocated branches, documentation fixes and more.

2.6b1 contains all know bug fixes including the ones made for the
previous stable releases.

A warm thank you to all people that send feedback, suggestions, even
merge proposals making bzr better !

Bazaar is now available for download from
https://launchpad.net/bzr/2.6/2.6b1/ as a source tarball.

Installers are available OSX, windows installers and packages are on
their way for the usual GNU/Linux distributions that propose our beta
releases as well as the beta PPA for Ubuntu.

         Vincent

Vincent Ladeuil | 15 Mar 20:20
Favicon

[ANN] bzr-upload 1.0.1 and 1.1.0 released

Hi all, 

New releases are available for bzr-upload:

* for bzr <= 2.4 use the 1.0.1 release tarball at
  https://launchpad.net/bzr-upload/1.0/1.0.1

* for bzr 2.5 use the 1.1.0 release tarball at
  https://launchpad.net/bzr-upload/1.1/1.1.0

These releases are mainly intended to clear up compatibility issues with
various bzr series for the regression tests and define proper branches
to simplify bzr packaging.

The 1.0 series is compatible with bzr up to 2.4 (2.4 is required to run
the tests though).

The 1.1 series is compatible with the 2.5 bzr series.

Both series should only receive bug fixes, new developments will occur
on trunk which is targeted at the upcoming 2.6 bzr series. A 1.2 series
will be created when needed. 

        Vincent

Vincent Ladeuil | 8 Mar 13:22
Favicon

[ANN] bzr 2.5.0 released

On behalf of the Bazaar team and community, I'm happy to announce
availability of a new release of the bzr adaptive version control
system.

Bazaar <http://bazaar.canonical.com/> is a Canonical project and part of
the GNU project <http://gnu.org/> to produce a free operating system.

Thanks to everyone who contributed patches, suggestions, and feedback.

Bazaar is now available for download from
https://launchpad.net/bzr/2.5/2.5.0 as a source tarball.

Installers are available for windows and OSX from the url above too.

This release marks the start of a new long-term-stable series. From here, we
will only make bugfix releases on the 2.5 series (2.5.1, etc, and support it
until April 2017), while 2.6 will become our new development series.

This is a bugfix and polish release over the 2.4 series, with a large number
of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a
faster smart protocol implementation for many operations, basic support for
colocated branches. We have started translating bzr with the 2.5 series:
https://translations.launchpad.net/bzr, more than 20 languages have already
been registered but these are the early days, contributions welcome.

Only a few bugfixes have been included since 2.5b6 so all known fixed bugs
are included here.

Users are encouraged to upgrade from the other stable series.

(Continue reading)

Alexander Belchenko | 21 Feb 10:33
Favicon
Gravatar

[ANN] Bazaar Explorer 1.2.2 released

On behalf of Bazaar Explorer developers I'd like to announce another 
maintenance release in 1.2 series: Bazaar Explorer 1.2.2.

It's highly recommended to update your 1.2 version.
Especially for Windows users.

Bazaar Explorer is a desktop application for using the Bazaar version
control system, a modern VCS that supports both centralized and
distributed version control. Our 1.2.2 release runs on GNU/Linux (both
GNOME and KDE), Windows and OS X desktops and is available in many
languages.

Downloads
---------
See page https://launchpad.net/bzr-explorer/1.2/1.2.2 for tarball and
windows installer.

Changes
-------
New features:

* New menu item "Bazaar > Work > Ignore unversioned..." to launch new 
qignore
   dialog (available in QBzr 0.22.1 or later).

Improvements:

* Added support to populate %(wt_selected)s tool action command 
placeholder from
   working tree selected items.
(Continue reading)

Alexander Belchenko | 21 Feb 10:28
Favicon
Gravatar

[ANN] QBzr 0.22.1 released

On behalf of QBzr development team I'm happy to announce new release of
QBzr 0.22.1.

This release intended to be used as companion release for bzr 2.5, and 
might support bzr 2.4.

QBzr 0.22.1 introduces new qignore dialog.

Downloads
---------
Sources tarball and windows installer available to download from
https://launchpad.net/qbzr/0.22/0.22.1

Release branch: lp:qbzr/0.22

About QBzr
----------
QBzr is a cross-platform GUI front end for Bazaar, based on Qt toolkit.
QBzr provided GUI frontend for many core bzr commands and several
universal dialogs and helper commands. Equivalents for core bzr commands
has the same names as CLI commands but with prefix "q".

QBzr is used as library of GUI dialogs in other products:
  * Bazaar Explorer
  * TortoiseBzr
  * QBzr-Eclipse

QBzr at Launchpad:
  https://launchpad.net/qbzr

(Continue reading)

Vincent Ladeuil | 10 Feb 11:33
Favicon

[ANN] bzr 2.5b6 released

Hi,

This is the sixth (and last (really)) beta of the 2.5 series: 2.5b6

Bazaar <http://bazaar.canonical.com/> is a Canonical project and part of
the GNU project <http://gnu.org/> to produce a free operating system.

2.5.0 is planned to be released in March 2012.

This introduces the support for colocated branches into the '2a' format in a
backward compatible way, fix more glitches in the colocated UI, verify https
certificates for the urllib https client implementation, fix some more
unicode issues and more.

All bugs fixed in previous series known at the time of this release are
included.

The 2.5 API is now frozen as are the strings for translations.

Since this is our very last beta, I'd like to remind packagers and
plugin authors that a special care should be taken to precisely identify
which revisions of which plugins are targeted at the 2.5 series and
ensure that the plugins are compatible with 2.5b6 (and keep paying
attention during the early days of 2.5.0 ;).

A warm thank you to all of you sending feedback, suggestions, even merge
proposals making bzr better !

Bazaar is now available for download from
https://launchpad.net/bzr/2.5/2.5b6/ as a source tarball.
(Continue reading)

Favicon
Gravatar

[ANN] QBzr 0.22.0 released

On behalf of QBzr development team I'm happy to announce new release of
QBzr 0.22.0 codenamed "Alder".

This release intended to be used as companion release for bzr 2.5, and 
might support bzr 2.4.

I'd like to thank the people who have helped make this release awesome. 
Thank you.

What's new in this release
--------------------------
What's new in this release:

QBzr 0.22 is companion release for bzr 2.5, and compatible with bzr 2.4.
This release has many improvements and bugfixes. As usual many 
improvements related to qdiff dialog.

While searching for the word or sentence all matches are highlighted.
This highlighting works in qdiff, qshelve, qunshelve, qannotate.
To make navigation faster through the long side-by-side diff, or inside 
big annotated file you can use backside guide bar in qdiff and qannotate.

Behavior change: "Unchanged" option in treewidget filter now only 
applies to versioned files. (Before it was applied to unknown files too).

Other qdiff improvements include: curved lines are using in side-by-side 
view, smart synchronization of side-by-side view in "Complete" mode;
files with wrong or mixed encoding no more shown as "latin-1", but in 
user-specified encoding.

(Continue reading)


Gmane