Gmane
From: Marco Costalba <mcostalba <at> gmail.com>
Subject: [ANNOUNCE] qgit-1.1rc3
Newsgroups: gmane.comp.version-control.git
Date: 2006-02-04 23:34:26 GMT (2 years, 43 weeks, 1 day, 15 hours and 40 minutes ago)
This release is mainly about the new build system, based on auto tools
instead of scons (courtesy of Pavel Roskin).

To install now use ./configure + make + make install-strip
Or check the README for detailed information.

To note is also the use of git-diff-tree -c option to prune
uninteresting files in merges and to show merge diffs patch.

See http://digilander.libero.it/mcostalba/  for download information.

Changes:
- new build environment based on auto-tools instead of scons (by Pavel Roskin)
- SunOS make cannot chain implicit rules - avoid them (by Pavel Roskin)
- make sure wrong version of Qt is not used (by Pavel Roskin)
- support patch files with spaces in name
- fixes for using srcdir in src/Makefile.am (by Pavel Roskin)
- future-proof configure.ac (by Pavel Roskin)
- use git-diff-tree -c (combined) option to retrieve merge's file list
- fix disabled 'show file viewer' action when no file selected from tree
- use --remove-empty option to retrieve file history
- fix jump to parent/childs lanes pop-up menu
- allow to copy an annotation header sub part in file viewer
- fix handling of command line arguments with single quotes
- widget sizes tweaks and small fixes

Marco