]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - CHANGES
CHANGES: Update with recent changes
[coffee/buildroot.git] / CHANGES
1 2015.08, Not yet released
2
3         Minor fixes.
4
5         OpenCV 3.x package renamed to opencv3. OpenCV 2.4.x
6         reintroduced as opencv.
7
8         Updated/fixed packages: bootutils, canfestival, cppcms,
9         curlftpfs, dhcpdump, dropbear, erlang-p1-tls, gnuradio, ipkg,
10         libgudev, libmbim, libweksock, linux-pam, ltrace, midori,
11         network-manager, openssh, perl-file-listing,
12         perl-http-cookies, perl-http-daemon, perl-http-negotiate,
13         perl-www-robotrules, python-can, qt5base, qt5multimedia,
14         setools, sysvinit, tinyalsa, tn5250, tvheadend, uboot, vlc,
15         x264, xserver_xorg-server, zyre
16
17 2015.08-rc2, Released August, 24th 2015
18
19         Fixes all over the tree.
20
21         Toolchain: fix gcc build on NIOS-II.
22
23         Infrastructure: add <fs>_POST_GEN_HOOKS mechanism to fix
24         hybrid ISO image generation.
25
26         Architectures: add arm1136j-s variant.
27
28         Updated/fixed packages: apitrace, audit, bcusdk, bdwgc,
29         beecrypt, boost, bwm-ng, cdrkit, c-icap, cifs-utils, clapack,
30         c-periphery, cpio, cramfs, czmq, dawgdic, dnsmasq, dosfstools,
31         dropbear, elfutils, empty, eudev, fan-ctrl, filemq, gnutls,
32         guile, haveged, imlib2, libcec, libepoxy, libev, libgpgme,
33         libiio, libnetfilter_queue, libnfnetlink, libpfm4, libpthsem,
34         librtas, libselinux, libsigsegv, libsodium, libv4l, lightning,
35         linux, lirc-tools, lrzsz, mono, mosh, mpd, msmtp, nbd,
36         netatalk, nodejs, ola, opencv, oprofile, php, poco,
37         postgresql, powertop, protobuf, protobuf-c, qt5base,
38         qt5quickcontrols, rapidjson, rng-tools, squid, sysdig,
39         sysstat, tftpd, tinc, tz, util-linux, webkitgtk24, weston,
40         wireshark, wvstreams, xdriver_xf86-input-synaptics, zyre.
41
42         Issues resolved (http://bugs.uclibc.org):
43
44         #8276: package/dropbear: symlink resolution incorrect
45         #8286: Error with buildroot
46         #8301: ldconfig parameter in Makefile
47
48 2015.08-rc1, Released August, 5th 2015
49
50         Fixes all over the tree and new features.
51
52         Architectures:
53
54          - Refactor how the availability of an MMU is described.
55          - Minimal support for Cortex-M3
56          - Minimal support for AArch64 big-endian
57
58         Toolchains:
59
60          - Add CodeSourcery MIPS 2015.05, remove MIPS 2013.11
61          - Use uClibc-ng as the default uClibc version, instead of the
62            official uClibc, which hasn't done any release since 3+
63            years
64          - eglibc is now marked as deprecated
65          - GCC: gcc 4.9.x is now the default and was updated to 4.9.3,
66            support for gcc 5.x added.
67          - Binutils: use Binutils 2.24 as the default, 2.25.x series
68            bumped to 2.25.1, remove old Binutils 2.22.
69          - Update ARC toolchain components to 2015.06
70          - Add support for Fortran when building gcc
71
72         Bootloaders:
73
74          - Support for using the kconfig configuration system in
75            U-Boot
76
77         New Defconfigs:
78
79          - VIA VAB-820/AMOS-820
80          - OLimex OLinuxino A20 Lime
81          - Many new defconfigs for Atmel evaluation boards:
82            at91sam9rlek, at91sam9x5ek, sama5d3xek, sama5d4ek, sama5d4
83            Xplained Ultra, sama5d3 Xplained.
84          - ACME Systems Aria G25
85          - WarPboard
86          - Altera Cyclone 5 Development Board
87          - Xilinx zc706
88          - ARC AXS101 and AXS103 Software Development Platforms
89          - Significant updates to Raspberry Pi / Raspberry Pi 2
90
91         Infrastructure:
92
93          - Buildroot takes better care now of generating predictable
94            permissions in the target filesystem. However, existing
95            permissions on a custom skeleton or rootfs overlay will no
96            longer be preserved. Therefore, it is necessary to add a
97            permission table (BR2_ROOTFS_DEVICE_TABLE) to set the
98            required permissions.
99          - Add support for kconfig fragments.
100          - No longer pass --{enable,disable}-debug to autotools
101            packages depending on the value of
102            BR2_ENABLE_DEBUG. BR2_ENABLE_DEBUG now only controls
103            whether we build with -g or not.
104          - Support for extracting archives in .lzma in the generic
105            package infrastructure.
106          - Remove random-seed file from the default skeleton, since
107            seeding the entropy pool with a known seed makes more harm
108            than good.
109          - In the CVS download helper, add support to use a date as
110            the version.
111          - Add support for a per-package <pkg>_STRIP_COMPONENTS
112            variable, which packages can use to specify how many path
113            components should be stripped when extracting the tarball.
114          - Addition of a 'kernel-module' package infrastructure, which
115            simplifies the packaging of external kernel modules. Many
116            existing packages are converted to use it.
117          - Allow bootloaders to be implemented in $(BR2_EXTERNAL)
118          - Remove /etc/securetty from the default skeleton.
119          - Migration of sysV initscripts from the default skeleton to
120            a package called 'initscripts', installed only when Busbox
121            init or sysvinit are used.
122          - Migration of the skeleton logic to a proper 'skeleton'
123            package.
124          - Addition of a 'linux-tools' infrastructure in the 'linux'
125            package, to support building user-space tools bundled
126            within the Linux kernel sources, such as perf and cpupower.
127          - Usage of backticks instead of make $(shell ...) to execute
128            shell commands. This allows to delay the evaluation of such
129            commands when actually needed, and not when expanding the
130            variables. It is useful to make 'make printvars' less
131            noisy, and as a preparation to support top-level parallel
132            build.
133          - Libtool .la files are not mungled for all package types,
134            instead of being handled only for packages using the
135            autotools-package infrastructure.
136          - Add mechanism to allow packages to express a dependency on
137            gcc versions. This is needed for packages that use C++11 or
138            C11 support for example.
139
140         Important package updates:
141
142          - Complete rework of the matchbox packaging
143          - Lots of fixes in packages for compatibility with musl and
144            gcc 5.
145          - Hash files added to a large number of packages.
146          - Update a significant number of packages to use a new
147            hosting, after the announcement of Google Code and
148            Gitorious closing.
149          - Major packages needed for SELinux support have been merged,
150            but the support is not complete yet.
151          - Significant update of OpenCV to version 3.0, and addition
152            of lots of eatures.
153          - Significant update of all packages supporting the GPU and
154            VPU of i.MX ARM processors.
155          - Addition of systemd support in a significant number of
156            packages.
157          - Qt5 updated to 5.5.0
158          - Use modular X.org server by default instead of KDrive
159
160         Filesystems:
161
162          - Complete overhaul of the iso9660 support. Now allows to use
163            directly IS9660 as the root filesystem format and not only
164            an initrd, and supports Grub 2 and isolinux in addition to
165            Grub.
166
167         Updated packages: a10disp, agentpp, apache, at91bootstrap3,
168         audit, barebox, bc, bind, bmon, boost, btrfs-progs,
169         ca-certificates, can-utils, ccache, cloog, collectd, connman,
170         coreutils, c-periphery, cryptsetup, dado, dbus, dejavu,
171         dhcpcd, dnsmasq, dosfstools, dovecot, dovecot-pigeonhole,
172         e2fsprogs, ejabberd, erlang-p1-cache-tab, erlang-p1-sip,
173         erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
174         erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml, ethtool,
175         eudev, evtest, exim, expect, explorercanvas, feh, ffmpeg,
176         file, flashrom, freescale-imx, freetype, gawk, gcc, gdb,
177         gettext, git, glib-networking, gnupg2, gnutls, gpsd, gptfdisk,
178         gpu-viv-bin-mx6q, gst-fsl-plugins, harfbuzz, hdparm, heimdal,
179         i2c-tools, imagemagick, imx-vpu, iproute2, ipset, isl, iw,
180         kodi, kodi-addon-xvdr, kodi-audioencoder-flac,
181         kodi-audioencoder-lame, kodi-audioencoder-vorbis,
182         kodi-audioencoder-wav, lftp, libass, libassuan, libcec,
183         libconfi, libcurl, libdrm, libevdev, libfreefare, libfslcodec,
184         libfslparser, libfslvpuwrap, libfuse, libglib2, libgpgme,
185         libgtk2, libgtk3, libical, libidn, libiio, libinput, libiscsi,
186         libllcp, libmicrohttpd, libnfc, libnss, libpcap, libpciaccess,
187         libpng, libserialport, libsigrok, libsoc, libtirpc, libubox,
188         libunistring, libupnp, libuv, libv4l, libva,
189         libva-intel-driver, libXrandr, lighttpd, linenoise, linux,
190         linux-firmware, linux-headers, live555, ltrace, lua,
191         lua-csnappy, lua-ev, luajit, lua-messagepack, luaperiphery,
192         lvm2, lxc, lzo, mesa3d, mesa3d-headers, midori, mmc-utils,
193         modem-manager, mono, mosquitto, mpd, mpd-mpc, mpfr, mpg123,
194         mtd, musl, nano, netperf, network-manager, nfs-utils, nginx,
195         nodejs, ntp, ola, opencv, openldap, openssh, openssl,
196         openswan, openvmtools, openvpn, opkg, orbit, orc, pcmanfm,
197         perl-cross, perl-encode-locale, perl-io-socket-ssl,
198         perl-mojolicious, perl-net-ssleay, perl-path-tiny, perl-uri,
199         perl-xml-libxml, php, pinentry, polarssl, postgresql,
200         pulseview, pure-ftpd, python, python-dpkt, python-lxml,
201         python-networkmanager, python-pyinotify, python-pypcap,
202         python-tornado, qextserialport, qt, qt5, rapidjson, redis,
203         rpcbind, rpi-firmware, rpi-userland, samba4, shairport-sync,
204         snmpp, sqlite, squid, strongswan, stunnel, sudo, sunxi-boards,
205         sunxi-mali, sysdig, sysstat, systemd, tcpdump, tiff, tmux,
206         tor, txheadend, tzdata, uboot, uclibc, ulogd, upmpdcli,
207         usb_modeswitch, usb_modeswitch_data, vala, vsftpd, wayland,
208         weston, whois, wireless-regdb, wireshark, x264, xapp_xvinfo,
209         xdriver_xf86-input-libinput, xdriver_xf86-input-vmmouse,
210         xdriver_xf86-video-cirrus, xdriver_xf86-video-geode,
211         xdriver_xf86-video-imx-viv, xdriver_xf86-video-mach64,
212         xdriver_xf86-video-neomagic, xdriver_xf86-video-r128,
213         xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
214         xdriver_xf86-video-vesa, xkeyboard-config, xlib_libfontenc,
215         xlib_libFS, xlib_libXaw, xlib_libxkbfile, xlib_libXrender,
216         xlib_libXt, xproto_kbproto, xproto_xproto, xproto_xrandrproto,
217         xscreensaver, xserver_xorg-server, xtables-addons, yaml-cpp,
218         zic.
219
220         New packages: angularjs, atf, audit, c-icap, c-icap-modules,
221         cpio, dawgdic, faketime, fcgiwrap, gflags, glog, initscripts,
222         jquery-datetimepicker, kodi-audioencoder-modplug,
223         kodi-audioencoder-nosefar, kodi-audioencoder-sidplay,
224         kodi-audioencoder-snesapu, kodi-audioencoder-stsound,
225         kodi-audioencoder-timidity, kodi-audioencoder-vgmstream,
226         kodi-platform, kodi-pvr-argustv, kodi-pvr-dvblink,
227         kodi-pvr-dvbviewer, kodi-pvr-filmon, kodi-pvr-hts,
228         kodi-pvr-iptvsimple, kodi-pvr-mediaportal-tvserver,
229         kodi-pvr-mythtv, kodi-pvr-nextpvr, kodi-pvr-njoy,
230         kodi-pvr-pctv, kodi-pvr-stalker, kodi-pvr-vbox,
231         kodi-pvr-vdr-vnsi, kodi-pvr-vuplus, kodi-pvr-wmc,
232         kodi-screensaver-asteroids, kodi-screensaver-biogenesis,
233         kodi-screensaver-crystalmorph, kodi-screensaver-greynetic,
234         kodi-screensaver-pingpong, kodi-screensaver-pyro,
235         kodi-screensaver-stars, kodi-visualisation-shadertoy,
236         kodi-visualisation-spectrum, kodi-visualisation-waveforhue,
237         kodi-visualisation-waveform, kvmtool, kyua, libfm,
238         libfm-extra, libplatform, librtas, libsodium, libsquish,
239         libucl, libump, linux-backports, lua-iconv, lutok, menu-cache,
240         moarvm, monkey, mono-gtksharp3, mosh, openipmi, python-can,
241         python-pycli, python-pydal, python-pyyaml, python-web2py,
242         qpid-proton, qt5webchannel, quazip, racehound, rtl8188eu,
243         rtl8821au, sepolgen, setools, skeleton, stm32flash,
244         webkitgtk24, xdriver_xf86-video-qxl, zynq-boot-bin.
245
246         Deprecated packages: webkitgtk, libgail, eglibc support in
247         glibc package.
248
249         Issues resolved (http://bugs.uclibc.org):
250
251         #4291: Segmentation fault with all binaries that use threads
252                when compiled with gcc 4.6
253         #6944: building toolchain for sh4 fails
254         #7592: Buildroot GCC: -lto requires plugin support in ranlib
255         #7628: Python SSL does not get built for Raspberry Pi
256         #7682: Missing dependencies for NFS
257         #7742: dhcp lacks important features when BR2_ENABLE_DEBUG
258         #7754: make: *** [/..../buildroot-2014.11/output/build/host-gcc-initial-4.8.3/.stamp_built] Error 2
259         #7946: libglib2-2.42.2 fails to build for sparc-buildroot-linux-gnu
260         #7956: glibc 2.20 and 2.21 fail to build for sh64-buildroot-linux-gnu
261         #7971: python-flask, python-werkzeug. No module named zlib
262         #7981: Target file system skeleton permissions hazard
263         #8006: rpcdebug in nfs-utils built for the host
264         #8036: alsa-lib headers problem that prevents to compile alsa
265                dependent projects
266         #8081: systemd init system: /tmp is not mode 1777
267         #8121: php opcache extension doesn't get installed
268         #8151: x86-64 make fails with ncurses 5.9
269         #8156: pkg-kconfig infra broken for *-update-{config, defconfig}
270         #8161: default /bin/sh symlink to busybox is full path and not relative
271         #8171: glamor missing
272         #8191: Request update support for the cubieboard series
273         #8201: Important security upgrades for node.js
274
275 2015.05, Released May 31st, 2015
276
277         Minor fixes.
278
279         Updated/fixed packages: conntrack-tools, directfb, fio, flite,
280         gptfdisk, ipmiutil, iproute2, janus-gateway, keyutils, knock,
281         libelementary, libgcrypt, libgsasl, libjpeg, libstrophe,
282         lttng-libust, nbd, ncurses, nmap, php, postgresql, python,
283         python3, sconeserver, udpcast, upmpdcli
284
285 2015.05-rc3, Released May 22nd, 2015
286
287         Several fixes, mainly related to static linking.
288
289         Updated/fixed packages: acl, alsa-utils, apr, armadillo, attr,
290         autoconf-archive, binutils, boost, czmq, dhcpcd, duma,
291         enlightenment, exim, fbterm, freerdp, gcc, gdk-pixbuf,
292         google-breakpad, gpsd, heirloom-mailx, hwloc, ipmiutil,
293         iproute2, jack2, jasper, kmod, lcdproc, leafnode2, libcap-ng,
294         libftdi1, libmatroska, libmemcached, libmodbus, libnftnl,
295         libsigrok, libupnpp, libuv, libxml-parser-perl, linux,
296         linux-headers, lirc-tools, lua-periphery, lxc, mongoose, mono,
297         mpg123, mosquitto, neardal, newt, ntp, ola, openldap, opencv,
298         php, postgresql, protobuf, pulseaudio, python-pyqt, qemu, qt,
299         qt5base, rpi-userland, rsyslog, snmppp, sqlite, tiff,
300         tinyxml2, uboot-tools, unionfs, ux5000-firmware, usbredir,
301         ushare, vpnc, vsftpd, wavpack, wireless_tools, wsapi,
302         wvstreams, xmlstarlet, zeromq, zmqpp
303
304         New packages: c-periphery
305
306         Issues resolved (http://bugs.uclibc.org):
307
308         #8106: mkfs.jffs2 uses the --pagesize parameter incorrectly
309         #8111: 2015.05.rc2 LIBFOO_CONF_OPTS not working
310         #8126: exim lacks plaintext and cram-md5 auth
311
312 2015.05-rc2, Released May 11th, 2015
313
314         Minor fixes.
315
316         Toolchain: PR56780 backport to GCC 4.8.4 to fix GDB linking
317         issues. Context functions enabled for uClibc snapshot /
318         uClibc-NG.
319
320         Architectures: Endian handling symbol for Xtensa, binutils
321         fixes.
322
323         Infrastructure: Fix for kernel module stripping when
324         localversion contains spaces.
325
326         Updated/fixed packages: at, autoconf-archive, binutils,
327         cc-tool, cryptsetup, dstat, expedite, freerdp, giflib,
328         gnuchess, guile, ipmiutil, iproute2, mono, monolite, neard,
329         ola, poppler, postgresql, python-qt, qt, sqlite, valgrind,
330         xlib_libXfont
331
332         Issues resolved (http://bugs.uclibc.org):
333
334         #8086: Cannot select systemd as init with Linaro 2014.09...
335
336 2015.05-rc1, Released May 4th, 2015
337
338         Fixes all over the tree and new features.
339
340         Architectures: Removed AVR32 support, deprecate SH64, added
341         support for steamroller, corei7-avx and core-avx2 x86
342         variants.
343
344         Toolchains: IPv6 and Largefile support now enforced for
345         uClibc. Corresponding Kconfig symbols removed.
346
347         External CodeSourcery AMD64 2014.05, MUSL-cross 1.1.6 added,
348         CS sh2, Xilinx microblaze v2/14.3 removed. Distro-class
349         external toolchains are now detected and blacklisted.
350
351         Internal toolchain support for Nios2 added, Blackfin
352         removed. Aarch64 and sh musl support. uClibc-ng support added.
353
354         Libatomic is now handled for internal and external
355         toolchains. Link time optimization (LTO) support.
356
357         New Defconfigs: Freescale i.MX28 EVK, i.MX31 PDK and SABRE
358         Auto, Raspberry Pi 2, RIoTboard,
359
360         Infrastructure: Hashes for a large number of packages have
361         been added. Missing hashes now stop the build unless
362         explicitly disabled.
363
364         Spaces and colons (:) are now supported in package
365         versions. Dependencies can now be listed for the patch step
366         (<PKG>_PATCH_DEPENDENCIES). Kconfig and Linux kernel
367         extensions infrastructure has been added.
368
369         Makedevs now has a recursive (r) option.
370
371         The variable containing the list of packages to build has been
372         renamed from TARGETS to PACKAGES.
373
374         Make external-deps / legal-info / source / source-check have
375         been reimplemented using the package infrastructure, so their
376         output/behaviour may differ from earlier (some packages were
377         not included in the past).
378
379         The old insecure DES password encoding is no longer supported.
380
381         U-Boot patch option now support direct references to patch
382         files and URLs in addition to directories of patches. The
383         i.MX28 SD format (u-boot.sd) is now supported.
384
385         Updated/fixed packages: agentpp, aircrack-ng, alsa-lib,
386         alsa-utils, apr-util, apr, atk, autossh, avahi, avrdude,
387         bcusdk, bdwgc, bind, binutils, bmon, boost, botan,
388         btrfs-progs, busybox, ca-certificates, cairo, can-utils,
389         canfestival, ccache, chrony, civetweb, clamav, cmake,
390         collectd, connman, copas, crda, cryptodev-linux, cryptsetup,
391         cups, czmq, dbus-cpp, dbus-glib, dbus-python, dbus, dfu-util,
392         dhcp, dhcpcd, dialog, dillo, dmraid, dnsmasq, dos2unix,
393         dosfstools, dovecot-pigeonhole, dovecot, dropbear, dropwatch,
394         dtv-scan-tables, dvdauthor, e2fsprogs, ecryptfs-utils,
395         libevas, elfutils, enscript, erlang, espeak, eudev, evemu,
396         exfat-utils, exim, f2fs-tools, feh, ffmpeg, fftw, flickcurl,
397         fltk, fluxbox, fmlib, fmtools, freeradius-client, freerdp,
398         gamin, gawk, gcc-final, gcc, gd, gdb, gengetopt, geoip, git,
399         glib-networking, gnu-efi, gnuchess, gnutls, gpsd, gptfdisk,
400         gpu-viv-bin-mx6q, gst-plugin-bad, gstreamer, gstreamer1,
401         gtest, gvfs, harfbuzz, haserl, haveged, hiawatha,
402         hicolor-icon-theme, hostapd, hplip, httping, i2c-tools, icu,
403         ifplugd, imagemagick, imlib2, iozone, iproute2, iptables,
404         iputils, irqbalance, iw, jack2, jhead, jimtcl, json-c, kexec,
405         kismet, kmod, kodi-audioencoder-flac,
406         kodi-audioencoder-vorbis, kodi-pvr-addons, kodi, ktap, lcms2,
407         libass, libatomic_ops, libbluray, libcap, libcgroup, libcurl,
408         libdrm, libdvbsi, libebml, libecore, libedit, liberation,
409         libev, libevas, libevdev, libftdi, libgcrypt, libglib2,
410         libgpgme, libgtk2, libgtk3, libiconv, libidn, libiio,
411         libinput, libiscsi, libksba, liblinear, libmatroska,
412         libmicrohttpd, libmodbus, libmpdclient, libnice, libnl,
413         libnspr, libnss, libpcap, libpciaccess, libphidget, libplayer,
414         libpthsem, libqmi, librsvg, libseccomp, libsigrok, libsoup,
415         libsrtp, libssh2, libtasn1, libtool, libunistring, liburcu,
416         libusb, libuv, libva-intel-driver, libva, libvncserver,
417         libvorbis, libvpx, libwebsockets, libxml2, libzip, lightning,
418         lighttpd, linknx, linphone, linux-firmware, linux-headers,
419         linux-pam, live555, ljsyscall, lmbench, lockdev, logrotate,
420         lpc3250loader, lpeg, lsof, lttng-libust, lttng-modules,
421         lttng-tools, lua, luacrypto, luafilesystem, luajit, luaposix,
422         luarocks, lvm2, lxc, make,
423         matchbox-{common,desktop,fakekey,keyboard,lib,startup-monitor,vm},
424         matchbox, mcelog, memcached, memstat, memtest86, mesa3d,
425         minidlna, mjpegtools, mjpg-streamer, modem-manager, mongoose,
426         monit, mono, monolite, mp4v2, mpc, mpd, mpdecimal, mpg123,
427         mplayer, musl, nano, nbd, ncftp, ncmpc, ncurses, ne10, neard,
428         neardal, net-tools, netatalk, netsnmp, network-manager, nginx,
429         nodejs, ntfs-3g, ntp, numactl, odhcp6c, ofono, open2300,
430         opencv, openldap, openntpd, openocd, openssh, openssl,
431         openswan, opentyrian, openvmtools, openvpn, oprofile, p11-kit,
432         pango, patch, patchelf, pciutils, pcre, perf, perl-gdgraph,
433         perl-io-socket-ssl, perl-json-tiny, perl-module-build,
434         perl-mojolicious, perl-net-ssleay, perl-path-tiny,
435         perl-xml-libxml, perl, phidgetwebservice, php-gnupg, php,
436         pkgconf, polarssl, poppler, popt, postgresql, powerpc-utils,
437         pppd, prboom, procps-ng, proftpd, psplash, ptpd2,
438         python-{cheetah,coherence,django,markdown,netifaces,pam,six},
439         python-tornado, python-twisted, python-zope-interface, python,
440         python3, qemu, qt, qt5, qt5base, qt5multimedia,
441         qt5xmlpatterns, qt5cinex, quagga, qwt, radvd, readline,
442         rng-tools, rpcbind, rpi-firmware, rpi-userland, rsync,
443         rsyslog, rtai, rtmpdump, ruby, sam-ba, samba, samba4,
444         sane-backends, sconeserver, shairport-sync, sigrok-cli, slang,
445         smcroute, snmppp, socat, socketcand, sofia-sip, sox,
446         spawn-fcgi, speex, sqlcipher, sqlite, squid, strace,
447         strongswan, stunnel, sudo, sunxi-boards, swig, sysstat,
448         systemd, tcpdump, tftpd, thrift, thttpd, ti-gfx, ti-utils,
449         tiff, tinyalsa, tn5250, transmission, trinity, tslib,
450         tvheadend, tzdata, uboot-tools, uclibc, ulogd, usb_modeswitch,
451         usbutils, ustr, util-linux, vala, valgrind, vlc, wayland,
452         webp, weston, wget, which, whois, wireless-regdb,
453         wireless_tools, wireshark, wpa_supplicant, wvstreams,
454         xapp_{bdftopcf,bitmap,fonttosfnt,fslsfonts},
455         xapp_{fstobdf,iceauth,mkfontscale,oclock,rgb,sessreg,setxkbmap},
456         xapp_{showfont,smproxy,twm,x11perf,xcalc,xclipboard,xcmsdb},
457         xapp_{xdbedizzy,xditview,xdpyinfo,xdriinfo,xedit,xev,xeyes},
458         xapp_{xf86dga,xfsinfo,xgamma,xgc,xhost,xinit,xinput,xkbcomp},
459         xapp_{xkbevd,xkbprint,xlsatoms,xlsfonts,xmag,xman,xmh,xmodmap},
460         xapp_xmore, xcb-util-image, xcb-util-keysyms,
461         xdata_xcursor-themes,
462         xdriver_xf86-input-{evdev,keyboard,synaptics,void},
463         xdriver_xf86-video-{ati,cirrus,geode,mach64,mga,neomagic},
464         xdriver_xf86-video-{r128,savage,siliconmotion,sis,tdfx},
465         xdriver_xf86-video-{trident,vmware,voodoo}, xenomai,
466         xfont_font-util, xkeyboard-config,
467         xlib_lib{ICE,X11,Xdmcp,Xfont,Xpm,XvMC},
468         xlib_lib{Xxf86vm,xshmfence,xtrans}, xproto_randrproto,
469         xproto_xproto, xserver_xorg-server, x11vnc, x264, xerces,
470         xorriso, xterm, xz, yaml-cpp, zeromq, zic, zmqpp
471
472         New packages: apache, autoconf-archive, batctl,
473         bitstream-vera, bullet, cc-tool, doxygen, drbd-utils,
474         dvdrw-tools, gnuradio, gst1-imx, hans, hwloc, ijs,
475         imx-usb-loader, inconsolata, iodine, iotop, ipmiutil, jsoncpp,
476         leveldb, libdcadec, libdri2, libfreeimage, libftdi1,
477         libsidplay2, lirc-tools, lua-periphery, mc, mesa3d-headers,
478         mosquitto, nvidia-driver, nvidia-tegra23{,-binaries,-codecs},
479         openjpeg, opusfile, perl-crypt-openssl-{random,rsa},
480         perl-db-file, perl-digest-{hmac,sha1},
481         perl-encode-{detect,locale}, perl-file-{listing,util},
482         perl-html-{parser,tagset}, perl-http-cookies,
483         perl-http-{daemon,date,message,negotiate}, perl-io-html,
484         perl-libwww-perl, perl-lwp-mediatypes, perl-mail-dkim,
485         perl-mailtools, perl-mime-base64, perl-net-{dns,http},
486         perl-netaddr-ip, perl-time-hires, perl-timedate, perl-uri,
487         perl-www-robotrules, powertop, pulseview,
488         python-{cherrypy,lxml,mako,pyqt,pyxml,sip,spidev,ws4py}, qpdf,
489         qt-webkit-kiosk, sl, softether, sysdig, tinyxml2, tor, tovid,
490         unixodbc, wf111, wine, libepoxy, xapp_xcompmgr,
491         xapp_xfindproxy, xcb-util-cursor, xcb-util-renderutil,
492         xdriver_xf86-input-libinput, xdriver_xf86-video-imx{,-viv},
493         xproto_xproxymanagementprotocol
494
495         Removed packages: gtk2-theme-hicolor
496
497         Deprecated packages: samba
498
499         Issues resolved (http://bugs.uclibc.org):
500
501         #7478: Multiple chosen python modules are not built due to...
502         #7508: Use of BR2_EXTERNAL and dependencies to existing packages
503         #7676: Package procps-ng installs binaries to nonsensical folder
504         #7724: Startx is not installed in the target
505         #7760: botan: wrong prefix in botan-1.10.pc
506         #7826: Building of cdparanoia
507         #7844: Lua with hard-float on MIPS by buildroot doesn't work
508         #7874: X.org configure error
509         #7941: glibc-2.20 fails to build for sparc-buildroot-linux-gnu
510         #7951: gcc 4.9.2 fails to build for sparc-buildroot-linux-gnu
511         #7961: Qt5 fails to build for xtensa-buildroot-linux-uclibc
512         #7976: mkuser script fails with: user already exists with...
513         #8011: When building only busybox and strace, strace fails...
514         #8016: collectd fails to build, network.c:171:19: error:...
515         #8041: error on building libcurl7.42.0
516
517 2015.02, Released March 1st, 2015
518
519         Minor fixes.
520
521         Updated/fixed packages: civetweb, ding-libs,
522         directfb-examples, glibc, gnupg, gnupg2, gpm,
523         gst-plugins-good, gst1-plugins-good, freetype, libao, libevas,
524         libevent, libfribidi, libgcrypt, libgtk2, libshout, libsrtp,
525         libtheora, libupnpp, libxmlrpc, linux, make, opus, pinentry,
526         rpi-firmware, shared-mime-info, vlc, vorbis-tools,
527         xcb-util-keysyms
528
529         Removed packages: libgc
530
531 2015.02-rc3, Released February 24th, 2015
532
533         Minor fixes.
534
535         Cmake and rebar (erlang) infrastructure fixes.
536
537         Updated/fixed packages: bind, btrfs-progs, busybox, e2fsprogs,
538         evtest, ffmpeg, fltk, gnutls, i2c-tools, imagemagick, libxcb,
539         make, mjpg-streamer, netsnmp, opentyrian, php, polarssl,
540         qt5base, samba, samba4, sudo, util-linux, xserver_xorg-server
541
542 2015.02-rc2, Released February 15th, 2015
543
544         Minor fixes.
545
546         raspberrypi: fix kernel sha1 for DT variant.
547
548         Updated/fixed packages: dbus, dvdauthor, git, libsemanage,
549         libsepol, libssh2, mplayer, ntp, openvmtools, python3,
550         qt5base, qt5connectivity, xserver_xorg-server
551
552 2015.02-rc1, Released February 8th, 2015
553
554         Fixes all over the tree and new features.
555
556         Static/shared library handling reworked. This is now a
557         tristate (shared only / shared and static / static
558         only). Default is now shared only to speed up the
559         build. BR2_PREFER_STATIC_LIB is now called BR2_STATIC_LIBS.
560
561         The toolchain (internal and external) will now warn when an
562         unsafe library or header path is used (such as /usr/include or
563         /usr/lib). If BR2_COMPILER_PARANOID_UNSAFE_PATH is enabled
564         under build options this instead becomes an error.
565
566         A installation path issue with the internal musl toolchain
567         support has been fixed so it is now possible to reuse it as an
568         external toolchain.
569
570         Architectures: Freescale E5500 and E6500 PowerPC support
571         added, deprecated MIPS 1/2/3/4 support removed.
572
573         New defconfigs: Freescale p2020ds, MIPS creator CI20,
574         Raspberrypi with DT, UDOO Quad.
575
576         'make <foo>_defconfig' now saves the path to the defconfig in
577         the .config, so a 'make savedefconfig' automatically updates
578         it.
579
580         Infrastructure for packages using the Erland rebar tool has
581         been added.
582
583         Hashes for a large number of packages have been added. Hashes
584         are now checked for both target and host packages.
585
586         The system menu now has an option to automatically configure a
587         network interface through DHCP at bootup.
588
589         The default filesystem skeleton now uses a separate tmpfs for
590         /run instead of a symlink to /tmp/ for security reasons / to
591         protect against conflicts with user generated temporary files.
592
593         BR2_EXTERNAL is now exported to post-build and post-image
594         scripts.
595
596         New packages: bdwgc, benejson, blktrace, bootstrap, cgic,
597         ding-libs, dvdauthor, ejabberd, erlang-goldrush, erlang-lager,
598         erlang-p1-cache-tab, erlang-p1-iconv, erlang-p1-sip,
599         erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
600         erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml,
601         erlang-p1-zlib, exiv2, freeradius-client, gengetopt, glmark2,
602         gpu-amd-bin-mx51, guile, host-qemu, ifupdown, iperf3,
603         janus-gateway, kodi, kodi-audioencoder-flac,
604         kodi-audioencoder-lame, kodi-audioencoder-vorbis,
605         kodi-audioencoder-wav, libcli, libiio, liblinear, libnice,
606         libselinux, libsemanage, libserialport, libsigro,
607         libsigrokdecode, libsrtp, liburiparser, libvips, libwebsock,
608         libz160, libzip, lightning, mcelog, memtest86, mjpegtools,
609         mjpg-streamer, mke2img, mpd-mpc, netsurf-buildsystem, odhcp6c,
610         openldap, python-alsaaudio, python-certifi, python-cheetah,
611         python-coherence, python-django, python-docopt, python-enum,
612         python-enum34, python-flask, python-gobject, python-httplib2,
613         python-ipaddr, python-itsdangerous, python-jinja,
614         python-markdown, python-markupsafe, python-networkmanager,
615         python-pam, python-psutil, python-pyftpdlib, python-pyinotify,
616         python-pysendfile, python-pyxb, python-requests, python-six,
617         python-twisted, python-webpy, python-werkzeug,
618         python-zope-interface, qt5cinex, sigrok-cli, sofia-sip,
619         start-stop-daemon, szip, triggerhappy, ustr, vnstat, xorriso,
620         xtables-addons
621
622         Removed packages (target): bison, distcc, gob2, m4
623
624         Issues resolved (http://bugs.uclibc.org):
625
626         #7556: make interactive CLI optional for nftables
627         #7730: Error while connecting Qt Cretaor to device
628         #7766: logrotate default gzip path is usually wrong
629         #7790: Invalid ext4 image generated by Buildroot
630
631 2014.11, Released December 1st, 2014
632
633         Minor fixes.
634
635         Infrastructure: LD_LIBRARY_PATH handling tweak to ensure
636         current working directory isn't searched.
637
638         Updated/fixed packages: gd, gdb, libwebsockets, luajit, mono,
639         parted, shairport-sync, util-linux, xapp_bdftopcf,
640         xserver_xorg-server
641
642 2014.11-rc3, Released November 28th, 2014
643
644         Fixes all over the tree.
645
646         System: File permissions of /etc/random-seed made more
647         restrictive.
648
649         Toolchain: Various fixes related to locale handling, a fix for
650         building the toolchain wrapper on MIPS.
651
652         Updated/fixed packages: bind, binutils. botan, btrfsprogs,
653         clamav, czmq, dhcp, dillo, dovecot, erlang, flac, gd, glibc,
654         gptfdisk, gst1-validate, heirloom-mailx, lame, libksba,
655         libllcp, libnspr, libpng, libshairplay, libtirpc, linux,
656         linux-headers, mpdecimal, mpg123, network-manager, nfstables,
657         nfs-utils, openssl, pcituils, qt, radvd, rtai, sqlcipher,
658         sstrip, tcpdump, uclibc, uemacs, ushare, wayland, weston,
659         xl2tp, xserver_xorg-server
660
661         Issues resolved (http://bugs.uclibc.org):
662
663         #7670: Fails to build mpc-1.0.2 on latest Cygwin
664
665 2014.11-rc2, Released November 21st, 2014
666
667         Fixes all over the tree.
668
669         Inittab tweaks for shutdown handling (busybox and sysvinit).
670
671         Updated/fixed packages: aircrack-ng, botan, canfestival,
672         clamav, coreutils, czmq, dbus, dovecot, duma, e2fsprogs,
673         erlang, gcc, iputils, libcap, libgcrypt, libmemcached,
674         libssh2, libunwind, libv4l, linux-headers, mesa3d-demos, mutt,
675         mysql, ndisc6, nodejs, omniorb, perl-cross, php,
676         python-tornado, python3, qemu, qt5base, qt5webkit, rpm,
677         rt-tests, ruby, schifra, sdl_sound, shairport-sync, sysvinit,
678         tstools, tzdata, wireshark, x264
679
680         Issues resolved (http://bugs.uclibc.org):
681
682         #7646: strftime on datetime not works on python3
683
684 2014.11-rc1, Released November 12th, 2014
685
686         Fixes all over the tree and new features.
687
688         Toolchains: Use -mcpu / -march instead of -mtune. Support
689         additional ARC and sparc variants. Updated Code sourcery
690         and Linaro external toolchains.
691
692         Defconfigs: Freescale iMX6DL SabreSD, Minnowboard MAX, QEMU
693         powerpc64 pseries added and a number of updates to the
694         existing configurations.
695
696         Infrastructure: Buildroot is now less noisy when built with
697         the silent option (make -s).
698         A number of package infrastructure variables have been renamed
699         from *_OPT to *_OPTS for constency. Buildroot will complain if
700         the old names are used to assist in updating out of tree
701         packages.
702         Fixes for host systems where bash isn't located in /bin, and
703         older systems not supporting mktemp --tmpdir.
704         Various cleanups of users/groups in the default skeleton.
705         There is now an option to choose what shell /bin/sh points to.
706
707         Documentation: Various updates to the user manual. The
708         asciidoc documentation handling has now been extended so it
709         can be used by (BR2_EXTERNAL) packages.
710
711         Updated/fixed packages: acl, acpid, agentpp, aircrack-ng,
712         alsa-lib, alsamixergui, alsa-utils, apitrace, apr, apr-util,
713         argus, arptables, at, atftp, atk, attr, audiofile, aumix,
714         automake, autossh, avahi, avrdude, axel, bandwidthd, bash,
715         bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
716         bluez_utils, bmon, boost, bootutils, bridge-utils,
717         btrfs-progs, busybox, bwm-ng, bzip2, ca-certificates, cairo,
718         ccache, ccid, ccrypt, cdrkit, cegui06, celt051, chrony,
719         cifs-utils, civetweb, cjson, clapack, classpath, cloog, cmake,
720         collectd, connman, copas, coreutils, coxpcall, cppcms, cppdb,
721         cppzmq, cramfs, crda, cryptsetup, ctorrent, cups, cvs, cwiid,
722         czmq, dash, dbus, dbus-cpp, dbus-glib, dbus-python, dejavu,
723         dhcp, dhcpcd, dhcpdump, dialog, dillo, directfb, distcc,
724         dmalloc, dmidecode, dmraid, dnsmasq, doc-asciidoc.mk,
725         dosfstools, dropbear, dropwatch, dstat, dtach, dtc, dvbsnoop,
726         e2fsprogs, ecryptfs-utils, ed, efl, eigen, elf2flt, elfutils,
727         enlightenment, enscript, erlang, espeak, ethtool, eudev,
728         evemu, evtest, exfat, exfat-utils, exim, expat, expect,
729         explorercanvas, faifa, fakeroot, fan-ctrl, fbdump,
730         fb-test-app, fetchmail, ffmpeg, file, filemq, findutils, flac,
731         flann, flickcurl, flite, fltk, fluxbox, fmc, fmlib,
732         fontconfig, foomatic-filters, freerdp, freescale-imx,
733         freetype, ftop, fxload, gamin, gcc, gd, gdb, gdk-pixbuf,
734         genimage, genpart, genromfs, geoip, gettext, giblib, git,
735         glibc, glib-networking, gmp, gmpc, gnu-efi, gnupg, gnupg2,
736         gnuplot, gnutls, google-breakpad, gpm, gpsd, gptfdisk,
737         gpu-viv-bin-mx6q, grantlee, grep, gsl, gst1-libav,
738         gst1-plugins-{bad,base,good,ugly}, gst-ffmpeg,
739         gst-fsl-plugins, gst-omx, gst-plugins-{bad,base,good,ugly},
740         gst-plugin-x170, gstreamer, gstreamer1, gtest, gtk2-engines,
741         gutenprint, gvfs, harfbuzz, haserl, haveged, hdparm, heimdal,
742         heirloom-mailx, hiawatha, hostapd, hplip, htop, httping,
743         hwdata, i2c-tools, icu, ifplugd, igh-ethercat, imagemagick,
744         imlib2, imx-lib, imx-vpu, inadyn, inotify-tools, input-tools,
745         intltool, iperf, iproute2, iprutils, ipsec-tools, ipset,
746         iptables, iputils, iw, jamvm, jansson, jasper, jimtcl, joe,
747         jpeg-turbo, jq, jquery-keyboard, jquery-mobile, jquery-ui,
748         jquery-ui-themes, jquery-validation, jsmin, json-c,
749         json-javascript, kbd, kexec, kexec-lite, keyutils, kismet,
750         kmod, knock, ktap, lame, lbase64, lbreakout2, lcdproc, lcms2,
751         lesstif, lftp, libaio, libao, libarchive, libargtable2,
752         libass, libassuan, libatasmart, libbluray, libbsd, libcap,
753         libcap-ng, libcdio, libcec, libcgicc, libcgroup, libcofi,
754         libconfig, libconfuse, libcurl, libdaemon, libdnet, libdrm,
755         libdvdnav, libecore, libedbus, libedit, libedje, libeet,
756         libelementary, libelf, libenca, libethumb, libevas,
757         libevas-generic-loaders, libevent, libexif, libeXosip2,
758         libffi, libftdi, libfuse, libgail, libgcrypt, libgeotiff,
759         libglade, libglib2, libgpgme, libgtk2, libhid, libidn,
760         libinput, libiscsi, libjson, libksba, liblockfile,
761         liblog4c-localtime, liblogging, libmad, libmatroska, libmbim,
762         libmemcached, libmicrohttpd, libmpdclient, libmpeg2, libndp,
763         libnfc, libnfs, libnftnl, libnl, libnspr, libnss, liboauth,
764         libogg, liboping, libosip2, libpcap, libpciaccess, libpfm4,
765         libplayer, libplist, libpng, libpthsem, libqmi, libqrencode,
766         libraw, libreplaygain, libroxml, librsvg, librtlsdr,
767         libsamplerate, libseccomp, libsecret, libshairplay, libsoc,
768         libsoup, libsoxr, libssh2, libstrophe, libsvg, libsvg-cairo,
769         libtasn1, libtheora, libtirpc, libtorrent, libubox, libuci,
770         libungif, liburcu, libusb, libuv, libv4l, libva,
771         libva-intel-driver, libvncserver, libvorbis, libvpx,
772         libwebsockets, libxcb, libxml2, libxml-parser-perl, libxmlrpc,
773         libxslt, lighttpd, linenoise, linknx, links, linphone,
774         linux-firmware, linux-fusion, linux-headers, linux-pam,
775         linux-zigbee, lite, live555, ljlinenoise, lmbench, lm-sensors,
776         localedef, lockdev, lockfile-progs, log4cxx, lpty, lrandom,
777         lrzsz, lshw, lsof, lsqlite3, ltp-testsuite, ltrace, ltris,
778         lttng-babeltrace, lttng-libust, lttng-modules, lttng-tools,
779         lua, luabitop, lua-coat, lua-coatpersistent, lua-csnappy,
780         lua-ev, luajit, luajson, lualogging, lua-messagepack,
781         lua-msgpack-native, luaposix, luarocks, luasec, luasocket,
782         luasql-sqlite3, lua-testmore, lunit, lvm2, lxc, lz4, lzlib,
783         lzma, m4, madplay, make, makedevs, Makefile.in,
784         matchbox-common, matchbox-desktop, matchbox-fakekey,
785         matchbox-keyboard, matchbox-lib, matchbox-panel,
786         matchbox-startup-monitor, matchbox-wm, mcrypt, mdadm,
787         media-ctl, mediastreamer, memcached, memstat, memtester,
788         mesa3d, metacity, midori, mii-diag, minidlna, mmc-utils,
789         modem-manager, mongoose, mongrel2, monit, mpc, mpd, mpdecimal,
790         mpfr, mpg123, mplayer, mrouted, msmtp, mtd, mtools, mtr,
791         musepack, musl, mutt, mxml, mysql, nano, nanocom, nbd, ncftp,
792         ncurses, ndisc6, ne10, neard, neon, netatalk, netperf,
793         netsnmp, nettle, net-tools, network-manager, newt, nfs-utils,
794         ngrep, nmap, nodejs, nss-mdns, ntfs-3g, ntp, numactl, nut,
795         nuttcp, ofono, ola, omap-u-boot-utils, omniorb,
796         on2-8170-modules, opencore-amr, opencv, openntpd, openobex,
797         openocd, openpowerlink, openssh, openssl, openswan,
798         opentyrian, opentyrian-data, openvpn, opkg, oprofile, opus,
799         opus-tools, orbit, orc, ortp, p11-kit, pango, parted,
800         pciutils, pcmanfm, pcre, pcsc-lite, perf, perl, perl-gd,
801         perl-gdgraph, perl-io-socket-ssl, perl-json-tiny,
802         perl-module-build, perl-mojolicious, perl-net-ssleay,
803         perl-path-tiny, perl-xml-libxml, perl-xml-parser, php,
804         php-geoip, php-gnupg, php-imagick, php-memcached, php-ssh2,
805         php-yaml, php-zmq, picocom, pifmrds, pinentry, pixman,
806         pkg-autotools.mk, pkg-cmake.mk, pkg-download.mk,
807         pkg-generic.mk, pkg-kconfig.mk, pkg-luarocks.mk, pkg-perl.mk,
808         pkg-python.mk, pkg-utils.mk, poco, polarssl, polkit, poppler,
809         popt, portaudio, portmap, postgresql, powerpc-utils, pppd,
810         pptp-linux, prboom, procps-ng, proftpd, protobuf, protobuf-c,
811         psmisc, ptpd2, pulseaudio, pv, pwgen, python, python3,
812         python-dialog, python-ipy, python-keyring, python-mad,
813         python-netifaces, python-numpy, python-protobuf, python-pyasn,
814         python-pyparsing, python-pyro, python-pyusb, python-serial,
815         python-setuptools, qdecoder, qemu, qextserialport, qjson, qt,
816         qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
817         qt5graphicaleffects, qt5imageformats, qt5multimedia,
818         qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
819         qt5serialport, qt5svg, qt5webkit, qt5webkit-examples,
820         qt5websockets, qt5x11extras, qt5xmlpatterns, qtuio, quagga,
821         quota, qwt, radvd, rapidjson, rdesktop, redis, rings, rpcbind,
822         rpi-firmware, rpi-userland, rpm, rp-pppoe, rrdtool,
823         rsh-redone, rsync, rsyslog, rtai, rtmpdump, rt-tests, rubix,
824         ruby, samba, sam-ba, samba4, sane-backends, schifra,
825         sconeserver, scons, screen, sdl, sdl_gfx, sdl_image,
826         sdl_mixer, sdl_net, sdl_sound, sdl_ttf, sed, ser2net,
827         setserial, sg3_utils, shared-mime-info, simicsfs, sispmctl,
828         slang, slirp, smcroute, smstools3, snmppp,
829         snowball-hdmiservice, socat, socketcand, sox, spawn-fcgi,
830         speex, spice, spice-protocol, sqlcipher, sqlite, squashfs,
831         squid, sredird, startup-notification, strace, stress,
832         strongswan, stunnel, subversion, sudo, sunxi-boards,
833         sunxi-cedarx, swig, sylpheed, synergy, sysklogd, sysstat,
834         systemd, sysvinit, taglib, tar, tcl, tcllib, tcpdump,
835         tcpreplay, texinfo, tftpd, thrift, thttpd, tiff, ti-utils,
836         tn5250, torsmo, trace-cmd, transmission, tslib, tstools,
837         tvheadend, twolame, tz, uboot-tools, uclibc, udisks, ulogd,
838         upmpdcli, upx, urg, usb_modeswitch, usbmount, usbredir,
839         usbutils, util-linux, valgrind, vde2, vim, vlc, vo-aacenc,
840         vorbis-tools, vpnc, vsftpd, vtun, wayland, webkit, webp,
841         webrtc-audio-processing, weston, wget, whois, wireless-regdb,
842         wireshark, wpa_supplicant, wvstreams, x11r7, x11vnc,
843         xapp_xcalc, xapp_xdm, xapp_xdpyinfo, xapp_xf86dga, xapp_xfs,
844         xapp_xinit, xapp_xkbevd, xapp_xmh, xapp_xrandr, xapp_xsm,
845         xbmc, xbmc-pvr-addons, xcb-proto, xcursor-transparent-theme,
846         xdriver_xf86-input-mouse, xdriver_xf86-video-{ast,intel},
847         xdriver_xf86-video-vmware, xenomai, xerces,
848         xfont_font-adobe-{100,75}dpi,
849         xfont_font-adobe-utopia-{100dpi,75dpi,type1},
850         xfont_font-alias, xfont_font-arabic-misc,
851         xfont_font-bh-100dpi, xfont_font-bh-75dpi,
852         xfont_font-bh-lucidatypewriter-100dpi,
853         xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
854         xfont_font-bh-type1, xfont_font-bitstream-100dpi,
855         xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
856         xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
857         xfont_font-daewoo-misc, xfont_font-dec-misc,
858         xfont_font-ibm-type1, xfont_font-isas-misc,
859         xfont_font-jis-misc, xfont_font-micro-misc,
860         xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
861         xfont_font-misc-meltho, xfont_font-misc-misc,
862         xfont_font-mutt-misc, xfont_font-schumacher-misc,
863         xfont_font-screen-cyrillic, xfont_font-sony-misc,
864         xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
865         xfont_font-xfree86-type1, xfsprogs, xinetd, xkeyboard-config,
866         xlib_libdmx, xlib_libFS, xlib_libpciaccess, xlib_libSM,
867         xlib_libX11, xlib_libXaw, xlib_libXext, xlib_libXfont,
868         xlib_libXi, xlib_libXinerama, xlib_libXrandr, xlib_libXrender,
869         xlib_libXres, xlib_libXScrnSaver, xlib_libXt, xlib_libXv,
870         xlib_libXvMC, xlib_libXxf86dga, xlib_libXxf86vm, xmlstarlet,
871         xproto_xcmiscproto, xproto_xextproto, xscreensaver,
872         xserver_xorg-server, xterm, xz, zeromq, zlib, zlog, zmqpp,
873         znc, zsh, zxing
874
875         New packages: adwaita-icon-theme, am335x-pru-package,
876         bcache-tools, biosdevname, botan, canfestival, clamav,
877         cppunit, dos2unix, dovecot, dovecot-pigeonhole, getent, glm,
878         gst1-validate, hicolor-icon-theme, ipmitool, leafnode2,
879         libdvbcsa, libgtk3, libphidget, libshout, libunistring,
880         libupnpp, mesa3d-demos, modplugtools, mono, monolite, mp4v2,
881         netcat-openbsd, nginx, odhcploc, openvmtools,
882         phidgetwebservice, pps-tools, pure-ftpd,
883         python-configshell-fb, python-rtslib-fb, python-urwid, qlibc,
884         qt5location, shairport-sync, spidev_test, targetcli-fb,
885         tinyalsa, trinity, x264, yaml-cpp, ympd
886
887         Removed packages: libelf
888
889         Issues resolved (http://bugs.uclibc.org):
890
891         #261: New package: wxWidgets
892         #325: New package: ratpoison
893         #405: New package: OpenVZ tools
894         #1309: New package: rdiff-backup
895         #3427: New package: nginx
896         #3655: New package: libav
897         #3991: New Package: open-vm-tools (Vmware Tools)
898         #6878: dmraid: disabled on ARC
899         #6950: Full unicode support in ncurses
900         #7010: jamvm builds and runs fine under mips (be)
901         #7088: elfutils on Blackfin doesn't build
902         #7142: ecryptfs needs getent to run
903         #7280: CMake toolchain file uses the FORCE attribute on CMAKE_CXX_FLAGS
904         #7346: [2014.08rc3] vim-8ae50e3ef8bf.tar.gz can not be downloaded, ...
905         #7352: [2014.08-rc3] diffutils-3.3 failed on building
906         #7358: rpi-userland: linking with bcm_host doesn't give vc_dispmanx_*
907         #7364: monit builds a static application, even though BR2_PREFER_...
908         #7370: ngrep - requires --with-pcap-includes fully defined to find...
909         #7442: rootfs remount does not work as expected with sysvinit
910         #7448: Having export MACHINE="something" breaks glibc build on IMX6...
911         #7568: musl buildroot-toolchain does not put libgcc_s.so.1 into place
912         #7574: quota-4.01 fails to build statically
913
914 2014.08, Released September 1st, 2014
915
916         Minor manual fixes/additions.
917
918         Updated/fixed packages: btrfs-progs, cmake, cppcms, exim,
919         lftp, libdaemon, libev, libgpgme, libiqrf, libnl, libplist,
920         libroxml, libwebsockets, mesa3d, mpd, mtdev2tuio, musepack,
921         perl-gd, php-geoip, php-gnupg, php-imagick, php-memcached,
922         php-ssh2, php-yaml, php-zmq, polarssl, ruby, systemd, taglib,
923         uboot-tools, upmpdcli, webkit, xapp_xfs, xapp_luit,
924         xscreensaver, yajl
925
926         Issues resolved (http://bugs.uclibc.org):
927
928         #7346: vim-8ae50e3ef8bf.tar.gz can not be downloaded, 404 not found
929
930 2014.08-rc3, Released August 26th, 2014
931
932         Minor fixes.
933
934         User manual update / restructuring.
935
936         Updated/fixed packages: cairo, ecryptfs-utils, gettext,
937         gstreamer, gstreamer1, gutenprint, icu, imagemagick, jack2,
938         lbreakout2, libevas-generic-loaders, libftdi, libinput,
939         libtorrent, ltris, msgpack, ntp, php, procps-ng, pulseaudio,
940         thrift, tvheadend, usb_modeswitch, xmlstarlet,
941
942         Issues resolved (http://bugs.uclibc.org):
943
944         #7136: ecryptfs-utils needs gettext to run when glibc/eglibc...
945         #7322: libgomp dependency issue with imagemagick
946         #7328: Git dl of versions in x/y broken
947
948 2014.08-rc2, Released August 18th, 2014
949
950         Fixes all over the tree.
951
952         User manual restructured / reworked.
953
954         Toolchain: Fix for C++ exceptions / pthread_exit() on
955         uClibc/glibc, C++-11 features with uClibc.
956
957         Updated/fixed packages: bandwidthd, bluez5_utils, empty,
958         espeak, fbv, ffmpeg, gd, gnupg2, gst1-plugin-good, iftop,
959         infozip, libcuefile, libeml, libnftl, localedef, ltrace,
960         matchbox, mpd, network-manager, nftables, ngrep, nut, openssl,
961         oprofile, perl, perl-net-ssleay, postgresql, pppd, procps-ng,
962         qt, subversion, synergy, systemd, tar, tftpd, webkit,
963         xapp_rstart, xbmc, xbmc-pvr-addons
964
965         Issues resolved (http://bugs.uclibc.org):
966
967         #7124: Use BR toolchain externally results a non-bootable...
968         #7208: Glibc C++ aplications crash if they use exceptions
969         #7250: Cannot build with -std=c++11
970         #7262: Generating locale en_US.UTF-8 fails on 64bit fedora..
971         #7286: systemd 215 doesn't build
972
973 2014.08-rc1, Released August 8th, 2014
974
975         Fixes all over the tree and new features.
976
977         Architecture: Powerpc64 BE/LE added, AVR32 deprecated.
978         Improved altivec / SPE /atomic instructions
979         handling. Additional PowerPC CPU variants added.
980
981         Defconfigs: Atmel SAMA5D3, Congatec QMX6, Lego ev3, TS-5x00,
982         qemu-system-xtensa, qemu-aarch64-virt added. A number of
983         tweaks to existing ones. lpc32xx defconfigs removed.
984
985         Toolchain: Microblaze support for internal musl toolchain.
986         Default to GCC 4.8 for internal toolchain, remove deprecated
987         4.3 and 4.6 versions.
988         External CodeSourcery / Linaro toolchain updates, option to
989         copy gconv libraries for external toolchains.
990
991         Infrastructure: graph-depends: misc fixes, transitive
992         dependencies are not drawn by default. Download handling is
993         now done using helper scripts. Integrity of downloads can now
994         be verified using sha* hashes. Subversion download now uses
995         peg revisions for robustness.
996         Legal-info: License info of local or overridden packages are
997         saved as well. Toolchain packages are also taken into account.
998         autotools: Static linking with libtool / v1.5 improvements.
999         Gettextize support, similar to autoreconf.
1000         kconfig package infrastructure added.
1001
1002         Misc: Version selection for busybox dropped.
1003
1004         Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
1005         alsamixergui, argus, armadillo, at, atftp, atk, avahi,
1006         avrdude, axel, b43-firmware, b43-fwcutter, bandwidthd, bc,
1007         bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
1008         bmon, boa, bonnie, bootutils, bsdiff, btrfs-progs, bustle,
1009         busybox, bwm-ng, bzip2, ca-certificates, cairo, can-utils,
1010         ccache, ccrypt, chrony, cifs-utils, classpath, cloog, cmake,
1011         collectd, connman, coreutils, cosmo, cppcms, cramfs, crda,
1012         cryptodev-linux, cryptodev, ctorrent, cvs, dbus-cpp,
1013         dbus-glib, dbus-python, dbus, dcron, dejavu, devmem2,
1014         dfu-util, dhcp, dhcpcd, dhcpdump, dhrystone, dialog, dillo,
1015         distcc, dmidecode, dmraid, dnsmasq, doom-wad, dropbear,
1016         dropwatch, dsp-tools, dtv-scan-tables, dvb-apps, e2fsprogs,
1017         e2tools, eeprog, eigen, elf2flt, elftosb, enlightenment,
1018         enscript, espeak, ethtool, eudev, evemu, exim, expedite,
1019         explorercanvas, ezxml, faifa, fan-ctrl, fconfig, feh,
1020         fetchmail, ffmpeg, fftw, file, fio, fis, flann, flashrom,
1021         flex, flot, fltk, fontconfig, freerdp, freescale-imx,
1022         freetype, ftop, gcc, gd, gdb, genimage, genromfs, gettext,
1023         giblib, glib-networking, glibc, gmp, gnupg, gnutls, gpm, gpsd,
1024         gptfdisk, gpu-viv-bin-imx6q, gqview, grantlee, gst-ffmpeg,
1025         gst-fsl-plugins, gst1-libav, gst1-plugins-bad,
1026         gst1-plugins-ugly, gtk2-engines, gtk2-theme-hicolor, gtkperf,
1027         gvfs, haserl, hdparm, hostapd, httping, i2c-tools, icu,
1028         imagemagick, imx-lib, inadyn, inotify-tools, input-tools,
1029         ipkg, iproute2, iputils, irda-utils, iw, jack2, jpeg, jquery,
1030         jquery-keyboard, jquery-mobile, jquery-validation, jsmin, kbd,
1031         kexec, kmod, knock, latencytop, lcdapi, leafpad, lesstif,
1032         lftp, libaio, libarchive, libargtable2, libart, libatasmart,
1033         libatomic_ops, libbsd, libcap-ng, libcec, libcgicc, libcgroup,
1034         libconfuse, libcurl, libdrm, libdvdnav, libdvdread,
1035         libeXosip2, libedit, liberation, libesmtp, libev, libevas,
1036         libevdev, libevent, libfcgi, libffi, libfreefare, libfslcodec,
1037         libfslparser, libfslvpuwrap, libgail, libgcrypt, libglade,
1038         libglib2, libgpgme, libgtk2, libhid, libical, libiconv,
1039         libiqrf, libjpeg, liblog4c-localtime, libmbus, libmicrohttpd,
1040         libmms, libndp, libnftnl, libnl, libnspr, libnss, liboauth,
1041         libpcap, libpng, libpthsem, libqmi, libraw, libraw1394,
1042         librsvg, libsoc, libsoup, libsvgtiny, libsysfs, libtasn1,
1043         libtirpc, libtorrent, libusb, libv4l, libwebsockets, libxcb,
1044         libxml2, libyaml, links, linux-firmware, linux-fusion,
1045         linux-headers, linux-pam, lite, live555, lm-sensors,
1046         lockfile-progs, lpc3250loader, lshw, lsof, lsuio, ltrace,
1047         ltris, lua-messagepack, luainterpreter, luajit, luaposix,
1048         luarocks, lvm2, lxc, lz4, lzo, make, makedevs, mdadm,
1049         mediastreamer, mesa3d, metacity, minidlna, mkpasswd,
1050         modem-manager, mongoose, mpd, mpg123, msgpack, mtd, mtools,
1051         mtr, musepack, musl, mysql, nano, nasm, nbd, ncurses, ndisc6,
1052         netatalk, netplug, network-manager, nftables, ngircd, nodejs,
1053         nss-mdns, ntp, nut, olsr, open2300, opencv, openntpd, openocd,
1054         openpgm, openpowerlink, openssh, openssl, openswan, openvpn,
1055         opkg, oprofile, opus-tools, orc, p910nd, pango, parted,
1056         pax-utils, pcmanfm, perf, perl, perl-module-build, php,
1057         pixman, pkgconf, poco, polarssl, popt, portmap, postgresql,
1058         prboom, protobuf-c, proxychains-ng, psmisc, psplash, ptpd2,
1059         python,
1060         python-{bottle,dpkt,id3,mad,msgpack,nfc,pygame,pyzmq,simplejson},
1061         python3, qhull, qt, qt5base, qt5connectivity, qt5declarative,
1062         qt5graphicaleffects, qt5multimedia, qt5quickcontrols,
1063         qt5sensors, qt5svg, qt5webkit, quagga, quota, radvd, rdesktop,
1064         read-edid, rpcbind, rpi-firmware, rpi-userland, rpm,
1065         rsh-redone, rsync, rt-tests, rtmpdump, rtorrent, rubix, ruby,
1066         samba, samba4, sane-backends, sawman, sconeserver, setserial,
1067         sg3_utils, shared-mime-info, smartmontools, smcroute, snappy,
1068         socketcand, spawn-fcgi, sqlite, squashfs, squid, sredird,
1069         startup-notification, statserial, strongswan, stunnel,
1070         sunxi-mali, supervisor, synergy, sysklogd, sysprof, sysstat,
1071         systemd, tcpdump, tcpreplay, texinfo, thrift, thttpd, ti-gfx,
1072         ti-utils, tinyhttpd, torsmo, trace-cmd, transmission, tslib,
1073         tstools, tvheadend, tzdata, uboot-tools, uclibc, udev,
1074         udpcast, usb_modeswitch, usbmount, util-linux, valgrind, vim,
1075         vlc, w_scan, wayland, webrtc-audio-processing, weston, wget,
1076         wireless-regdb, wireless_tools, wireshark, wpa_supplicant,
1077         xapp_{twm,xconsole,xcursorgen,xedit,xfs,xinit,xrandr},
1078         xdriver_xf86-video-intel, xlib_lib{FS,ICE,Xext,Xfont,Xft,Xi},
1079         xproto_fontsproto, xproto_inputproto, xserver_xorg-server,
1080         x11vnc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons, xterm, xvkbd,
1081         xz
1082
1083         New packages: flickcurl, fmc, fmlib, geoip, gnupg2,
1084         google-breakpad, imx-vpu, isl, kexec-lite, libglew, libglu,
1085         libinput, libksba, libmemcached, libmpdclient, librtlsdr,
1086         libuv, libva, libva-intel-driver, linux-zigbee, memcached,
1087         mpdecimal, ncmpc, opencore-amr, patchelf, perl-datetime-tiny,
1088         perl-gd, perl-gdgraph, perl-gdtextutil, perl-io-socket-ssl,
1089         perl-json-tiny, perl-mojolicious, perl-net-ssleay,
1090         perl-path-tiny, perl-try-tiny, perl-xml-libxml,
1091         perl-xml-namespacesupport, perl-xml-sax, perl-xml-sax-base,
1092         php-geoip, php-memcached, pifmrds, pinentry, powerpc-utils,
1093         procps-ng, pwgen, python-cffi, python-daemon, python-flup,
1094         python-ipython, python-numpy, qt5enginio, qt5webkit-examples,
1095         qt5websockets, simicsfs, sispmctl, sox, sshpass, tclap,
1096         twolame, upmpdcli, whois, xlib_libxshmfence, xproto_dri3proto
1097
1098         Removed packages: procps
1099
1100         Issues resolved (http://bugs.uclibc.org):
1101
1102         #5750: Doing a Buildroot build from /usr doesn't work
1103         #5900: config flags to the Xenomai build system
1104         #6230: Cannot compile gcc without threads (uClibc-based)
1105         #6626: procps Unknown HZ value! (XX) Assume 100
1106         #7118: Package "thrift" requires atomic operations
1107         #7154: Local uClibc config file gets overwritten using ...
1108         #7160: host-xz not built
1109         #7166: hostapd: segfault when using RT5370
1110         #7172: Name collision of rpath token expansion and internal..
1111         #7178: NTPd package cannot sync time without a proper ntp.conf
1112         #7184: supervisord depends on libxml2 implicitly
1113         #7196: Unable to build on UBUNTU13.10
1114         #7268: python 2.7 compilation issue on a Debian/Ubuntu ...
1115
1116 2014.05, Released May 31st, 2014
1117
1118         Minor fixes.
1119
1120         Minor manual fixes. U-Boot now defaults to spl/u-boot-spl.bin
1121         for the spl file.
1122
1123         Updated/fixed packages: exim, glibc, gnutls, libfribidi,
1124         qt5base, qt5webkit, sysklogd, thrift, u-boot
1125
1126 2014.05-rc3, Released May 28th, 2014
1127
1128         Minor fixes.
1129
1130         Updated/fixed packages: acl, attr, connman, dosfstools,
1131         dropbear, dvb-apps, exim, flite, gdb, httping, hwdata,
1132         lesstif, libnss, libv4l, lttng-babeltrace, midori, monit,
1133         mplayer, php, python2, rdesktop, rpi-userland, ruby, samba,
1134         samba4, slang, xbmc
1135
1136         Issues resolved (http://bugs.uclibc.org):
1137
1138         #7100: license info for package 'acl' missing
1139         #7106: license info for package 'attr' missing
1140         #7112: license info for package 'hwdata'
1141
1142 2014.05-rc2, Released May 21st, 2014
1143
1144         Fixes all over the tree.
1145
1146         Stripping using sstrip has been deprecated.
1147
1148         BR2_EXTERNAL can now also be used to implement custom
1149         filesystem types.
1150
1151         The newly added BR2_GRAPH_DEPTH variable to limit the depth of
1152         the generated dependency graph has been renamed to
1153         BR2_GRAPH_DEPS_OPTS, so additional options can be supported in
1154         the future.
1155
1156         The virtual package infrastructure will now error out early
1157         if multiple packages providing the same virtual package has
1158         been enabled (E.G. opengl). This change requires that the
1159         packages explicitly declare what virtual package(s) they
1160         provide.
1161
1162         Updated/fixed packages: acpid, armadillo, avahi, bellagio,
1163         btrfs-progs, cairo, clapack, directfb, duma, ecryptfs-utils,
1164         elfutils, eudev, fbgrab, fio, flann, fluxbox, gdb, gpm,
1165         gpu-viv-bin-mx6q, gst1-plugins-good, gst-plugins-good,
1166         imagemagick, iprutils, ipsec-tools, jack2, libdvdnav,
1167         libdvdread, libnss, libunwind, linux-headers, lsof, lua,
1168         luajit, matchbox-keyboard, mesa3d, mpd, mplayer, mtr, mysql,
1169         netsnmp, nodejs, openpowerlink, openvpn, pciutils,
1170         php-imagick, postgresql, pulseaudio, qt5quick1, rpi-userland,
1171         rsyslog, samba, samba4, sane-backends, sunxi-mali, systemd,
1172         ti-gfx, tstools, udev, webkit, wpa_supplicant, xbmc,
1173         xlib_libXpm, xserver_xorg-server, zyre
1174
1175         Issues resolved (http://bugs.uclibc.org):
1176
1177         #5396: Boot hangs when starting samba if BR2_ENABLE_LOCALE...
1178         #7016: Git issues in resulting buildroot tar
1179         #7094: pciutils doesn't build on Blackfin
1180
1181 2014.05-rc1, Released May 13th, 2014
1182
1183         Fixes all over the tree and new features.
1184
1185         Architectures: Support for MIPS o32 ABI on MIPS-64 targets has
1186         been removed. Building o32 ELF files for MIPS64 is an exotic
1187         configuration that nobody should be using. If o32 is required,
1188         then is better if it's built for MIPS 32-bit cores so only
1189         32-bit instructions will be used leading to a more efficient
1190         o32 usage.
1191         Support for the ARM A12 variant and Intel corei7.
1192
1193         Configs: Minnowboard and Altera SoCkit added, QEMU updates.
1194
1195         Bootloaders: Grub2 and gummiboot support, syslinux support
1196         extended.
1197
1198         Toolchains: GCC 4.9. Glibc 2.19. Support for the musl C
1199         library for internal and external toolchains. 4.8-R3 support
1200         for ARC, Internal toolchain support for Aarch64 and
1201         Microblaze. Environment variable to control debug output of
1202         toolchain wrapper renamed to BR2_DEBUG_WRAPPER to match the
1203         other variables. Toolchain tuple vendor name can now be
1204         customized. Updated external Linaro ARM/Aarch64
1205         toolchains. Added external Linaro ARMEB toolchain.
1206         A GDB gdbinit file is now generated for external toolchains to
1207         automatically set the correct sysroot.
1208
1209         Kconfig handling for minimum kernel headers version required
1210         for packages. Now packages needing specific kernel header
1211         features can specify these requirements in Kconfig.
1212
1213         Infrastructure: Support for (but disabled as it leads to
1214         unreproducible builds) toplevel parallel builds. See the
1215         comment at the top of Makefile for details about how to enable
1216         it and what the problems are if you want to test it.
1217         Python package infrastructure extended to support Python 3.x
1218         Perl and virtual package infrastructure support added.
1219         PRE_*_HOOKS support for all build steps.
1220
1221         Updated/fixed packages: acpid, agentpp, aiccu, apr, avahi,
1222         barebox, bash, beecrypt, bellagio, binutils, boost,
1223         boot-wrapper-aarch64, bustle, busybox, ca-certificates, cairo,
1224         ccache, ccid, cgilua, chrony, cifs-utils, civetweb, cmake,
1225         collectd, connman, coreutils, coxpcall, cppcms, cppzmq, crda,
1226         cryptodev, cryptsetup, cups, czmq, dbus, dhcpdump, directfb,
1227         dmalloc, dmraid, dnsmasq, dosfstools, dsp-tools, dtc,
1228         dvb-apps, ebtables, ecryptfs-utils, eigen, erlang, ethtool,
1229         evemu, evtest, f2fs-tools, fdk-aac, feh, ffmpeg, file, filemq,
1230         flac, flot, fmtools, fping, freetype, fswebcam, gcc, gd, gdb,
1231         gettext, giblib, git, glibc, glibmm, glib-networking, gmp,
1232         gnutls, gpm, gpsd, gpu-viv-bin-mx6q, grep, gst1-libav,
1233         gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
1234         gst1-plugins-ugly, gst-ffmpeg, gst-fsl-plugins, gst-omx,
1235         gst-plugins-good, gstreamer1, gvfs, harfbuzz, haveged,
1236         hostapd, htop, httping, ifplugd, iftop, igmpproxy,
1237         imagemagick, imlib2, imx-lib, infozip, intltool, iproute2,
1238         ipsec-tools, ipset, jansson, jpeg, jpeg-turbo, jquery,
1239         jquery-keyboard, jquery-ui, jquery-ui-themes, json-glib,
1240         json-javascript, kexec, kmod, lame, lbase64, lbreakout2,
1241         lcdproc, lftp, libao, libatasmart, libatomic_ops, libcap,
1242         libcdio, libcec, libcgicc, libcgroup, libcurl, libdrm,
1243         libdvdnav, libdvdread, libegl, libeio, libenca, libesmtp,
1244         libevas, libevdev, libfribidi, libfslcodec, libfslparser,
1245         libfslvpuwrap, libgail, libgles, libglib2, libgtk2, libhid,
1246         libjpeg, libmbim, libmicrohttpd, libmodplug, libnftnl,
1247         libnspr, libogg, libopenmax, libopenvg, libpcap, libplayer,
1248         libpng, libpthread-stubs, librsvg, libsigsegv, libsocketcan,
1249         libsoup, libtasn1, libtool, libtpl, libunwind, liburcu,
1250         libusb, libwebsockets, libxcb, libxml2, libxmlpp, libyaml,
1251         lighttpd, linphone, linux-firmware, linux-headers, ljsyscall,
1252         lmbench, lsof, ltp-testsuite, ltris, lttng-babeltrace,
1253         lttng-libust, lttng-modules, lttng-tools, lua, lua-cjson,
1254         luacrypto, lua-ev, luaexpat, luaexpatutils, luafilesystem,
1255         luainterpreter, luajit, lua-msgpack-native, luaposix,
1256         luarocks, luasec, luasocket, luasql-sqlite3, lvm2, macchanger,
1257         memstat, mesa3d, metacity, minidlna, mmc-utils,
1258         mobile-broadband-provider-info, modem-manager, mongrel2,
1259         monit, mpd, mplayer, msmtp, mtd, mtools, mutt, mysql, nasm,
1260         ncurses, ne10, netatalk, netsnmp, nettle, network-manager,
1261         newt, nfs-utils, nmap, nodejs, ntfs-3g, ntp, nut, ofono, ola,
1262         olsr, omniorb, opencv, opengl, openpgm, openssh, openssl,
1263         openswan, openvpn, orbit, orc, p11-kit, pango, parted,
1264         pciutils, pcre, pcsc-lite, perf, perl, perl-xml-parser, php,
1265         picocom, pixman, pkgconf, poppler, popt, portmap, powervr,
1266         pppd, pptp-linux, proftpd, protobuf, protobuf-c, ptpd2,
1267         pulseaudio, python, python3, python-bottle, python-m2crypto,
1268         python-netifaces, python-pyasn, python-pycrypto,
1269         python-pygame, python-pysnmp, python-pysnmp-apps,
1270         python-pysnmp-mibs, python-serial, python-setuptools,
1271         qextserialport, qt, qt5, qt5base, qt5connectivity,
1272         qt5declarative, qt5graphicaleffects, qt5imageformats,
1273         qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
1274         qt5sensors, qt5serialport, qt5svg, qt5webkit, qt5x11extras,
1275         qt5xmlpatterns, qtuio, qwt, radvd, readline, rings,
1276         rpi-firmware, rpi-userland, rsh-redone, rsync, rsyslog, rtai,
1277         rtmpdump, rt-tests, ruby, samba, sconeserver, scons, sdl,
1278         sdl_image, sdl_mixer, sg3_utils, slang, smstools3, snmppp,
1279         socat, speex, sqlcipher, sqlite, squashfs, squid, strongswan,
1280         stunnel, sunxi-boards, sunxi-mali, sunxi-tools, sylpheed,
1281         syslinux, sysstat, systemd, taglib, tcl, tcllib, tcpreplay,
1282         tidsp-binaries, ti-gfx, tmux, tvheadend, tzdata, uboot,
1283         uboot-tools, uclibc, udev, udisks, ulogd, usb_modeswitch,
1284         usb_modeswitch_data, usbmount, util-linux, valgrind, vlc,
1285         webkit, weston, wget, wireshark, wpa_supplicant, wsapi,
1286         w_scan, xapp_appres, xapp_bdftopcf, xapp_beforelight,
1287         xapp_bitmap, xapp_editres, xapp_fslsfonts, xapp_fstobdf,
1288         xapp_iceauth, xapp_ico, xapp_mkfontscale, xapp_rgb,
1289         xapp_rstart, xapp_sessreg, xapp_showfont, xapp_twm,
1290         xapp_viewres, xapp_xauth, xapp_xbacklight, xapp_xcalc,
1291         xapp_xclock, xapp_xditview, xapp_xdpyinfo, xapp_xdriinfo,
1292         xapp_xev, xapp_xfd, xapp_xfontsel, xapp_xfs, xapp_xfsinfo,
1293         xapp_xgc, xapp_xhost, xapp_xinit, xapp_xkbutils, xapp_xkill,
1294         xapp_xload, xapp_xlsclients, xapp_xlsfonts, xapp_xmag,
1295         xapp_xman, xapp_xmessage, xapp_xmodmap, xapp_xprop,
1296         xapp_xrandr, xapp_xrdb, xapp_xrefresh, xapp_xset,
1297         xapp_xsetroot, xapp_xsm, xapp_xstdcmap, xapp_xvidtune,
1298         xapp_xvinfo, xapp_xwd, xapp_xwininfo, xcb-util-wm,
1299         xdriver_xf86-input-evdev, xdriver_xf86-input-joystick,
1300         xdriver_xf86-input-keyboard, xdriver_xf86-input-mouse,
1301         xdriver_xf86-input-synaptics, xdriver_xf86-input-vmmouse,
1302         xdriver_xf86-video-ark, xdriver_xf86-video-ast,
1303         xdriver_xf86-video-ati, xdriver_xf86-video-cirrus,
1304         xdriver_xf86-video-dummy, xdriver_xf86-video-fbdev,
1305         xdriver_xf86-video-geode, xdriver_xf86-video-glide,
1306         xdriver_xf86-video-glint, xdriver_xf86-video-i128,
1307         xdriver_xf86-video-intel, xdriver_xf86-video-mach64,
1308         xdriver_xf86-video-mga, xdriver_xf86-video-neomagic,
1309         xdriver_xf86-video-newport, xdriver_xf86-video-nv,
1310         xdriver_xf86-video-openchrome, xdriver_xf86-video-r128,
1311         xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
1312         xdriver_xf86-video-sis, xdriver_xf86-video-tdfx,
1313         xdriver_xf86-video-tga, xdriver_xf86-video-trident,
1314         xdriver_xf86-video-vesa, xdriver_xf86-video-vmware,
1315         xdriver_xf86-video-voodoo, xenomai, xerces, xl2tp, xlib_libFS,
1316         xlib_xtrans, xproto_xproto, xserver_xorg-server,
1317         xutil_util-macros, zeromq, zic, zmqpp, zyre
1318
1319         New packages: armadillo, btrfs-progs, clapack, cosmo, dado,
1320         dbus-triggerd, dtv-scan-tables, e2tools, eudev, exim, expect,
1321         fetchmail, flann, flite, gnu-efi, grub2, gummiboot, heimdal,
1322         iprutils, iptraf-ng, jack2, jquery-mobile, libee, libestr,
1323         libgc, libgl, liblogging, libndp, libsoxr, libstrophe,
1324         libubox, libuci, libxmlrpc, ljlinenoise, lpeg, lpty, lrandom,
1325         lsqlite3, lua-coat, lua-coatpersistent, lua-csnappy, luajson,
1326         lualogging, lua-messagepack, lua-testmore, lunit, lzip, lzlib,
1327         musl, nftables, opentyrian, opentyrian-data,
1328         perl-module-build, php-gnupg, php-imagick, php-ssh2, php-yaml,
1329         php-zmq, postgresql, python-libconfig, python-pypcap,
1330         python-pyrex, qdecoder, qhull, samba4, smack, tz, tzdump, ucl,
1331         upx, vo-aacenc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons,
1332         yaffs2utils, zlog, znc
1333
1334         Removed packages: crosstool-ng, python-distutilscross, vala
1335
1336         Issues resolved (http://bugs.uclibc.org):
1337
1338         #6842: Checking external toolchain for eabihf
1339         #6956: Packaging libsoxr
1340         #6986: Make legal-info fails on uboot versions before 2014.01
1341         #6992: Incorrect installation rights on external kernel module..
1342
1343 2014.02, Released February 27th, 2014
1344
1345         Minor fixes.
1346
1347         Updated/fixed packages: cegui06, cppdb, e2fsprogs, gcc, gdb,
1348         gst1-plugins-bad, gstreamer, gstreamer1, haserl, imagemagick,
1349         libpng, libxml2, lua, luajit, luarock, ncftp, openswan,
1350         pcsc-lite, qt5connectivity, ramsmp, strongswan, vlc
1351
1352         Issues resolved (http://bugs.uclibc.org):
1353
1354         #6938: mkuser script generates wrong password for new user in..
1355
1356 2014.02-rc3, Released February 25th, 2014
1357
1358         Minor fixes.
1359
1360         Updated/fixed packages: aiccu, ala-lib, alsa-utils, binutils,
1361         cairo, coreutils, dhcpcd, distcc, efl, evas, iputils, gdb,
1362         gpsd, gst-fsl-plugins, icu, libcec, libcgi, libplayer,
1363         libsecret, libsepol, libsigsegv, libtool, libv4l,
1364         linux-headers, matchbox-lib, mpg123, ncftp, opencv, pcmanfm,
1365         pixman, pv, qt, rt-tests, sawman, sconeserver, sdl, thrift,
1366         tvheadend, util-linux, webkit, xscreensaver
1367
1368         Issues resolved (http://bugs.uclibc.org):
1369
1370         #4706: Removing .stamp_target_installed does not trigger...
1371         #5030: busybox built fails if we use an override src dir...
1372         #5420: Dbus and /var/run management
1373         #5768: Not able to build ALSA-Lib for static build
1374         #5774: Not able to build ALSA-Utils for static build
1375         #6542: external python modules fail to compile to pyc if...
1376         #6764: Support for kernel signed modules
1377         #6794: Busybox compiled from buildroot hangs on pass from...
1378
1379 2014.02-rc2, Released February 20th, 2014
1380
1381         Fixes all over the tree. Static linking / nommu fixes and
1382         annotations for several packages.
1383
1384         Updated/fixed packages: boost, busybox, collectd, coreutils,
1385         dropbear, elfutils, feh, gcc, gst1-libav, imagemagick, iozone,
1386         jimtcl, kexec, libvncserver, lvm2, lxc, mplayer, netsnmp, nut,
1387         opencv, python, python3, qtuio, systemd, thrift, transmission,
1388         uclibc, vlc, webkit
1389
1390         Issues resolved (http://bugs.uclibc.org):
1391
1392         #5450: AT91SAM9260 Bootstrap compilation problem
1393         #5582: libiconv 1.14 failed to build
1394         #5624: When building directfb, BR2_TARGET_LDFLAGS not used by..
1395         #5852: [2012.11] usb_modeswitch should depends of "BR2_PACK..
1396         #6218: binutils-2.23.2/gas fails with undefined reference to..
1397         #6236: binutils-2.23.2/bfd fails with undefined reference to..
1398         #6470: If the build directory is a child of /usr, the build..
1399         #6776: systemd error: static declaration of 'execvpe' follows..
1400         #6818: toolchainfile.cmake has absolut path references
1401
1402 2014.02-rc1, Released February 11th, 2014
1403
1404         Fixes all over the tree and new features.
1405
1406         Support for external packages/defconfigs (BR2_EXTERNAL). See
1407         user manual for details.
1408
1409         Cleanup of environment variable names for consistency. The
1410         download directory location override (BUILDROOT_DL_DIR) is now
1411         called BR2_DL_DIR. Likewise the name of the current .config is
1412         renamed from BUILDROOT_CONFIG to BR2_CONFIG. Please update
1413         your post build scripts if you use this! BUILD_DIR is now also
1414         exported to the post build/image scripts.
1415
1416         Toolchain: GCC 4.8 fix for ARM stack corruption, reverted
1417         uClibc pread/pwrite backport as they cause issues on certain
1418         architectures, new Linaro and Sourcery Codebench toolchains.
1419         x86: Support for AMD Jaguar cores, SSE4.x, SH: SH2/SH3/SH3EB
1420         variants removed, Microblaze: Internal toolchain support
1421
1422         Legal infrastructure: Info is now split between host and
1423         target packages, large number of license annotations.
1424
1425         Lua: selection between lua 5.1 / 5.2, luarocks support
1426
1427         Python: package infrastructure, many new packages.
1428
1429         Defconfigs: Armadeus APF51 + Zedboard added, apf27, apf28,
1430         beaglebone, microblaze, pandaboard, qemu, raspberry pi
1431         updated.
1432
1433         Updated/fixed packages: aiccu, alsa-lib, alsa-utils,
1434         am33x-cm3, aumix, autoconf, automake, barebox, bellagio,
1435         berkeleydb, binutils, bison, blackbox, bluez_utils, boost,
1436         bustle, busybox, cairo, can-utils, ccache, ccid, cgilua,
1437         cifs-utils, civetweb, cmake, collectd, connman, copas,
1438         coreutils, coxpcall, cppzmq, cramfs, crda, cryptodev-linux,
1439         cryptsetup, cups, czmq, dhcpcd, dhcpdump, dhrystone, dialog,
1440         dmraid, dnsmasq, dosfstools, dropbear, dropwatch, dtc, duma,
1441         dvb-apps, e2fsprogs, eglibc, eigen, elf2flt, erlang, ethtool,
1442         f2fs-tools, ffmpeg, file, filemq, fio, flashrom, flex,
1443         fluxbox, fontconfig freerdp, freetype, gadgetfs-test, gawk,
1444         gcc, gdb, gdbm, gettext, git, glibc, gnupg, gnutls, gob2,
1445         gpsd, grep, grub, gst-ffmpeg, gst-plugins-good,
1446         gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
1447         gst1-plugins-ugly, gstreamer, gstreamer1, gtest, icu, iftop,
1448         imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw,
1449         jpeg, jpeg-turbo, jq, kexec, kmod, knock, lbase64, lcdapi,
1450         lftp, libcdaudio, libcgi, libcgicc, libcuefile, libcurl,
1451         libdmtx, libdrm, libdvdnav, libdvdread, libegl, libevent,
1452         libexif, libfcgi, libfreefare, libgles, libglib2, libllcp,
1453         libmicrohttpd, libmpd, libnfc, libnl, libnss, libopenmax,
1454         libopenvg, libpcap, libpfm4, libplayer, libpng, libqmi,
1455         libreplaygain, libroxml, libsamplerate, libsexy, libsigsegv,
1456         libsndfile, libsoc, libtasn1, libtorrent, libtpl, libupnp,
1457         libusb, libusb-compat, libvorbis, libxcb, libxml2, libxmlpp,
1458         libyaml, lighttpd, linknx, linux-firmware, linux-pam, live555,
1459         lm_sensors, lmbench, lockdev, logrotate, lrzsz, ltrace, lua,
1460         lua-ev, lua-msgpack-native, luabitop, luaexpat, luaexpatutils,
1461         luafilesystem, luajit, luaposix, luasec, luasocket,
1462         luasql-sqlite3, m4, matchbox, mdadm, minicom, mongrel2, mpc,
1463         mpd, mpg123, mplayer, mtd, mysql, lvm2, mxml, ncurses, ne10,
1464         neard, neardal, netsnmp, netstat-nat, network-manager, nodejs,
1465         numactl, ofone, ola, olsr, omniorb, open2300, opencv,
1466         openpowerlink, openssh, openssl, openvpn, oprofile, opus,
1467         opus-tools, orbit, p11-kit, parted, pcre, pcsc-lite, perl,
1468         php, poco, poppler, powervr, protobuf-c, psplash, python,
1469         python-bottle,
1470         python-{crc16,distutilscross,dpkt,id3,ipy,m2crypto,mad,meld},
1471         python-{netifaces,nfc,protobuf,pygame,pyparsing,pyro,pyzmq},
1472         python-{serial,setuptools}, qt, qt5base, qt5connectivity,
1473         qt5declarative, qt5graphicaleffects, qt5jsbackend,
1474         qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
1475         qt5webkit, radvd, redis, rings, rng-tools, rpcbind,
1476         rpi-firmware, rpi-userland, rt-tests, sam-ba, samba, sawman,
1477         sconeserver, scons, sdl, sg3_utils, snappy, snmppp,
1478         socketcand, spice, spice-protocol, sqlcipher, sqlite, squid,
1479         sshfs, strace, subversion, sunxi-mali, supervisor, sysklogd,
1480         sysprof, sysstat, systemd, sysvinit, taglib, tar, tcpdump,
1481         ti-gfx, ti-utils, tinymembench, tn5250, trace-cmd,
1482         transmission, tvheadend, tzdata, zxing, uboot, uboot-tools,
1483         uclibc, udev, udpcast, ulogd, urg, usb_modeswitch_data,
1484         util-linux, vala, valgrind, vorbis-tools, wavpack, wayland,
1485         weston, wget, wireless-regdb, wireshark, wpa_supplicant,
1486         wsapi, xavante, xapp_xdpyinfo, xapp_xrandr, xcb-proto,
1487         xdriver_xf86-video-intel, xenomai, xkeyboard-config, xl2tp,
1488         xlib_lib{FS,SM,X11},
1489         xlib_libX{au,aw,composite,cursor,damage,ext,fixes,font,i},
1490         xlib_libX{inerama,mu,pm,randr,render,res,t,tst,v,xf86dga},
1491         xlib_libXxf86vm, xlib_libdmx, xlib_libfontenc,
1492         xlib_libpciaccess, xlib_xtrans, xproto_dri2proto,
1493         xproto_{glproto,inputproto,presentproto,randrproto,videoproto},
1494         xproto_xextproto, xproto_xproto, xutil_util-macros,
1495         xutil_makedepend, zic, zmqpp, zxing, zsh, zyre
1496
1497         New packages: apitrace, avrdude, c-ares, ca-certificates,
1498         cwiid, dbus-cpp, evemu, fping, fswebcam, gpm, gst1-libav,
1499         haveged, intel-microcode, iucode-tools, jasper, joe, ktap,
1500         lbreakout2, libass, libbluray, libcdio, libenca, libevdev,
1501         libmbim, libmodplug, libnfs, libnftnl, libplist, libshairplay,
1502         libsocketcan, ljsyscall, log4cplus, ltris, luainterpreter,
1503         luarocks, minidlna, mmc-utils, modemmanager, mtr, net-tools,
1504         python-configobj, python-dialog, python-json-schema-validator,
1505         python-keyring, python-msgpack, python-posix-ipc,
1506         python-pyasn, python-pycrypto, python-pysnmp,
1507         python-pysnmp-apps, python-pysnmp-mibs, python-pyusb,
1508         python-simplejson, python-tornado, python-versiontools,
1509         rtmpdump, rtptools, smcroute, smstools3, tcpreplay, thrift,
1510         ti-uim, tinyxml, tmux, vlc, wmctrl, xconsole
1511
1512         Removed packages: autoconf, automake, ccache, cpanminus, lzma,
1513         netkitbase, netkittelnet, pkg-config, squashfs3, ttcp, xstroke
1514
1515         Issues resolved (http://bugs.uclibc.org):
1516
1517         #65:   new package: dbus c++ language bindings
1518         #769:  Update configuration menu for MIPS target
1519         #2419: Add a bundle of Lua modules
1520         #2629: Segmentation faults and division by zero in Grub on ext2
1521         #3811: Added auto-mount for USB and SD Card (mdev) (for 2011.05)
1522         #4339: Allow override of DL_DIR in extract step
1523         #4363: Make sure that copied linux and busybox defconfig are...
1524         #4454: There should be simple way to update image, when chang...
1525         #5024: grub fails to build for x86_64 target architecture
1526         #5066: New-Package: net-tools
1527         #5072: ncurses: add ncurses-progs to target
1528         #5294: uclibc build ignores target CFLAGS and LDFLAGS
1529         #5366: Login doesn't work with util-linux versions of login/agetty
1530         #5378: dropbear Makefile broken
1531         #5390: System banner - change to empty doesn't remove /etc/issue
1532         #5780: spurious build failure because it cannot remove ubinize.cfg
1533         #5798: ncurses-5.9 fails to compile statically
1534         #5810: Buildroot 2012.11: Additional GCC option "-msoft-float" ...
1535         #6080: Git fetch caching
1536         #6092: Bootable ISO image creation seems to have stopped working..
1537         #6272: coreutils build fails
1538         #6434: apply-patches.sh does not work recursively
1539         #6446: eglibc doesn't install ldconfig to target
1540         #6484: Add c-ares
1541         #6596: Slow bootup if mdev is chosen
1542         #6656: Build Qt5 with ccache
1543         #6662: internal compiler error: Segmentation fault during making..
1544         #6722: Usage of $($(PKG)_DIR_PREFIX) is an issue with linux package
1545         #6752: genext2fs: e2fsck must run before tunefs -U random
1546         #6770: openssl 1.0.1f fails with ccache
1547         #6830: Qt5: no fonts are installed
1548         #6848: Qt5: no text shown in simple QWidget / frame-buffer setup
1549         #6854: Update to Qt 5.2.1
1550
1551 2013.11, Released November 30th, 2013:
1552
1553         Minor fixes.
1554
1555         Updated/fixed packages: apr, binutils, dbus-python, dropwatch,
1556         ecryptfs-utils, eglibc, gdb, gpsd, grantlee, hostapd,
1557         iptables, qlibiscsi, libnspr, libnss, libpfm4, libtool,
1558         lua-ev, lvm2, mplayer, qt, qt5, quagga, ruby, tinymembench,
1559         tvheadend, util-linux, wpa_supplicant
1560
1561         Issues resolved (http://bugs.uclibc.org):
1562
1563         #1279: Buildroot compiled Busybox and Coreutils LFS issues
1564         #2995: -fstack-protector-all causes ssh to SIGSEGV
1565         #5570: Cannot compile software on the target machine
1566         #6428: util-linux libmount segfaults with patch from buildroot
1567         #6500: php fails to build for armel
1568         #6554: gdb needs to dependents on host texinfo
1569         #6692: GNU nano fails to compile for x86_64
1570         #6704: wpa_supplicant: fix wrong path to executable file in D-Bus
1571
1572 2013.11-rc3, Released November 26th, 2013
1573
1574         Fixes all over the tree.
1575
1576         Architecture: Mark MIPS I, II, III and IV as deprecated.
1577
1578         Updated/fixed packages: beecrypt, dbus, e2fsprogs, libcap-ng,
1579         libglib2, libroxml, libsigsegv, libvncserver, lxc, mdadm,
1580         mongoose, nut, ola, omniorb, openssl, pcre, php, poco,
1581         protobuf-c, pv, qt5base, ruby, schifra, squid, sunxi-mail,
1582         swig, ti-gfx, tinymembench, uclibc, udisks, vim
1583
1584 2013.11-rc2, Released November 18th, 2013
1585
1586         Fixes all over the tree.
1587
1588         Defconfigs: qemu_arm_versatile, qemu_arm_nuri, sheevaplug:
1589         Adjust kernel versions.
1590
1591         Toolchain: avr32: fix for modern kernel headers
1592
1593         Bootloader: Barebox updated to 2013.10.1
1594
1595         Updated/fixed packages: dhcp, e2fsprogs, gst1-plugins-bad,
1596         libcurl, libvncserver, nano, pc, qt5base, squashfs, ttcp,
1597         wayland, wvstreams
1598
1599         Issues resolved (http://bugs.uclibc.org):
1600
1601         #3601: DHCPD S80dhcp-server startup script issues
1602         #6320: Fix kernel compile issue if BR2_LINUX_KERNEL_CUSTOM_GIT_VERS..
1603         #6416: Xenomai package, patch alternative
1604         #6590: directfb-examples build failed whit linaro toolchain
1605
1606 2013.11-rc1, Released November 12th, 2013
1607
1608         Architectures: Nios-II support, MIPS arch handling fixes
1609
1610         Defconfigs: cubieboard2, freescale i.MX 6sololite evk,
1611         sabre-sd, wandboard added, rpi renamed to raspberrypi_defconfig
1612
1613         Toolchain: glibc support, upstream uClibc fixes, uClibc 0.9.31
1614         for avr32, crosstool-ng backend removed, external musl
1615         toolchain support, gcc 4.8.2, updated Linaro external
1616         toolchains. Fortran and objective-C support deprecated,
1617         mudflap support
1618
1619         Bootloaders: U-Boot: u-boot.imx support, version bumps
1620
1621         Linux: use kmod instead of module-init-tools
1622
1623         System: default to devtmpfs for /dev
1624
1625         Infrastructure: Make 3.82 fixes, locales generation fixes, CVS
1626         download support, post-rsync hooks
1627
1628         Fs: u-boot image support for cpio
1629
1630         Updated/fixed packages: aircrack-ng, alsamixergui, apr,
1631         apr-util, atk, automake, bellagio, berkeleydb, bind, binutils,
1632         bison, boost, busybox, can-utils, ccache, ccid, cgilua,
1633         chrony, cifs-utils, cjson, collectd, connman, conntrack-tools,
1634         copas, cppcms, cppzmq, czmq, dash, dbus, dhcpcd, diffutils,
1635         directfb, dmidecode, dnsmaqs, docker, dosfstools, dropbear,
1636         dropwatch, ebtables, eglibc, elf2flt, empty, enchant, erlang,
1637         ethtool, fbgrab, fbv, fdk-aac, feh, ffmpeg, file, findutils,
1638         fltk, fmtools, freetype, gdk-pixbuf, gettext, git,
1639         glib-networking, gmp, gnupg, gnutls, gpu-viv-bin-mx6q, gsl,
1640         gstreamer, gstreamer1, gst1-plugins-{bad,base,good,ugly},
1641         gtest, gutenprint, hplip, i2c-tools, icu, ifplugd,
1642         imagemagick, iozone, iproute2, ipset, iptables, iw, jamvm,
1643         jansson, jpeg-turbo, kismet, kmod, lcms2, libassuan, libcap,
1644         libcap-ng, libcdaudio, libcec, libcue, libcurl, libdrm,
1645         libedit, libevas, libevent, libfreefare, libfuse,
1646         libgpg-error, libiconv, liblog4c-localtime, libmicrohttpd,
1647         libmnl, libmodbus,
1648         libnetfilter_{acct,conntrack,cthelper,cttimeout,log,queue},
1649         libnfnetlink, libnl, libpng, libqmi, libqrencode, libroxml,
1650         libsecret, libsigsegv, libsoup, libtirpc, libunwind, libusb,
1651         libvpx, lighttpd, linphone, linux-pam, lmbench,
1652         lockfile-progs, log4cxx, logrotate, logsurfer, ltp-testsuite,
1653         ltrace, luacrypto, luaposix, lvm2, m4, matchbox-lib,
1654         media-ctl, mediastreamer, minicom, minidlna, mongoose, monit,
1655         mpc, mpd, mpg123, mplayer, mrouted, mtdev, mutt, mysql_client,
1656         nano, ncftp, ndisc6, neard, neardal, neon, net-snmp, netatalk,
1657         netcat, netkitbase, netperf, netplug, nettle, nfacct,
1658         nfs-utils, ngircd, ngrep, noip, nuttcp, olsr, openssh, opkg,
1659         oprofile, opus-tools, orc, ortp, pciutils, pcre, pcsc-lite,
1660         perf, perl, perl-cross, php, picocom, pkgconf, polarssl,
1661         poppler, pppd, proftpd, protobuf, proxychains-ng, pulseaudio,
1662         pv, qemu, qt, qt5base, qt5webkit, quagga, radvd, redis,
1663         rpi-{firmware,userland}, rrdtool, rsync, rtorrent, ruby,
1664         samba, scons, screen, sdl_sound, ser2net, setserial,
1665         smartmontools, socat, socketcand, sqlcipher, sqlite, squid,
1666         stress, strongswan, stunnel, sudo, syslinux, systemd,
1667         sysvinit, tcl, ti-gfx, time, transmission, tremor, tslib,
1668         tstools, tvheadend, tzdata, uboot-tools, uclibc, udpcast,
1669         uemacs, ulogd, usb_modeswitch{,_data}, util-linux, vala,
1670         valgrind, vde2, vorbus-tools, vpnc, vsftpd, vtun, wayland,
1671         webkit, webp, webrtc-audio-processing, weston, wget,
1672         wireshark, wsapi, xavante, xdriver_xf86-video-geode, xenomai,
1673         xinetd, xlib_libpthread-stubs, xl2tp, xmlstarlet,
1674         xserver_xorg-server, xz, zeromq, zic, zmqpp
1675
1676         New packages: aiccu, autossh, bc, civetweb, cppdb, cryptsetup,
1677         duma, eigen, harfbuzz, igmpproxy, iputils, jq, knock, kobs-ng,
1678         lesstif, libcgroup, libsepol, libsoc, libssh2, luasec, luasql,
1679         lxc, nut, ola, omniorb, openpowerlink, orbit, p910nd, psplash,
1680         python-crc16, python-ipy, python-pyzmq, qt5sensors,
1681         qt5serialport, qt5x11extras, snmppp, subversion, tcping,
1682         trace-cmd, xscreensaver, zsh
1683
1684         Removed packages: module-init-tools
1685
1686         Issues resolved (http://bugs.uclibc.org):
1687
1688         #1138: Buildroot fails to build packages if BR2_GCC_SHARED_LIBGCC=y
1689         #5408: qt build failure with Sourcery CodeBench ARM 2010.09
1690         #5630: makefile error with toolchain helpers.mk
1691         #5672: htop: remove X11 stuff
1692         #5678: linux.mk: linux-menuconfig fails
1693         #5696: python3 installation is too large, patches from python2 needed
1694         #5978: Erlang does not build for arm in 2013.02-rc3
1695         #6392: Extended ARM uImage kernel options
1696         #6404: Buildroot's coreutils 'uname -p' reports 'Unknown' on recent..
1697         #6428: util-linux libmount segfaults with patch from buildroot
1698         #6452: eglibc from Linaro 2013.07 not copied to target correctly
1699         #6566: PHP segfault when crosscompiled to mips64 - patch included
1700         #6572: [PowerPC] Buildroot uses wrong external toolchain libraries..
1701         #6578: udisks package broken
1702         #6602: ebtables 64 bit kernel + 32 bit userland alignment error..
1703         #6608: ebtables missing ethertypes - fix included
1704         #6620: Sysvinit package missing killall5 and symlinks - patch included
1705         #6632: CMake use host pkg-config
1706         #6638: pkgconf doesn't download
1707         #6644: "all" target doesn't work in out-of-tree builds
1708         #6650: Segmentation fault when trying to build latest buildroot
1709         #6668: iptables limit module alignment problem on mips64
1710
1711 2013.08, Released August 31th, 2013:
1712
1713         Minor fixes.
1714
1715         Documentation build fixed.
1716
1717         Updated/fixed packages: ltrace, strongswan
1718
1719 2013.08-rc3, Released August 29th, 2013:
1720
1721         Fixes all over the tree.
1722
1723         External toolchain lib32/lib64 handling, ABI name for EABIhf,
1724         misc fixes for generatelocales, apply-patches and module
1725         stripping.
1726
1727         Top level menu names reordered and renamed for clarity.
1728
1729         Updated/fixed packages: acl, attr, bash, dbus, directfb,
1730         dvb-apps, kexec, kmod, libbsd, linux-fusion, mesa3d, minidlna,
1731         openssh, openssl, pulseaudio, python-setuptools, qt5,
1732         qt5webkit, redis, strongswan, sunxi-mali
1733
1734         Issues resolved (http://bugs.uclibc.org):
1735
1736         #6464: dbus-daemon-launch-helper needs setuid
1737
1738 2013.08-rc2, Released August 16th 2013:
1739
1740         Documentation improvements.
1741
1742         External toolchains fixes.
1743
1744         Updated/fixed packages: aircrack-ng, bash, boost, cairo,
1745         cppcms, eglibc, ffmpeg, gcc, git, gnupg, imagemagick, libcec,
1746         libffi, libgcrypt, linux, linux-headers, ltrace, netatalk,
1747         opencv, opengl, readline, samba, strongswan, sunxi-cedarx,
1748         uclibc, udev, wayland, webkit, zeromq.
1749
1750         Issues resolved (http://bugs.uclibc.org):
1751
1752         #6440: typo in ffmpeg makefile
1753
1754 2013.08-rc1, Released August 5th, 2013:
1755
1756         Architectures:
1757          - improved support for floating point on ARM and Thumb/Thumb2
1758          - support for ARM OABI removed
1759
1760         Toolchains:
1761          - support added for Sourcery CodeBench ARM and MIPS 2013.05
1762          - Linaro ARM and Aarch64 toolchains updated
1763          - support added for the Arago ARMv5 and ARMv7 toolchains
1764          - gcc 4.8.x version bumped
1765          - support for installing both FDPIC and FLAT libraries on
1766            Blackfin
1767          - support for uClibc 0.9.31 removed,
1768          - convert the internal toolchain backend to use the package
1769            infrastructure
1770          - support added for eglibc in the internal toolchain backend
1771          - toolchain components for the ARC architecture updated and
1772            gdb for ARC added.
1773          - support for Blackfin in the internal toolchain fixed
1774
1775         Defconfigs: beaglebone_defconfig updated, new defconfig for
1776         CubieBoard, for Olimex mx233 Olinuxino, for Calao Systems
1777         TNY-A9G20-LPW.
1778
1779         A number of packages have been fixed to use the
1780         <pkg>_CONFIG_SCRIPTS mechanism to get their <pkg>-config shell
1781         script installed and modified properly. Licensing informations
1782         has been added to a number of packages.
1783
1784         Use XZ tarballs for a number of packages.
1785
1786         Noticeable package changes/additions:
1787          - The glib2/libgtk2/webkit stack has been updated to recent
1788            versions.
1789          - Support for Gstreamer 1.x has been added.
1790          - OpenGL support for TI OMAP platforms has been added.
1791          - OpenGL support for Allwinner platforms has been added.
1792          - OpenMAX support for RasberryPi has been added.
1793
1794         Updated/fixed packages: acl, attr, autoconf, avahi, barebox,
1795         bind, binutils, busybox, bwm-ng, bzip2, cifs-utils, colletctd,
1796         cpanminus, cups, curl, dash, dbus, dhcp, directfb,
1797         directfb-examples, dnsmasq, dosfstools, dropbear, dtc,
1798         e2fsprogs, ed, efl, enlightenment, erlang, ethtool, fbgrab,
1799         fftw, firmware-imx, flot, fltk, freetype, gawk, gdk-pixbuf,
1800         gettext, gmp, gnutls, gsl, gutenprint, gvfs, gzip, haserl,
1801         hiawatha, httping, icu, imagemagick, imlib2, imx-lib,
1802         intltool, iozone, ipset, iptables, jquery, jquery-keyboard,
1803         jquery-sparkline, kmod, less, libart, libcdaudio, libcgicc,
1804         libesmtp, libftdi, libfuse, libglib2, libgtk, libgtk2, libidn,
1805         libiqrf, liblog4c-localtime, libnspr, libnss, libpcap,
1806         libroxml, libserial, libsigsev, libsoup, libtool, libtpl,
1807         libvncserver, libxml2, linphone, lm_sensors, logrotate,
1808         ltrace, lttng, luafilesystem, luajit, minicom, monit, mpg123,
1809         mtd, mutt, mxml, neard, netatask, netsnmp, nettle,
1810         network-manager, nodejs, nss-mdns, openssh, openswan, openvpn,
1811         opkg, opus, pcre, perl-cross, php, pixman, poco, polarssl,
1812         pulseaudio, pv, python, python3, qt, qt5, qt5declarative,
1813         qt5jsbackend, qt5quick1, readline, rpi-firmware, ruby, samba,
1814         sane-backends, sconeserver, sdl_image, sdparm, ser2net,
1815         socketcand, sqlite, squid, strace, tcl, tcpdump, tinyhttpd,
1816         tvheadend, tzdata, uboot, udpcast, usb_modeswitch,
1817         usb_modeswitch_data, usbutils, webkit, wireshark, wvstreams,
1818         xapp_luit, xapp_xmodmap, xenomai, xfsprogs, xlib_libX11, zic,
1819         zlib.
1820
1821         New packages: a10disp, aespipe, am33x-cm3, cppcms, dhcpcd,
1822         dropwatch, dtc, ecryptfs-utils, eglibc, elf2flt, fdk-aac,
1823         gcc-final, gcc-initial, gcc-intermediate, git,
1824         gpu-viv-bin-mx6q, gst1-plugins-bad, gst1-plugins-base,
1825         gst1-plugins-good, gst1-plugins-ugly, gst-omx,
1826         gst-plugin-x170, gstreamer1, jimtcl, lbase64, libassuan,
1827         libbsd, libcec, libdvbsi, libedit, libgpgme, libqmi,
1828         libqrencode, libsvg, libsvg-cairo, libunwind, libvpx,
1829         linux-headers, lockdev, luabitop, luacrypto, lua-ev,
1830         luaexpatutils, msgpack, ocrad, on2-8170-libs,
1831         on2-8170-modules, p11-kit, pax-utils, ptpd, ptpd2,
1832         python-pyro, ramspeed/smp, snappy, strongswan, sunxi-boards,
1833         sunxi-cedarx, sunxi-mali, sunxi-tools, ti-gfx, tinymembench,
1834         tree, tstools, uclibc, w_scan.
1835
1836         Issues resolved (http://bugs.uclibc.org):
1837
1838         #4718: python (built for powerpc) distutils has paths to host
1839                compiler toolchain
1840         #5516: appended device tree blobs on uImage fails
1841         #6302: Versions of packages retrieved from github.com are wrong
1842         #6308: dosfstools download link is wrong
1843         #6326: Dropbear: Add options to allow better config for
1844                different target devices (e.g. routers)
1845         #6338: Wrong download link for minicom package
1846         #6344: Wrong handling of license text files with same name and
1847                different directory
1848         #6374: gnutls package broken if linux cryptodev module
1849                selected
1850         #6410: omap3_beagle has uimage error load address error
1851
1852 2013.05, Released May 31th, 2013:
1853
1854         Minor fixes.
1855
1856         External toolchain wrapper fix for if host/usr/bin is placed
1857         in the patch.
1858
1859         Updated/fixed packages: acpid, at91bootstrap, czmq, elf2flt,
1860         flex, jamvm, kmod, libplayer, libtirpc, libv4,
1861         lttng-babeltrace, opengl, qt5jsbackend, udpcast, wvstreams
1862
1863         Issues resolved (http://bugs.uclibc.org):
1864
1865         #4868: Buildroot compile failure for toolchain/gdb-7.4/intl/reloc...
1866         #4988: flex and m4 problems
1867         #5912: obsolete CVS files
1868
1869 2013.05-rc3, Released May 25th, 2013:
1870
1871         Minor fixes.
1872
1873         Updated/fixed packages: aircrack-ng, bellagio, boost, crda,
1874         dvb-apps, flot, libatomic_ops, libeXosip2, libosip2, libxml2,
1875         mongrel2, poco, portaudio, pptp-linux, tvheadend, urg, weston,
1876         wireshark
1877
1878 2013.05-rc2, Released May 15th, 2013:
1879
1880         Fixes all over the tree.
1881
1882         Default number of parallel jobs is now number of CPUs + 1.
1883
1884         Defconfigs: Add Telit EVK-PRO3, AT91SAM9260-EK Nand flash.
1885
1886         Updated/fixed packages: aircrack-ng, busybox, cairo,
1887         classpath, curlftpfs, czmq, dbus, f2fs-tools, fan-ctrl,
1888         filemq, gst-plugin-bad, gutenprint, hplip, json-c,
1889         libatomic_ops, libcurl, libdrm, libglib2, libnspr, libnss,
1890         libsha1, libsigsegv, libxcb, linknx, linux-pam, lttng-modules,
1891         lttng-tools, matchbox-lib, mcookie, mesa3d, neon, pixman,
1892         pulseaudio, python-nfc, qt5imageformats, quota, openssl,
1893         sconeserver, strace, sylpheed, wvstreams,
1894         xapp_{appres,bdftopcf,beforelight,bitmap,edires,fonttosfnt},
1895         xapp_{fslsfonts,fstobdf,iceauth,ico,listres,luit,mkfontdir},
1896         xapp_{mkfontscale,oclock,rgb,rstart,scripts,sessreg,setxkbmap},
1897         xapp_{showfont,smproxy,twm,viewres,x11perf,xauth,xbacklight},
1898         xapp_x{biff,calc,clipboard,clock,cmsdb,cursorgen,dbedizzy,ditview},
1899         xapp_x{dm,dpyinfo,driinfo,edit,ev,eyes,f86dga,fd,fontsel,fs,fsinfo},
1900         xapp_x{gamma,gc,host,input-calibrator,input,kbcomp,kbevd,kbprint},
1901         xapp_x{kbutils,kill,load,logo,lsatoms,lsclients,lsfonts,mag,man},
1902         xapp_x{message,mh,modmap,more,pr,prop,randr,rdb,refresh,set,setmode},
1903         xapp_x{setpointer,setroot,sm,stdcmap,vidtune,vinfo,wd,wininfo,wud},
1904         xcb-util, xcursor-transparent-theme, xdata_xbitmaps,
1905         xdata_xcursor-themes,
1906         xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synaptics},
1907         xdriver_xf86-input-{tslib,vmmouse,void},
1908         xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,fbdev,geode,glide},
1909         xdriver_xf86-video-{glint,i128,intel,mach64,mga,neomagic,newport},
1910         xdriver_xf86-video-{nv,openchrome,r128,savage,siliconmotion,sis},
1911         xdriver_xf86-video-{tdfx,tga,trident,v4l,vesa,vmware,voodoo,wsfb},
1912         xfont_encodings, xfont_font-adobe-{100,75}dpi,
1913         xfont_font-utopia-{100dpi,75dpi,type1},
1914         xfont_font-{alias,arabic-misc,bh-100dpi,bh-75dpi},
1915         xfont_font-bh-lucidatypewriter-{100,75}dpi, xfont_font-bh-{ttf,type1},
1916         xfont_font-bitstream-{100dpi,75dpi,type1}, xfont_font-cronyx-cyrillic,
1917         xfont_font-{cursor,daewoo,dec,isas,jis,micro}-misc,
1918         xfont_font-ibm-type1, xfont_font-misc-{cyrillic,ethiopic,meltho,misc},
1919         xfont_font-{mutt,schumacher}-misc,
1920         xfont_font-{screen-cyrillic,sony-misc,sun-misc,util},
1921         xfont_font-winitzki-cyrillic, xfont_font-xfree86-type1,
1922         xlib_lib{FS,ICE,SM,X11,XScrnSaver,Xau,Xaw,Xcomposite,Xcursor},
1923         xlib_libX{damage,dmcp,ext,fixes,font,ft,i,inerama,mu,pm,randr},
1924         xlib_libX{render,res,t,tst,v,vMC,xf86dga,xf86vm},
1925         xlib_lib{dmx,fontenc,pciaccess,pthread-stubs,xkbfile}, xlib_xtrans,
1926         xproto_{applewm,bigreqs,composite,damage,dmx,dri2,fixes}proto,
1927         xproto_{fontcache,font,gl,input,kb,randr,record,render}proto,
1928         xproto_{resource,scrnsaver,video,windowswm,xcmisc,xext}proto,
1929         xproto_{xf86bigfont,xf86dga,xf86dri,xf86vidmode,xinerama,x}proto,
1930         xserver_xorg-server, xutil_{makedepend,util-macros}
1931
1932         Readded Packages: xapp_xinit
1933
1934         Issues resolved (http://bugs.uclibc.org):
1935
1936         #5054: amd64: cannot find init - due to missing /lib64 folder
1937
1938 2013.05-rc1, Released May 8th, 2013:
1939
1940         Architectures: ARC support, Blackfin support, FLAT binary
1941         format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4
1942
1943         Toolchains: Add new Microblaze external toolchains, Linaro
1944         ARM/Aarch64 updates, GCC 4.6.4 / 4.7.3 / 4.8.0 added to
1945         internal toolchain, default to GCC 4.7.x. Internal
1946         Crosstool-ng backend deprecated.
1947
1948         Defconfigs: Add Atmel at91sam9g45m10ek, freescale mpc8315erdb
1949         & p1010rdb, Armadeus apf27 / apf28, Openblocks A6, Raspberry
1950         pi, gnublin board.
1951
1952         FS: LZO and XZ compression methods, extra ubifs options,
1953         ext2 rev 0/1 and ext3/4 support.
1954
1955         Patch handling: apply-patches now has .patch.xz support,
1956         Patch logic reworked as discussed during Febrary dev days:
1957         http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013
1958
1959         <pkg>-rsync now excludes version control files.
1960
1961         linux: uImage load address for ARM multiplatform kernels
1962
1963         Infrastructure for multiple OpenGL / ES / EGL / OpenVG
1964         providers, similar to how libjpeg / libjpeg-turbo is handled.
1965
1966         Infrastructure for packages to add system users.
1967
1968         kconfig: updated to 3.9-rc2, support make olddefconfig
1969
1970         Updated/fixed packages: alsa-lib, alsa-utils, apr, apr-util,
1971         argp-standalone, at, at91bootstrap, audiofile, aumix, avahi,
1972         bash, blackbox, bind, binutils, bison, boost, bridge-utils,
1973         busybox, ccache, cifs-utils, cmake, collectd, connman,
1974         conntrack-tools, cpanminus, crosstool-ng, diffutils, directfb,
1975         directfb-examples, divine, dmalloc, dnsmasq, dosfstools,
1976         dropbear, e2fsprogs, ebtables, eeprog, erlang, ethtool,
1977         fb-test-app, fbset, feh, ffmpeg, file, flex, flot, foomatic,
1978         fxload, gd, gdb, gdisk, genimage, gettext, gmp, gnuchess,
1979         gnutls, gob2, gperf, gpsd, gstreamer, haserl, hiawatha, htop,
1980         httping, icu, inotify-tools, intltool, iproute2, ipset,
1981         iptables, iw, jpeg, jquery, jquery-{sparkline,validation},
1982         json-c, kbd, kexec, kismet, kmod, lcdproc, libarchive,
1983         libatasmart, libcap, libconfig, libconfuse, libcurl, libdrm,
1984         libeet, libev, libevas, libeXosip2, libffi, libfribi, libfuse,
1985         libgcrypt, libglib2, libgtk2, libid3tag, libmicrohttpd,
1986         libnetfilter_acct, libnetfilter_conntrack, libnl, libpcap,
1987         libplayer, libsigc, libv4l, libxcb, linenoise, linux-pam,
1988         lm_sensors, ltp-testsuite, luajit, lzop, madplay, make, mdadm,
1989         mediastreamer, memtester, mesa3d,
1990         mobile-broadband-provider-info, monit, mpd, mpfr, mpg123,
1991         mrouted, msmtp, nbd, ncurses, ndisc6, neard, neardal, neon,
1992         netperf, netsnmp, nettle, nfacct, ntfs-3g, ofono, olsr,
1993         omap-u-boot-utils, openssh, openssl, openswan, openvpn,
1994         oprofile, orc, patch, pciutils, pcre, perl, php, poco,
1995         polarssl, proftpd, psmisc, pulseaudio, python,
1996         python-{bottle,netifaces,serial,setuptools}, qt, quagga,
1997         quota, radvd, rpi-firmware, rpi-userland, rt-tests, sam-ba,
1998         samba, sawman, sdl, ser2net, smartmontools, socat, socketcand,
1999         speex, squid, stress, stunnel, sudo, syslinux, sysstat,
2000         sysvinit, tcl, tcprelay, tinyhttpd, tslib, tvheadend,
2001         uboot-tools, udev, ulogd, util-linux, vala, vtun, webkit,
2002         xapp_{iceauth,luit,makefontscale,sessreg,setxkbmap,smproxy},
2003         xapp_{xauth,xcmsdb,xdpyinfo,xev,xgamma,xhost,xinput,xkbcomp},
2004         xapp_{xkbevd,xlsatoms,xlsclients,xmodmap,xpr,xprop,xrandr,xrdb},
2005         xapp_{xset,xwd,xwininfo}, xcb-{proto,util},
2006         xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synptics},
2007         xdriver_xf86-input-{tslib,vmmouse,void},
2008         xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,geode,glide,glint},
2009         xdriver_xf86-video-{i128,intel,mach64,mga,neomagic,newport},
2010         xdriver_xf86-video-{openchrome,r128,savage,siliconmotion,sis},
2011         xdriver_xf86-video-{tdfx,trident,vesa,vmware,wsfb}, xenomai,
2012         xfont, xinetd, xkeyboard-config, xlib_lib{FS,ICE,SM,X11},
2013         xlib_libX{scrnSaver,au,aw,cursor,dmcp,ext,fixes,font,ft,i},
2014         xlib_libX{inerama,mu,pm,randr,res,tst,v,vMC,xf86dga,xf86vm},
2015         xlib_lib{dmx,fontenc,pciaccess,xkbfile}, xlib_xtrans,
2016         xproto_{applevm,bigreqs,dri2,fonts,gl,input,kbd,record}proto,
2017         xproto_{resource,scrnsaver,xcmisc,xext,x}proto,
2018         xserver_xorg-server, xutil_makedepend, xz, zeromq
2019
2020         New packages: aircrack-ng, bcusdk, chrony, crda,
2021         cryptodev-linux, cppzmq, czmq, dtach, enscript, exfat,
2022         exfat-utils, f2fs-tools, fan-ctrl, filemq, foomatic-filters,
2023         genimage, genpart, glibmm, gnuplot, gtest, gutenprint, hplip,
2024         iozone, jansson, jhead, jquery-keyboard, jquery-ui,
2025         jquery-ui-themes, json-glib, json-javascript, lcms2, libpfm4,
2026         libpthsem, libserial, libsigsegv, libtasn1, libwebsockets,
2027         libxkbcommon, libxml++, linknx, log4cxx, mongoose, mongrel2,
2028         mtools, ne10, nmap, nodejs, openobex, openpgm, poppler,
2029         protobuf-c, python-m2crypto, python-thrift, qjson, qt5base,
2030         qt5declarative, qt5graphicaleffects, qt5imageformats,
2031         qt5jsbackend, qt5multimedia, qt5quick1, qt5script, qt5svg,
2032         qt5webkit qt5xmlpatterns, rapidjson, redis, swig, texinfo,
2033         tzdata, urg, ussp-push, wayland, webp, weston, wireless-regdb,
2034         wireshark, wvdial, wvstreams, xcb-util-image, xcb-util-wm,
2035         xcursor-transparent-theme, zic, zmqpp, zyre
2036
2037         Removed packages: microperl, ocf-linux, xapp_xinit,
2038         xapp_xplsprinters, xapp_xprehashprinterlist,
2039         xfont_font-bitstream-speedo,
2040         xlib_lib{Xfontcache,XprintAppUtil,XprintUtil,Xp,oldX,xkbui},
2041         xproto_{print,xf86rush}proto
2042
2043         Deprecated packages: vala
2044
2045         Issues resolved (http://bugs.uclibc.org):
2046
2047         #1291: Add support for Faraday 526 arm processor (fa526)
2048         #2683: cups does not install correctly to target
2049         #3313: mesa3d fails to build
2050         #5186: initramfs/cpio should support lzo compression
2051         #5636: agetty - cannot get controlling tty error - need updated...
2052         #5906: collectd client headers not exported
2053         #5966: bison unnecessarily required as build dependency
2054         #6140: --enable-fileinfo not applied for php package
2055         #6164: openvpn usage of ip tool from Busybox
2056
2057 2013.02, Released February 28th, 2013:
2058
2059         Misc manual updates.
2060
2061         Updated/fixed packages: busybox, collectd, flashbench,
2062         libgtk2, libupnp, mii-diag, quota
2063
2064 2013.02-rc3, Released February 26th, 2013
2065
2066         Minor fixes.
2067
2068         Updated/fixed packages: conntrack-tools, dialog,
2069         enlightenment, haserl, keyutils, libfif, libmad,
2070         linux-firmware, linux-fusion, matchbox-desktop, matchbox-wm,
2071         ruby, spawn-fcgi, vtun
2072
2073         Issues resolved (http://bugs.uclibc.org):
2074
2075         #5960: fusion.ko driver does not install to target rootfs
2076
2077 2013.02-rc2, Released February 19th, 2013
2078
2079         Fixes all over the tree.
2080
2081         Various manual updates and fixes.
2082
2083         Updated/fixed packages: busybox, collectd, gesftpserver,
2084         glib-networking, gnutls, inotify-tools, libcurl, libffi,
2085         libglib2, libtorrent, libvorbis, neard, network-manager,
2086         ntfs-3g, openssl, qt, rpi-userland, rtorrent, thttpd, vim.
2087
2088         Issues resolved (http://bugs.uclibc.org):
2089
2090         #5906: collectd client headers not exported
2091
2092 2013.02-rc1, Released February 10th, 2013
2093
2094         Toolchain: Crosstool-ng 1.17.0, default to GCC 4.6.3, target
2095         libraries install fixed. Add Linaro ARM
2096         2012.11/2012.12/2013.01, AArch64 12.11/12.12/13.01. Sourcery
2097         CodeBench MIPS 2012.03/09. Infrastructure to warn about
2098         missing 32bit support for binary toolchains. Toolchain wrapper
2099         is now relocatable. Add GDB 7.5.1 / Remove 6.8 / 7.0 /
2100         7.1. Deprecate uClibc 0.9.31.
2101
2102         Architecture: Xtensa fixes, add missing powerpc variants, arm
2103         1136jf-s rev1, add A5/A15, neon support toggle, OABI
2104         deprecated. Sparc: drop old unused variants
2105
2106         Bootloaders: At91bootstap: fix upstream URL, Barebox: add
2107         2012.12/2013.01/2013.02, remove 2012.08/09/10, lzop fixes,
2108         environment image support, U-Boot: add 2013.01.01
2109
2110         Linux: fix appended dtb handling for v3.8+ kernels, support
2111         multiple device trees
2112
2113         Defconfigs: calao USB-A9260, snowball, QEMU PPC440 on ML507
2114         board, QEMU ARM Exynos4210, Kernel version in QEMU defconfigs
2115         updated, at91rm9200df: misc fixes. Lock kernel headers to
2116         match kernel.
2117
2118         Infrastructure: Git download fixes. Toolchain make target
2119         renamed from 'cross' to 'toolchain'. Eclipse integration
2120         support. Option to set root password, post image scripts,
2121         config scripts handling.
2122
2123         Updated/fixed packages: alsa-lib, argp-standalone, argus,
2124         arptables, atk, audiofile, axel, beecrypt, bind, bison,
2125         bluez_utils, boost, cairo, can-utils, bmon, boa, busybox,
2126         cairo, ccache, cdrkit, cifs-utils, cjson, cmake, collectd,
2127         connman, coreutils, cpanminus, cups, dbus, dhcp, dialog,
2128         diffutils, directfb, distcc, divine, dnsmasq, docker,
2129         dosfstools, dstat, e2fsprogs, ebtables, ed, empty, ethtool,
2130         expedite, fbset, fbv, ffmpeg, flex, fltk, fluxbox, freetype,
2131         gadget-test, gawk, gdb, genext2fs, gettext, giblib,
2132         glib-networking, gmp, gmpc, gnupg, gnutls, gpsd,
2133         gst-plugins-{bad,base,good}, gstreamer, gzip, haserl, hdparm,
2134         heirloom-mailx, hiawanta, hostapd, icu, imagemagick, imlib2,
2135         inadyn, infozip, iproute2, ipset, iptables, iw, jpeg, jquery,
2136         jquery-sparklines, jqeury-validation, kismet, kmod, lame,
2137         libao, libcap, libcurl, libdvdnav, libdvdread, libecore,
2138         libedbus, libedje, libeet, libefreet, libeina, libeio,
2139         liberation, libelementary, libembryo, libethumb, libev,
2140         libevas, libffi, libfribidi, libfuse, libgcrypt, libglib2,
2141         libgpg-error, libgtk2, libhid, libidn, libmicrohttpd, libmpd,
2142         libnl, libnspr, libnss, libogg, libpcap, libplayer, libpng,
2143         libroxml, librsvg, libseccomp, libsigc, libsndfile, libungif,
2144         libupnp, liburcu, libusb-compat, libvncserver, libvorbis,
2145         libxml2, libxslt, lighttpd, links, linux-firmware,
2146         linux-fusion, ltp-testsuite, ltrace,
2147         lttng-{babel,libust,modules,tools}, lvm2, lua, luajit, lzop,
2148         matchbox-{desktop,lib}, mdadm, metacity, midori, minicom, mpd,
2149         mpfr, mplayer, mtd, mysql_client, ncurses, neon, netatalk,
2150         networkmanager, nspr, ntfs-3g, nuttcp, ofone, olsr, openssl,
2151         openvpn, opkg, oprofile, opus, opus-tools, orc, ortp, pango,
2152         pciutils, pcmanfm, pcre, pcsc-lite, perl, php, pixman,
2153         pkgconf, polarssl, pptp-linux, proxychains, pulseaudio,
2154         python, python3, qemu, qextserialport, qt, quagga, radvd,
2155         readline, rng-tools, rt-tests, rubix, ruby, sam-ba, samba,
2156         sane-backends, sconeserver, scons, screen, sdl, sdl_gfx,
2157         sdl_mixer, sdl_ttf, sdparm, sed, ser2net, smartmontools,
2158         speex, sqlite, squid, sshfs, strace, sudo, sylpheed, tn5250,
2159         taglib, tar, torsmo, transmission, tslib, uboot-tools, ulogd,
2160         usb_modeswitch, util-linux, valgrind, vim, vsftpd, wavpack,
2161         webkit, wipe, wireless_tools, wpa_supplicant, xapp_xinit,
2162         xapp_xinput-calibrator, xapp_xman, xapp_xmh, xlib_libX11,
2163         xlib_libXdmcp, xlib_libXft, xlib_libpthread-stubs,
2164         xlib_xtrans, xproto_xcmiscproto, xproto_xextproto,
2165         xserver_xorg-server, xstroke, xvkbd, xz
2166
2167         New packages: b43-firmware, b43-fwcutter, bustle,
2168         cache-calibrator, cegui06, celt051, classpath, curlftpfs,
2169         dvb-apps, dvbsnoop, elfutils, enlightenment, firmware-imx,
2170         flashbench, gd, gesftpserver, gst-fsl-plugins, httping, iftop,
2171         imx-lib, jamvm, jpeg-turbo, keyutils, libatasmart, libcofi,
2172         libebml, libevas-generic-loaders, libfslcodec, libfslparser,
2173         libfslvpuwrap, libgsasl, libiscsi, libmatroska, libmcrypt,
2174         libmhash, libqwt, libseccomp, libsha1, linenoise, mcrypt,
2175         media-ctl, ncdu, neard, neardal, nettle, perf, polkit,
2176         proxychains, python-bottle, python-pyparsing, rpi-firmware,
2177         rpi-userland, sg3_utils, slirp, snowball-hdmiservice, spice,
2178         spice-protocol, tcllib, tvheadend, udisks, usbredir
2179         ux500-firmware, vde2, xcb-utils-keysyms, yavta,
2180         zd1211-firmware
2181
2182         Removed packages: customize, xdriver_xf86-input-{acecad,aiptek},
2183         xdriver_xf86-video-{apm,chips,i740,rendition,s3,s3virge,sisusb},
2184         xdriver_xf86-video-sun{cg14,cg3,cg6,ffb,leo,tcx},
2185         xdriver_xf86-video-{tsend,xgi,xgixp}
2186
2187         Deprecated packages: xstroke
2188
2189         Issues resolved (http://bugs.uclibc.org):
2190
2191         #4237: building shared openssl w/-Os fails due to gcc bug
2192         #5690: python3 does not obey to BR2_PACKAGE_PYTHON3_PYC_ONLY=y
2193         #5602: python3 should install a "python" symbolic link
2194         #5846: Extra slash added to last slash in URL
2195
2196 2012.11.1, Released January 3rd, 2013:
2197
2198         Toolchain: Fixed non-largefile builds on recent Ubuntu
2199         versions.
2200
2201         Arch: fix missing x86/generic handling, Build for Xtensa with
2202         longcalls option.
2203
2204         Updated/fixed packages: dosfstools, qt
2205
2206 2012.11, Released December 2nd, 2012:
2207
2208         Git shallow clone fix for older git version.
2209
2210         Updated/fixed packages: ctuio, libtool
2211
2212         Issues resolved (http://bugs.uclibc.org):
2213
2214         #5726: List all the available hook points
2215
2216 2012.11-rc2, Released November 30th, 2012:
2217
2218         Minor fixes around the tree.
2219
2220         Various manual updates and fixes.
2221
2222         Add checks for legacy features.
2223
2224         Updated/fixed packages: acpid, alsa-lib, arptables, binutils,
2225         busybox, ccache, cjson, cramfs, directfb, flex, fluxbox, gdb,
2226         hiawatha, igh-ethercat, imagemagick, imlib2, lcdproc,
2227         libdaemon, libecore, libhid, libmad, libpcap, libsigc, libusb,
2228         linux-fusion, matchbox, ocf-linux, owl-linux, python, rrdtool,
2229         scons, strace, sylpheed
2230
2231         Issues resolved (http://bugs.uclibc.org):
2232
2233         #5732: Error : package/alsa-lib/alsa-lib.mk
2234
2235 2012.11-rc1, Released November 17th, 2012
2236
2237         Fixes all over the tree and new features.
2238
2239         Defconfigs: use u-boot 2012.10 on at91 and beaglebone,
2240         sheevaplug + qemu: bump kernel version, add qemu-mips64-malta
2241         + nitrogen6x defconfigs.
2242
2243         Bootloaders: add u-boot 2012.07/10, ais target format, add
2244         barebox 2012.08/09/10/11, linker overlap issue fix for
2245         at91bootstrap, mxs-bootlets updated for new Barebox versions.
2246
2247         Toolchains: binutils 2.23.1, gcc 4.7.2, default to gcc 4.6.x,
2248         Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10.
2249         Libtirpc support for modern glibc variants. Toolchain on
2250         target has been deprecated.
2251
2252         Initial Aarch64 support, Xtensa support re-added.
2253
2254         Infrastructure: Use shallow git clone when possible, use
2255         tarballs rather than git URLs for github. Moved to pkgconf
2256         rather than pkg-config. System directory added, default
2257         skeleton/device tables moved. More than 1 post-build script
2258         can now be used. output/target now contains a
2259         THIS_IS_NOT_YOUR_ROOT_FILESYSTEM warning, to help people
2260         understand how to (not) use it.
2261
2262         Manual has been reworked and extended.
2263
2264         Legal-info: Lots of package annotations, CSV file fixes,
2265         _LICENSE / _REDISTRIBUTE splitup, per-package hooks.
2266
2267         Updated/fixed packages: acpid, alsa-lib, alsa-utils,
2268         alsamixergui, attr, autoconf, automake, bash, bind, binutils,
2269         bison, blackbox, bluez-utils, busybox, cairo, can-utils,
2270         cifs-utils, cjson, cmake, collectd, connman, conntrack-tools,
2271         coreutils, cups, cvs, dbus, dhcp, directfb, dmalloc, dnsmasq,
2272         dropbear, e2fsprogs, ethtool, fbdump, feh, fftw, file,
2273         flashrom, fluxbox, gdb, gdisk, gdk-pixbuf, genext2fs, gettext,
2274         gnutls, gpsd, gqview, grep, gsl, gst-plugins-{bad,good},
2275         hdparm, hiawatha, hostapd, input-tools, iproute2, ipset,
2276         iptables, iw, json-c, kexec, kmod, lcdproc, leafpad, less,
2277         libcurl, libdrm, libdvdnav, libdvdread, libffi, libfuse,
2278         libglib2, libhid, liblockfile, libmad, libmbus, libmnl,
2279         libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
2280         libnfc, libnfc-llcp, libnfnetlink, libnl, libnspr, libnss,
2281         libpcap, libplayer, libtool, libtorrent, liburcu, libv4l,
2282         libxcb, libxml2, libxslt, links, linux-firmware, lm-sensors,
2283         lmbench, lockfile-progs, logrotate, lshw, lsof,
2284         lttng-babeltrace, lttng-tools, lua, luajit, mesa3d, microperl,
2285         mii-diag, module-init-tools, mpc, mpd, mpg123, mplayer,
2286         mtd-utils, mysql_client, nbd, ncurses, netatalk, netkitbase,
2287         netkittelnet, netsnmp, newt, nfs-utils, openntpd, openssh,
2288         openssl, opkg, patch, pciutils, pcre, php, poco, polarssl,
2289         popt, portmap, pppd, procps, pulseaudio, python, python-nfc,
2290         python-protobuf, qt, quota, rp-pppoe, rtorrent, sam-ba, samba,
2291         scons, sdl_gfx, smartmontools, sqlite, squid, strace, sudo,
2292         sylpheed, tcpdump, tremor, ttcp, tiff, unionfs,
2293         usb_modeswitch, usbutils, util-linux, vala, valgrind, vpnc,
2294         vsftpd, webkit, wget, which, wpa_supplicant, x11vnc, xapp_*,
2295         xdriver_*, xenomai, xfont_*, xinetd, xl2tp, xlib_*, xlsclient,
2296         xproto_*, xserver_xorg-server, xutil_util-macros, xz, zeromq
2297
2298         New packages: arptables, at91bootstrap3, boot-wrapper-aarch64,
2299         ccid, cpanminus, cpuload, erlang, evtest, fb-test-apps,
2300         fxload, gdbm, gnupg, googlefontdirectory, grantlee, gsl,
2301         lcdapi, liblo, liblog4c-localtime, libtirpc, linux-pam,
2302         lua-msgpack-native, macchanger, mtdev, mtdev2tuio, nfacct,
2303         opus, opus-tools, pcsc-lite, perl, pkgconf, python-meld3,
2304         python3, qemu, qextserialport, qtuio, rpcbind, schifra,
2305         sconeserver, supervisor, time, ulogd, usb_modeswitch_data,
2306         yasm
2307
2308         Deprecated packages: netkitbase, netkittelnet
2309
2310         Issues resolved (http://bugs.uclibc.org):
2311
2312         #807:  [PATCH] samba - make iconv and smbd optional
2313         #3049: binutils have a sysroot bug in ld
2314         #5330: update vsftpd to 3.0.0
2315         #5486: libglib2 build fails on: libs/libglib-2.0.so: undefined...
2316         #5666: Fails to build python 2.7.2 for 2440 arm
2317
2318 2012.08, Release August 31th, 2012
2319
2320         Updated/fixed packages: microperl, cups, luajit, rrdtool,
2321         prboom, oprofile.
2322
2323         Added license information for: sqlite.
2324
2325         Changed the source URLs of all packages located on Sourceforge
2326         in order to use the automatic mirror selection URL
2327         downloads.sourceforge.net, and get rid of the
2328         BR2_SOURCEFORGE_MIRROR option.
2329
2330 2012.08-rc3, Released August 25th, 2012
2331
2332         Updated/fixed packages: libglib2, netsnmp, freetype, libfuse,
2333         libpng, x11vnc, zlib, gpsd, ifplugd, bash, distcc.
2334
2335         Added license informations for: barebox, grub, syslinux,
2336         uboot, xloader, yajl, zlib, zxing, alsa-lib, alsa-utils,
2337         faad2, nano, fbdump, rsync, librsync, fontconfig,
2338         inotify-tools,
2339
2340 2012.08-rc2, Released August 15th, 2012
2341
2342         Updated/fixed packages: imagemagick, sudo, crosstool-ng.
2343
2344         Added license informations for: mxml, nanocom, empty, expat,
2345         lua, lucjson, xinetd, cjson, luaexpat, lmbench, bwm-ng,
2346         input-event-daemon, luajit, cgilua, copas, coxpcall,
2347         luafilesystem, luasocket, rings, wsapi, xavante, libtpl,
2348         avahi, busybox, libfcgi, ifplugd, libcgicc, libcurl,
2349         libdaemon, libdnet, libgpg-error, libpcap, libpng, lighttpd,
2350         mtd, openssl, psmisc, socat, spawn-fcgi.
2351
2352         Fixes to Microblaze external toolchains
2353         configuration. Improvements of the pkg-stats
2354         script. Out-of-tree fix for the graph-depends script.
2355
2356         Kernel headers version bump.
2357
2358 2012.08-rc1, Released August 1st, 2012
2359
2360         Fixes all over the tree and new features.
2361
2362         Integration of a legal information reporting infrastructure,
2363         which allows to generate detailed informations about the
2364         licenses and source code of all components of a system
2365         generated by Buildroot. License information will progressively
2366         be added on packages.
2367
2368         Default configuration files added for Calao-systems USB-A9263
2369         and Calao-systems USB-A9G20-LPW.
2370
2371         External toolchains update: allow download of a custom
2372         toolchain, add Linaro 2012.05 and 2012.06 for ARM, add
2373         Blackfin toolchain 2012R1-BETA1, add Sourcery CodeBench MIPS
2374         2011.09.
2375
2376         Allow the restriction of downloads to the primary site only.
2377         This is useful for project developers who want to ensure that
2378         the project can be built even if the upstream tarball
2379         locations disappear.
2380
2381         Add a 'System configuration' choice to select between 3
2382         different init systems: Busybox init, SysV init and Systemd
2383         init.
2384
2385         Cleanups to the package infrastructure. The visible change to
2386         developers is that $(eval $(call AUTOTARGETS)) is now $(eval
2387         $(autotools-package)), and similarly for other package
2388         infrastructures and host packages. Refer to the documentation
2389         for details.
2390
2391         By default, automatic detection of the number of compilation
2392         jobs to use, depending on the number of CPUs available.
2393
2394         Improvements to generate systems with static libraries only
2395         (infrastructure and package fixes).
2396
2397         Add proper support in the Linux kernel package to generate
2398         Device Tree Blobs or combined Device Tree / Kernel
2399         images. This will be useful on Microblaze, PowerPC and ARM,
2400         which are architectures making extensive use of the Device
2401         Tree.
2402
2403         Updated/fixed packages: audiofile, autoconf, automake, axel,
2404         barebox, bash, beecrypt, berkeleydb, bind, bison, bluez_utils,
2405         bonnie, boost, busybox, bsdiff, bwm-ng, bzip2, cifs-utils,
2406         cgilua, cmake, connman, conntrack-tools, crosstool-ng, cups,
2407         dbus, dhcp, dnsmasq, e2fsprogs, eeprog, ethtool, faad2, fbv,
2408         ffmpeg, freetype, gmp, gnutls, gob2, gpsd, grep,
2409         gst-plugins-base, gst-plugins-good, gzip, hiawatha, hostapd,
2410         htop, icu, igh-ethercat, imagemagick, input-tools, iostat,
2411         iproute2, ipset, iptables, iw, kmod, less, libcap, libgci,
2412         libconfig, libcurl, libelf, libevas, libeXosip2, libexif,
2413         libfuse, libidn, libmad, libmbus, libmnl,
2414         libnetfilter-conntrack, libnl, libnspr, libnss, libogg,
2415         libosip2, libpcap, libpng, libroxml, liburcu, libusb, libxml2,
2416         libxslt, lighttpd, linux, ltrace, lttng-libust, lttng-modules,
2417         lttng-tools, lua, m4, memtester, midori, mii-diag,
2418         module-init-tools, mpfr, mpg123, mrouted, msmtp, mtd, mxml,
2419         mysql_client, nasm, nbd, ncurses, nfs-utils, opencv, openocd,
2420         openssl, pciutils, php, polarssl, portaudio, pppd,
2421         pthread-stubs, pulseaudio, qt, quagga, quota, radvd, rpm,
2422         rrdtool, samba, sam-ba, scons, sdl_gfx, sdl_sound, speex,
2423         sqlite, squashfs, squid, sudo, synergy, syslinux, systemd,
2424         tar, tcpdump, tcpreplay, udev, usbutils, valgrind, wget,
2425         wpa_supplicant, wsapi, xavante, xserver_xorg-server, zlib
2426
2427         New packages: cjson, collectd, dfu-util, dmidecode, elftosb,
2428         fbterm, flashrom, freerdp, inadyn, libfreefare,
2429         libnetfilter_cttimeout, libnfc, libnfc-llcp, liboping,
2430         libtorrent, linphone, logsurfer, lshw, luacjson, luaexpat,
2431         luajit, mediastreamer, mobile-broadband-provider-info, monit,
2432         mxs-bootlets, nanocom, nss-mdns, ofone, omap-u-boot-utils,
2433         opkg, ortp, owl-linux, python-id3, python-nfc, quota,
2434         ramspeed, rtorrent, sound-theme-borealis,
2435         sound-theme-freedesktop, sysprof, webrtc-audio-processing,
2436         xinetd, zxing
2437
2438         Issues resolved (http://bugs.uclibc.org):
2439
2440         #1315: Allow use of older external toolchains without sysroot
2441                support [won't fix]
2442         #5276: Hiawatha needs to manage IPV6 if so [fixed]
2443         #5360: buildroot fails when building "host-libglib2 2.30.2
2444                Building" [won't fix, upstream problem]
2445         #5384: Can't build packages relying on gets on newer glibc
2446                [fixed]
2447
2448 2012.05, Released May 30th, 2012:
2449
2450         Updated/fixed packages: busybox, netsnmp, pptp-linux
2451
2452 2012.05-rc3, Released May 25th, 2012:
2453
2454         Minor fixes around the tree.
2455
2456         Infra: Fix for DOWNLOAD macro when using primary mirrors with
2457         scp targets.
2458
2459         Toolchain: Kernel headers 3.2.18 / 3.3.7.
2460
2461         Updated/fixed packages: binutils, bison, busybox, cifs-utils,
2462         gnuchess, gpsd, iperf, libmpeg2, mtd, ntfs-3g, oprofile,
2463         xserver-xorg
2464
2465 2012.05-rc2, Released May 18th, 2012:
2466
2467         Fixes all over the tree.
2468
2469         Toolchain: uClibc: Use 0.9.33.2, Crosstool-ng: fix gperf
2470         dependency, disable decimal floats support, Linux 3.2.17 /
2471         3.3.6 kernel headers. Fix sysroot copy handling for toolchains
2472         without C++ support.
2473
2474         Updated/fixed packages: apr, apr-util, ccache, dnsmasq,
2475         heirloom-mailx, gdb, ndisc6, opencv, openssl, socat, vala
2476
2477 2012.05-rc1, Released May 10th, 2012:
2478
2479         Fixes all over the tree and new features.
2480
2481         Use /etc/os-release for version info rather than
2482         /etc/br-version.
2483
2484         CMake toolchain file moved to $HOST_DIR/usr/share/buildroot.
2485
2486         Apply-patches.sh: cleanups, archived patches handling fixes,
2487         support series files.
2488
2489         Defconfigs: beaglebone, mx53qsb, pandaboard, qemu configs for
2490         arm-vexpress/microblaze/ppc-mpc88544ds, use 3.2.x for
2491         atngw100, use 3.3.x for qemu configs.
2492
2493         Menu structure: Libraries moved out of multimedia section
2494
2495         Atom processor support. Prescott fix, blackfin ABI fix,
2496         Microblaze architecture support (using ext toolchain). Cleanup
2497         architecture names, deprecate Xtensa support.
2498
2499         Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
2500         default to uClibc 0.9.33.x, enable
2501         UCLIBC_SUPPORT_AI_ADDRCONFIG by default, static and 64bit
2502         fixes for external toolchains, linaro ext toolchains, new
2503         sourcery codebench ext toolchains, GDB 7.4.1, crosstool-ng
2504         1.15.2.
2505
2506         Bootloaders: U-Boot: add 2012.04.01, SPL and u-boot.img
2507         support. Barebox: add 2012.04, remove 2011.12.
2508
2509         Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
2510         barebox, berkeleydb, bind, bluez_utils, boost, busybox,
2511         can-utils, ccache, cifs-utils, coreutils, cups, dbus, dhcp,
2512         directfb, dnsmasq, doom-wad, dosfstools, e2fsprogs, expat,
2513         fakeroot, feh, ffmpeg, file, fis, freetype, gamin, gawk,
2514         gdk-pixbuf, gettext, giblib, glib-networking, gmp, gnutls,
2515         gpsd, grep, gstreamer, gst-plugins-{bad,base,good,ugly},
2516         haserl, hdparm, imagemagick, iproute2, iptable, iw, kexec,
2517         kmod, lame, libaio, libarchive, libatomic_ops, libconfig,
2518         libcurl, libdvdnav, libdvdread, libedbus, libethumb, libffi,
2519         libfuse, libglib2, libgtk2, libhid, libmad, libmbus, libmpeg2,
2520         libnl, libplayer, libpng, libsigc, libsoup, libupnp, liburcu,
2521         libusb, libusb-compat, libxml2, libxml-parser-perl, libxslt,
2522         lighttpd, linux-firmware, linux-fusion, lite, lsof, ltrace,
2523         lttng-libust, lua, m4, makedevs, microperl, mpd, mpfr, mpg123,
2524         mrouted, mtd, mysql_client, nbd, ncftp, ncurses, neon,
2525         netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g, openntpd,
2526         openssh, openssl, parted, pango, pcre, php, pixman, poco,
2527         psmisc, pulseaudio, python, qt, quagga, radvd, rpm, rsync,
2528         ruby, samba, sam-ba, sane-backends, sawman, screen, sdl_net,
2529         smartmontools, speex, sqlite, squashfs3, squid, sshfs, sudo,
2530         syslinux, sysstat, taglib, tcpdump, tftp-hpa, transmission,
2531         tiff, tinyhttpd, uboot-tools, udev, uemacs, unionfs, usbutils,
2532         util-linux, vala, valgrind, vim, vsftpd, wget, wipe,
2533         wpa_supplicant, xdriver_xf86-{input-vmmouse,video-fbdev},
2534         xfsprogs, zlib
2535
2536         New packages: apr, apr-util, audiofile, bellagio,
2537         conntrack-tools, empty, fmtools, glib-networking,
2538         heirloom-mailx, hiawatha, latencytop, lcdproc, libcap-ng,
2539         libdmtx, libfcgi, libnetfilter_conntrack, libnfnetlink,
2540         libtpl, localedef, minicom, msmtp, ndisc6, netatalk,
2541         ocf-linux, openswan, parted, polarssl, protobuf, read-edid,
2542         socketcand, stress, systemd, ushare, zeromq
2543
2544         Deprecated packages: ttcp
2545
2546         Removed packages: ntfsprogs
2547
2548         Issues resolved (http://bugs.uclibc.org):
2549
2550         #2353: [lua] fix build with 2010.08-rc1
2551         #2503: Microperl fails build on MIPSel or with Fedora13.x86_64
2552         #2557: [PATCH] mkfs.xfs complains about missing libxfs.so.0
2553         #2881: Can't build project statically with external toolchain
2554         #3751: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
2555         #4808: ccache may build against wrong zlib
2556         #4880: New package lcdproc
2557         #4886: New package protobuf
2558         #4892: build fails on ltp-testsuite-20101031/testcases/kernel/fs/...
2559         #4898: * make: [target-finalize] Error 1 (ignored)*
2560         #4985: Qt 4.7.4 build crashes with Linux 2.6.29
2561         #4970: udev 181 fails to build if kernel version 3.3 is selected
2562         #5018: dialog broken: exits with assert in uClibc
2563         #5102: qt package moc, uic, rcc read from wrong place
2564         #5144: Patch to fix ixon bug in uemacs
2565         #5198: Line graphics output is broken in GNU Screen
2566         #5204: Missing terminfo file(s) for GNU screen terminal type
2567
2568 2012.02, Released February 29th, 2012:
2569
2570         Updated/fixed packages: libecore
2571
2572 2012.02-rc3, Released February 27th, 2012:
2573
2574         Fixes all over the tree.
2575
2576         Automatic host dependencies handling for cmake packages
2577         fixed. Customize package deprecated as using a post-build
2578         script is nowadays the preferred way of adding extra stuff to
2579         the rootfs.
2580
2581         Linux-headers 3.0.x / 3.2.x stable version bumped.
2582
2583         QEMU defconfigs updated to 3.2.x kernels and readme fixed.
2584
2585         Updated/fixed packages: dropbear, ffmpeg, libpng
2586
2587 2012.02-rc2, Released February 19th, 2012:
2588
2589         Fixes all over the tree.
2590
2591         Toolchain: uClibc: Added upstream post-0.9.33 fixes, Bump
2592         linux-headers 3.0.x / 3.2.x stable versions.
2593
2594         Documentation: Added makedev / <pkg>_DEVICES /
2595         <pkg>_PERMISSIONS documentation.
2596
2597         Updated/fixed packages: busybox, ffmpeg, gst-dsp, libecore,
2598         libvncserver, mxml, python.
2599
2600 2012.02-rc1, Released February 12th, 2012:
2601
2602         Fixes all over the tree and new features.
2603
2604         Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java
2605         support removed, Powerpc SPE ABI support. GDB ELF support fix,
2606         GDB 7.4, crosstool-NG 1.13.4.
2607
2608         Gentargets: scp and mercurial support.
2609         Autotools: derive host dependencies from target by default.
2610         Packages can now declare device table snippets.
2611
2612         Host utilities menu with commonly used host tools.
2613
2614         defconfigs: qemu configs for x86-64, mips and sparc, at91
2615         defconfigs now use modern U-Boot / mainline Linux, added
2616         lpc3250 defconfigs.
2617
2618         uClibc: remove 0.9.30, backport unshare() support, add
2619         0.9.32.1 / 0.9.33, use same config for ctng.
2620
2621         Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions,
2622         Barebox: add 2012.01/02, remove 2011.10/11, LPC32xx
2623         bootloaders added.
2624
2625         Various manual updates. Release tarballs now contain generated
2626         manual in text/html/pdf formats.
2627
2628         Buildroot now calls the stop function of scripts in
2629         /etc/init.d at shutdown.
2630
2631         Updated/fixed packages: atk, avahi, barebox, bash, beecrypt,
2632         bind, binutils, bison, bluez_utils, bzip2, busybox, cairo,
2633         ccache, cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog,
2634         diffutils, dmalloc, dropbear, e2fsprogs, ebtables, ed,
2635         ethtool, expat, ffmpeg, file, fis, flex, fluxbox, fontconfig,
2636         freetype, gawk, grep, gst-dsp, gst-ffmpeg, gst-plugins-base,
2637         hdparm, hostapd, htop, i2c-tools, icu, iproute2, ipsec-tools,
2638         ipset, iptables, iw, jpeg, kismet, lame, libcap, libcgi,
2639         libev, libeXosip2, libffi, libftdi, libgpg-error, libgtk2,
2640         libidn, libmms, libmnl, libmodbus, libnl, libogg, libosip,
2641         libpcap, libpng, libraw1394, libroxml, libusb, libusb-compat,
2642         libv4l, libvorbis, libxcb, libxml-parser-perl, libxslt,
2643         lighttpd, links, lm-sensors, lua, m4, module-init-tools, mpc,
2644         mesa3d, mpd, mpfr, mplayer, mtd-utils, nano, nbd, ncurses,
2645         netperf, netsnmp, ntp, opencv, openocd, openssl, openvpn, orc,
2646         pciutils, pcre, pixman, pkg-config, poco, popt, proftpd,
2647         python, python-serial, qt, ruby, samba, sdl, sdparm,
2648         squashfs3, sshfs, sqlite, squid, sudo, syslinux, tcl, tcpdump,
2649         ti-utils, tiff, tremor, uboot, uboot-tools, udev, usbmount,
2650         util-linux, vala, valgrind, vsftpd, wpa_supplicant,
2651         xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xinit},
2652         xapp_xinput, xapp_xman, xcb-util, xdm, xenomai,
2653         xf86-video-sis, xfont_{encodings,font-util},
2654         xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender},
2655         xlib_libxkbfile, xterm, xutil_makedepend, yajl
2656
2657         New packages: boost, connman, dstat, expedite, explorercanvas,
2658         feh, flot, giblib, igh-ethercat, imlib2, jquery,
2659         jquery-sparklines, jquery-validation, jsmin, kmod, libecore,
2660         libedbus, libedje, libeet, libeina, libelementary, libesmtp,
2661         libethumb, libevas, libical, libmbus, liboauth, liburcu,
2662         libvncserver, linux-firmware,
2663         lttng-{babeltrace,libust,modules,tools}, NetworkManager,
2664         open2300, python-distutilscross, python-dpkt,
2665         python-netifaces, python-pygame, python-setuptools, rt-tests,
2666         sam-ba, sane-backends, sqlcipher, transmission, unionfs,
2667         xf86-input-tslib, xinput-calibrator
2668
2669         Issues resolved (http://bugs.uclibc.org):
2670
2671         #743:  Add Transmission bit torrent option to buildroot
2672         #755:  Add Boost libraries as a package
2673         #2299: Add crypto support to libsoup
2674         #2617: Pixman 0.19.2 & Cairo 1.10.0
2675         #3403: libgpg-error: bump to version 1.10
2676         #3409: libgpg-error: download from gnupg.org
2677         #3421: nano: make tiny flag optional
2678         #3691: New EFL packages
2679         #4664: Cannot patch AT91Bootstrap
2680         #4700: setlocalversion not working for combination svn/ubuntu 11.10...
2681         #4760: Qt: add host-pkg-config to dependency-list
2682
2683 2011.11, Released November 30th, 2011:
2684
2685         Fixes all over the tree.
2686
2687         Bump kernel headers / default Linux version to 3.1.4.
2688
2689         Updated/fixed packages: ruby
2690
2691 2011.11-rc3, Released November 26th, 2011:
2692
2693         Fixes all over the tree.
2694
2695         Toolchain: Fix gdb dependencies for external toolchains,
2696         adjust uClibc patches so they don't confuse modern versions of
2697         patch, bump crosstool-ng, kernel headers and linux versions.
2698
2699         Updated/fixed packages: busybox, freetype, mplayer, opencv,
2700         php, rsyslog, ruby, thttpd, xapp_xf86dga
2701
2702         Issues resolved (http://bugs.uclibc.org):
2703
2704         #4357: Prevent patch commands from accessing source control
2705         #4369: Fix permissions on untared lsof archive
2706
2707 2011.11-rc2, Released November 18th, 2011:
2708
2709         Fixes all over the tree and new features.
2710
2711         Updated asciidoc documentation
2712
2713         Toolchain: Bumped 3.x stable kernel headers, use wget in
2714         crosstool-ng as well, bump crosstool-ng version, gdb fixes,
2715         uClibc sparc fix.
2716
2717         Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb,
2718         mplayer, newt, qt, rpm, rrdtool, tar, tftpd
2719
2720         Issues resolved (http://bugs.uclibc.org):
2721
2722         #3355: mplayer fails to build
2723         #4021: uClibc: undefined reference to `__GI___errno_location'
2724         #4297: Qt's qmake uses wrong pkg-config
2725
2726 2011.11-rc1, Released November 11th, 2011:
2727
2728         Fixes all over the tree and new features.
2729
2730         Moved misc scripts and support stuff to support/. Renamed
2731         patch-kernel.sh to support/scripts/apply-patches.sh.
2732
2733         Documentation: Moved to asciidoc format, make targets to
2734         generate text/html/pdf/epub output added.
2735
2736         Defconfigs: Qemu configs updated to 3.1 kernel and readmes
2737         added.
2738
2739         Bootloaders: Add support for custom git tree / tarballs for
2740         barebox, similar to how it's handled for u-boot. Clean up
2741         menuconfig options.
2742
2743         Toolchain: Update external codesourcery toolchain download
2744         URLs after Codesourcery got bought by Mentor, add x86
2745         toolchain, update toolchain versions and optimize toolchain
2746         sysroot copying. Fix uClibc 0.9.32 builds for e500 PPC,
2747         updated GDB versions / download URLs. Binutils
2748         libbfd/libopcodes static/dynamic linking fix. GCC 4.6.2 added,
2749         use ctng-1.13.0.
2750
2751         Package infrastructure: Support for local packages /
2752         overrides, package dir / name arguments dropped from
2753         {GEN,AUTO,CMAKE}TARGETS.
2754
2755         Linux: Kernel extensions infrastructure support, Xenomai +
2756         RTAI support.
2757
2758         Updated/fixed packages: acpid, bind, busybox, dash, dbus,
2759         dbus-glib, directfb, dnsmasq, drystone, e2fsprogs, ethtool,
2760         fakeroot, fbdump, file, freetype, fuse, gamin, gmp, gmpc,
2761         gnutls, gob2, gst-plugins-{base,bad,good,ugly}, gstreamer,
2762         hostapd, ifplugd, imagemagick, intltool, ipsec-tools, ipset,
2763         iptables, iw, jpeg, kexec, leafpad, less, libargtable2, libao,
2764         libconfuse, libcuefile, libcurl, libdaemon, libevent,
2765         libglib2, libiconv, libmpd, libreplaygain, libroxml,
2766         libsamplerate, libsndfile, libsoup, libsvgtiny, libtool,
2767         libxcb, lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo,
2768         lzop, makedevs, mcookie, mpg123, mpd, mpfr, mtd, musepack,
2769         mutt, mysql_client, ncftp, ncurses, neon, netcat, netsnmp,
2770         ntfs-3g, ntfsprogs, ntp, openntpd, openssh, openssl, oprofile,
2771         orc, pciutils, psmisc, python, qt, quagga, radvd, rpm, rsync,
2772         samba, sawman, sdl_sound, smartmontools, sqlite, squid,
2773         stunnel, sudo, sylpheed, sysstat, taglib, tar, tcpreplay,
2774         tslib, usbutils, util-linux, valgrind, wget, whetstone, which,
2775         wpa-supplicant, xdata_xcursor-themes, xmlstarlet, xterm
2776
2777         New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c,
2778         libev, libftdi, libgeotiff, libmodbus, libplayer, live555,
2779         ngrep, noip, opencv, openocd, picocom, poco, portaudio,
2780         pulseaudio, pv, rtai, vala, xenomai.
2781
2782         Removed packages: liboil, sfdisk, swfdec, webif
2783
2784         Issues resolved (http://bugs.uclibc.org):
2785
2786         #505:  live555: new package
2787         #507:  Enable live and tv options in MPlayer-1.0rc2
2788         #531:  let e2fsprogs package to export headers to staging dir if needed
2789         #1171: Linuxthreads new cannot find sysdep.h
2790         #1357: Add bluez to buildroot system
2791         #2107: New package: input-event-daemon
2792         #2599: New package: orc (Oil Runtime Compiler)
2793         #2605: gstreamer: Update to 0.10.30
2794         #2677: introducing util-linux-ng as replacement for util-linux
2795         #2917: Qt: Add declarative module
2796         #3145: jffs2 image generation fails
2797         #3271: netperf-2.4.5 fails to compile
2798         #3331: xdata_xcursor-themes depends on xcursorgen
2799         #3343: Add file:// download SITE_METHOD
2800         #3391: Add support for specifying an external kernel tree
2801         #3631: Error while compiling with Xorg
2802         #3709: oprofile doesn't build for mipsel
2803         #3925: midori not getting compile
2804         #4045: Add support for downloading i386 toolchains from codesourcery
2805         #4165: lrzsz-fix-symlink-at-rebuild.patch
2806         #4171: makedevs-unused-but-set-variable.patch
2807         #4183: Codesourcery toolchain download site has changed
2808         #4231: libneon.so: undefined reference to `SSL_SESSION_cmp'
2809         #4381: Add option to lighttpd to enable Lua support
2810         #4387: Make sure that dest dir exists before installing mtd files
2811
2812 2011.08, Released August 31th, 2011:
2813
2814         Fixes all over the tree.
2815
2816         Toolchain: Fix codesourcery 2009q3 ARM download, Linux 3.0.4
2817         kernel headers.
2818
2819         Updated/fixed packages: ipset, python
2820
2821 2011.08-rc2, Released August 29th, 2011:
2822
2823         Fixes all over the tree.
2824
2825         Toolchain: crosstool-NG 1.12.1, use binutils 2.21 on
2826         mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh
2827         (broken).
2828
2829         Defconfigs: kernel updates, fix mini2440 serial port config,
2830         remove old arm toolchain configs.
2831
2832         Bootloaders: Fix grub patching, add barebox-{n,x,menuconfig}
2833         targets similar to linux/busybox.
2834
2835         Updated/fixed packages: barebox, directfb, libsoup,
2836         libxml-parser-perl, mtd, ncurses, python, ti-utils, udev,
2837         usbmount, util-linux, xfont_font-misc-misc
2838
2839         Issues resolved (http://bugs.uclibc.org):
2840
2841         #3685: ncurses installation hangs due to old version of tic
2842         #4093: Grub fails to install bz2 patch after conversion to...
2843
2844 2011.08-rc1, Released August 4th, 2011:
2845
2846         Fixes all over the tree and new features.
2847
2848         Toolchain: uClibc 0.9.32 / NPTL support, 0.9.29 removed,
2849         ext-toolchain-wrapper improvements, improved non-MMU
2850         support. GCC 4.3.6 / 4.6.1.
2851
2852         GENTARGETS infrastructure extended to cover bootloaders and
2853         Linux kernel as well. Options to retrive Linux/U-Boot from a
2854         custom git repo instead of upstream tarballs.
2855         Support for Linux 3.x and release candidate tarballs.
2856         X-Loader bootloader for omap added.
2857
2858         Make source/external-deps now also works for external
2859         toolchains / crosstool-ng backend.
2860
2861         Updated/fixed packages: autoconf, berkeleydb, bind, binutils,
2862         bmon, bridge-utils, busybox, cmake, dbus, dbus-glib,
2863         e2fsprogs, ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly},
2864         gvfs, hostapd, iproute2, iptables, iw, jpeg, lame, libarchive,
2865         libdnet, libdrm, libgcrypt, libgtk2, libmpeg2, libpng,
2866         libsoup, lighttpd, linux-fusion, lzo, midori, mtd-utils,
2867         nfs-utils, openvpn, oprofile, orc, pkg-config, proftpd, qt,
2868         ruby, samba, sdl, shared-mime-info, sudo, sqlite, squid,
2869         synergy, udev, usbmount, usbutils, util-linux, valgrind,
2870         webkit, xorg-xserver, xz, zlib
2871
2872         New packages: acl, attr, ebtables, gnutls, inotify-tools,
2873         ipset, libargtable2, libiqrf, libmnl, libnspr, libnss,
2874         libroxml, libyaml, live555, mxml, orc, rsyslog, sredird,
2875         statserial, stunnel, ti-utils, uboot-tools, yajl
2876
2877         Deprecated packages: liboil, swfdec
2878
2879         Removed packages: hal
2880
2881         Issues resolved (http://bugs.uclibc.org):
2882
2883         #3559: libnspr: Add new package
2884         #3595: patch to add libroxml
2885         #3565: libnss: Add new package
2886         #3583: xfonts_font-adobe-100dpi fails due to missing map file
2887         #3649: [PATCH] Add mapdir to existing pkg-config patch
2888         #3907: 2011.05 - Qt 4.7.3 not building on ARM
2889         #3961: Nfs-utils: Remove SUSv3-function index
2890         #3985: "help" target's defconfig list needs sort
2891         #3997: bump libroxml to v2.1.0
2892
2893 2011.05, Released May 27th, 2011:
2894
2895         Updated/fixed packages: makedevs
2896
2897 2011.05-rc2, Released May 24th, 2011:
2898
2899         Fixes all over the tree.
2900
2901         Toolchain: Code sourcery ARM 2009q1 download URL fixed /
2902         2009q3 external toolchains added. Crosstool-NG bumped to
2903         1.11.3, eglic/glibc configuration fixes. Linux kernel 2.6.38.x
2904         bumped to 2.6.38.7.
2905
2906         Updated/fixed packages: bind, fakeroot, kbd, psmisc, qt
2907
2908 2011.05-rc1, Released May 18th, 2011:
2909
2910         Fixes all over the tree and new features.
2911
2912         External toolchain improvements: We now build a binary
2913         toolchain wrapper and install it into HOST_DIR/usr/bin, which
2914         enforces the correct compiler arguments, making an external
2915         toolchain as easy to use outside of Buildroot as the internal
2916         ones are. This also brought a cleanup of CFLAGS, making the
2917         Buildroot build output easier to read.
2918
2919         Rootfs device handling improvements: Choice between static
2920         /dev, devtmpfs and devtmpfs with either mdev or udev.
2921
2922         Toolchain: More preconfigured codesourcery external
2923         toolchains, improved Crosstool-NG support, fix for GCC
2924         snapshot versions, GCC 4.4.6 / 4.5.3, experimental GCC 4.6.0
2925         support, target-GCC fixes, uClibc fixes, 0.9.32-rc3 support.
2926
2927         Bootloaders: U-boot 2011.03, Barebox 2011.05.0
2928
2929         Linux: support for custom kernel image targets, E.G. for
2930         powerpc builds with embedded device trees.
2931
2932         Misc fixes for qemu defconfigs, ensuring correct serial
2933         terminal setup out of the box.
2934
2935         Misc gentarget / autotools handling fixes.
2936
2937         Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui,
2938         atk, avahi, bind, bison, busybox, copas, dbus-glib, dhcp,
2939         dhcpdump, dnsmasq, dropbear, ethtool, fakeroot, ffmpeg, file,
2940         gamin, gnuconfig, gst-ffmpeg, gst-plugins-good, gtk2-engines,
2941         haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less,
2942         libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng,
2943         libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs,
2944         midori, mpg123, mpc, mpd, mpfr, mplayer, mtd-utils, ncurses,
2945         netsnmp, openssh, openssl, openvpn, pango, pkg-config, popt,
2946         procps, proftpd, qt, quagga, readline, rsync, samba, sdl,
2947         socat, squashfs, squid, sudo, tslib, udev, usbutils, webkit,
2948         wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11,
2949         xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz
2950
2951         New packages: bonnie++, can-utils, gdisk, htop,
2952         input-event-daemon, libexif, libraw, libv4l, ngircd
2953
2954         Removed packages: festival
2955
2956         Issues resolved (http://bugs.uclibc.org):
2957
2958         #2131: Add OpenMP support to the toolchain
2959         #3379: New Package: bonnie++
2960         #3445: Not working openssl-10.0.0d on 386sx
2961         #3451: fakeroot package: wrong FAKEROOT_SITE variable
2962         #3457: alsamixergui: broken URL
2963         #3475: Calling sync on large filesystems when not always necessary
2964         #3511: make busybox-menuconfig does not download busybox package
2965         #3541: Quotes in the top Makefile:217 break buildroot/kernel config...
2966         #3571: u-boot: fw_printenv does not build
2967         #3643: popt source url is not responding
2968         #3733: dropbear: make zlib optional
2969         #3757: Buildroot can't build mplayer with libmad
2970
2971 2011.02, Released February 28th, 2011:
2972
2973         Fixes all over the tree.
2974
2975         Updated/fixed packages: alsamixergui, avahi, ffmpeg, icu, mpd,
2976         nuttcp, qt, slang, squashfs, sylpheed, synergy, xerces
2977
2978         Deprecated packages: devmem2, webif
2979
2980         Issues resolved (http://bugs.uclibc.org):
2981
2982         #2911: Qt: Disable qt3support-option, if gui-module isn't selected
2983         #3259: Unable to build webkit (on arm)
2984         #3295: slang fails to build on mipsel
2985         #3325: ffmpeg fails to build
2986
2987 2011.02-rc2, Released February 24th, 2011:
2988
2989         Fixes all over the tree.
2990
2991         Festival packages marked as broken. Unless someone steps up
2992         to support them, they will be removed during the 2011.05
2993         development cycle.
2994
2995         Updated/fixed packages: atk, avahi, bind, cairo, dbus,
2996         enchant, fakeroot, gmpc, gpsd, gvfs, iperf, jpeg, libarchive,
2997         libcgicc, libdaemon, libdrm, libevent, libgail, libglib2,
2998         libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp,
2999         makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm,
3000         metacity, mpd, nasm, nfs-utils, olsr, openssl, popt,
3001         pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image,
3002         sdl_mixer, sdl_sound, sdl_ttf, squashfs, synergy, taglib,
3003         tcpreplay, tiff, wpa_supplicant, xcb-util,
3004         xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard},
3005         xdriver_xf86-input-{mouse,synaptics,void},
3006         xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb},
3007         xlib_lib{ICE,SM,XScrnSaver,Xau,Xcursor,Xdmcp,Xi,Xinerama},
3008         xlib_lib{Xrandr,Xt,Xtst,Xxf86dga,Xxf86vm,dmx,fontenc,pciaccess},
3009         xserver_xorg-server, xz
3010
3011         Removed packages: ace_of_penguins, vlc
3012
3013         Issues resolved (http://bugs.uclibc.org):
3014
3015         #3205: Failing chmod when running "make" in buildroot (openssl)...
3016         #3277: quagga fails to build with SNMP support
3017         #3283: See why nfs-utils needs fakeroot, and convert to autotools
3018         #3307: synergy fails to build due to missing XTest library
3019
3020 2011.02-rc1, Released February 14th, 2011:
3021
3022         Fixes all over the tree and new features.
3023
3024         External toolchain improvements: clarification of the options,
3025         and introduction of the toolchain profile concept, for
3026         well-known toolchains. Buildroot is now capable of
3027         automatically downloading and extracting well-known toolchains
3028         (for the moment, CodeSourcery ARM, PowerPC, MIPS and SuperH
3029         toolchains are supported). Crosstool-NG backend updated and
3030         improved.
3031
3032         Complete rework of how hardware boards are supported.
3033         Each board now only has a single defconfig file, and all
3034         board-specific options have been removed. See
3035         docs/buildroot.html#board_support for details.
3036
3037         Added support for the following boards: Mini2440, Qemu ARM
3038         Versatile, Qemu MIPSel Malta, Qemu PowerPC G3beige, Qemu SH4
3039         r2d and Qemu x86. The Qemu boards support allows to easily
3040         build systems that are known to work under Qemu.
3041
3042         Initial support for Blackfin processors.
3043
3044         Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in
3045         preparation for support of SDK. For the same reason, the
3046         toolchain binaries (cross-compiler and other related tools)
3047         are now installed in $(O)/host/usr/bin/. The cross pkg-config
3048         now also automatically returns correct values for cross
3049         compilation, without needing any environment variables to be
3050         set.
3051
3052         Ccache support reworked. Now used for both host and target
3053         compilation, and cache is stored in ~/.buildroot-ccache.
3054
3055         Toolchain: uClibc 0.9.32-rc2, several components moved to
3056         normal AUTOTARGET packages.
3057
3058         Generic cmake infrastructure, similar to the existing
3059         GENTARGETS/AUTOTARGETS.
3060
3061         Support for bzr downloads, next to the existing git/svn support.
3062
3063         Kconfig infrastructure rebased against 2.6.38-rc3, bringing
3064         misc fixes. 'xconfig' now uses Qt4 rather than Qt3.
3065
3066         EXT2 file system size handling improved, UBI image support, fs
3067         configuration options cleanup, U-Boot/Barebox version bumps.
3068
3069         Updated/fixed packages: alsa-utils, at, autoconf, automake,
3070         bash, binutils, bison, busybox, bzip2, cdrkit, cloop, cmake,
3071         coreutils, cups, dbus, dbus-python, dhcp, directfb,
3072         direcfb-examples, dmalloc, dnsmasq, dosfstools, e2fsprogs, ed,
3073         fbset, ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp,
3074         grep, gperf, gst-ffmpeg, gst-plugins-bad, gst-plugins-base,
3075         gst-plugins-good, gst-plugins-ugly, gstreamer, gvfs, hdparm,
3076         hostapd, i2c-tools, icu, imagemagick, input-tools, iproute2,
3077         iptables, iw, jpeg, kexec, libaio, libart, libcap, libconfig,
3078         libfuse, libglib2, libidn, libmad, libogg, libpcap, libpng,
3079         libsndfile, libtheora, libtool, libusb-compat, libvorbis,
3080         libxcb, libxml2, libxslt, links, linux-fusion, lm-sensors,
3081         lsof, ltp-testsuite, ltrace, lvm2, lzo, m4, makedevs,
3082         memtester, mesa3d, mii-diag, mpc, mpfr, mpg123, mplayer,
3083         mrouted, mtd-utils, nano, netperf, netplug, ntfs-3g, ntp,
3084         openssh, openssl, openvpn, oprofile, pango, patch, pciutils,
3085         php, pkgconfig, portmap, psmisc, python, qt, rsync, ruby,
3086         sawman, screen, sdl_gfx, sdl_sound, smartmontools, socat,
3087         sqlite, squid, sshfs, sstrip, sysklogd, sysstat, sysvinit,
3088         tar, tcpdump, tslib, udev, usbutils, vim, vtun, webkit, wipe,
3089         x11vnc, xapp_xlogo, xcb-proto, xfont_font-util,
3090         xkeyboard-config, xlib_libX11, xz, zlib
3091
3092         New packages: dhrystone, dsp-tools, faad2, fbgrab, gst-dsp,
3093         gst-omapfb, irda-utils, lame, libao, libcue, libcuefile,
3094         libffi, libhid, libreplaygain, libsamplerate, libsigc++,
3095         lsuio, mpd, musepack, python-mad, python-serial, rsh-redone,
3096         sdparm, tidsp-binaries, vorbis-tools, wavpack, whetstone,
3097         xl2tp, xmlstarlet
3098
3099         Removed packages: hotplug, l2tp, libfloat, microcom,
3100         ng-spice-rework
3101
3102         Issues resolved (http://bugs.uclibc.org):
3103
3104         #267:  The make target: cross fails because toolchain_build_...
3105         #415:  Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against...
3106         #561:  ltp-testsuite failed to install
3107         #1447: Installing gfortran on PowerPC
3108         #1651: Build fail caused by ccache in module-init-tools
3109         #1681: Cross-compiled binaries shouldn't be installed into staging
3110         #1723: [PATCH] axel: convert to generic package infrastructure and...
3111         #1735: [PATCH] mplayer: convert to autotools infrastructure
3112         #2551: [PATCH] native toolchain in the target filesystem fails
3113         #2623: buildroot-snapshot-20100922 fails when compiling development...
3114         #2647: makedevs package lacks support for 16-bit major/minor numbers
3115         #2371: QT MYSQL Module does not build when MySQL installed on the host
3116         #2839: compile fails in various packages with a odd message "error:...
3117         #2887: tar "buffer overflow detected" error
3118         #2893: Broken "make source" with external toolchain
3119         #2905: Qt: Speed up compilation, if gui-module isn't selected
3120         #2929: genext2fs: couldn't allocate a block (no free space)
3121         #2935: Ntpdate isn't installed
3122         #2965: Broken linkage to xkbcomp (blocking X server startup)
3123         #2983: xlib_libX11 build failed
3124         #3007: kexec doesn't build: Missing regdef.h file
3125         #3085: Init scripts are not compatible with sysVinit (when busybox...
3126         #3103: make external-deps wants to download gcc-.tar.bz2 when...
3127         #3109: abnormal `make busybox-menuconfig`
3128         #3115: How about board specific makefiles?
3129         #3169: python patch has typo, aborts build in scenario
3130         #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/
3131
3132 2010.11, Released November 30th, 2010:
3133
3134         Fixes all over the tree.
3135
3136         Updated/fixed packages: libgcrypt, qt, squid, sysstat, tcpdump,
3137         xserver-xorg
3138
3139         Issues resolved (http://bugs.uclibc.org):
3140
3141         #2773: squid with openssl support needs openssl on the host
3142         #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
3143
3144 2010.11-rc2, Released November 25th, 2010:
3145
3146         Fixes all over the tree.
3147
3148         Add support for LEON Sparc architecture variants. Fix make
3149         source/external-deps for host packages.
3150
3151         Updated/fixed packages: bash, bind, busybox, dialog, gpsd,
3152         libglib2, libcurl, libmad, lrzsz, midori, module-init-tools,
3153         mtd-utils, openssh, openssl, pciutils, php, qt, sqlite,
3154         sysstat, webkit, zlib
3155
3156         Issues resolved (http://bugs.uclibc.org):
3157
3158         #759:  Sysstat build broken without libintl
3159         #2479: host-module-init-tools 3.11 fails to build
3160         #2725: Buildroot overrides kernel config
3161         #2785: mtd-utils build fails due to missing libmtd
3162         #2791: Added PHP-Process Control to the PHP-Package
3163         #2797: pciutils dependencies on zlib not taken into account
3164         #2809: failed to compile libglib2
3165         #2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
3166         #2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
3167         #2833: Failed to compile webkit without X11
3168
3169 2010.11-rc1, Released November 8th, 2010:
3170
3171         Fixes all over the tree and new features.
3172
3173         Kconfig infrastructure rebased against 2.6.36-rc1, bringing
3174         misc fixes + nconfig and savedefconfig targets.
3175
3176         Toolchain: ARM cortex A9 support, experimental crosstool-ng
3177         backend, GCC 4.5.x.
3178
3179         Fs: Squashfs 4.1 with lzo support
3180
3181         Old-style package hooks (*_HOOK_POST_*) removed. Use the more
3182         generic new-style ones instead.
3183
3184         Download handling reworked and support for git/svn downloads
3185         added.
3186
3187         Removed experimental shared config.cache support, as it is
3188         too unreliable.
3189
3190         A convenience Makefile wrapper is created when using
3191         out-of-tree building, similar to how it is done for the kernel.
3192
3193         Alpha, Cris, IA64 and Sparc64 architecture support removed.
3194
3195         New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
3196         libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz
3197
3198         Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
3199         automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,
3200         bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
3201         dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool,
3202         expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test,
3203         gamin, gawk, genext2fs, gperf, gst-plugins-base,
3204         gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm,
3205         hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools,
3206         iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi,
3207         libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2,
3208         libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd,
3209         libnl, liboil, libosip2, libpcap, libpng, libtool, libungif,
3210         libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs,
3211         logrotate, m4, matchbox, mdadm, mesa3d, metacity, mplayer,
3212         mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf,
3213         netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh,
3214         openssl, openvpn, oprofile, pango, patch, pcre, php,
3215         pkg-config, portmap, pppd, pptp-linux, prboom, proftpd, radvd,
3216         rdesktop, readline, rp-pppoe, ruby, qt, quagga, samba, sawman,
3217         sdl_mixer, sdl_sound, sed, setserial, shared-mime-info, slang,
3218         speex, sqlite, squashfs, startup-notification, strace,
3219         sylpheed, sysstat, taglib, tcpdump, thttpd, tiff, tn5250,
3220         torsmo, tslib, udev, udpcast, usbmount, usbutils, vsftpd,
3221         vtun, which, wireless-tools, wpa_supplicant, xapp_twm,
3222         xapp_xbacklight, xapp_xcursorgen, xapp_xinit, xapp_xinput,
3223         xapp_xmore,
3224         xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
3225         xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
3226         xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
3227         xdriver-xf86-video-{geode,glide,glint,i128,i740,intel,mach64},
3228         xdriver-xf86-video-{mga,neomagic,newport,nv,openchrome,r128},
3229         xdriver-xf86-video-{rendition,s3,s3virge,savage,siliconmotion},
3230         xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb},
3231         xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
3232         xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp},
3233         xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke,
3234         xterm, xvkbd, zlib
3235
3236         Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk
3237
3238         Removed packages: dillo, libglib12, libgtk12, microwin,
3239         pcmcia
3240
3241         Issues resolved (http://bugs.uclibc.org):
3242
3243         #901:  new package: gpsd
3244         #2389: Generate a Makefile wrapper in $(O)
3245         #2461: wireless_tools: install shared library if needed
3246         #2521: Can't compile sdl_mixer, mikmod.h can't be found
3247         #2533: xserver_xorg-server: Enable glx, if mesa3d is built
3248         #2563: [PATCH] cairo: Expose the configure option to disable some...
3249         #2581: libmms: Update to 0.6, and patch to work on architectures...
3250         #2707: Can't compile linux kernel using buildroot + crosstool-ng
3251         #2731: Build order
3252         #2737: buildroot configuration tool crashing when the path exceeds...
3253         #2767: Build for lsof broken in buildroot-2010.08
3254
3255 2010.08: Released August 31th, 2010:
3256
3257         Fixes all over the tree.
3258
3259         Updated/fixed packages: atk, xstroke
3260
3261         Removed packages: lxdoom
3262
3263 2010.08-rc2, Released August 30th, 2010:
3264
3265         Fixes all over the tree.
3266
3267         Mark the combination of uClibc 0.9.31, gcc 4.2.x, C++ and
3268         locale support as broken. Remove deprecated GCC 4.2.[1-3]
3269         versions.
3270
3271         Mark CRIS architecture as deprecated, as it is discontinued
3272         upstream.
3273
3274         Marked shared config.cache as experimental and disabled by
3275         default as it is known to break with certain package
3276         combinations.
3277
3278         Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got
3279         added.
3280
3281         fs: old-style squashfs for big endian archs fixed.
3282
3283         Updated/fixed packages: busybox, gst-plugins-base,
3284         imagemagick, kismet, libgail, libglib2, libgtk2, lua,
3285         luafilesystem, lzo, ncurses, netcat, pango, php, pppd,
3286         proftpd, qt, samba, startup-notification, swfdec, sysvinit,
3287         util-linux
3288
3289         Removed packages: stunnel
3290
3291         Issues resolved (http://bugs.uclibc.org):
3292
3293         #635:  util-linux fails to build in 2009.08
3294         #2239: netcat package installs its binary to target as avr32-linux...
3295         #2395: libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because...
3296         #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
3297         #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ...
3298
3299 2010.08-rc1, Released July 30th, 2010:
3300
3301         Fixes all over the tree and new features.
3302
3303         Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2
3304         and non-sysroot support removed. Added support for (snapshot)
3305         NPTL in uClibc, 0.9.28.3 removed,
3306
3307         Bootloaders: Various cleanups, moved to boot/, added Barebox,
3308         removed yaboot. Support building u-boot from custom tarball,
3309         u-boot 2010.06.
3310
3311         New GTK-based configurator, usable using 'make gconfig'.
3312
3313         Java packages marked as broken. Unless someone steps up to
3314         support this, they will be removed during the 2010.11
3315         development cycle.
3316
3317         Alpha, IA64 and Sparc64 architectures marked as deprecated.
3318         GTK+ on DirectFB has also been marked as deprecated, as it is
3319         not supported in recent GTK+ versions, and more and more
3320         packages depends on the new versions.
3321         Unless someone steps up to support them, they will be removed
3322         during the 2010.11 development cycle.
3323
3324         New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
3325         libgail, luafilesystem, luasocket, rings, wsapi, xavante, xterm
3326
3327         Updated/fixed packages: alsa-lib, alsamixergui, at, atk,
3328         avahi, berkeleydb, bash, blackbox, busybox, bzip2, cairo,
3329         cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc,
3330         dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig,
3331         gawk, gmpc, gnuchess, gst-plugins-base, gst-plugins-good,
3332         gstreamer, gzip, icu, intltool, iostat, ipsec-tools, iptables,
3333         iw, libart, libcgi, libcurl, libdrm, libeXosip, libfuse,
3334         libglib2, libgpg-error, libiconv, libidn, liblockfile, libpng,
3335         libsoup, lighttpd, links, linux-fusion, lmbench, lrzsz,
3336         ltrace, make, midori, module-init-tools, mplayer,
3337         mysql_client, nbd, ncurses, neon, netcat, netperf, netsnmp,
3338         ntfsprogs, openssl, oprofile, pango, php, qt, quagga, samba,
3339         setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, speech-tools,
3340         sqlite, squashfs, swfdec, tftpd, thttpd, tn5250, tremor,
3341         usbutils, webif, webkit, wireless_tools, xerces,
3342         xkeyboard-config, xserver_xorg-server, xvkbd, zlib
3343
3344         Removed packages: modutils, portage, rxvt
3345
3346         Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
3347
3348         Issues resolved (http://bugs.uclibc.org):
3349
3350         #321:  alsa-lib uses host include files for python which breaks ...
3351         #361:  linux kernel configuration choice works incorrectly
3352         #387:  Tremor not installed to toolchain
3353         #401:  new package: ffmpeg
3354         #475:  uImage target for U-boot failed generating
3355         #543:  ATK requires X11 on DirectFB target
3356         #575:  webkit: Buildroot Libtool Patch Fails
3357         #583:  build fails with external x86_64 toolchain
3358         #729:  sstrip creates corrupted headers
3359         #829:  Webkit r44552 needs libXt
3360         #835:  Package Dataflashboot-1.05 does not compile with buildroot...
3361         #847:  Compiling target-gcc v4.4 fails with "libc.so.0: cannot open...
3362         #859:  Add (head of) nptl branch to list of uClibc versions
3363         #949:  compile with debug info
3364         #955:  Grub fails to build with External Toolchain
3365         #1051: Webkit doesn't compile (Linuxthreads new, x86)
3366         #1213: Move .config into output directory
3367         #1225: Buildroot fails to account for "nof" subdirectory (no float...
3368         #1231: (sparc) Linux kernel fails to build
3369         #1261: The getline() in output/build/linux-2.6.28/scripts/unifdef.c...
3370         #1339: Busybox needs -fno-strict-aliasing to compile cleanly
3371         #1393: neon config fails libxml/parser.h: libxml2 requires, but not ...
3372         #1405: WebKit fails to build because pthread_getattr_np is not impl...
3373         #1675: GMP Error during buildroot make process
3374         #1741: external toolchain linking error
3375         #1753: lmbench: convert to generic package infrastructure
3376         #1771: Fakeroot and the target/generic/device_table.txt create bad...
3377         #1807: LZMA 4.32.7, Required header file(s) are missing
3378         #1813: xkeyboard-config fails to build because of intltool problem
3379         #1879: Bump iptables to 1.4.8
3380         #1885: Add a bunch of lua modules
3381         #1897: Bump libusb to 1.0.7
3382         #1903: Bump tn5250 to 0.17.4 and migrate to autotargets
3383         #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
3384         #1927: Bump file to 5.03 and migrate to autotargets
3385         #1933: Bump gawk to 3.1.8 and migrate to autotargets
3386         #1945: PHP: add sqlite3 dependency when using external lib
3387         #1951: Bump openssl to 0.9.8o
3388         #1957: Bump sqlite to 3.6.23.1
3389         #1975: Package removal/deprecation
3390         #1981: zlib: bump to 1.2.5
3391         #1987: intltool: Fix spelling mistake
3392         #1993: Bump bash to 4.1.7(1) and migrate to autotargets
3393         #1999: Typo in path checking
3394         #2005: Bump dnsmasq to 2.55 and migrate to gentargets
3395         #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x
3396         #2038: Bump ncurses to 5.7
3397         #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
3398         #2101: blackbox depends on locale support
3399         #2119: Tries to build kernel, although disabled in config
3400         #2125: libXfont build fail
3401         #2143: buildroot compiler generates segfaulting statically linked exe..
3402         #2149: xterm build failure
3403         #2155: Compression lzo don't set for ubifs
3404         #2161: [SECURITY] Update libpng to 1.2.44
3405         #2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ...
3406         #2181: pixman can't apply pixman-0.10.0-no-tests.patch
3407         #2191: linux-fusion build fail
3408         #2221: Qt does not compile (dependencies not taken into account?)
3409         #2233: Atmel atstk target skeletons have /etc/mtab as a file, not ...
3410         #2245: Netcat does not work due to incorrect assumptions about signed..
3411         #2251: directory output/build after make *_defconfig not found
3412         #2257: Convert netsnmp package to autotargets
3413         #2263: Bump samba to 3.3.13
3414         #2269: setserial causes make error
3415
3416 2010.05, Released May 30th, 2010:
3417
3418         Fixes all over the tree.
3419
3420         Updated/fixed packages: coreutils, hal, libcap,
3421         lockfile-progs, ncftp, xserver_xorg-server
3422
3423         Issues resolved (http://bugs.uclibc.org):
3424
3425         #1789: binutils fails to build for i386
3426         #1843: Fix libcap build failure
3427         #1855: XORG Keyboard driver fails to compile
3428
3429 2010.05-rc3, Released May 27th, 2010:
3430
3431         Fixes all over the tree.
3432
3433         Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
3434         cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
3435         gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad,
3436         gst-plugins-base, gvfs, hal, iconv, icu, iperf, libcgicc,
3437         libdvdnav, libdvdread, libglade, libglib2, libgtk2, libidn,
3438         libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2,
3439         make, metacity, microperl, mtd-utils, mutt, nbd, netsnmp,
3440         ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, php,
3441         pkg-config, psmisc, qt, samba, shared-mime-info, squashfs,
3442         squashfs3, sshfs, startup-notification, swfdec, sylpheed,
3443         uemacs, util-linux, valgrind, vpnc, vsftpd, webkit, xstroke
3444
3445         Issues resolved (http://bugs.uclibc.org):
3446
3447         #75: arm buildroot "unrecognized option" error
3448         #699: Buildroot fails to copy libstdc++ to target when using external...
3449         #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST...
3450         #1729: alsamixergui fails to build
3451         #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib
3452         #1819: pciutils small bugs
3453         #2065: Internal toolchain: bump gcc 4.3.x series to 4.3.5
3454
3455 2010.05-rc2, Released May 11th, 2010:
3456
3457         Fixes all over the tree.
3458
3459         Updated/fixed packages: busybox, customize, gawk, gnuchess,
3460         hal, hostapd, less, libgcrypt, libnl, libxcb, linux-fusion,
3461         ltp-testsuite, mplayer, netplug, pciutils, php, sed,
3462         shared-mime-info usb_modeswitch, usbutils, vlc wpa_supplicant,
3463         xapp_bdftopcf, xapp_mkfontdir, xdriver_xf86-video-openchrome,
3464         xfont_encodings, xlib_libX11, xlib_libXfont, xlib_xtrans,
3465         xproto_fontcacheproto, xproto_fontsproto, xvkbd
3466
3467         Removed packages: vice
3468
3469         Issues resolved (http://bugs.uclibc.org):
3470
3471         #849: "customize" package copies files to wrong place in target tree
3472         #985: Bump usb_modeswitch package to 1.1.0
3473         #1135: Package customize. Wrong copying
3474         #1525: Package hal deletes a whole <target>/etc/rc.d directory
3475         #1531: libxcb 1.5 build fails, due to missing xcbgen Python module
3476         #1669: Busybox failed to compile when using an external toolchain
3477         #1699: Fix usbutils dependencies and bump
3478         #1705: Fix pciutils broken cross compiling
3479         #1717: External toolchain fixes for hostapd & wpa_supplicant
3480
3481 2010.05-rc1, Released May 3rd, 2010:
3482
3483         Cleaned up / restructured package menu.
3484
3485         Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
3486         2.6.33 kernel headers, binutils 2.20.1, GCC 4.4.4,
3487         removed broken nios2 support, ppc e300cX/e500mc support,
3488         improved external toolchain support, GDB 7.x support.
3489
3490         X.org updated to 7.5.
3491
3492         New packages: cdrkit, cramfs, genext2fs, genromfs,
3493         libatomic_ops, librsync, libusb-compat, lmbench, netperf,
3494         squashfs, squashfs3, squid
3495
3496         Updated/fixed packages: alsa-utils, argus, autoconf, bison,
3497         busybox, bzip2, directfb, dnsmasq, dosfstools, e2fsprogs,
3498         eeprog, fakeroot, fbv, findutils, freetype, haserl, hostapd,
3499         iperf, iptables, iw, less, libaio, libcgi, libcgicc, libdrm,
3500         libgcrypt, libglib2, libid3tag, libmad, liboil, libosip2,
3501         libpng, libraw1394, libsysfs, libxml2, libxslt, linux-fusion,
3502         ltrace, lua, lzma, madplay, makedevs, matchbox, mdadm,
3503         memstat, mesa3d, mtd-utils, nano, ncurses, openssl, patch,
3504         pciutils, php, pixman, portage, pppd, pthread-stubs, python,
3505         qt, radvd, samba, setserial, smartmontools, tar, tslib,
3506         udpcast, usb_modeswith, vtun, wget, xdata_xcursor-themes,
3507         xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
3508         xlib_libXaw, xlib_libXfont, xlib_libXfontcache,
3509         xlib_libXxf86misc, xlib_libXtst, xlib_libpciaccess,
3510         xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
3511         xproto_xf86miscproto, xserver_xorg-server
3512
3513         Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
3514         xlib_libXxf86misc, xxproto_evieext, proto_trapproto,
3515         xproto_xf86miscproto
3516
3517         Issues resolved (http://bugs.uclibc.org):
3518
3519         #513: Add new squid package
3520         #661: lmbench: new package
3521         #719: Add lua option to haserl
3522         #800: [PATCH] iperf update to 2.0.4
3523         #803: [PATCH] lua - add shared library patch and config option for...
3524         #805: [PATCH] mdadm - version update
3525         #817: integrator926_defconfig uses unsupported uboot board name
3526         #851: Add option to specify --sysroot value for external toolchain
3527         #1093: Upgrade libusb to v1.0.3 and add new libusb-compat
3528                package for compatibility with old packages that expect
3529                the pre-1.0 API.
3530         #1105: Add new netperf package
3531         #1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
3532         #1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in
3533         #1123: Bump less to 436 and migrate to Makefile.autotools.in
3534         #1129: Bump memstat to 0.8 and migrate to Makefile.package.in
3535         #1189: Wrong u-boot configuration name for integrator926 target
3536         #1219: kernel headers not correctly installed into toolchain/staging
3537         #1267: Wrong BR2_EXTRA_VERSION
3538         #1273: BR2_INET_IPV6 does not enable IPv6 in pppd
3539         #1303: Add librsync package
3540         #1321: Busybox link fails due to lack of --sysroot option
3541         #1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
3542         #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
3543         #1369: cannot build radvd (flex problem)
3544         #1387: xlib_libX11-1.3.2 can't find libjpeg
3545         #1411: [SECURITY] Update openssl package to 0.9.8n
3546         #1417: Bump iptables to 1.4.7
3547         #1423: Bump e2fsprogs to 1.41.11
3548         #1429: [SECURITY] Update php to 5.2.13
3549         #1441: Add binutils 2.20.1
3550         #1447: Package installation on target with debug symbols is broken
3551         #1459: Misc QA fixes
3552         #1489: radvd update to 1.6
3553         #1513: Enable powerpc e300c2, e300c3 and e500mc optimization
3554         #1537: dev entries not created anymore
3555         #1555: Fix default uclibc-0.9.31 configuration
3556         #1561: [SECURITY] Update samba to 3.3.12
3557         #1567: openssl0.9.8n fails to compile
3558         #1573: Alsa-utils alsactl/init/* not installed to target
3559         #1591: portmap fails to compile
3560         #1615: Convert eeprog package to gentargets
3561         #1645: Bump hostapd package to 0.7.2
3562
3563 2010.02, Release February 26th, 2010:
3564
3565         Fixes all over the tree.
3566
3567         Updated/fixed packages: avahi, busybox, cramfs, ipsec-tools, libcgicc,
3568         libgtk2, libraw1394, madplay, netsnmp, pango, squashfs, sylpheed, qt,
3569         xfont_font-util
3570
3571         Removed packages: hostap, openmotif, xpdf
3572
3573         Issues resolved (http://bugs.uclibc.org):
3574
3575         #165: openmotif does not build
3576         #1147: Remove obsolete hostap package
3577         #1183: make source fails to download gmp, mpfr and patches
3578
3579 2010.02-rc2, Released February 23th, 2010:
3580
3581         Fixes all over the tree and new features.
3582
3583         New packages: intltool
3584
3585         Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus,
3586         at, automake, ccache, dosfstools, e2fsprogs, flex, gob2, gmpc,
3587         gst-plugins-good, imagemagick, iw, kexec, libeXosip, libgtk2,
3588         libpcap, libpng, libsoup, libxcb, libxml-parser-perl, libxml2,
3589         libxslt, lvm2, matchbox, mplayer, rsync, rubix, shared-mime-info,
3590         tcl, webkit, xapp_mkfontscale, xfont_encodings, xfont_font-util,
3591         xlib_libfontenc, xproto_trapproto, zlib
3592
3593         Removed package: xboard
3594
3595         Issues resolved (http://bugs.uclibc.org):
3596
3597         #335: atk looks for the path to the gnome library on the host
3598         #355: Please update WebKit - it doesn't compile!
3599         #453: libglib2 autoreconf
3600         #457: e2fsprogs link problem
3601         #459: libgtk2 autoreconf
3602         #469: build of libgtk2 for host incorrectly assumes that X.org ...
3603         #671: Bash fails to build when building buildront on Ubuntu 9.04
3604         #711: WebKit host dependencies problems
3605         #821: cp: illegal operation
3606         #1039: Not compiled on ubuntu karmic
3607         #1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo
3608
3609 2010.02-rc1, Released February 9th, 2010:
3610
3611         Fixes all over the tree and new features.
3612
3613         Generalized autotools infrastructure to be usable for
3614         non-autotools packages, see package/Makefile.package.in for
3615         details.
3616
3617         Cleaned up avr32 toolchain config, external source-based
3618         toolchain support is gone.
3619
3620         Dependency checks: Also check for makeinfo, only print output
3621         on errors.
3622
3623         Toolchain: uClibc 0.9.30.2, gcc 4.4.3
3624
3625         New packages: libcdaudio, libdvdnav, libdvdread, hostapd, ser2net,
3626         tcpreplay
3627
3628         Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash,
3629         bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq,
3630         e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex,
3631         hal, iptables, iw, jpeg, kismet, libfuse, libglib2, liboil, libpcap,
3632         libungif, libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd,
3633         neon, netstat-nat, newt, openvpn, pcre, php, qt, rdesktop, readline,
3634         rpm, sawman, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot,
3635         usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib
3636
3637         Removed package: asterisk, openswan
3638
3639         Issues resolved (http://bugs.uclibc.org):
3640
3641         #515: tcpreplay: new package
3642         #553: Wrong DirectFB ps2mouse limitation
3643         #559: mesa3d build fails
3644         #679: Autoconf cannot find M4
3645         #739: New/updated hostapd package
3646         #749: Bump usbutils package to version 0.86
3647         #751: Kernel 2.6 snapshot fetch fail
3648         #753: Bump lighttpd package to 1.4.25
3649         #757: U-Boot: mkimage cannot be installed using external toolchain
3650         #761: Add binutils 2.20 to toolchain options
3651         #763: [SECURITY] Update pcre to 7.9
3652         #765: Add buildroot branding to gcc
3653         #767: Bump iw package to 0.9.18
3654         #773: [SECURITY] Update bind to 9.5.2-P1
3655         #795: Minor edits to fix typos, grammar, spelling, usage in documen...
3656         #813: Drop not very useful generic package selection options ...
3657         #823: Editor backup files (~) is copied from the target_skeleton
3658         #827: Bump mtd-utils package to version 1.2.0
3659         #841: Build error
3660         #913: Bump iptables to 1.4.6
3661         #919: Bump usb_modeswitch package to 1.0.7
3662         #925: Bump wpa_supplicant package to 0.6.10
3663         #931: Bump kismet package to 2010-01-R1
3664         #937: Bump openvpn package to 2.1.1
3665         #943: Bump sqlite package to 3.6.22
3666         #961: Bump dnsmasq to 2.52
3667         #967: Bump netstat-nat to 1.4.10
3668         #973: Bump iw to 0.9.19
3669         #1003: DHCP options disabled with busybox-1.16.0
3670         #1009: [SECURITY] Bump php to 5.2.12
3671         #1015: [SECURITY] Bump bind to 9.5.1-P2
3672         #1027: Busybox flash commands conflict with those from mtd-utils
3673         #1063: [SECURITY] Update lighttpd to 1.4.26
3674
3675 2009.11, Released December 1st, 2009:
3676
3677         Additional fixes and cleanups.
3678
3679         Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk,
3680         microperl, ncurses, vim
3681
3682         Issues resolved (http://bugs.uclibc.org):
3683
3684         #707: Cant configure fltk-1.1.7. configure: error: Configure could ...
3685
3686 2009.11-rc2, Released November 29th, 2009:
3687
3688         Additional fixes and cleanups.
3689
3690         Updated/fixed packages: busybox, dbus, fltk, gvfs, ltrace
3691
3692 2009.11-rc1, Released November 23rd, 2009:
3693
3694         Fixes all over the tree and new features.
3695
3696         Cleaned up / Simplified build directory layout. Refer to
3697         docs/buildroot.html#using for details.
3698
3699         Target defconfig files moved to configs/ and listed in 'make help'
3700         output.
3701
3702         Fixed *clean targets. Now clean removes everything generated,
3703         so you can do a fresh rebuild. Distclean furthermore removes
3704         kbuild tools and .config, bringing the source tree back in a
3705         pristine state.
3706
3707         Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default
3708         soft / hardfloat setting for architecture, ensure target-ldd
3709         gets installed.
3710
3711         New packages: divine, gvfs, libarchive, libmicrohttpd,
3712         sdl_sound, swfdec, sysstat
3713
3714         Updated/fixed packages: alsa-lib, alsamixergui, autoconf, bootutils,
3715         busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf,
3716         gqview, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good,
3717         imagemagick, ipkg, iptables, iw, kernel-headers, kismet, leafpad,
3718         libelf, libevent, libglib2, libidn, liblockfile, libmad, libpcap,
3719         libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
3720         matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
3721         ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
3722         python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, sdl_image,
3723         shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
3724         synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot,
3725         udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
3726         xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib[5~
3727
3728         Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
3729
3730         Issues resolved (http://bugs.uclibc.org):
3731
3732         #301: allow to install libsmbclient
3733         #303: add gvfs package
3734         #477: Add sdl_sound package
3735         #487: Make kismet package sexier
3736         #511: New package usb_modeswitch
3737         #527: misc fixes for dnsmasq package
3738         #565: libevent: Bump version and clean up makefile
3739         #587: Use iptables multipurpose binaries and bump to 1.4.4
3740         #593: Missing early check for patch(1)
3741         #597: (REOP)  Selecting busybox in buildroot's config clobbers ar ...
3742         #609: libmicrohttpd: New package
3743         #615: python: Don't delete .py files unless asked
3744         #617: netkit/inetd requires RPC and fails to build if RPC is disabled
3745         #619: netkittelnet requires netkitbase to install, but there's no ...
3746         #645: allow to build nbd-server with NBD package
3747         #653: [SECURITY] Update php package to version 5.2.11
3748         #655: Update sqlite package to version 3.6.18
3749         #657: Bug in imagemagick-clean target
3750         #663: Add option for NAND flash with 512B Page and 16 kB erasesize ...
3751         #665: [PATCH] Samba package
3752         #667: [PATCH] e2fsprogs
3753         #683: SDL-dfb does not select directfb
3754         #701: make install problem with unstripped binaries
3755         #703: [SECURITY] Update openssl package to 0.9.8l
3756         #705: Bump spawn-fcgi package to 1.6.3
3757         #709: Bump lighttpd package to 1.4.24
3758         #713: Migrate openntpd package to Makefile.autotools.in
3759         #715: Bump libidn package to 1.15 and other fixes
3760         #717: Bump dnsmasq to 2.51 and introduce new IDN option
3761         #731: Bump iw package to 0.9.17
3762
3763 2009.08, Released August 31th, 2009:
3764
3765         Additional fixes and cleanups.
3766
3767         Updated/fixed packages: ctorrent, saveconfig/getconfig,
3768         sdl_net, util-linux.
3769
3770         Issues resolved (http://bugs.uclibc.org):
3771
3772         #529: util-linux doesn't find headers and include libs correctly
3773         #557: Build ctorrent with SSL support if available
3774
3775 2009.08-rc3, Released August 26th, 2009:
3776
3777         Additional fixes and cleanups.
3778
3779         Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus,
3780         directfb, enchant, kernel headers.
3781
3782         Issues resolved (http://bugs.uclibc.org):
3783
3784         #471: Allow directfb compilation with debug
3785         #541: Removal of CVS directories in target filesystem broken
3786         #547: berkeleydb: Update config.{sub, guess}
3787         #549: enchant: Fix dependencies.
3788         #569: Fix alsa-utils build for x86 on x86-64
3789
3790 2009.08-rc2, Released August 6th, 2009:
3791
3792         Additional fixes and new features.
3793
3794         New packages: libuuid, gcc 4.3.4.
3795
3796         Updated/fixed packages: busybox, classpath, gzip, ipsec-tools,
3797         jamvm, libusb, microperl, neon, popt, sed, webkit.
3798
3799         Fixed issue with 'make oldconfig'
3800
3801         Issues resolved (http://bugs.uclibc.org):
3802
3803         #525: sed broken with external toolchain
3804         #537: Fix gzip build with recent glibc
3805
3806 2009.08-rc1, Released August 2nd, 2009:
3807
3808         Fixes all over the tree and new features.
3809
3810         Improvement of external toolchain support:
3811           - Support for glibc toolchains.
3812           - The toolchain configuration announced to Buildroot is
3813             verified against the real toolchain configuration.
3814           - Fixes, documentation.
3815
3816         Cleanup X.org support: clarified configuration options, and
3817         removed mandatory dependency on useless libraries such as
3818         libXt or libXaw.
3819
3820         New QT-based configurator, usable using 'make xconfig'.
3821
3822         Support for the Xtensa architecture.
3823
3824         Toolchain: GCC 4.4.1, 2.6.30 kernel headers, removed < 2.6.26
3825         headers.
3826
3827         New packages: bmon, ctorrent, dosfstools, enchant,
3828         gst-plugins-bad, iw, libmms, libnl, netstat-nat, ntfsprogs,
3829         sdl_gfx, spawn-fcgi.
3830
3831         Updated packages: bind, busybox, coreutils, sqlite, directfb,
3832         expat, gamin, gnuconfig, haserl, ipsec-tools, classpath,
3833         libcurl, libglib2, liblockfile, libpng, libsoup, libxml2,
3834         lighttpd, ltp-testsuite, lvm2, matchbox, memstat,
3835         gst-plugins-good, gstreamer, libogg, libvorbis, mplayer,
3836         neon, openssl, pciutils, php, qt, ruby, sawman, webkit,
3837         wpa-supplicant, xdriver_xf86-input-synaptics,
3838         xdriver_xf86-video-intel, xlib_libXfont, xlib_libXft,
3839         xlib_libXt, xproto_xproto, xserver-xorg, xutil_makedepend,
3840         xutil_util-macros.
3841
3842         Issues resolved (http://bugs.uclibc.org):
3843
3844         #83: liblockfile fails to compile due to eaccess redefinition
3845         #163: Xtensa architecture port
3846         #171: xorg-server / kernel headers 2.6.26 - vm86.c compilation issue
3847         #241: device mapper + lvm2: build together
3848         #243: ctorrent: new package
3849         #247: ntfsprogs: new package
3850         #271: Library 'libgcc_s.so.1' not installed in search path
3851         #287: New package libnl
3852         #289: New package iw
3853         #331: Update MPlayer to version 1.0rc2
3854         #333: Bump sqlite package to 3.6.15
3855         #349: update libsoup to version 2.26.2
3856         #357: New package netstat-nat
3857         #359,#413: Upgrade openvpn to Makefile.autotools.in
3858         #367: linux kernel compile error for arm926t
3859         #369: Add SDL_gfx package
3860         #373: Support for building gstreamer without libxml
3861         #379: update DirectFB to version 1.4.0
3862         #383: gst-plugins-good: Allow soup plugin to be configured
3863         #385: neon: Fix pkgconfig dependency
3864         #387: Tremor not installed to toolchain
3865         #389: New package bmon
3866         #391: gstreamer: Bump version to 0.10.23
3867         #393: gst-plugins-base: Bump version to 0.10.23
3868         #395: gst-plugins-bad: New package
3869         #403: Error while building iso9660 image
3870         #409: Bump php package to 5.2.10
3871         #411: ipsec-tools: Bump version to 0.7.2
3872         #417: New package spawn-fcgi
3873         #419: Bump lighttpd package to 1.4.23
3874         #421: toolchain: Clean up toolchain locale support menu
3875         #427: webkit: Update to WebKit svn r44552
3876         #437: ltp-testsuite: Bump version to 20090630
3877         #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
3878         #467: DirectFB 1.4.1
3879         #473: memstat_0.5.tar.gz has install with -D and that fails "make"
3880         #491: libxml2: Bump version to 0.7.3
3881         #495: Bump bind package to 9.5.1-P3 (security)
3882         #497: OpenSSL RSA key generation hangs on x86_64
3883         #509: Bump sqlite package to 3.6.16
3884         #523: pciutils broken with external toolchain
3885         #533: Update gamin to 0.1.10 to fix compilation
3886
3887 2009.05, Released June 1st, 2009:
3888
3889         Fixes for dropbear & diffutils, bump linux-advanced 2.6.29.x
3890         version and marked ubifsroot as broken.
3891
3892 2009.05-rc3, Released May 27th, 2009:
3893
3894         Fixes for toolchain (gcc arm pr37436), stable kernel versions,
3895         busybox, curl, libusb, readline, python and strace.
3896
3897         Issues resolved (http://bugs.uclibc.org):
3898
3899         #345: libcurl package needs a urandom fix
3900
3901 2009.05-rc2, Released May 19th, 2009:
3902
3903         Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix
3904         for newer hosts), stable kernel versions, busybox, cups,
3905         dmraid, docker, mesa3d, rsync and updated defconfigs.
3906
3907         xserver marked as broken on AVR32 and atngw100-expanded
3908         config removed.
3909
3910         Issues resolved (http://bugs.uclibc.org):
3911
3912         #167: metacity does not build
3913         #295: gamin installs python support even if python is disabled
3914         #323: gen_matypes fails to execute during build of Mesa when us...
3915
3916 2009.05-rc1, Released May 5th, 2009:
3917
3918         Fixes all over the tree, further conversion of packages to
3919         Makefile.autotools.in and we now build host versions of
3920         packages where needed for build time dependencies instead of
3921         relying on the correct versions being available on the build
3922         host. Ancient toolchain / busybox versions have furthermore
3923         been removed as announced in the 2009.02 release notes.
3924
3925         New packages: flac, gob2, lzop, taglib, wpa_supplicant
3926
3927         Updated packages: avahi, bind, binutils, busybox, dbus, dbus-glib,
3928         directfb, dnsmasq, freetype, gcc, gmp, gstreamer, iptables, kernel
3929         headers, kexec, libglib2, libpng, libsndfile, lua, mpfr, ntfs-3g,
3930         openssl, php, qtopia4, rsync, samba, sqlite, tar, uboot, uclibc,
3931         util-linux, xorg7, xerces
3932
3933         Issues resolved (http://bugs.uclibc.org):
3934
3935         #5,#77,#141,#143: Convert php package to Makefile.autotools.in
3936          and a ton of other improvements
3937         #19: page.h missing by util-linux
3938         #37: update libglib2 to version 2.18.4
3939         #61: tslib puts staging_dir into pkgconfig file
3940         #69: tar refuses to build
3941         #71,#175: ./wchar.h:41:12: error: empty filename in #include
3942         #73: Bump openssl package to the latest version
3943         #81: New package wpa_supplicant
3944         #99: new package: flac
3945         #101: update gstreamer packages
3946         #105,#313: menuconfig segfaults on tinyx if wchar is not
3947          selected
3948         #107: convert libvorbis to Makefile.autotools.in
3949         #109: Make pppd package avoid bsd err
3950         #111: binutils 2.17 fails to build when texinfo >= 4.10
3951         #133: Modify ncurses5-config to get correct include path
3952         #137: Bump php to version 5.2.9
3953         #139: Bump sqlite to 3.6.11 and convert to
3954          Makefile.autotools.in
3955         #145: Bump bind package to 9.5.1-P1 (security)
3956         #147: buildroot toolchain fails to build w/binutils-2.19.1
3957         #151: openssl package trivial fixes
3958         #161: vim fails on patching with errors in configure.patch
3959         #169: blackbox-0.70.1 does not build
3960         #177: xdriver_xf86-input-keyboard does not build
3961         #179: Upgrade dropbear to Makefile.autotools.in
3962         #181: Update to Xorg 7.4
3963         #187: ntfs-3g: could not build cross
3964         #191: alsa-lib ARM binaries always built with EABI
3965         #213: Bump wpa_supplicant package to version 0.6.9
3966         #217: Bump openssl package to 0.9.8k (security)
3967         #219: Toolchain build fails on m4
3968         #225: m4 macros are out of place
3969         #233: make ipv6 optional in iptables
3970         #237: ncftp: convert to Makefile.autotools.in
3971         #239: ntfs-3g: convert to Makefile.autotools.in
3972         #245: lzop: new package
3973         #271: Bump bind package to 9.5.1-P2 (security)
3974         #277: Bump sqlite package to 3.6.16
3975         #279: update libglib2 to version 2.20.1
3976         #281: update DirectFB to version 1.2.8
3977         #283: add taglib
3978         #285: compilation of samba fails if IPV6 support is missing
3979         #293: update samba to version 3.3.3
3980         #299: add shared-mime-info package
3981         #307: make openssl package respect build flags