1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526
|
git-cola (3.3-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 4.3.0 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Tue, 05 Feb 2019 19:55:06 +0000
git-cola (3.2-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 4.2.1 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sun, 02 Sep 2018 18:40:59 +0000
git-cola (3.1-2) unstable; urgency=medium
* Add python3-distutils as dependency (closes: #905294).
* Update Standards-Version to 4.1.5 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Fri, 03 Aug 2018 01:36:43 +0000
git-cola (3.1-1) unstable; urgency=medium
* New upstream release.
* Prevent installation of upstream changelog (closes: #883216).
* Disable Vcs-* fields for now (closes: #834801).
* Update debhelper level to 11 .
* Update Standards-Version to 4.1.4 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Mon, 30 Apr 2018 07:17:02 +0000
git-cola (3.0-1) unstable; urgency=medium
* New upstream release.
* Install appdata files to correct location.
* Update Standards-Version to 4.1.1 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sun, 26 Nov 2017 17:39:34 +0000
git-cola (2.11-2) unstable; urgency=medium
* Upload to Sid.
* Correct duplicate documentation removal (closes: #868751).
* Update Standards-Version to 4.0.0 and debhelper level to 10 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Tue, 18 Jul 2017 18:00:04 +0000
git-cola (2.11-1) experimental; urgency=medium
* New upstream release.
* Add dh-python build dependency.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Thu, 11 May 2017 15:54:15 +0000
git-cola (2.10-1) unstable; urgency=low
* New upstream release (closes: #851721).
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Thu, 26 Jan 2017 20:50:23 +0000
git-cola (2.9.1-1) unstable; urgency=low
* New upstream release.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Thu, 24 Nov 2016 17:18:22 +0000
git-cola (2.8-1) unstable; urgency=low
* Really compile with PyQt5 (closes: #834804).
* Switch to Python 3 packaging (closes: #834805).
* Update packaging to match this release.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sat, 17 Sep 2016 18:17:29 +0000
git-cola (2.7-1) unstable; urgency=low
* New upstream release.
* Compile with PyQt5 .
* Move to debhelper level 9 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sun, 14 Aug 2016 09:13:52 +0000
git-cola (2.6-1) unstable; urgency=low
* New upstream release.
* Update Standards-Version to 3.9.8 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Fri, 06 May 2016 18:49:24 +0000
git-cola (2.5-1) unstable; urgency=low
* New upstream release.
* Remove own menu file in favor to desktop file.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Wed, 06 Jan 2016 19:30:30 +0100
git-cola (2.3-1) unstable; urgency=low
* New upstream release.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sat, 12 Sep 2015 16:46:43 +0200
git-cola (2.2.1-1) unstable; urgency=low
* New upstream release.
* Add python-sip to depends (closes: #789257).
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sat, 20 Jun 2015 12:45:29 +0000
git-cola (2.1.2-1) unstable; urgency=low
* New upstream release.
* Use local copy of Modernizr JS library.
* Correct copyright.
* Update Standards-Version to 3.9.6 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sun, 17 May 2015 18:12:30 +0000
git-cola (2.0.6-1) unstable; urgency=low
* New upstream release.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sat, 06 Sep 2014 09:21:48 +0000
git-cola (2.0.5-1) unstable; urgency=low
* New upstream release.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sun, 31 Aug 2014 21:01:12 +0000
git-cola (2.0.1-1) unstable; urgency=low
* New upstream release.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sat, 22 Mar 2014 15:10:46 +0100
git-cola (1.9.4-1) unstable; urgency=low
* New upstream release.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Fri, 14 Feb 2014 13:13:33 +0000
git-cola (1.9.3-1) unstable; urgency=low
* New upstream release.
* Update copyright.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Tue, 24 Dec 2013 21:02:42 +0100
git-cola (1.9.2-1) unstable; urgency=low
* New upstream release.
* Update Standards-Version to 3.9.5 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Wed, 04 Dec 2013 20:26:33 +0100
git-cola (1.8.3-1) unstable; urgency=low
* New upstream release.
* Fixes FTBFS with Shinx 1.2 due to UnicodeDecodeError (closes: #706580).
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Tue, 07 May 2013 14:20:42 +0200
git-cola (1.8.2-1) unstable; urgency=low
* New upstream release.
* Update Standards-Version to 3.9.4 , no changes needed.
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Sat, 02 Mar 2013 17:46:29 +0100
git-cola (1.8.1-1) unstable; urgency=low
* New upstream release.
[ Bart Martens <bartm@debian.org> ]
* Refine watch file.
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Sat, 15 Dec 2012 01:37:55 +0100
git-cola (1.8.0-1) unstable; urgency=low
* New maintainer (closes: #690182).
* New upstream release (closes: #688669).
* Move from dh_pysupport to dh_python2 .
* Update homepage field, watch file and Standards-Version to 3.9.3 .
* Use the packaged jQuery and Underscore javascript libraries.
-- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Tue, 16 Oct 2012 20:37:56 +0200
git-cola (1.4.3.5-1) unstable; urgency=low
* New upstream release.
* Update debian/copyright years.
-- Iulian Udrea <iulian@linux.com> Thu, 01 Sep 2011 23:56:15 +0100
git-cola (1.4.3.4-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.9.2; no changes required.
-- Iulian Udrea <iulian@linux.com> Tue, 05 Jul 2011 20:20:28 +0100
git-cola (1.4.3.2-1) unstable; urgency=low
* New upstream release.
+ setup.py: Fix installation of translations. Closes: #619087.
-- Iulian Udrea <iulian@linux.com> Mon, 18 Apr 2011 19:46:22 +0100
git-cola (1.4.3-2) unstable; urgency=low
* Upload to unstable.
-- Iulian Udrea <iulian@linux.com> Sun, 06 Feb 2011 16:21:23 +0000
git-cola (1.4.3-1) experimental; urgency=low
* New upstream release.
+ 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.
+ 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.
* Use JQuery from the Debian package:
- Add libjs-jquery as a dependency.
- Add symlink from /usr/share/javascript/jquery/jquery.js to
/usr/share/doc/git-cola/html/_static/jquery.js.
* Don't compress objects.inv. Thanks Michael Fladischer <michael@fladi.at>
(Closes: #608752).
-- Iulian Udrea <iulian@linux.com> Mon, 03 Jan 2011 13:48:51 +0000
git-cola (1.4.2.5-1) experimental; urgency=low
* New upstream release.
+ 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.
+ Fixed the disappearing actions buttons on PyQt 4.7.4 as reported by Arch
and Ubuntu 10.10. (Launchpad: #660363, #656539)
(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.
+ Removed hard-coded reference to lib/ when calculating Python’s
site-packages directory.
-- Iulian Udrea <iulian@linux.com> Thu, 28 Oct 2010 16:25:52 +0100
git-cola (1.4.2.4-1) experimental; urgency=low
* New upstream release.
+ Removed “single-click to (un)stage” in the status view.
+ Added ability to create unsigned, annotated tags.
+ Updated documentation to use cola.git instead of cola.gitcmd.
* Change my e-mail address.
* Include BSD license text in debian/copyright rather than referencing
/usr/share/common-licenses/BSD.
-- Iulian Udrea <iulian@linux.com> Sun, 05 Sep 2010 13:31:34 +0100
git-cola (1.4.2.3-1) unstable; urgency=low
* New upstream version.
* debian/control: single line synopsis: gui -> GUI. Closes: #585947.
* Bump Standards-Version to 3.9.1 (no changes required).
-- Iulian Udrea <iulian@ubuntu.com> Tue, 15 Jun 2010 19:17:53 +0100
git-cola (1.4.2.1-1) unstable; urgency=low
* New upstream version.
-- Iulian Udrea <iulian@ubuntu.com> Tue, 25 May 2010 21:10:29 +0100
git-cola (1.4.2-1) unstable; urgency=low
* New upstream version.
+ See share/doc/relnotes.rst for more information.
* Drop setuppy.patch (merged upstream).
* Rewrite debian/rules.
* Switch to 3.0 (quilt) source format.
* Remove README.source. It is not needed anymore (3.0 (quilt) source
format).
* Remove quilt build-dependency.
* Update debian/copyright years.
* Drop fix_doc_file.patch (merged upstream).
* Add python-nose to Build-Depends.
* Override dh_auto_test.
* Bump debhelper version to 7.0.50.
-- Iulian Udrea <iulian@ubuntu.com> Sat, 24 Apr 2010 09:17:19 +0100
git-cola (1.4.1.2-4) unstable; urgency=low
* Drop the version from the git-core run-time dependency. Closes: #568586
(The dependency on git-core (>= 1.5) is intended to exclude git from
etch, for example, but unfortunately git from etch has a version number
including an epoch. Since Debian does not support etch-to-squeeze
upgrades anyway, it is simpler and more obvious to drop the version
from the dependency.)
+ Thanks Jonathan Nieder <jrnieder@gmail.com> for the patch.
-- Iulian Udrea <iulian@ubuntu.com> Wed, 07 Apr 2010 15:44:23 +0100
git-cola (1.4.1.2-3) unstable; urgency=low
* debian/control:
- git-difftool has been included in git-core and so it's irrelevant
to mention it in the package description.
+ Thanks Jonathan Nieder <jrnieder@gmail.com> for spotting this.
* Add fix_doc_file.patch (Closes: #565766); (LP: #539269).
+ cola/resources.py:26: use git-cola.txt instead of the non-existing
git-cola.html file.
-- Iulian Udrea <iulian@ubuntu.com> Fri, 19 Mar 2010 18:01:00 +0000
git-cola (1.4.1.2-2) unstable; urgency=low
* debian/control:
- Drop the version from the git-core dependency (Closes: #568586).
+ Thanks Jonathan Nieder <jrnieder@gmail.com>
- Add ${misc:Depends}.
- DM-Upload-Allowed: yes
- Bump Std-Ver to 3.8.4 (no changes required).
-- Iulian Udrea <iulian@ubuntu.com> Sun, 28 Feb 2010 19:59:22 +0000
git-cola (1.4.1.2-1) unstable; urgency=low
* New upstream version.
* debian/watch: remove "-src"
* Update debian/copyright.
* Add quilt.
* Add setuppy.patch.
-- Iulian Udrea <iulian@ubuntu.com> Sun, 03 Jan 2010 13:30:17 +0000
git-cola (1.4.1-1) unstable; urgency=low
* New upstream version.
+ Loads of fixes. See the ChangeLog for details.
* Update debian/copyright.
-- Iulian Udrea <iulian@ubuntu.com> Sat, 05 Dec 2009 11:02:56 +0000
git-cola (1.4.0.4-1) unstable; urgency=low
* New upstream version.
* Fixed:
- W: git-cola: non-standard-dir-in-usr usr/libexec/
- W: git-cola: file-in-unusual-dir usr/libexec/git-cola/ssh-askpass
* debian/control:
- Remove XB-Python-Version: ${python:Versions} as it's not needed
with pysupport.
- B-D-I on python instead of python-all-dev.
-- Iulian Udrea <iulian@ubuntu.com> Sun, 15 Nov 2009 16:14:41 +0000
git-cola (1.4.0-1) unstable; urgency=low
* New upstream version (Closes: #554849).
- Updates since v1.3.9
+ The main GUI is flexible and user-configurable
+ Individual widgets can be detached and rearranged arbitrarily
+ Add an interface for creating tags
+ Provide a fallback SSH_ASKPASS implementation to prompt for SSH
passwords on fetch/push/pull
+ Inherit the window manager's font settings
+ The commit message editor displays the current row/column and warns
when lines get too long
+ The cola classic widget displays upstream changes
+ 'git cola --classic' launches cola classic in standalone mode
+ Provide more information in log messages
+ Miscellaneous PyQt4 bug fixes and workarounds
-- Iulian Udrea <iulian@ubuntu.com> Sat, 31 Oct 2009 15:15:31 +0000
git-cola (1.3.9.14-1) unstable; urgency=low
* New upstream version.
* debian/control:
- Bump Standards-Version to 3.8.3; no changes required.
-- Iulian Udrea <iulian@ubuntu.com> Sat, 15 Aug 2009 23:37:40 +0100
git-cola (1.3.8-1) unstable; urgency=low
* New upstream version.
+ setup.py: launch `pyuic4` with 'sh -c' to work around old pyuic4 bugs.
Older versions of pyuic4 were implemented as a shell script instead
of as python script. Interestingly, an older version existed
that didn't have a '#!/bin/sh' shebang line.
Use 'sh -c' to accommodate both current and older, buggy pyuic4s.
* debian/control:
- Add xxdiff to Recommends (LP: #386259).
- Add python-sphinx and rsync to Build-Depends-Indep.
-- Iulian Udrea <iulian@ubuntu.com> Sat, 14 Jun 2009 11:11:00 +0100
git-cola (1.3.7.45-2) unstable; urgency=low
* Remove git-difftool.1 symlink. dpkg is trying to overwrite
`/usr/share/man/man1/git-difftool.1.gz', which is also in package
git-core (Closes: #528128).
-- Iulian Udrea <iulian@ubuntu.com> Mon, 11 May 2009 06:34:40 +0100
git-cola (1.3.7.45-1) unstable; urgency=low
* New upstream version.
+ inotify: fix a bug when exiting cola
+ docs: remove git-difftool.txt and update git-cola.txt
+ models: do not flag deleted files as modified
+ setup.py: add the private cola.models module
+ observable: use the current model's notify value when cloning
+ models: fix a bug in clone()
* Remove {cola,git-difftool}.pod and manpages.
* Add links file.
* Update rules.
-- Iulian Udrea <iulian@ubuntu.com> Thu, 07 May 2009 06:44:29 +0100
git-cola (1.3.7.21-1) unstable; urgency=low
* New upstream version.
* Fix symlink (/usr/bin/git-difftool--helper).
-- Iulian Udrea <iulian@ubuntu.com> Tue, 28 Apr 2009 18:28:44 +0100
git-cola (1.3.7.6-1) unstable; urgency=low
* New upstream version.
+ install private modules to /usr/share (Closes: #519972)
* debian/control:
- change Section to vcs
-- Iulian Udrea <iulian@ubuntu.com> Thu, 23 Apr 2009 06:37:14 +0100
git-cola (1.3.5.44-1) unstable; urgency=low
* New upstream version.
+ cola.jsonpickle wasn't exception-safe and was breaking
help('modules')
(Closes: #519971)
* Remove debian/dirs.
-- Iulian Udrea <iulian@ubuntu.com> Wed, 18 Mar 2009 05:51:51 +0000
git-cola (1.3.5.42-1) unstable; urgency=low
* New upstream version.
* debian/control:
- Bump Standards-Version to 3.8.1.0 (no changes needed).
-- Iulian Udrea <iulian@ubuntu.com> Sun, 15 Mar 2009 19:39:37 +0000
git-cola (1.3.5.28-1) unstable; urgency=low
* New upstream version.
-- Iulian Udrea <iulian@ubuntu.com> Sat, 21 Feb 2009 17:01:32 +0000
git-cola (1.3.5-1) unstable; urgency=low
* New upstream version.
+ git-difftool-helper is a GIT_EXTERNAL_DIFF-compatible diff tool
launcher. It supports kdiff3, tkdiff, xxdiff, meld, opendiff, emerge,
ecmerge, vimdiff, gvimdiff, and custom user-configurable tools.
* debian/rules:
- make git-difftool-helper.1 be a symlink to git-difftool.1
-- Iulian Udrea <iulian@ubuntu.com> Fri, 23 Jan 2009 07:12:28 +0000
git-cola (1.3.4.4-1) unstable; urgency=low
* New upstream version.
-- Iulian Udrea <iulian@ubuntu.com> Fri, 02 Jan 2009 15:01:00 +0000
git-cola (1.3.2.5-1) unstable; urgency=low
* New upstream version.
- inotify: fix a bug introduced when removing the defaults
module (Closes: #506993)
-- Iulian Udrea <iulian@ubuntu.com> Thu, 27 Nov 2008 06:48:00 +0000
git-cola (1.3.2-1) unstable; urgency=low
* New upstream version.
* debian/rules:
- merge 'rm -f' into dh_clean
- rename build-indep target to build-stamp
- call dh_install in the install target instead of binary-indep
- remove commented lines
-- Iulian Udrea <iulian@ubuntu.com> Sat, 18 Nov 2008 19:10:10 +0000
git-cola (1.3.0.3-1) unstable; urgency=low
* New upstream version.
* debian/patches: drop 01_cola-desktop.dpatch (included upstream)
* debian/control:
- add Vcs-* fields
- add Recommends: gitk
- remove dpatch from Build-Depends (not needed anymore)
-- Iulian Udrea <iulian@ubuntu.com> Fri, 07 Nov 2008 18:34:52 +0000
git-cola (1.2.68-1) unstable; urgency=low
* New upstream version.
-- Iulian Udrea <iulian@ubuntu.com> Sat, 01 Nov 2008 13:08:13 +0000
git-cola (1.2.0-1) unstable; urgency=low
* Initial release (Closes: #498656)
-- Iulian Udrea <iulian@ubuntu.com> Thu, 11 Sep 2008 22:21:30 +0100
|