Archive for the 'Releases' Category

GIT 1.4.4.2

Monday, December 11th, 2006
09 Dec 2006: GIT 1.4.4.2: contains a handful fixes since 1.4.4.1.

GIT 1.4.4.1

Sunday, November 26th, 2006
22 Nov 2006: GIT 1.4.4.1: contains mostly small post-release fixups.

Cogito 0.18.2

Monday, November 20th, 2006
17 Nov 2006, Cogito 0.18.2: a couple of bugfixes and a trivial new feature. (via LWN.net)

Git Queues 0.10

Friday, November 17th, 2006
Git Queues (gq) is a series of bash scripts which add a Mercurial queues-like functionality and interface to git. 14 Nov 2006: Git Queues 0.10: The scripts are rather incomplete at the moment, but I’m hoping they’ll get to being very usable very soon. (via LWN.net)

Cogito-0.18.1

Friday, November 17th, 2006
14 Nov 2006: Cogito 0.18.1: few minor new features and random bugfixes to the cogito-0.18 version. Nothing groundshattering. (via LWN.net)

Git 1.4.4 et al released

Friday, November 17th, 2006
Several Git releases happened in recent weeks. I am catching up with the news. Read more at LWN.net:
  • 14 Nov 2006: Git 1.4.4: Quite a lot of changes during the last month;
  • 11 Nov 2006: Git 1.4.3.5: […]in the meantime here is primarily to fix git-svn correctness issues;
  • 05 Nov 2006: Git 1.4.3.4: three larger fixes, and many minor fixes and documentation updates;
  • 20 Oct 2006: Git 1.4.3.1: primarily to work around changes in the recent GNU diff output format. Also it contains irritation fix for “git diff” which now paginates its output by default;
  • 18 Oct 2006: Git 1.4.3: many user-visible changes;

qgit 1.5.3

Wednesday, November 15th, 2006
qgit is a graphical git repositories viewer built on Qt libraries. 11 Nov 2006: qgit 1.5.3: This is mostly a bug fix release. Several issues has been fixed, also some crash bugs, so an update is strongly suggested. To note is the new possibility to set the font used by patch and file content viewers. (via LWN.net)

Stacked GIT 0.11

Wednesday, October 25th, 2006
From: “Catalin Marinas” <catalin.marinas@gmail.com> Date: Sat, 21 Oct 2006 16:08:31 +0100
Stacked GIT 0.11 release is available from http://www.procode.org/stgit/. StGIT is a Python application providing similar functionality to Quilt (i.e. pushing/popping patches to/from a stack) on top of GIT. These operations are performed using GIT commands and the patches are stored as GIT commit objects, allowing easy merging of the StGIT patches into other repositories using standard GIT functionality.
Read more at LWN.net.

GIT 1.4.3, GIT 1.4.3.1 Released

Wednesday, October 25th, 2006
From: Junio C Hamano <junkio@cox.net> Date: Wed, 18 Oct 2006 16:53:22 -0700
The latest feature release GIT 1.4.3 is available at the usual places: http://www.kernel.org/pub/software/scm/git/ User visible changes, other than bugfixes, since v1.4.2.4 are: - upload-tar is deprecated but not removed; we now have upload-archive –format=tar and –format=zip instead. - ftp:// protocol is supported the same way as http:// and https:// - git-diff paginates its output to the tty by default. If this irritates you, using LESS=RF might help. - git-cherry-pick does not leave often useless “cherry-picked from” message. - git-merge-recursive was replaced by a rewritten implemention in C. The original Python implementation is available as “recursive-old” strategy for now, but hopefully we can remove it in the next cycle. - git-daemon can do name based virtual hosting. - git-daemon can serve tar and zip snapshots. - many gitweb tweaks and cleanups. - git-apply –reverse, –reject. - git-diff –color highlights whitespace errors. - git-diff –stat can be taught to use non-default widths. - git-status can use colors. - many more commands are built-in.
and two days later:
The latest maintenance release GIT 1.4.3.1 is available at the usual places: http://www.kernel.org/pub/software/scm/git/ This is primarily to work around changes in the recent GNU diff output format. Also it contains irritation fix for “git diff” which now paginates its output by default.
Read more at LWN.net (update).

monotone 0.30 released

Tuesday, October 24th, 2006
From: Nathaniel Smith <njs-AT-pobox.com> Subject: [ANNOUNCE] monotone 0.30 released Date: Sun, 17 Sep 2006 16:16:46 -0700
The monotone team is pleased to announce the release of monotone 0.30, available, as always, from http://venge.net/monotone with more binary packages appearing there as they are built. The release notes for this release are: Sun Sep 17 12:27:08 PDT 2006 0.30 release. Speed improvements, bug fixes, and improved infrastructure. Several internal data formats have changed with this release; migration is straight-forward, but slightly more complicated than usual: — The formats used to store some cached data in the database have changed. To upgrade your databases, you must run: $ mtn -d mydb.mtn db migrate $ mtn -d mydb.mtn db regenerate_rosters — The metadata stored in _MTN in each workspace has been rearranged slightly. To upgrade your workspaces, you must run $ mtn migrate_workspace in each workspace. All of these operations are completely lossless, and 0.30 remains compatible with earlier versions with regards to netsync.
Read the rest of announcement at LWN.net. In short, this release has several speed improvements, workspace format changed, UI was updated, and several bugs fixed.