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