105 lines
3.7 KiB
Text
105 lines
3.7 KiB
Text
# ChangeLog for dev-util/fhist
|
|
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.27 2011/10/07 15:03:15 jlec Exp $
|
|
|
|
07 Oct 2011; Justin Lecher <jlec@gentoo.org> fhist-1.16.ebuild,
|
|
fhist-1.19.ebuild:
|
|
Move parallel make blocking to global space, #358567 & #356671
|
|
|
|
25 Sep 2011; Fabian Groffen <grobian@gentoo.org> fhist-1.19.ebuild:
|
|
Drop *-macos keywords, libexplain is a too Linux-specific hell to port (1.16
|
|
was keyworded before Prefix migration)
|
|
|
|
12 Jun 2011; Matt Turner <mattst88@gentoo.org> fhist-1.16.ebuild:
|
|
Drop mips keyword, bug 350891
|
|
|
|
12 Apr 2011; Jonathan Callen <abcd@gentoo.org> fhist-1.19.ebuild:
|
|
Add prefix keywords
|
|
|
|
27 Feb 2011; Justin Lecher <jlec@gentoo.org> fhist-1.19.ebuild:
|
|
Restrict to sequential build, #356671
|
|
|
|
27 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> fhist-1.19.ebuild:
|
|
Marked ~ppc/~ppc64 wrt #350891
|
|
|
|
*fhist-1.19 (06 Jan 2011)
|
|
|
|
06 Jan 2011; Justin Lecher <jlec@gentoo.org> +files/1.19-ldflags.patch,
|
|
+fhist-1.19.ebuild:
|
|
Version Bump, Dropped arches because of missing dep, added amd64
|
|
|
|
04 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> fhist-1.16.ebuild:
|
|
Use -j1 for test and install as well as build, bug #295744.
|
|
|
|
01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -fhist-1.14.ebuild:
|
|
remove old
|
|
|
|
20 Sep 2008; Raúl Porcel <armin76@gentoo.org> fhist-1.16.ebuild:
|
|
sparc stable wrt #237826
|
|
|
|
18 Sep 2008; Markus Meier <maekke@gentoo.org> fhist-1.16.ebuild:
|
|
x86 stable, bug #237826
|
|
|
|
*fhist-1.16 (12 May 2008)
|
|
|
|
12 May 2008; Peter Volkov <pva@gentoo.org> -fhist-1.10.ebuild,
|
|
fhist-1.14.ebuild, +fhist-1.16.ebuild:
|
|
Version bump. Removed runtime-depend on sys-devel/bison, bug 221597, thank
|
|
Diego Pettenò for report. Removed old.
|
|
|
|
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
|
|
Regenerate digest in Manifest2 format.
|
|
|
|
07 May 2005; David Holm <dholm@gentoo.org> fhist-1.14.ebuild:
|
|
Added to ~ppc.
|
|
|
|
12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> fhist-1.14.ebuild:
|
|
Stable on sparc
|
|
|
|
12 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> fhist-1.14.ebuild,
|
|
-fhist-1.8.ebuild:
|
|
Marked stable on x86; tidy old ebuild.
|
|
|
|
*fhist-1.14 (04 Dec 2004)
|
|
|
|
04 Dec 2004; Aaron Walker <ka0ttic@gentoo.org> +fhist-1.14.ebuild:
|
|
Version bump; cleaned up ebuild and added src_test() to run test suite.
|
|
|
|
21 Oct 2004; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml:
|
|
Add metadata (shell-tools)
|
|
|
|
28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> fhist-1.10.ebuild,
|
|
fhist-1.8.ebuild:
|
|
Added ~mips. QA: Added IUSE.
|
|
|
|
12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> fhist-1.10.ebuild,
|
|
fhist-1.8.ebuild:
|
|
Don't assign default to S; header fix
|
|
|
|
25 Feb 2004; Sven Blumenstein <bazik@gentoo.org> fhist-1.10.ebuild:
|
|
KEYWORDS+=sparc
|
|
|
|
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
|
|
|
|
*fhist-1.10 (05 Nov 2002)
|
|
|
|
05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> :
|
|
Version bump.
|
|
|
|
*fhist-1.8 (13 Apr 2002)
|
|
|
|
13 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> fhist-1.8.ebuild files/digest-fhist-1.8 :
|
|
|
|
The FHist package contains 3 utilities, a file history tool ``fhist'', a
|
|
file comparison tool ``fcomp'', and a file merging tool ``fmerge''. All
|
|
three are bundled together, because they all use the same minimal-difference
|
|
algorithm.
|
|
|
|
The history tool presented here, fhist, is a minimal history tool. It
|
|
provides no locking or branching. This can be useful in contexts where the
|
|
configuration management or change control be being provided by some other
|
|
tool.
|
|
|
|
The history tool, fhist is able to handle binary files. The file comparison
|
|
tool, fcomp, usually does a line-for-line plain-text comparison, however it
|
|
is also capable of a byte-for-byte binary comparison.
|