add debian package control files for uClibc
[emdebian-crush-toolchain.git] / uClibc-0.9.30.1-debian / changelog
blob95460a2ab94d98284a5b6e3f00547a00d3dff6a2
1 uclibc (0.9.30.1-1) unstable; urgency=low
3   * New upstream version
4   * Repackaged
6  -- Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>  Tue, 17 Mar 2009 18:10:14 +0200
8 uclibc (0.9.28.3-1) unstable; urgency=low
10   * New upstream version
11   * Repackaged from the ground up
12     + Now supports cross compilation
13     + Probably lots of bugs introduced
15  -- Simon Richter <sjr@debian.org>  Thu, 11 Oct 2007 17:43:50 +0200
17 uclibc (0.9.27-1) unstable; urgency=low
19   * New upstream release.
20   * Acknowledge NMU (Closes: #268989) and fix the bug it caused
21     (Closes: #284326)
22   * Add gross versioned dependency for gcc-3.3, and make sure we use
23     gcc-3.3 in the gcc wrapper. (Closes: #304806)
25  -- David Schleef <ds@schleef.org>  Mon, 18 Apr 2005 13:29:53 -0700
27 uclibc (0.9.26-cvs20040816-5.1) unstable; urgency=high
29   * Non-Maintainer Upload.
30   * Add libuclibc-dev to uclibc-toolchain's Depends:. (Closes: #268989)
32  -- Steinar H. Gunderson <sesse@debian.org>  Tue, 14 Sep 2004 01:23:12 +0200
34 uclibc (0.9.26-cvs20040816-5) unstable; urgency=low
36   * debian/rules: fix up headers from linux-kernel-headers, since
37     they contain conflicting definitions.
39  -- David Schleef <ds@schleef.org>  Wed, 25 Aug 2004 01:26:31 -0600
41 uclibc (0.9.26-cvs20040816-4) unstable; urgency=low
43   * libc/sysdeps/linux/arm/bits/kernel_types.h: Add hack for
44     __kernel_dev_t typedef conflict with /usr/include headers.
45   * libc/sysdeps/linux/common/madvise.c: pull patch from HEAD to
46     make use of __NR_madvise conditional on its definition.
47   * debian/rules: prefix should be DEB_HOST_GNU_CPU instead of
48     TARGET_ARCH
49   * debian/gcc-uClibc/Makefile: likewise
51  -- David Schleef <ds@schleef.org>  Mon, 23 Aug 2004 14:05:48 -0700
53 uclibc (0.9.26-cvs20040816-3) unstable; urgency=low
54   
55   * extra/Configs/Config.m68k: remove inclusion of kernel source
56     directory, since no other architecture does this and it causes
57     problems if our kernel source dir is /usr/include
58   * extra/Configs/Config.mipsel: use TARGET_ARCH=mips
59   * debian/rules: don't set TARGET_ARCH, since it's set correctly
60     in the config file.
62  -- David Schleef <ds@schleef.org>  Thu, 19 Aug 2004 15:56:26 -0700
64 uclibc (0.9.26-cvs20040816-2) unstable; urgency=low
66   * Revert typedefs for __kernel_old_dev_t, since it's in upstream
67     now.
69  -- David Schleef <ds@schleef.org>  Wed, 18 Aug 2004 13:34:14 -0700
71 uclibc (0.9.26-cvs20040816-1) unstable; urgency=low
73   * Update to recent CVS snapshot on the advice of upstream.
75  -- David Schleef <ds@schleef.org>  Mon, 16 Aug 2004 19:35:42 -0700
77 uclibc (0.9.26-5) unstable; urgency=low
79   * README.Debian: fix mistake in name of compiler. (Closes: #264163)
80   * Use linux-kernel-headers instead of untarring the kernel source.
81     This should fix FTBTS problems that were caused by the kernel
82     upgrade. (Closes: #261318)
83   * Fix extra /'s in directories (Closes: #244704)
84   * Add mips 2.6 support patch from Thiemo Seufer
86  -- David Schleef <ds@schleef.org>  Mon, 16 Aug 2004 12:38:12 -0700
88 uclibc (0.9.26-4) unstable; urgency=low
90   * Bump kernel-source build dep to 2.4.26 (Closes: #253528)
92  -- David Schleef <ds@schleef.org>  Mon, 12 Jul 2004 16:58:57 -0700
94 uclibc (0.9.26-3.1) unstable; urgency=low
96   * NMU during BSP
97   * Really, really fix build on all architectures (Closes: #235014)
99  -- Frank Lichtenheld <djpig@debian.org>  Fri, 26 Mar 2004 15:51:33 +0100
101 uclibc (0.9.26-3) unstable; urgency=low
103   * No, really.  Fix sparc compile problems (Closes: #235014)
105  -- David Schleef <ds@schleef.org>  Tue, 02 Mar 2004 17:39:58 -0800
107 uclibc (0.9.26-2) unstable; urgency=low
109   * Fix sparc compile problems (Closes: #235014)
111  -- David Schleef <ds@schleef.org>  Thu, 26 Feb 2004 17:26:29 -0800
113 uclibc (0.9.26-1) unstable; urgency=low
115   * New upstream release(s).  (Closes: #225507)
116   * Add typedefs for __kernel_old_dev_t.  (Closes: #234374)
118  -- David Schleef <ds@schleef.org>  Wed, 25 Feb 2004 14:47:53 -0800
120 uclibc (0.9.23-1) unstable; urgency=low
122   * New upstream release.  Should fix build problems on m68k
123     (Closes: #217761).
124   * Change installation directory to /usr/$(arch)-uclibc-linux
125     instead of -linux-uclibc.  This makes it easier to build
126     toolchains with these packages.
127   * The gcc wrapper has been removed upstream, but it's been
128     copied locally until a transition is decided.  It is likely
129     that uclibc-toolchain will be removed in the next upload.
131  -- David Schleef <ds@schleef.org>  Wed, 12 Nov 2003 15:41:06 -0800
133 uclibc (0.9.21-2) unstable; urgency=low
135   * enable a bunch of new options.
136   * print the config file after 'make config'.  This should help
137     debugging m68k build failures if the first change doesn't
138     fix it.
140  -- David Schleef <ds@schleef.org>  Thu, 02 Oct 2003 15:07:27 -0700
142 uclibc (0.9.21-1) unstable; urgency=low
144   * New upstream version.
145   * Added text to README.Debian about how to use uclibc-toolchain.
146   * Switch to using kernel-source-2.4.22
147   * Upgrade standards version to 3.6.1
148   * extra/scripts/fix_includes.sh: requires /bin/bash
150  -- David Schleef <ds@schleef.org>  Thu, 18 Sep 2003 10:07:46 -0700
152 uclibc (0.9.20-2) unstable; urgency=low
154   * Turn off UCLIBC_PROFILING because it's causing build problems on
155     arm.
157  -- David Schleef <ds@schleef.org>  Wed, 02 Jul 2003 19:12:36 -0700
159 uclibc (0.9.20-1) unstable; urgency=low
161   * New upstream release.
163  -- David Schleef <ds@schleef.org>  Tue, 01 Jul 2003 12:16:31 -0700
165 uclibc (0.9.19-1) unstable; urgency=low
167   * New upstream version.
168   * Disable ctor/dtor in gcc wrapper, which effectively disables
169     C++ support in the wrapper.  Shouldn't be a big problem, since
170     there are other problems with using the wrapper with C++.  Erik
171     recommends building a complete toolchain. (Closes: #181783).
173  -- David Schleef <ds@schleef.org>  Mon, 03 Mar 2003 12:13:47 -0800
175 uclibc (0.9.18-1) unstable; urgency=low
177   * New upstream release
178   * Update to kernel-source-2.4.20
179   * Upgrade .shlib dependencies
180   * Enable IPv6 and other options (Closes: #174092)
181   * Remove build directory from ld script (Closes: #161474)
182   * Add/fix /lib/ld-uClibc.so.0 symlink
184  -- David Schleef <ds@schleef.org>  Wed, 12 Feb 2003 12:40:38 -0800
186 uclibc (0.9.16-6) unstable; urgency=low
188   * Reenable FPU and C99 math support that were accidentally
189     disabled in the move to 0.9.16. (Closes: #171359, #172686)
190   * Fix ${arch}-uclibc-xx installation directory (should be /usr/bin)
191   * Make ldd work with dh_shlibdeps (Closes: #171282, #171287)
193  -- David Schleef <ds@schleef.org>  Wed, 11 Dec 2002 15:55:52 -0800
195 uclibc (0.9.16-5) unstable; urgency=low
197   * (Attempt #2) Removed some default flags on sparc.
199  -- David Schleef <ds@schleef.org>  Wed, 27 Nov 2002 13:56:39 -0800
201 uclibc (0.9.16-4) unstable; urgency=low
203   * Removed some default flags on m68k and sparc, since they don't
204     work with the standard gcc.
205   * Stripped quotes around ARCH_CFLAGS
207  -- David Schleef <ds@schleef.org>  Fri, 22 Nov 2002 15:15:25 -0800
209 uclibc (0.9.16-3) unstable; urgency=low
211   * Got the last change wrong.
212   * Enabled alpha build.
214  -- David Schleef <ds@schleef.org>  Thu, 21 Nov 2002 16:24:27 -0800
216 uclibc (0.9.16-2) unstable; urgency=low
218   * Disable shared lib loader on m68k and sparc
220  -- David Schleef <ds@schleef.org>  Wed, 20 Nov 2002 19:45:31 -0800
222 uclibc (0.9.16-1) unstable; urgency=low
224   * New upstream release (Closes: #169650, #169547)
225   * Rewrote much of the installation code to use dh_ more
226   * Removed gasp man page link (Closes: #169648)
227   * Upstream uses new configuration method (Closes: #169513)
229  -- David Schleef <ds@schleef.org>  Mon, 18 Nov 2002 11:32:43 -0800
231 uclibc (0.9.12-2) unstable; urgency=low
233   * Make sure MAS_MMU=true on m68k
235  -- David Schleef <ds@schleef.org>  Thu, 27 Jun 2002 15:04:59 -0700
237 uclibc (0.9.12-1) unstable; urgency=low
239   * New upstream release.
240   * Attempt to fix MIPS build again. (Closes: #150313)
242  -- David Schleef <ds@schleef.org>  Mon, 24 Jun 2002 16:26:18 -0700
244 uclibc (0.9.11-cvs20020619-1) unstable; urgency=low
246   * This is an automatic snapshot of uClibc CVS
247   * new snapshot
248   * MIPS build should have been fixed in the last entry, which
249     was not actually uploaded (Closes: #150313).
251  -- David Schleef <ds@schleef.org>  Wed, 19 Jun 2002 11:45:59 -0700
253 uclibc (0.9.11-cvs20020420-1) unstable; urgency=low
255   * Many of the configs have broken CROSS definitions.  Compensate
256     for that in debian/rules.
258  -- David Schleef <ds@schleef.org>  Sat, 20 Apr 2002 15:40:39 -0700
260 uclibc (0.9.11-cvs20020419-1) unstable; urgency=low
262   * new upstream snapshot
263     - should fix build on sparc and m68kk (Closes: #142708)
264   * I wanted to have a debian package for the 0.9.11 release, but
265     that was rather broken on PowerPC.
266   * Updated kernel source to 2.4.18
268  -- David Schleef <ds@schleef.org>  Fri, 19 Apr 2002 10:15:59 -0700
270 uclibc (0.9.10-cvs20020406-1) unstable; urgency=low
272   * new upstream snapshot
273     - should fix build on mips
274   * updated shlibs to 0.9.10, since it was broken previously (actually
275     was done in previous upload)
276   * create top-level lib/, for safety
278  -- David Schleef <ds@schleef.org>  Sat,  6 Apr 2002 14:34:41 -0800
280 uclibc (0.9.10-1) unstable; urgency=low
282   * New upstream release (Closes: #140295)
284  -- David Schleef <ds@schleef.org>  Thu, 28 Mar 2002 11:25:17 -0800
286 uclibc (0.9.9-cvs20020221-2) unstable; urgency=low
288   * debian/rules: touch linux/autoconf.h.  Should make us buildable
289     on arm.
290   * add build-dep on bzip2
292  -- David Schleef <ds@schleef.org>  Sun, 24 Feb 2002 17:26:37 -0800
294 uclibc (0.9.9-cvs20020221-1) unstable; urgency=low
296   * New upstream snapshot
297   * Add subarchitecture symlinks on arm
298   * Use mips config file on mipsel
300  -- David Schleef <ds@schleef.org>  Thu, 21 Feb 2002 23:11:23 -0800
302 uclibc (0.9.9-cvs20020210-1) unstable; urgency=low
304   * New upstream snapshot.
305   * debian/mksnapshot: updated version and filenames
306   * debian/control.in: changed dependency from kernel-headers to
307       kernel-source.
308   * debian/rules: force HAS_MMU=true
309   * debian/rules: change mipsel to mips
310   * debian/rules: untar kernel-source include directory and use
311       that as kernel source.
312   * Previous 3 lines should fix autobuildability (Closes: #131373)
314  -- David Schleef <ds@schleef.org>  Sun, 10 Feb 2002 17:11:22 -0800
316 uclibc (0.9.5-cvs20011117-1) unstable; urgency=low
318   * New upstream snaphot
319   * mksnapshot (new): script to generate snapshots from upstream CVS
320   * control, control.in: limited architectures to those that can
321       theoretically build.  Updated kernel-headers dependency to
322       -2.4.10 -- this may cause problems with autobuilders.
323   * fixlinks (new): script to fix up symlinks to comply with policy.
324       Decreases number of lintian complaints.
325   * rules: use fixlinks.  Fix method of finding kernel headers --
326       should increase potential autobuildability.
327   * uclibc-ldd.1, uclibc-readelf.1: Bogus updates to bogus man pages.
328       These really need to be written.
330  -- David Schleef <ds@schleef.org>  Sat, 17 Nov 2001 18:10:33 -0800
332 uclibc (0.9.5-cvs20011011-1) unstable; urgency=low
334   * Closes #104243
336  -- David Schleef <ds@schleef.org>  Thu, 11 Oct 2001 13:29:02 -0700
338 uclibc (0.9.5-cvs20010702-1) unstable; urgency=low
340   * Build from CVS
341   * Can create cross-compiling library (but not cross packages)
343  -- David Schleef <ds@schleef.org>  Mon,  2 Jul 2001 23:16:20 -0700
345 uclibc (0.9.5-cvs20010630-1) unstable; urgency=low
347   * No, really.  Initial Release.  I mean it this time.
348   * Clean up patch.
350  -- David Schleef <ds@schleef.org>  Sat, 30 Jun 2001 17:12:41 -0700
352 uclibc (0.9.5-cvs20010626-1) unstable; urgency=low
354   * No, really.  Initial Release.
356  -- David Schleef <ds@schleef.org>  Thu, 28 Jun 2001 16:49:25 -0700
358 uclibc (0.9.5-cvs20010625-1) unstable; urgency=low
360   * Initial Release.
362  -- David Schleef <ds@schleef.org>  Mon, 25 Jun 2001 22:13:43 -0700