Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351580 - dev-vcs/cola-1.4.3 version bump
Summary: dev-vcs/cola-1.4.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Tiziano Müller (RETIRED)
URL: http://cola.tuxfamily.org/share/doc/g...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-13 18:26 UTC by Jesse Adelman
Modified: 2011-01-25 14:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Adelman 2011-01-13 18:26:31 UTC
Thanks. Changelog since in-tree version 1.4.2.1:

"git-cola v1.4.3¶
Usability, bells and whistles¶

    * git-dag beta™ now has a separate display area for displaying commit metadata. This area will soon grow additional functionality such as cherry-picking, branching, etc.

Fixes¶

    *

      Fixed tests from a previous refactoring.
    *

      Guard against ‘diff.external’ configuration by always calling ‘git diff’ with the ‘–no-ext-diff’ option.

      http://github.com/davvid/git-cola/issues/closed#issue/67
    *

      Respect ‘gui.diffcontext’ so that cola’s diff display shows the correct number of context lines.
    *

      Raise the GUI so that it is in the foreground on OS X.

Packaging¶

    *

      We now allow distutils to rewrite cola’s shebang line. This allows us to run on systems where “which python” is Python3k. This is exposed by setting the PYTHON Makefile variable to the location of python2.x.
    *

      git-cola.app is now a tiny download because it no longer contains Qt and PyQt. These libraries are provided as a separate download.

      http://code.google.com/p/git-cola/downloads/list

git-cola v1.4.2.5¶
Usability, bells and whistles¶

    * Clicking on paths in the status widget copies them into the copy/paste buffer for easy middle-clicking into terminals.
    * Ctrl+C in diff viewer copies the selected diff to the clipboard.

Fixes¶

    *

      Fixed the disappearing actions buttons on PyQt 4.7.4 as reported by Arch and Ubuntu 10.10.

      http://github.com/davvid/git-cola/issues/closed#issue/62
    *

      Fixed mouse interaction with the status widget where some items could not be de-selected.

Packaging¶

    * Removed hard-coded reference to lib/ when calculating Python’s site-packages directory.

git-cola v1.4.2.4¶
Usability, bells and whistles¶

    * Removed “single-click to (un)stage” in the status view. This is a usability improvement since we no longer perform different actions depending on where a row is clicked.
    * Added ability to create unsigned, annotated tags.

Fixes¶

    * Updated documentation to use cola.git instead of cola.gitcmd.

git-cola v1.4.2.3¶
Usability, bells and whistles¶

    *

      Allow un/staging by right-clicking top-level items

      http://github.com/davvid/git-cola/issues/closed#issue/57
    *

      Running ‘commit’ with no staged changes prompts to allow staging all files.

      http://github.com/davvid/git-cola/issues/closed#issue/55
    *

      Fetch, Push, and Pull are now available via the menus

      http://github.com/davvid/git-cola/issues/closed#issue/58

Fixes¶

    *

      Simplified the actions widget to work around a regression in PyQt4 4.7.4.

      http://github.com/davvid/git-cola/issues/closed#issue/62

git-cola v1.4.2.2¶
Usability, bells and whistles¶

    * git-dag beta™ interaction was made faster.

Fixes¶

    *

      Added ‘...’ indicators to the buttons for ‘Fetch...’, ‘Push...’, ‘Pull...’, and ‘Stash...’.

      http://github.com/davvid/git-cola/issues/closed#issue/51
    *

      Fixed a hang-on-exit bug in the cola-provided ‘ssh-askpass’ implementation."
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2011-01-25 14:58:01 UTC
Done, thanks.