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
|
# ChangeLog for dev-libs/uclibc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/uclibc/ChangeLog,v 1.17 2004/01/04 06:04:53 solar Exp $
*uclibc-0.9.26 (04 Jan 2004)
04 Jan 2004; <solar@gentoo.org> uclibc-0.9.25-r1.ebuild,
uclibc-0.9.25.ebuild, uclibc-0.9.26.ebuild:
version bump.. there was a pthread bug that slipped though uclibc.org testing
*uclibc-0.9.25-r1 (04 Jan 2004)
04 Jan 2004; <solar@gentoo.org> uclibc-0.9.21.ebuild, uclibc-0.9.23.ebuild,
uclibc-0.9.25-r1.ebuild, uclibc-0.9.25.ebuild:
added back etdyn/pie support for x86. If -fstack-protector is in the users
CFLAGS then let uclibc provide __guard symbols
*uclibc-0.9.25 (03 Jan 2004)
03 Jan 2004; Mike Frysinger <vapier@gentoo.org> :
Version bumpage #36235. Patches no longer needed since they've all been
integrated upstream.
*uclibc-0.9.23 (15 Nov 2003)
21 Nov 2003; <solar@gentoo.org> metadata.xml:
update metadata.xml
21 Nov 2003; <solar@gentoo.org> uclibc-0.9.22.ebuild,
files/uClibc-0.9.22-etdyn.patch, files/uClibc-0.9.22-pax.patch,
files/0.9.23/uClibc-0.9.23-etdyn.patch,
files/0.9.23/uClibc-0.9.23-flipturn.patch:
updated etdyn patches. no major functional changes to revision bump, removed
buggy 0.9.22 code from portage
15 Nov 2003; <solar@gentoo.org> uclibc-0.9.23.ebuild,
files/0.9.23/uClibc-0.9.23-etdyn.patch,
files/0.9.23/uClibc-0.9.23-flipturn.patch,
files/0.9.23/uClibc-0.9.23-pax.patch:
version bump, 0.9.22 was braindead.. In this release we continue support for
PaX etdyn executabes thanks to the PaX Team and Peter S. Mazinger as well as
add a small patch that was submited to the uClibc by Rob McMullen
*uclibc-0.9.22 (11 Nov 2003)
11 Nov 2003; <solar@gentoo.org> uclibc-0.9.22.ebuild,
files/uClibc-0.9.22-etdyn.patch, files/uClibc-0.9.22-pax.patch:
version bump, this ebuild includes experimental pax-etdyn support for uclibc
when local use flag etdyn is used
04 Oct 2003; <solar@gentoo.org> uclibc-0.9.21.ebuild:
marking stable on x86, and added a metadata.xml
*uclibc-0.9.21 (10 Sep 2003)
30 Sep 2003; Joshua Kinard <kumba@gentoo.org> uclibc-0.9.21.ebuild:
Added ~sparc & ~mips to KEYWORDS
Useful for building our netboot images with
10 Sep 2003; <solar@gentoo.org> uclibc-0.9.21.ebuild:
andersee is pleased to announce the immediate availability of uClibc 0.9.21.
This release has been brewing for several months now, and provides quite a lot
of additional functionality as well as quite a few bug fixes. The biggest
thing in this release (and I do mean that literally) is that uClibc now has
full ANSI/ISO C99 locale support. The most interesting thing for uClinux are
the additional config options that will let you tune the library to be even
smaller, for example, by disabling all the strerror() messages.
*uclibc-0.9.20 (09 Jul 2003)
09 Jul 2003; Mike Frysinger <vapier@gentoo.org> :
Version bumpage.
*uclibc-0.9.19 (19 Jun 2003)
19 Jun 2003; Mike Frysinger <vapier@gentoo.org> :
Version bump #15579 thanks to David Bryson <mutex@kerneli.org>.
*uclibc-0.9.16 (11 Nov 2002)
25 May 2003; Martin Holzer <mholzer@gentoo.org> uclibc-0.9.16.ebuild:
now uses mirror://kernel
11 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
Initial import. Ebuild submitted by me.
|