]> Git Repo - buildroot-mgba.git/blob - CHANGES
Move rootfs content options under system configuration
[buildroot-mgba.git] / CHANGES
1 2011.05, Not released yet:
2
3         Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui,
4         avahi, busybox, copas, dnsmasq, dropbear, ethtool, fakeroot,
5         ffmpeg, file, gnuconfig, gst-ffmpeg, gst-plugins-good, icu,
6         imagemagick, iproute2, less, libdnet, libpng, libxml2,
7         libxslt, lighttpd, makedevs, midori, mpg123, mpd, mtd-utils,
8         ncurses, netsnmp, openssl, pkg-config, popt, procps, qt,
9         quagga, readline, rsync, samba, squid, socat, squashfs, tslib,
10         webkit, xerces, xlib_xtrans, xorg-server, xterm, xz
11
12         New packages: bonnie++, can-utils, htop, libv4l
13
14         Issues resolved (http://bugs.uclibc.org):
15
16         #2131: Add OpenMP support to the toolchain
17         #3379: New Package: bonnie++
18         #3445: Not working openssl-10.0.0d on 386sx
19         #3451: fakeroot package: wrong FAKEROOT_SITE variable
20         #3457: alsamixergui: broken URL
21         #3475: Calling sync on large filesystems when not always necessary
22         #3511: make busybox-menuconfig does not download busybox package
23         #3541: Quotes in the top Makefile:217 break buildroot/kernel config...
24         #3571: u-boot: fw_printenv does not build
25         #3643: popt source url is not responding
26
27 2011.02, Released February 28th, 2011:
28
29         Fixes all over the tree.
30
31         Updated/fixed packages: alsamixergui, avahi, ffmpeg, icu, mpd,
32         nuttcp, qt, slang, squashfs, sylpheed, synergy, xerces
33
34         Deprecated packages: devmem2, webif
35
36         Issues resolved (http://bugs.uclibc.org):
37
38         #2911: Qt: Disable qt3support-option, if gui-module isn't selected
39         #3259: Unable to build webkit (on arm)
40         #3295: slang fails to build on mipsel
41         #3325: ffmpeg fails to build
42
43 2011.02-rc2, Released February 24th, 2011:
44
45         Fixes all over the tree.
46
47         Festival packages marked as broken. Unless someone steps up
48         to support them, they will be removed during the 2011.05
49         development cycle.
50
51         Updated/fixed packages: atk, avahi, bind, cairo, dbus,
52         enchant, fakeroot, gmpc, gpsd, gvfs, iperf, jpeg, libarchive,
53         libcgicc, libdaemon, libdrm, libevent, libgail, libglib2,
54         libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp,
55         makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm,
56         metacity, mpd, nasm, nfs-utils, olsr, openssl, popt,
57         pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image,
58         sdl_mixer, sdl_sound, sdl_ttf, squashfs, synergy, taglib,
59         tcpreplay, tiff, wpa_supplicant, xcb-util,
60         xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard},
61         xdriver_xf86-input-{mouse,synaptics,void},
62         xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb},
63         xlib_lib{ICE,SM,XScrnSaver,Xau,Xcursor,Xdmcp,Xi,Xinerama},
64         xlib_lib{Xrandr,Xt,Xtst,Xxf86dga,Xxf86vm,dmx,fontenc,pciaccess},
65         xserver_xorg-server, xz
66
67         Removed packages: ace_of_penguins, vlc
68
69         Issues resolved (http://bugs.uclibc.org):
70
71         #3205: Failing chmod when running "make" in buildroot (openssl)...
72         #3277: quagga fails to build with SNMP support
73         #3283: See why nfs-utils needs fakeroot, and convert to autotools
74         #3307: synergy fails to build due to missing XTest library
75
76 2011.02-rc1, Released February 14th, 2011:
77
78         Fixes all over the tree and new features.
79
80         External toolchain improvements: clarification of the options,
81         and introduction of the toolchain profile concept, for
82         well-known toolchains. Buildroot is now capable of
83         automatically downloading and extracting well-known toolchains
84         (for the moment, CodeSourcery ARM, PowerPC, MIPS and SuperH
85         toolchains are supported). Crosstool-NG backend updated and
86         improved.
87
88         Complete rework of how hardware boards are supported.
89         Each board now only has a single defconfig file, and all
90         board-specific options have been removed. See
91         docs/buildroot.html#board_support for details.
92
93         Added support for the following boards: Mini2440, Qemu ARM
94         Versatile, Qemu MIPSel Malta, Qemu PowerPC G3beige, Qemu SH4
95         r2d and Qemu x86. The Qemu boards support allows to easily
96         build systems that are known to work under Qemu.
97
98         Initial support for Blackfin processors.
99
100         Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in
101         preparation for support of SDK. For the same reason, the
102         toolchain binaries (cross-compiler and other related tools)
103         are now installed in $(O)/host/usr/bin/. The cross pkg-config
104         now also automatically returns correct values for cross
105         compilation, without needing any environment variables to be
106         set.
107
108         Ccache support reworked. Now used for both host and target
109         compilation, and cache is stored in ~/.buildroot-ccache.
110
111         Toolchain: uClibc 0.9.32-rc2, several components moved to
112         normal AUTOTARGET packages.
113
114         Generic cmake infrastructure, similar to the existing
115         GENTARGETS/AUTOTARGETS.
116
117         Support for bzr downloads, next to the existing git/svn support.
118
119         Kconfig infrastructure rebased against 2.6.38-rc3, bringing
120         misc fixes. 'xconfig' now uses Qt4 rather than Qt3.
121
122         EXT2 file system size handling improved, UBI image support, fs
123         configuration options cleanup, U-Boot/Barebox version bumps.
124
125         Updated/fixed packages: alsa-utils, at, autoconf, automake,
126         bash, binutils, bison, busybox, bzip2, cdrkit, cloop, cmake,
127         coreutils, cups, dbus, dbus-python, dhcp, directfb,
128         direcfb-examples, dmalloc, dnsmasq, dosfstools, e2fsprogs, ed,
129         fbset, ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp,
130         grep, gperf, gst-ffmpeg, gst-plugins-bad, gst-plugins-base,
131         gst-plugins-good, gst-plugins-ugly, gstreamer, gvfs, hdparm,
132         hostapd, i2c-tools, icu, imagemagick, input-tools, iproute2,
133         iptables, iw, jpeg, kexec, libaio, libart, libcap, libconfig,
134         libfuse, libglib2, libidn, libmad, libogg, libpcap, libpng,
135         libsndfile, libtheora, libtool, libusb-compat, libvorbis,
136         libxcb, libxml2, libxslt, links, linux-fusion, lm-sensors,
137         lsof, ltp-testsuite, ltrace, lvm2, lzo, m4, makedevs,
138         memtester, mesa3d, mii-diag, mpc, mpfr, mpg123, mplayer,
139         mrouted, mtd-utils, nano, netperf, netplug, ntfs-3g, ntp,
140         openssh, openssl, openvpn, oprofile, pango, patch, pciutils,
141         php, pkgconfig, portmap, psmisc, python, qt, rsync, ruby,
142         sawman, screen, sdl_gfx, sdl_sound, smartmontools, socat,
143         sqlite, squid, sshfs, sstrip, sysklogd, sysstat, sysvinit,
144         tar, tcpdump, tslib, udev, usbutils, vim, vtun, webkit, wipe,
145         x11vnc, xapp_xlogo, xcb-proto, xfont_font-util,
146         xkeyboard-config, xlib_libX11, xz, zlib
147
148         New packages: dhrystone, dsp-tools, faad2, fbgrab, gst-dsp,
149         gst-omapfb, irda-utils, lame, libao, libcue, libcuefile,
150         libffi, libhid, libreplaygain, libsamplerate, libsigc++,
151         lsuio, mpd, musepack, python-mad, python-serial, rsh-redone,
152         sdparm, tidsp-binaries, vorbis-tools, wavpack, whetstone,
153         xl2tp, xmlstarlet
154
155         Removed packages: hotplug, l2tp, libfloat, microcom,
156         ng-spice-rework
157
158         Issues resolved (http://bugs.uclibc.org):
159
160         #267:  The make target: cross fails because toolchain_build_...
161         #415:  Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against...
162         #561:  ltp-testsuite failed to install
163         #1447: Installing gfortran on PowerPC
164         #1651: Build fail caused by ccache in module-init-tools
165         #1681: Cross-compiled binaries shouldn't be installed into staging
166         #1723: [PATCH] axel: convert to generic package infrastructure and...
167         #1735: [PATCH] mplayer: convert to autotools infrastructure
168         #2551: [PATCH] native toolchain in the target filesystem fails
169         #2623: buildroot-snapshot-20100922 fails when compiling development...
170         #2647: makedevs package lacks support for 16-bit major/minor numbers
171         #2371: QT MYSQL Module does not build when MySQL installed on the host
172         #2839: compile fails in various packages with a odd message "error:...
173         #2887: tar "buffer overflow detected" error
174         #2893: Broken "make source" with external toolchain
175         #2905: Qt: Speed up compilation, if gui-module isn't selected
176         #2929: genext2fs: couldn't allocate a block (no free space)
177         #2935: Ntpdate isn't installed
178         #2965: Broken linkage to xkbcomp (blocking X server startup)
179         #2983: xlib_libX11 build failed
180         #3007: kexec doesn't build: Missing regdef.h file
181         #3085: Init scripts are not compatible with sysVinit (when busybox...
182         #3103: make external-deps wants to download gcc-.tar.bz2 when...
183         #3109: abnormal `make busybox-menuconfig`
184         #3115: How about board specific makefiles?
185         #3169: python patch has typo, aborts build in scenario
186         #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/
187
188 2010.11, Released November 30th, 2010:
189
190         Fixes all over the tree.
191
192         Updated/fixed packages: libgcrypt, qt, squid, sysstat, tcpdump,
193         xserver-xorg
194
195         Issues resolved (http://bugs.uclibc.org):
196
197         #2773: squid with openssl support needs openssl on the host
198         #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
199
200 2010.11-rc2, Released November 25th, 2010:
201
202         Fixes all over the tree.
203
204         Add support for LEON Sparc architecture variants. Fix make
205         source/external-deps for host packages.
206
207         Updated/fixed packages: bash, bind, busybox, dialog, gpsd,
208         libglib2, libcurl, libmad, lrzsz, midori, module-init-tools,
209         mtd-utils, openssh, openssl, pciutils, php, qt, sqlite,
210         sysstat, webkit, zlib
211
212         Issues resolved (http://bugs.uclibc.org):
213
214         #759:  Sysstat build broken without libintl
215         #2479: host-module-init-tools 3.11 fails to build
216         #2725: Buildroot overrides kernel config
217         #2785: mtd-utils build fails due to missing libmtd
218         #2791: Added PHP-Process Control to the PHP-Package
219         #2797: pciutils dependencies on zlib not taken into account
220         #2809: failed to compile libglib2
221         #2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
222         #2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
223         #2833: Failed to compile webkit without X11
224
225 2010.11-rc1, Released November 8th, 2010:
226
227         Fixes all over the tree and new features.
228
229         Kconfig infrastructure rebased against 2.6.36-rc1, bringing
230         misc fixes + nconfig and savedefconfig targets.
231
232         Toolchain: ARM cortex A9 support, experimental crosstool-ng
233         backend, GCC 4.5.x.
234
235         Fs: Squashfs 4.1 with lzo support
236
237         Old-style package hooks (*_HOOK_POST_*) removed. Use the more
238         generic new-style ones instead.
239
240         Download handling reworked and support for git/svn downloads
241         added.
242
243         Removed experimental shared config.cache support, as it is
244         too unreliable.
245
246         A convenience Makefile wrapper is created when using
247         out-of-tree building, similar to how it is done for the kernel.
248
249         Alpha, Cris, IA64 and Sparc64 architecture support removed.
250
251         New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
252         libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz
253
254         Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
255         automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,
256         bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
257         dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool,
258         expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test,
259         gamin, gawk, genext2fs, gperf, gst-plugins-base,
260         gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm,
261         hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools,
262         iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi,
263         libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2,
264         libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd,
265         libnl, liboil, libosip2, libpcap, libpng, libtool, libungif,
266         libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs,
267         logrotate, m4, matchbox, mdadm, mesa3d, metacity, mplayer,
268         mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf,
269         netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh,
270         openssl, openvpn, oprofile, pango, patch, pcre, php,
271         pkg-config, portmap, pppd, pptp-linux, prboom, proftpd, radvd,
272         rdesktop, readline, rp-pppoe, ruby, qt, quagga, samba, sawman,
273         sdl_mixer, sdl_sound, sed, setserial, shared-mime-info, slang,
274         speex, sqlite, squashfs, startup-notification, strace,
275         sylpheed, sysstat, taglib, tcpdump, thttpd, tiff, tn5250,
276         torsmo, tslib, udev, udpcast, usbmount, usbutils, vsftpd,
277         vtun, which, wireless-tools, wpa_supplicant, xapp_twm,
278         xapp_xbacklight, xapp_xcursorgen, xapp_xinit, xapp_xinput,
279         xapp_xmore,
280         xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
281         xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
282         xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
283         xdriver-xf86-video-{geode,glide,glint,i128,i740,intel,mach64},
284         xdriver-xf86-video-{mga,neomagic,newport,nv,openchrome,r128},
285         xdriver-xf86-video-{rendition,s3,s3virge,savage,siliconmotion},
286         xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb},
287         xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
288         xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp},
289         xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke,
290         xterm, xvkbd, zlib
291
292         Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk
293
294         Removed packages: dillo, libglib12, libgtk12, microwin,
295         pcmcia
296
297         Issues resolved (http://bugs.uclibc.org):
298
299         #901:  new package: gpsd
300         #2389: Generate a Makefile wrapper in $(O)
301         #2461: wireless_tools: install shared library if needed
302         #2521: Can't compile sdl_mixer, mikmod.h can't be found
303         #2533: xserver_xorg-server: Enable glx, if mesa3d is built
304         #2563: [PATCH] cairo: Expose the configure option to disable some...
305         #2581: libmms: Update to 0.6, and patch to work on architectures...
306         #2707: Can't compile linux kernel using buildroot + crosstool-ng
307         #2731: Build order
308         #2737: buildroot configuration tool crashing when the path exceeds...
309         #2767: Build for lsof broken in buildroot-2010.08
310
311 2010.08: Released August 31th, 2010:
312
313         Fixes all over the tree.
314
315         Updated/fixed packages: atk, xstroke
316
317         Removed packages: lxdoom
318
319 2010.08-rc2, Released August 30th, 2010:
320
321         Fixes all over the tree.
322
323         Mark the combination of uClibc 0.9.31, gcc 4.2.x, C++ and
324         locale support as broken. Remove deprecated GCC 4.2.[1-3]
325         versions.
326
327         Mark CRIS architecture as deprecated, as it is discontinued
328         upstream.
329
330         Marked shared config.cache as experimental and disabled by
331         default as it is known to break with certain package
332         combinations.
333
334         Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got
335         added.
336
337         fs: old-style squashfs for big endian archs fixed.
338
339         Updated/fixed packages: busybox, gst-plugins-base,
340         imagemagick, kismet, libgail, libglib2, libgtk2, lua,
341         luafilesystem, lzo, ncurses, netcat, pango, php, pppd,
342         proftpd, qt, samba, startup-notification, swfdec, sysvinit,
343         util-linux
344
345         Removed packages: stunnel
346
347         Issues resolved (http://bugs.uclibc.org):
348
349         #635:  util-linux fails to build in 2009.08
350         #2239: netcat package installs its binary to target as avr32-linux...
351         #2395: libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because...
352         #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
353         #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ...
354
355 2010.08-rc1, Released July 30th, 2010:
356
357         Fixes all over the tree and new features.
358
359         Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2
360         and non-sysroot support removed. Added support for (snapshot)
361         NPTL in uClibc, 0.9.28.3 removed,
362
363         Bootloaders: Various cleanups, moved to boot/, added Barebox,
364         removed yaboot. Support building u-boot from custom tarball,
365         u-boot 2010.06.
366
367         New GTK-based configurator, usable using 'make gconfig'.
368
369         Java packages marked as broken. Unless someone steps up to
370         support this, they will be removed during the 2010.11
371         development cycle.
372
373         Alpha, IA64 and Sparc64 architectures marked as deprecated.
374         GTK+ on DirectFB has also been marked as deprecated, as it is
375         not supported in recent GTK+ versions, and more and more
376         packages depends on the new versions.
377         Unless someone steps up to support them, they will be removed
378         during the 2010.11 development cycle.
379
380         New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
381         libgail, luafilesystem, luasocket, rings, wsapi, xavante, xterm
382
383         Updated/fixed packages: alsa-lib, alsamixergui, at, atk,
384         avahi, berkeleydb, bash, blackbox, busybox, bzip2, cairo,
385         cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc,
386         dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig,
387         gawk, gmpc, gnuchess, gst-plugins-base, gst-plugins-good,
388         gstreamer, gzip, icu, intltool, iostat, ipsec-tools, iptables,
389         iw, libart, libcgi, libcurl, libdrm, libeXosip, libfuse,
390         libglib2, libgpg-error, libiconv, libidn, liblockfile, libpng,
391         libsoup, lighttpd, links, linux-fusion, lmbench, lrzsz,
392         ltrace, make, midori, module-init-tools, mplayer,
393         mysql_client, nbd, ncurses, neon, netcat, netperf, netsnmp,
394         ntfsprogs, openssl, oprofile, pango, php, qt, quagga, samba,
395         setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, speech-tools,
396         sqlite, squashfs, swfdec, tftpd, thttpd, tn5250, tremor,
397         usbutils, webif, webkit, wireless_tools, xerces,
398         xkeyboard-config, xserver_xorg-server, xvkbd, zlib
399
400         Removed packages: modutils, portage, rxvt
401
402         Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
403
404         Issues resolved (http://bugs.uclibc.org):
405
406         #321:  alsa-lib uses host include files for python which breaks ...
407         #361:  linux kernel configuration choice works incorrectly
408         #387:  Tremor not installed to toolchain
409         #401:  new package: ffmpeg
410         #475:  uImage target for U-boot failed generating
411         #543:  ATK requires X11 on DirectFB target
412         #575:  webkit: Buildroot Libtool Patch Fails
413         #583:  build fails with external x86_64 toolchain
414         #729:  sstrip creates corrupted headers
415         #829:  Webkit r44552 needs libXt
416         #835:  Package Dataflashboot-1.05 does not compile with buildroot...
417         #847:  Compiling target-gcc v4.4 fails with "libc.so.0: cannot open...
418         #859:  Add (head of) nptl branch to list of uClibc versions
419         #949:  compile with debug info
420         #955:  Grub fails to build with External Toolchain
421         #1051: Webkit doesn't compile (Linuxthreads new, x86)
422         #1213: Move .config into output directory
423         #1225: Buildroot fails to account for "nof" subdirectory (no float...
424         #1231: (sparc) Linux kernel fails to build
425         #1261: The getline() in output/build/linux-2.6.28/scripts/unifdef.c...
426         #1339: Busybox needs -fno-strict-aliasing to compile cleanly
427         #1393: neon config fails libxml/parser.h: libxml2 requires, but not ...
428         #1405: WebKit fails to build because pthread_getattr_np is not impl...
429         #1675: GMP Error during buildroot make process
430         #1741: external toolchain linking error
431         #1753: lmbench: convert to generic package infrastructure
432         #1771: Fakeroot and the target/generic/device_table.txt create bad...
433         #1807: LZMA 4.32.7, Required header file(s) are missing
434         #1813: xkeyboard-config fails to build because of intltool problem
435         #1879: Bump iptables to 1.4.8
436         #1885: Add a bunch of lua modules
437         #1897: Bump libusb to 1.0.7
438         #1903: Bump tn5250 to 0.17.4 and migrate to autotargets
439         #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
440         #1927: Bump file to 5.03 and migrate to autotargets
441         #1933: Bump gawk to 3.1.8 and migrate to autotargets
442         #1945: PHP: add sqlite3 dependency when using external lib
443         #1951: Bump openssl to 0.9.8o
444         #1957: Bump sqlite to 3.6.23.1
445         #1975: Package removal/deprecation
446         #1981: zlib: bump to 1.2.5
447         #1987: intltool: Fix spelling mistake
448         #1993: Bump bash to 4.1.7(1) and migrate to autotargets
449         #1999: Typo in path checking
450         #2005: Bump dnsmasq to 2.55 and migrate to gentargets
451         #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x
452         #2038: Bump ncurses to 5.7
453         #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
454         #2101: blackbox depends on locale support
455         #2119: Tries to build kernel, although disabled in config
456         #2125: libXfont build fail
457         #2143: buildroot compiler generates segfaulting statically linked exe..
458         #2149: xterm build failure
459         #2155: Compression lzo don't set for ubifs
460         #2161: [SECURITY] Update libpng to 1.2.44
461         #2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ...
462         #2181: pixman can't apply pixman-0.10.0-no-tests.patch
463         #2191: linux-fusion build fail
464         #2221: Qt does not compile (dependencies not taken into account?)
465         #2233: Atmel atstk target skeletons have /etc/mtab as a file, not ...
466         #2245: Netcat does not work due to incorrect assumptions about signed..
467         #2251: directory output/build after make *_defconfig not found
468         #2257: Convert netsnmp package to autotargets
469         #2263: Bump samba to 3.3.13
470         #2269: setserial causes make error
471
472 2010.05, Released May 30th, 2010:
473
474         Fixes all over the tree.
475
476         Updated/fixed packages: coreutils, hal, libcap,
477         lockfile-progs, ncftp, xserver_xorg-server
478
479         Issues resolved (http://bugs.uclibc.org):
480
481         #1789: binutils fails to build for i386
482         #1843: Fix libcap build failure
483         #1855: XORG Keyboard driver fails to compile
484
485 2010.05-rc3, Released May 27th, 2010:
486
487         Fixes all over the tree.
488
489         Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
490         cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
491         gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad,
492         gst-plugins-base, gvfs, hal, iconv, icu, iperf, libcgicc,
493         libdvdnav, libdvdread, libglade, libglib2, libgtk2, libidn,
494         libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2,
495         make, metacity, microperl, mtd-utils, mutt, nbd, netsnmp,
496         ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, php,
497         pkg-config, psmisc, qt, samba, shared-mime-info, squashfs,
498         squashfs3, sshfs, startup-notification, swfdec, sylpheed,
499         uemacs, util-linux, valgrind, vpnc, vsftpd, webkit, xstroke
500
501         Issues resolved (http://bugs.uclibc.org):
502
503         #75: arm buildroot "unrecognized option" error
504         #699: Buildroot fails to copy libstdc++ to target when using external...
505         #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST...
506         #1729: alsamixergui fails to build
507         #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib
508         #1819: pciutils small bugs
509         #2065: Internal toolchain: bump gcc 4.3.x series to 4.3.5
510
511 2010.05-rc2, Released May 11th, 2010:
512
513         Fixes all over the tree.
514
515         Updated/fixed packages: busybox, customize, gawk, gnuchess,
516         hal, hostapd, less, libgcrypt, libnl, libxcb, linux-fusion,
517         ltp-testsuite, mplayer, netplug, pciutils, php, sed,
518         shared-mime-info usb_modeswitch, usbutils, vlc wpa_supplicant,
519         xapp_bdftopcf, xapp_mkfontdir, xdriver_xf86-video-openchrome,
520         xfont_encodings, xlib_libX11, xlib_libXfont, xlib_xtrans,
521         xproto_fontcacheproto, xproto_fontsproto, xvkbd
522
523         Removed packages: vice
524
525         Issues resolved (http://bugs.uclibc.org):
526
527         #849: "customize" package copies files to wrong place in target tree
528         #985: Bump usb_modeswitch package to 1.1.0
529         #1135: Package customize. Wrong copying
530         #1525: Package hal deletes a whole <target>/etc/rc.d directory
531         #1531: libxcb 1.5 build fails, due to missing xcbgen Python module
532         #1669: Busybox failed to compile when using an external toolchain
533         #1699: Fix usbutils dependencies and bump
534         #1705: Fix pciutils broken cross compiling
535         #1717: External toolchain fixes for hostapd & wpa_supplicant
536
537 2010.05-rc1, Released May 3rd, 2010:
538
539         Cleaned up / restructured package menu.
540
541         Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
542         2.6.33 kernel headers, binutils 2.20.1, GCC 4.4.4,
543         removed broken nios2 support, ppc e300cX/e500mc support,
544         improved external toolchain support, GDB 7.x support.
545
546         X.org updated to 7.5.
547
548         New packages: cdrkit, cramfs, genext2fs, genromfs,
549         libatomic_ops, librsync, libusb-compat, lmbench, netperf,
550         squashfs, squashfs3, squid
551
552         Updated/fixed packages: alsa-utils, argus, autoconf, bison,
553         busybox, bzip2, directfb, dnsmasq, dosfstools, e2fsprogs,
554         eeprog, fakeroot, fbv, findutils, freetype, haserl, hostapd,
555         iperf, iptables, iw, less, libaio, libcgi, libcgicc, libdrm,
556         libgcrypt, libglib2, libid3tag, libmad, liboil, libosip2,
557         libpng, libraw1394, libsysfs, libxml2, libxslt, linux-fusion,
558         ltrace, lua, lzma, madplay, makedevs, matchbox, mdadm,
559         memstat, mesa3d, mtd-utils, nano, ncurses, openssl, patch,
560         pciutils, php, pixman, portage, pppd, pthread-stubs, python,
561         qt, radvd, samba, setserial, smartmontools, tar, tslib,
562         udpcast, usb_modeswith, vtun, wget, xdata_xcursor-themes,
563         xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
564         xlib_libXaw, xlib_libXfont, xlib_libXfontcache,
565         xlib_libXxf86misc, xlib_libXtst, xlib_libpciaccess,
566         xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
567         xproto_xf86miscproto, xserver_xorg-server
568
569         Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
570         xlib_libXxf86misc, xxproto_evieext, proto_trapproto,
571         xproto_xf86miscproto
572
573         Issues resolved (http://bugs.uclibc.org):
574
575         #513: Add new squid package
576         #661: lmbench: new package
577         #719: Add lua option to haserl
578         #800: [PATCH] iperf update to 2.0.4
579         #803: [PATCH] lua - add shared library patch and config option for...
580         #805: [PATCH] mdadm - version update
581         #817: integrator926_defconfig uses unsupported uboot board name
582         #851: Add option to specify --sysroot value for external toolchain
583         #1093: Upgrade libusb to v1.0.3 and add new libusb-compat
584                package for compatibility with old packages that expect
585                the pre-1.0 API.
586         #1105: Add new netperf package
587         #1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
588         #1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in
589         #1123: Bump less to 436 and migrate to Makefile.autotools.in
590         #1129: Bump memstat to 0.8 and migrate to Makefile.package.in
591         #1189: Wrong u-boot configuration name for integrator926 target
592         #1219: kernel headers not correctly installed into toolchain/staging
593         #1267: Wrong BR2_EXTRA_VERSION
594         #1273: BR2_INET_IPV6 does not enable IPv6 in pppd
595         #1303: Add librsync package
596         #1321: Busybox link fails due to lack of --sysroot option
597         #1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
598         #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
599         #1369: cannot build radvd (flex problem)
600         #1387: xlib_libX11-1.3.2 can't find libjpeg
601         #1411: [SECURITY] Update openssl package to 0.9.8n
602         #1417: Bump iptables to 1.4.7
603         #1423: Bump e2fsprogs to 1.41.11
604         #1429: [SECURITY] Update php to 5.2.13
605         #1441: Add binutils 2.20.1
606         #1447: Package installation on target with debug symbols is broken
607         #1459: Misc QA fixes
608         #1489: radvd update to 1.6
609         #1513: Enable powerpc e300c2, e300c3 and e500mc optimization
610         #1537: dev entries not created anymore
611         #1555: Fix default uclibc-0.9.31 configuration
612         #1561: [SECURITY] Update samba to 3.3.12
613         #1567: openssl0.9.8n fails to compile
614         #1573: Alsa-utils alsactl/init/* not installed to target
615         #1591: portmap fails to compile
616         #1615: Convert eeprog package to gentargets
617         #1645: Bump hostapd package to 0.7.2
618
619 2010.02, Release February 26th, 2010:
620
621         Fixes all over the tree.
622
623         Updated/fixed packages: avahi, busybox, cramfs, ipsec-tools, libcgicc,
624         libgtk2, libraw1394, madplay, netsnmp, pango, squashfs, sylpheed, qt,
625         xfont_font-util
626
627         Removed packages: hostap, openmotif, xpdf
628
629         Issues resolved (http://bugs.uclibc.org):
630
631         #165: openmotif does not build
632         #1147: Remove obsolete hostap package
633         #1183: make source fails to download gmp, mpfr and patches
634
635 2010.02-rc2, Released February 23th, 2010:
636
637         Fixes all over the tree and new features.
638
639         New packages: intltool
640
641         Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus,
642         at, automake, ccache, dosfstools, e2fsprogs, flex, gob2, gmpc,
643         gst-plugins-good, imagemagick, iw, kexec, libeXosip, libgtk2,
644         libpcap, libpng, libsoup, libxcb, libxml-parser-perl, libxml2,
645         libxslt, lvm2, matchbox, mplayer, rsync, rubix, shared-mime-info,
646         tcl, webkit, xapp_mkfontscale, xfont_encodings, xfont_font-util,
647         xlib_libfontenc, xproto_trapproto, zlib
648
649         Removed package: xboard
650
651         Issues resolved (http://bugs.uclibc.org):
652
653         #335: atk looks for the path to the gnome library on the host
654         #355: Please update WebKit - it doesn't compile!
655         #453: libglib2 autoreconf
656         #457: e2fsprogs link problem
657         #459: libgtk2 autoreconf
658         #469: build of libgtk2 for host incorrectly assumes that X.org ...
659         #671: Bash fails to build when building buildront on Ubuntu 9.04
660         #711: WebKit host dependencies problems
661         #821: cp: illegal operation
662         #1039: Not compiled on ubuntu karmic
663         #1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo
664
665 2010.02-rc1, Released February 9th, 2010:
666
667         Fixes all over the tree and new features.
668
669         Generalized autotools infrastructure to be usable for
670         non-autotools packages, see package/Makefile.package.in for
671         details.
672
673         Cleaned up avr32 toolchain config, external source-based
674         toolchain support is gone.
675
676         Dependency checks: Also check for makeinfo, only print output
677         on errors.
678
679         Toolchain: uClibc 0.9.30.2, gcc 4.4.3
680
681         New packages: libcdaudio, libdvdnav, libdvdread, hostapd, ser2net,
682         tcpreplay
683
684         Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash,
685         bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq,
686         e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex,
687         hal, iptables, iw, jpeg, kismet, libfuse, libglib2, liboil, libpcap,
688         libungif, libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd,
689         neon, netstat-nat, newt, openvpn, pcre, php, qt, rdesktop, readline,
690         rpm, sawman, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot,
691         usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib
692
693         Removed package: asterisk, openswan
694
695         Issues resolved (http://bugs.uclibc.org):
696
697         #515: tcpreplay: new package
698         #553: Wrong DirectFB ps2mouse limitation
699         #559: mesa3d build fails
700         #679: Autoconf cannot find M4
701         #739: New/updated hostapd package
702         #749: Bump usbutils package to version 0.86
703         #751: Kernel 2.6 snapshot fetch fail
704         #753: Bump lighttpd package to 1.4.25
705         #757: U-Boot: mkimage cannot be installed using external toolchain
706         #761: Add binutils 2.20 to toolchain options
707         #763: [SECURITY] Update pcre to 7.9
708         #765: Add buildroot branding to gcc
709         #767: Bump iw package to 0.9.18
710         #773: [SECURITY] Update bind to 9.5.2-P1
711         #795: Minor edits to fix typos, grammar, spelling, usage in documen...
712         #813: Drop not very useful generic package selection options ...
713         #823: Editor backup files (~) is copied from the target_skeleton
714         #827: Bump mtd-utils package to version 1.2.0
715         #841: Build error
716         #913: Bump iptables to 1.4.6
717         #919: Bump usb_modeswitch package to 1.0.7
718         #925: Bump wpa_supplicant package to 0.6.10
719         #931: Bump kismet package to 2010-01-R1
720         #937: Bump openvpn package to 2.1.1
721         #943: Bump sqlite package to 3.6.22
722         #961: Bump dnsmasq to 2.52
723         #967: Bump netstat-nat to 1.4.10
724         #973: Bump iw to 0.9.19
725         #1003: DHCP options disabled with busybox-1.16.0
726         #1009: [SECURITY] Bump php to 5.2.12
727         #1015: [SECURITY] Bump bind to 9.5.1-P2
728         #1027: Busybox flash commands conflict with those from mtd-utils
729         #1063: [SECURITY] Update lighttpd to 1.4.26
730
731 2009.11, Released December 1st, 2009:
732
733         Additional fixes and cleanups.
734
735         Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk,
736         microperl, ncurses, vim
737
738         Issues resolved (http://bugs.uclibc.org):
739
740         #707: Cant configure fltk-1.1.7. configure: error: Configure could ...
741
742 2009.11-rc2, Released November 29th, 2009:
743
744         Additional fixes and cleanups.
745
746         Updated/fixed packages: busybox, dbus, fltk, gvfs, ltrace
747
748 2009.11-rc1, Released November 23rd, 2009:
749
750         Fixes all over the tree and new features.
751
752         Cleaned up / Simplified build directory layout. Refer to
753         docs/buildroot.html#using for details.
754
755         Target defconfig files moved to configs/ and listed in 'make help'
756         output.
757
758         Fixed *clean targets. Now clean removes everything generated,
759         so you can do a fresh rebuild. Distclean furthermore removes
760         kbuild tools and .config, bringing the source tree back in a
761         pristine state.
762
763         Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default
764         soft / hardfloat setting for architecture, ensure target-ldd
765         gets installed.
766
767         New packages: divine, gvfs, libarchive, libmicrohttpd,
768         sdl_sound, swfdec, sysstat
769
770         Updated/fixed packages: alsa-lib, alsamixergui, autoconf, bootutils,
771         busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf,
772         gqview, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good,
773         imagemagick, ipkg, iptables, iw, kernel-headers, kismet, leafpad,
774         libelf, libevent, libglib2, libidn, liblockfile, libmad, libpcap,
775         libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
776         matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
777         ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
778         python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, sdl_image,
779         shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
780         synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot,
781         udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
782         xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib[5~
783
784         Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
785
786         Issues resolved (http://bugs.uclibc.org):
787
788         #301: allow to install libsmbclient
789         #303: add gvfs package
790         #477: Add sdl_sound package
791         #487: Make kismet package sexier
792         #511: New package usb_modeswitch
793         #527: misc fixes for dnsmasq package
794         #565: libevent: Bump version and clean up makefile
795         #587: Use iptables multipurpose binaries and bump to 1.4.4
796         #593: Missing early check for patch(1)
797         #597: (REOP)  Selecting busybox in buildroot's config clobbers ar ...
798         #609: libmicrohttpd: New package
799         #615: python: Don't delete .py files unless asked
800         #617: netkit/inetd requires RPC and fails to build if RPC is disabled
801         #619: netkittelnet requires netkitbase to install, but there's no ...
802         #645: allow to build nbd-server with NBD package
803         #653: [SECURITY] Update php package to version 5.2.11
804         #655: Update sqlite package to version 3.6.18
805         #657: Bug in imagemagick-clean target
806         #663: Add option for NAND flash with 512B Page and 16 kB erasesize ...
807         #665: [PATCH] Samba package
808         #667: [PATCH] e2fsprogs
809         #683: SDL-dfb does not select directfb
810         #701: make install problem with unstripped binaries
811         #703: [SECURITY] Update openssl package to 0.9.8l
812         #705: Bump spawn-fcgi package to 1.6.3
813         #709: Bump lighttpd package to 1.4.24
814         #713: Migrate openntpd package to Makefile.autotools.in
815         #715: Bump libidn package to 1.15 and other fixes
816         #717: Bump dnsmasq to 2.51 and introduce new IDN option
817         #731: Bump iw package to 0.9.17
818
819 2009.08, Released August 31th, 2009:
820
821         Additional fixes and cleanups.
822
823         Updated/fixed packages: ctorrent, saveconfig/getconfig,
824         sdl_net, util-linux.
825
826         Issues resolved (http://bugs.uclibc.org):
827
828         #529: util-linux doesn't find headers and include libs correctly
829         #557: Build ctorrent with SSL support if available
830
831 2009.08-rc3, Released August 26th, 2009:
832
833         Additional fixes and cleanups.
834
835         Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus,
836         directfb, enchant, kernel headers.
837
838         Issues resolved (http://bugs.uclibc.org):
839
840         #471: Allow directfb compilation with debug
841         #541: Removal of CVS directories in target filesystem broken
842         #547: berkeleydb: Update config.{sub, guess}
843         #549: enchant: Fix dependencies.
844         #569: Fix alsa-utils build for x86 on x86-64
845
846 2009.08-rc2, Released August 6th, 2009:
847
848         Additional fixes and new features.
849
850         New packages: libuuid, gcc 4.3.4.
851
852         Updated/fixed packages: busybox, classpath, gzip, ipsec-tools,
853         jamvm, libusb, microperl, neon, popt, sed, webkit.
854
855         Fixed issue with 'make oldconfig'
856
857         Issues resolved (http://bugs.uclibc.org):
858
859         #525: sed broken with external toolchain
860         #537: Fix gzip build with recent glibc
861
862 2009.08-rc1, Released August 2nd, 2009:
863
864         Fixes all over the tree and new features.
865
866         Improvement of external toolchain support:
867           - Support for glibc toolchains.
868           - The toolchain configuration announced to Buildroot is
869             verified against the real toolchain configuration.
870           - Fixes, documentation.
871
872         Cleanup X.org support: clarified configuration options, and
873         removed mandatory dependency on useless libraries such as
874         libXt or libXaw.
875
876         New QT-based configurator, usable using 'make xconfig'.
877
878         Support for the Xtensa architecture.
879
880         Toolchain: GCC 4.4.1, 2.6.30 kernel headers, removed < 2.6.26
881         headers.
882
883         New packages: bmon, ctorrent, dosfstools, enchant,
884         gst-plugins-bad, iw, libmms, libnl, netstat-nat, ntfsprogs,
885         sdl_gfx, spawn-fcgi.
886
887         Updated packages: bind, busybox, coreutils, sqlite, directfb,
888         expat, gamin, gnuconfig, haserl, ipsec-tools, classpath,
889         libcurl, libglib2, liblockfile, libpng, libsoup, libxml2,
890         lighttpd, ltp-testsuite, lvm2, matchbox, memstat,
891         gst-plugins-good, gstreamer, libogg, libvorbis, mplayer,
892         neon, openssl, pciutils, php, qt, ruby, sawman, webkit,
893         wpa-supplicant, xdriver_xf86-input-synaptics,
894         xdriver_xf86-video-intel, xlib_libXfont, xlib_libXft,
895         xlib_libXt, xproto_xproto, xserver-xorg, xutil_makedepend,
896         xutil_util-macros.
897
898         Issues resolved (http://bugs.uclibc.org):
899
900         #83: liblockfile fails to compile due to eaccess redefinition
901         #163: Xtensa architecture port
902         #171: xorg-server / kernel headers 2.6.26 - vm86.c compilation issue
903         #241: device mapper + lvm2: build together
904         #243: ctorrent: new package
905         #247: ntfsprogs: new package
906         #271: Library 'libgcc_s.so.1' not installed in search path
907         #287: New package libnl
908         #289: New package iw
909         #331: Update MPlayer to version 1.0rc2
910         #333: Bump sqlite package to 3.6.15
911         #349: update libsoup to version 2.26.2
912         #357: New package netstat-nat
913         #359,#413: Upgrade openvpn to Makefile.autotools.in
914         #367: linux kernel compile error for arm926t
915         #369: Add SDL_gfx package
916         #373: Support for building gstreamer without libxml
917         #379: update DirectFB to version 1.4.0
918         #383: gst-plugins-good: Allow soup plugin to be configured
919         #385: neon: Fix pkgconfig dependency
920         #387: Tremor not installed to toolchain
921         #389: New package bmon
922         #391: gstreamer: Bump version to 0.10.23
923         #393: gst-plugins-base: Bump version to 0.10.23
924         #395: gst-plugins-bad: New package
925         #403: Error while building iso9660 image
926         #409: Bump php package to 5.2.10
927         #411: ipsec-tools: Bump version to 0.7.2
928         #417: New package spawn-fcgi
929         #419: Bump lighttpd package to 1.4.23
930         #421: toolchain: Clean up toolchain locale support menu
931         #427: webkit: Update to WebKit svn r44552
932         #437: ltp-testsuite: Bump version to 20090630
933         #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
934         #467: DirectFB 1.4.1
935         #473: memstat_0.5.tar.gz has install with -D and that fails "make"
936         #491: libxml2: Bump version to 0.7.3
937         #495: Bump bind package to 9.5.1-P3 (security)
938         #497: OpenSSL RSA key generation hangs on x86_64
939         #509: Bump sqlite package to 3.6.16
940         #523: pciutils broken with external toolchain
941         #533: Update gamin to 0.1.10 to fix compilation
942
943 2009.05, Released June 1st, 2009:
944
945         Fixes for dropbear & diffutils, bump linux-advanced 2.6.29.x
946         version and marked ubifsroot as broken.
947
948 2009.05-rc3, Released May 27th, 2009:
949
950         Fixes for toolchain (gcc arm pr37436), stable kernel versions,
951         busybox, curl, libusb, readline, python and strace.
952
953         Issues resolved (http://bugs.uclibc.org):
954
955         #345: libcurl package needs a urandom fix
956
957 2009.05-rc2, Released May 19th, 2009:
958
959         Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix
960         for newer hosts), stable kernel versions, busybox, cups,
961         dmraid, docker, mesa3d, rsync and updated defconfigs.
962
963         xserver marked as broken on AVR32 and atngw100-expanded
964         config removed.
965
966         Issues resolved (http://bugs.uclibc.org):
967
968         #167: metacity does not build
969         #295: gamin installs python support even if python is disabled
970         #323: gen_matypes fails to execute during build of Mesa when us...
971
972 2009.05-rc1, Released May 5th, 2009:
973
974         Fixes all over the tree, further conversion of packages to
975         Makefile.autotools.in and we now build host versions of
976         packages where needed for build time dependencies instead of
977         relying on the correct versions being available on the build
978         host. Ancient toolchain / busybox versions have furthermore
979         been removed as announced in the 2009.02 release notes.
980
981         New packages: flac, gob2, lzop, taglib, wpa_supplicant
982
983         Updated packages: avahi, bind, binutils, busybox, dbus, dbus-glib,
984         directfb, dnsmasq, freetype, gcc, gmp, gstreamer, iptables, kernel
985         headers, kexec, libglib2, libpng, libsndfile, lua, mpfr, ntfs-3g,
986         openssl, php, qtopia4, rsync, samba, sqlite, tar, uboot, uclibc,
987         util-linux, xorg7, xerces
988
989         Issues resolved (http://bugs.uclibc.org):
990
991         #5,#77,#141,#143: Convert php package to Makefile.autotools.in
992          and a ton of other improvements
993         #19: page.h missing by util-linux
994         #37: update libglib2 to version 2.18.4
995         #61: tslib puts staging_dir into pkgconfig file
996         #69: tar refuses to build
997         #71,#175: ./wchar.h:41:12: error: empty filename in #include
998         #73: Bump openssl package to the latest version
999         #81: New package wpa_supplicant
1000         #99: new package: flac
1001         #101: update gstreamer packages
1002         #105,#313: menuconfig segfaults on tinyx if wchar is not
1003          selected
1004         #107: convert libvorbis to Makefile.autotools.in
1005         #109: Make pppd package avoid bsd err
1006         #111: binutils 2.17 fails to build when texinfo >= 4.10
1007         #133: Modify ncurses5-config to get correct include path
1008         #137: Bump php to version 5.2.9
1009         #139: Bump sqlite to 3.6.11 and convert to
1010          Makefile.autotools.in
1011         #145: Bump bind package to 9.5.1-P1 (security)
1012         #147: buildroot toolchain fails to build w/binutils-2.19.1
1013         #151: openssl package trivial fixes
1014         #161: vim fails on patching with errors in configure.patch
1015         #169: blackbox-0.70.1 does not build
1016         #177: xdriver_xf86-input-keyboard does not build
1017         #179: Upgrade dropbear to Makefile.autotools.in
1018         #181: Update to Xorg 7.4
1019         #187: ntfs-3g: could not build cross
1020         #191: alsa-lib ARM binaries always built with EABI
1021         #213: Bump wpa_supplicant package to version 0.6.9
1022         #217: Bump openssl package to 0.9.8k (security)
1023         #219: Toolchain build fails on m4
1024         #225: m4 macros are out of place
1025         #233: make ipv6 optional in iptables
1026         #237: ncftp: convert to Makefile.autotools.in
1027         #239: ntfs-3g: convert to Makefile.autotools.in
1028         #245: lzop: new package
1029         #271: Bump bind package to 9.5.1-P2 (security)
1030         #277: Bump sqlite package to 3.6.16
1031         #279: update libglib2 to version 2.20.1
1032         #281: update DirectFB to version 1.2.8
1033         #283: add taglib
1034         #285: compilation of samba fails if IPV6 support is missing
1035         #293: update samba to version 3.3.3
1036         #299: add shared-mime-info package
1037         #307: make openssl package respect build flags
This page took 0.091488 seconds and 4 git commands to generate.