]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - CHANGES
orc: bump version to 0.4.27
[coffee/buildroot.git] / CHANGES
1 2017.08-rc1, To be released
2
3         Major revamp of the gettext handling, with user-visible
4         effect:
5
6           - prior to this revamp, when BR2_ENABLE_LOCALE=y, each
7             package could decide to enable or not NLS support. When
8             BR2_ENABLE_LOCALE was disabled, NLS support was forced off
9             by passing --disable-nls to packages.
10
11           - after this revamp, a new BR2_SYSTEM_ENABLE_NLS option
12             controls whether NLS support should be enabled or not in
13             packages. This option defaults to disabled, which means
14             that now, NLS support is by default disabled in all
15             packages.
16
17         Therefore, if you need NLS support in packages, you must now
18         explicitly enable the BR2_SYSTEM_ENABLE_NLS option.
19
20         Infrastructure:
21
22         - The host directory no longer has a usr/ component. This
23           makes it much more natural to use that directory as an
24           externally used toolchain. For compatibility with existing
25           scripts, a link usr -> . is still added.
26
27 2017.05.1, Released July 4th, 2017
28
29         Important / security related fixes.
30
31         Update support/scripts/scancpan to use METACPAN v1 API as v0
32         has been shutdown.
33
34         Update support/scripts/mkusers to handle setups where
35         /etc/shadow is a symlink.
36
37         External toolchain: Don't create musl dynamic loader symlink
38         for static builds.
39
40         Setlocalversion: Correct detection of mercurial revisions for
41         non-tagged versions.
42
43         Defconfigs: at91sam9x5ek_mmc: workaround boot rom issue.
44
45         Updated/fixed packages: apache, automake, bind, botan, c-ares,
46         dhcp, expat, fcgiwrap, gcc, gdb, gesftpserver, glibc, glmark2,
47         gnutls, gst1-plugins-bad, imagemagick, imx-uuc, intltool,
48         iperf, ipsec-tools, irssi, kmod, libcurl, libgcrypt, libmad,
49         libnl, lugaro, mosquitto, mpg123, ncurses, nodejs, ntp,
50         openssh, openvpn, pngquant, python-simplegeneric, qt5base,
51         qt5multimedia, rtl8821au, socat, spice, systemd, tor, trinity,
52         tslib, vlc, x264, xen, xlib_libxshmfenc, xserver_xorg-server
53
54         Issues resolved (http://bugs.buildroot.org):
55
56         #9976: License file for package 'rtl8821au' incorrect
57
58 2017.05, Released May 31st, 2017
59
60         Minor fixes.
61
62         External toolchain: musl dynamic linker symlink for mips-sf
63         corrected.
64
65         Updated/fixed packages: agentpp, bash, exim, hans, madplay,
66         qpid-proton, rtl8188eu, snmppp, stm32flash, strongswan, sudo,
67         xen
68
69         Issues resolved (http://bugs.buildroot.org):
70
71         #9906: genimage: Disk full
72
73 2017.05-rc3, Released May 30th, 2017
74
75         Fixes all over the tree.
76
77         ARC toolchain bumped to 2017.03
78
79         Runtime testing improvements and cleanups.
80
81         Updated/fixed packages: acpica, armadillo, audiofile, c-icap,
82         cppcms, dhcp, docker-engine, dropbear, elfutils, erlang,
83         fbgrab, ffmpeg, flashrom, ftop, gnutls, google-breakpad,
84         keepalived, kodi, libcdio, libepoxy, libev, libminiupnpc,
85         libqmi, libtasn1, libv4l, mariadb, mono, mosh, mosquitto,
86         mxml, ntp, opencv, openpowerlink, oracle-mysql, popt,
87         pulseview, python-enum34, rabbitmq-c, redis, samba4, stella,
88         xen
89
90         Removed packages: firejail, ola
91
92         Issues resolved (http://bugs.buildroot.org):
93
94         #9871: fbgrab 1.3 won't build with BR2_REPRODUCIBLE set
95         #9876: aarch64 support with gcc 4.8 toolchain
96         #9896: host-gcc-initial error downloading because incorrect URL
97
98 2017.05-rc2, Released May 17th, 2017
99
100         Fixes all over the tree.
101
102         ARC toolchain bumped to 2017.03-rc2
103
104         Updated/fixed packages: bluez_utils, boost, clamav, daemon,
105         efibootmgr, efl, espeak, expedite, faketime, ffmpeg, fxload,
106         git, gpsd, kvm-unit-tests, libcdio, libv4l, lua, mke2img,
107         mpir, mpv, odroid-scripts, openblas, opencv3, openvpn, php,
108         postgresql, protobuf, qt5declarative, qwt, radvd, rpcbind,
109         rtmpdump, strongswan, sudo, ltp-testsuite, uclibc-ng-test,
110         vlc, x11vnc, xfsprogs
111
112         Issues resolved (http://bugs.buildroot.org):
113
114         #9796: source-check broken for Git downloads
115         #9866: BASE_DIR usage
116
117 2017.05-rc1, Released May 8th, 2017
118
119         Fixes all over the tree and new features.
120
121         Infrastructure:
122
123         - Installed binaries are now checked for correct architecture
124           to catch natively built binaries or binaries built for other
125           architecture variants.
126
127         - Luarocks infrastructure improvements to extraction handling,
128           support for upstream name != Buildroot package name.
129
130         - 'make printvars' output format has changed to make it easier
131           to use in scripts. It now has options to quote the variables
132           and to show the expanded/unexpanded values.
133
134         - Automatic ext2 rootfs size calculation has been removed. The
135           logic was not working working reliable in all setups as it
136           depends on the host filesystem behaviour, so instead now the
137           size has to be specified explicitly (defaults to 60MB).
138
139         - The git download infrastructure now ensures that GNU format
140           tar files are created.
141
142         - Fixed a variable clashing issue in the mkusers script with
143           internal bash variables.
144
145         - Fakeroot now links against libacl to fix issues on
146           distributions using acls.
147
148         - Correct permissions for /dev/pts/ptmx when systemd is used
149           with recent glibc versions.
150
151         - br2-external: Improve error reporting.
152
153         - A wrapper script for genimage has been added in
154           support/scripts/genimage.sh for easy use of genimage from
155           post-image scripts.
156
157         - A script to check for common style issues in new packages
158           before submitting has been added in support/scripts/check-package
159
160         - Defconfigs are now tested by gitlab-CI instead of Travis:
161           https://gitlab.com/buildroot.org/buildroot
162
163         - Infrastructure for runtime testing has been added to
164           support/testing
165
166         Toolchain:
167
168         - External linaro toolchains updated to 2017.02, ARC toolchain
169           updated to 2017.03-rc1, NIOSII CodeSourcery to 2017.05
170
171         - A number of fixes and improvements to the external toolchain
172           handling, including C library detection, multilib and ld.so
173           handling
174
175         - Glibc 2.25 and uClibc-ng 1.0.24 added, wordexp support enabled
176           for uClibc-ng
177
178         - Binutils 2.28 added and default changed to 2.27
179
180
181         Architectures:
182
183         - Support for the C-SKY architecture has been added.
184
185
186         License handling:
187
188         - The package license markings for legal info now uses the
189           SPDX short identifiers for the license string where possible.
190
191         - License info has been improved / added for a number of packages.
192
193
194         Misc:
195
196         - Cmake 3.7.x installed on the host is no longer ignored as a
197           workaround for the RPATH issues has been implemented.
198
199         - Docker-engine can now be built statically on an otherwise
200           dynamic linked build for docker-in-docker setups.
201
202         - U-Boot now supports out-of-tree device trees, similar to
203           Linux
204
205         - Nodejs 0.10.x support (and with it, support for <ARMv6) has
206           been removed as this is now EOL upstream.
207
208         New defconfigs: AT91sam9x5ek dev/mmc/mmc-dev, banana pro,
209         Nationalchip gx6605s, MIPS creator ci40, nexbox a95x, 64bit
210         defconfig for raspberry pi 3, stm32f429-disc1.
211
212         The raspberry pi zero-w and rpi3 compute module are now also
213         supported by the rpi0 / rpi3 defconfigs, beaglebone green is
214         supported by the beaglebone defconfig.
215
216         Removed defconfig: minnowboard, via imx6 vab820, altera
217         socdk/sockit
218
219         New packages: arp-scan, atest, augeas, bluez-tools, daemon,
220         dc3dd, dieharder, execline, fmt, ghostscript, gqrx,
221         gst1-vaapi, jo, keepalived, kmscube, kodi-jsonschemabuilder,
222         kodi-skin-confluence, kodi-texturepacker, lensfun, leptonica,
223         libbson, libcsv, libgphoto2, libkcapi, libmaxminddb,
224         libmediaart, libnpth, libscrypt, lua-bit32, lua-resty-http,
225         lugaru, memtool, mpir, nanomsg, physfs, phytool, pngquant,
226         python-decorator, python-simplegeneric,
227         python-sortedcontainers, rpi-bt-firmware, rpi-wifi-firmware,
228         s6, s6-dns, s6-linux-init, s6-linux-utils, s6-networking,
229         s6-portable-utils, s6-rc, supertux, tesseract-ocr,
230         uccp420wlan, wilink-bt-firmware
231
232         Broken packages: ola
233
234         Removed packages: cosmo, kodi-visualisation-fountain,
235         polarssl, portmap, xdriver_xf86-video-glide,
236         xdriver_xf86-video-v4l, xdriver_xf86-video-wsfb
237
238         Issues resolved (http://bugs.buildroot.org):
239
240         #8831: image generation fails on host ZFS due to "no free space"
241         #9436: e2fsprogs remove busybox applets even of unselected e2fs..
242         #9456: mkusers script bash errors
243         #9496: mke2img fails during build on ntfs-3g host partition
244         #9531: NPM fails to build embedded modules
245         #9596: KODI: --enable-lirc needs "HAVE_LIRC" compiler definition..
246         #9691: Wrong cryptsetup package include files location
247         #9696: Wrong cryptsetup package include files location
248         #9706: Can't download newer revisions of package from PyPI
249         #9711: Recent libCEC version bump seems to break kodi package
250         #9716: exit, shutdown, reboot from kodi
251         #9721: version 2017.02: no acceptable m4 could be found in $PATH
252         #9726: Raspberry Pi version B - Problems with UART speed in..
253         #9751: expat legal info - manifest.csv: GPLv2 Source site: MIT..
254         #9756: glibc fails to build on buildroot-sh4*-buildroot-linux-gnu
255         #9766: support/scripts/pkgutil.py conflicts with the pkgutil.py..
256         #9776: libubox build failed
257         #9791: Python searches for packages in the user site directory
258         #9806: libseccomp is not available when BR2_arm=y
259         #9826: post-build scritp - symlinks created in post-build script..
260         #9836: triggerhappy: systemd unit broken
261         #9846: musl libc not installed correctly in target folder
262         #9856: build libubox failed on ubuntu 17.04 64bit
263
264 2017.02.4, Released July 4th, 2017
265
266         Important / security related fixes.
267
268         Update support/scripts/scancpan to use METACPAN v1 API as v0
269         has been shutdown.
270
271         Update support/scripts/mkusers to handle setups where
272         /etc/shadow is a symlink.
273
274         External toolchain: Don't create musl dynamic loader symlink
275         for static builds.
276
277         Setlocalversion: Correct detection of mercurial revisions for
278         non-tagged versions.
279
280         Updated/fixed packages: apache, automake, bind, botan, c-ares,
281         dhcp, expat, fcgiwrap, gcc, gdb, gesftpserver, glibc, gnutls,
282         gst1-plugins-bad, imagemagick, imx-uuc, intltool, iperf,
283         ipsec-tools, irssi, libgcrypt, libmad, libnl, mosquitto,
284         mpg123, ncurses, nodejs, ntp, openssh, openvpn, qt5base,
285         qt5multimedia, rtl8821au, socat, spice, systemd, tor, tslib,
286         vlc, x264, xserver_xorg-server
287
288         Issues resolved (http://bugs.buildroot.org):
289
290         #9976: License file for package 'rtl8821au' incorrect
291
292 2017.02.3, Released June 2nd, 2017
293
294         Important / security related fixes.
295
296         Download: <pkg>-source-check fixed for packages from git.
297
298         External toolchain: musl dynamic linker symlink for mips-sf
299         corrected.
300
301         Updated/fixed packages: armadillo, audiofile, bash,
302         bluez_utils, cppcms, dbus, dhcp, dropbear, efibootmgr, efl,
303         elfutils, faketime, fbgrab, flashrom, ftop, gdb, git,
304         google-breakpad, gpsd, hans, kvm-unit-tests, kyua, libev,
305         libmicrohttpd, libminiupnpc, libtasn1, libubox, ltp-testsuite,
306         lua, madplay, mariadb, mono, mosquitto, mxml, ntp,
307         nvidia-driver, openblas, openvpn, oracle-mysql, picocom, popt,
308         postgresql, pulseview, qt5base, qwt, rabbitmq-c, redis,
309         rpcbind, rtmpdump, samba4, strongswan, sudo, vlc
310
311         Issues resolved (http://bugs.buildroot.org):
312
313         #9796: source-check broken for Git downloads
314         #9871: fbgrab 1.3 won't build with BR2_REPRODUCIBLE set
315
316 2017.02.2, Released May 1st, 2017
317
318         Important / security related fixes.
319
320         Use HTTPS for the Codesourcery external toolchains as the HTTP
321         URLs no longer work.
322
323         Updated/fixed packages: bind, busybox, dovecot, freetype,
324         ghostscript, glibc, granite, hiredis, icu, imagemagick,
325         gst-plugins-base, gst1-plugins-base, libcroco, libcurl, libnl,
326         libnspr, libnss, libsamplerate, libsndfile, libunwind,
327         minicom, mplayer, mpv, nodejs, python-django, python-pyyaml,
328         python-web2py, samba4, syslinux, systemd, tiff, trinity,
329         uboot, wireshark, xen
330
331         Issues resolved (http://bugs.buildroot.org):
332
333         #9791: Python searches for packages in the user site directory
334
335 2017.02.1, Released April 4th, 2017
336
337         Important / security related fixes.
338
339         Fix a variable clashing issue in the mkusers script with
340         internal bash variables.
341
342         Improve external toolchain version detection.
343
344         Correct permissions for /dev/pts/ptmx when systemd is used
345         with recent glibc versions.
346
347         Fix python module name clash for graph-depends.
348
349         Fakeroot now links against libacl to fix issues on
350         distributions using acls.
351
352         Ensure that the git download infrastructure creates GNU format
353         tar files.
354
355         br2-external: Improve error reporting.
356
357         Updated/fixed packages: acl, apr, audiofile, busybox, cairo,
358         dbus-cpp, dbus-glib, dbus-triggerd, domoticz, elfutils,
359         fakeroot, filemq, fmc, gdb, git, gnutls, gst-ffmpeg,
360         gst1-plygins-bad, harfbuzz, htop, imagemagick, jasper, libcec,
361         libiio, libplatform, librsvg, libselinux, libsidplay2, libsoc,
362         libwebsockets, libxkbcommon, linux-firmware, logrotate,
363         lpt-testsuite, lttng-libust, mariadb, mbedtls, memcached,
364         mesa3d, mpd, mplayer, nbd, ncftp, ntp, openssh, opentyrian,
365         pcre, perl-gd, python, qt5base, rpi-userland, rpm, samba4,
366         skalibs, slang, sngrep, squashfs, syslog-ng, taglib,
367         tcpreplay, tor, upmpdcli, wget, wireshark,
368         xdriver_xf86-video-vmware, xlib_libXv, zmqpp
369
370         Issues resolved (http://bugs.buildroot.org):
371
372         #9456: mkusers script bash errors
373
374 2017.02, Released February 28th, 2017
375
376         Minor fixes, mainly fixing autobuilder issues.
377
378         Don't use cmake 3.7.x from the build host as it is also
379         affected by the RPATH handling issues, and instead build our
380         own if needed.
381
382         Updated/fixed packages: assimp, classpath, genimage, mplayer,
383         mpv, openocd, python-libconfig, qt5base, qt5quickcontrols,
384         vlc, xterm
385
386 2017.02-rc3, Released February 26th, 2017
387
388         Fixes all over the tree.
389
390         Cmake reverted to version 3.6.3 to workaround regressions
391         related to RPATH handling.
392
393         Updated/fixed packages: bctoolbox, berkeleydb, binutils,
394         btrfs-progs, classpath, directfb, glibc, gstreamer1,
395         gst1-plugins-{base,good,bad,ugly}, gst1-libav,
396         gst1-rtsp-server, gst1-validate, gst-omx, htop, libcurl,
397         libepoxy, libimxvpuapi, libpcap, libuv, ncurses, openssh,
398         oracle-mysql, poco, python, qt5base, qt5webkit, sslh, synergy,
399         trousers, uclibc-ng-test, util-linux, vlc, xfsprogs
400
401         Issues resolved (http://bugs.buildroot.org):
402
403         #9251: Shared C++ libraries for Microblaze results in Segmentation...
404         #9456: mkusers script bash errors
405         #9506: Collectd 5.7.0 fails to build with libcrypt
406         #9581: VagrantFile provisioning step fails due to issue with grub-pc
407         #9586: usbmount: usbmount slows down the system... to a state of...
408         #9616: CMake host packages cannot provide CONF_ENV
409         #9641: Need raptor package installed in staging
410         #9671: stunnel build error
411
412 2017.02-rc2, Released February 20th, 2017
413
414         Fixes all over the tree.
415
416         Support for SOURCE_DATE_EPOCH in the toolchain wrapper for
417         older gcc versions for reproducible builds has been
418         (temporarily) reverted because of licensing compatiblity
419         concerns.
420
421         Defconfigs: SD card generation fix for the Udoo Neo board
422
423         Infrastructure to handle .lz compressed tarballs added, and
424         affected packages updated to use it.
425
426         Updated/fixed packages: bctoolbox, bind, canelloni,
427         cbootimage, ccache, classpath, cups, dbus, ddrescue, directfb,
428         ed, erlang, gcc, gdb, glmark2, gstreamer, gstreamer1, hiredis,
429         kmod, kmsxx, lcdapi, libasplib, libgpiod, libnss, libraw,
430         libv4l, mesa3d-headers, mosquitto, mpd, mpv, musl, ntfs-3g,
431         ocrad, openswan, postgresql, qt5base, qt5quickcontrols, redis,
432         riemann-c-client, samba4, sunxi-mali, tcping, trousers,
433         uclibc, util-linux, vim, wavpack, wget, wiringpi, xfsprogs,
434         xserver_xorg-server
435
436         Issues resolved (http://bugs.buildroot.org):
437
438         #8941: Valgrind fails to build with stack protection turned on
439         #9291: perl: SysV message queues not configured, even if available
440         #9651: libxcb-1.12 built Error
441         #9656: util-linux: schedutils doesn't build on target w/o enabl...
442         #9666: qt5quickcontrols install fails
443
444 2017.02-rc1, Released February 11th, 2017
445
446         Fixes all over the tree and new features.
447
448         Infrastructure:
449
450           - numerous improvements to support reproducible builds
451
452           - new waf-package package infrastructure to support packages
453             that use the Waf build system. 6 packages converted to
454             this infrastructure.
455
456           - add option <pkg>_PREFER_INSTALLER to the perl package
457             infrastructure
458
459         Architecture:
460
461           - add support for the OpenRISC CPU architecture
462
463           - merge description of the ARM and ARM64 options, and add
464             support for selecting a specific ARM64 core
465
466         Toolchain:
467
468           - major rework of the external toolchain support. It is now
469             split into several packages, one per external toolchain,
470             and a common infrastructure.
471
472           - important fix for musl to prevent a conflict between musl
473             and kernel headers (fixes the build of numerous packages
474             with musl)
475
476           - uClibc-ng bumped to 1.0.22, and therefore enable uClibc
477             for ARM64, mips32r6 and mips64r6
478
479           - add gdb 7.12.1, and switch to gdb 7.11 as the default
480
481           - Linaro toolchains updated to 2016.11, ARC toolchain
482             components updated to arc-2016.09, MIPS Codescape
483             toolchains bumped to 2016.05-06, CodeSourcery AMD64 and
484             NIOS2 toolchains bumped
485
486           - remove Analog Devices toolchain for the Blackfin
487             architecture, remove pre-built musl toolchains from
488             musl.codu.org
489
490         New defconfigs: Freescale i.MX23EVK, Qemu OpenRISC emulation,
491         Qemu NIOS2 emulation, Grinn chiliBoard, Freescale i.MX6Q
492         SabreSD, BeagleBoard X15, OrangePi One, ARC HS38 HAPS
493
494         New packages: angular-websocket, aubio, bctoolbox, darkhttpd,
495         ddrescue, easydbus, fakedate, git-crypt, hiredis, ifenslave,
496         jsmn, libgpiod, libgsm, linux-syscall-support, mariadb, mimic,
497         nginx-dav-ext, nmon, opkg-utils, policycoreutils,
498         pru-software-support, python-arrow, python-attrs,
499         python-babel, python-bitstring, python-chardet,
500         python-constantly, python-flask-babel, python-gunicorn,
501         python-incremental, python-jsonschema, python-logbook,
502         python-markdown2, python-mbstrdecoder, python-mutagen,
503         python-pathpy, python-pudb, python-pyqrcode,
504         python-pytablereader, python-setuptools-scm, python-sh,
505         python-toml, python-vcversioner, python-whoosh,
506         raspberrypi-usbboot, riemann-c-client, rtl8723bs, skalibs,
507         sslh, sngrep, ti-cgt-pru, uclibc-ng-test, udpxy, uhttpd,
508         upower, ustream-ssl, waf, xlib_libXfont2
509
510         Removed packages: perl-db-file, snowball-hdmiservice,
511         snowball-init
512
513         Tooling: addition of a test-pkg script to help contributors
514         build test their package.
515
516         Issues resolved (http://bugs.buildroot.org):
517
518         #8946: Valgrind fails to build with stack protection turned on
519         #9461: odroidc2 - toolchain Linaro AArch64 2016.11 compile error
520         #9466: VIM_REMOVE_DOCS removes rgb.txt
521         #9486: xorg-server 1.19 fails to compile for glibc with systemd init (x86_64)
522         #9501: eudev fails to build with older kernel headers
523         #9526: Embedded NPM fails to start with "no such file or directory" error
524         #9541: Platform drivers autoloading from info in device tree does not work
525         #9546: seems BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS do nothing
526         #9551: Coreutils fails to build target src/src_libsinglebin_pinky_a-pinky.o
527         #9566: [kmod] Compilation fails with uclibc
528         #9571: buildroot fails while building opencv for arm64 platform
529         #9576: External tree with BR 2016.11 does not work anymore
530         #9606: xorg-server cannot build for ARM target
531
532 2016.11.3, Released March 9th, 2017
533
534         Important / security related fixes.
535
536         Updated/fixed packages: bind, dbus, gnutls, imagemagick,
537         lcms2, libcurl, ntfs-3g, ntp, openssl, php, quagga, redis,
538         squid, stunnel, tcpdump, vim, wavpack, wireshark, xlib_libXpm
539
540 2016.11.2, Released January 25th, 2017
541
542         Important / security related fixes.
543
544         A fix for BR2_EXTERNAL trees referenced using relative paths,
545         which broke in 2016.11.
546
547         Updated/fixed packages: bind, docker-engine, gd, gnutls, go,
548         imagemagick, irssi, libpng, libvncserver, musl, opus, php,
549         php-imagick, rabbitmq-server, runc, wireshark,
550
551         Issues resolved (http://bugs.buildroot.org):
552
553         #9576: External tree with BR 2016.11 does not work anymore
554
555 2016.11.1, Released December 29th, 2016
556
557         Important / security related fixes.
558
559         Updated/fixed packages: apache, cryptopp, docker-engine,
560         dovecot, exim, gdk-pixbuf, libcurl, libupnp, links, monit,
561         nodejs, openssh, php, python, python-bottle, samba4, squid,
562         uboot, vim, wireshark, xorg-server uboot
563
564         Issues resolved (http://bugs.buildroot.org):
565
566         #9466: VIM_REMOVE_DOCS removes rgb.txt
567
568 2016.11, Released November 30th, 2016
569
570         Minor fixes.
571
572         Updated/fixed packages: bzip2, gcc, jasper, sane-backends,
573         uboot, uclibc
574
575         Issues resolved (http://bugs.buildroot.org):
576
577         #9451: packages/postgresql/postgresql.mk contains wrong POST...
578
579 2016.11-rc3, Released November 28th, 2016
580
581         Fixes all over the tree, including a number of security fixes.
582
583         The move from fakeroot to pseudo unfortunately brought a
584         number of issues.  The SELinux issue described in #9386 which
585         triggered the move to pseudo has been investigated further and
586         a workaround implemented and the pseudo changes reverted.
587
588         Linux kernel: update default to 4.8.11.
589
590         Defconfigs: Updates/fixes for imx28ek, mx6udoo, imx6ulpico,
591         olimex a20 olinuxino lime mali, roseapplepi, synopsis aarch64
592         vdk, axs101, axs103 and hs38 smd vdk.
593
594         Updated/fixed packages: autossh, chrony, dosfstools,
595         dtv-scan-tables, e2fsprogs, gcc, gdb, gnuchess, gnuradio,
596         gpsd, gst1-plugins-bad, gst1-plugins-good, imagemagick,
597         kvm-unit-tests, libfribi, libuv, mesa3d, mpfr, mplayer, mpv,
598         ntp, ola, olsr, openblas, openjpeg, openssh, postgresql,
599         ptpd2python3, qemu, qextserialport, qt5base, quagga, xqwt,
600         taskd, tiff, tremor, trousers, udisks, uclibc, wireshark,
601         xapp_xload, xenomai, xmlstarlet
602
603         Issues resolved (http://bugs.buildroot.org):
604
605         #9386: ubinize fails with or without custom config
606         #9431: A misspelling
607         #9446: make raspberrypi3_defconfig compilation failure
608
609 2016.11-rc2, Released November 13th, 2016
610
611         Fixes all over the tree.
612
613         Architecture: add support for MIPS XBurst cores; remove MIPS
614         support for M5100 cores.
615
616         Updated/fixed packages: mesa3d, lttng-babeltrace, tinyalsa, pseudo,
617         czmq, libxml2, makedevs, binutils, kvm-unit-tests, libnss, privoxy,
618         qemu, ser2net, net-tools, ffmpeg, assimp, libmpeg2, ccache, mpv,
619         libxslt, python, python3, php, valgrind, guile, domoticz, efl,
620         jasper, kvmtool, go, wget, sane-backends, weston, tinymembench,
621         strace, openjpeg, lcms2, quota.
622
623         Linux kernel: update default to 4.8.7.
624
625         CMake support: fix cmake wrapper to properly pass NDEBUG flag.
626
627         Filesystems: use a wrapper to pseudo, to better mimick the behaviour
628         of fakeroot; makedevs no longer breaks of the destination already
629         exists and is of the correct type/major/minor.
630
631         Defconfigs: a few legacy and broken defconfigs have been removed
632         because they now fail to build: kb9202_defconfig, mini2440_defconfig,
633         freescale_p2020ds, qmx6, calao*, atmel_sama5d4ek. Other defconfigs
634         have been updated: nanopi-neo, olimex_a20_olinuxino_lime_mali,
635         armadeus_apf51, armadeus_apf28, freescale_imx31_3stack, ci20,
636         olimex_a20_olinuxino_lime2, atmel_at91sam9260eknf,
637         atmel_at91sam9rlek, atmel_at91sam9g20dfc, atmel_at91sam9g45m10ek,
638         atmel_sama5d3xek.
639
640 2016.11-rc1, Released November 3rd, 2016
641
642         Fixes all over the tree and new features.
643
644         It is now possible to specify multiple BR2_EXTERNAL
645         directories. The required files in a BR2_EXTERNAL directory
646         have changed to accomodate this feature. Refer to the
647         documentation for details of how to update them. External
648         trees now have a name and a description. Also, it is possible
649         to override a defconfig in the external tree.
650
651         The default skeleton now uses UID 65534 for the "nobody"
652         user instead of UID 99, like most distros do. See
653         https://lwn.net/Articles/695478/ for a complete discussion.
654         Programs and configuration files that explicitly refer to UID
655         99 will have to be updated.
656
657         When the build environment already has a suitable cmake version
658         (3.1 or later), that one will be used instead of building
659         host-cmake. This can speed up the build significantly.
660
661         The ExtUtils::MakeMaker perl module is now required in the
662         build environment.
663
664         An additional check is done during the build that files are
665         not installed in the output directory within the output
666         directory. This happens e.g. when the target directory is
667         contained both in --prefix and in DESTDIR. The build will
668         terminate with an error message that specifies which package
669         and which file caused the failure.
670
671         The concept of "deprecated packages" and the BR2_DEPRECATED
672         option have been removed. Instead, packages are removed
673         immediately. Packages are only removed when they don't work
674         for some reason. If you still need a removed package and
675         you have a solution for the problem(s) that caused the
676         removal, please contribute it.
677
678         Architecture: support for sh64 removed, improved support for
679         MIPS core selection.
680
681         Toolchain: support for musl powerpc64le, mips64 and mipsr6
682         toolchains, ARC toolchain components updates, gcc 6.x series
683         bumped to 6.2.0, default binutils version switched to 2.26,
684         default gcc version switched to gcc 5.x, Linaro toolchains
685         updated, uclibc-ng bumped to 1.0.19. GCC is now always built
686         with TLS support. Checking of unsafe compiler options (that
687         point to host directories) has been extended with -isystem,
688         -idirafter and -iquote.
689
690         Package infrastructure: new variable $(PKG)_DL_OPTS, addition
691         of <pkg>-show-rdepends to list reverse dependencies, and
692         <pkg>-graph-rdepends to graph reverse dependencies. Linux tools
693         are now in a separate linux-tools package instead of in the
694         kernel build. Fakeroot has been replaced by pseudo.
695
696         CMake support: the toolchainfile.cmake file now provides a
697         definition of the CMAKE_BUILD_TYPE variable. The
698         toolchainfile.cmake also no longer forces the compiler/linker
699         flags defined by Buildroot.
700
701         New defconfigs: WaRP7, Solidrun's MX6 Cubox/Hummingboard,
702         TS-4900, Grinn's liteBoard, Udoo MX6Q/DL, Qemu ARM noMMU,
703         BeagleBone Qt5 demo, Digilent Zybo, FriendlyARM Nanopi NEO.
704
705         New packages: arm-trusted-firmware, amd-catalyst, atop, aufs,
706         aufs-util, fwts, gst1-rtsp-server, libglob, libite, mfgtools,
707         mksh, motion, paho-mqtt-c, php-amqp, pseudo, python-couchdb,
708         python-crcmod, python-cssutils, python-docutils,
709         python-futures, python-mwclient, python-mwscrape,
710         python-mwscrape2slob, python-pyelftools, python-pyicu,
711         python-pylru, python-pyqt5, python-requests-toolbelt,
712         python-simpleaudio, python-slob, rabbitmq-server, shapelib,
713         vdr, vdr-plugin-vnsiserver, vexpress-firmware, xvisor, iio and
714         gpio linux tools.
715
716         Removed packages: binutils 2.24, fakeroot, gcc 4.7, ipkg,
717         kodi-addon-xvdr, libgail, sstrip, torsmo, webkit, webkitgtk24,
718         wvdial, wvstreams.
719
720         Documentation: the list of packages that was present in the
721         Buildroot manual has been removed.
722
723         Legal info: the "licenses.txt" file that concatenates all
724         license texts is no longer generated - it was not considered
725         useful. The manifest.csv contains an empty cell instead of
726         "not saved" when no license file is available.
727
728         Other: addition of a DEVELOPERS file listing developers taking
729         care of packages or architectures.
730
731         Issues resolved (http://bugs.buildroot.org):
732
733         #7802: host-python build hangs compiling getbuildinfo.o
734         #8206: mplayer uses host xorg development files
735         #8516: mkcubiecard.sh uses outdated sfdisk switch -D
736         #8536: Building sudo with PAM results in unusable sudo
737         #8646: check-host-rpath script returns false positives when rpath
738                contains symlink
739         #8696: xdriver_xf86-input-mouse install header files in target
740                directory
741         #8811: rp-pppoe - generated scripts commands use HOST pathnames,
742                not necessarily TARGET
743         #8846: Orphaned/missing toolchain borks eclipse plugin
744         #8856: python tornado runtime wasn't met on buildroot 2016.02
745         #8901: gcc failes to build if fortran is enabled
746         #8916: LDFLAGS pass to openssh
747         #8941: "ls" of an NFSv4 share only works when pumped through strace
748         #8946: Valgrind fails to build with stack protection turned on
749         #9021: Kodi - Broken: Illegal instruction (core dumped)
750         #9096: rootfs.ubi not created
751         #9111: glibc 2.23: libmvec.so not copied
752         #9176: minnowboard : USB not mounted
753         #9196: raspberry pi 3 default build seem broken
754         #9201: Permission denied make: *** [core-dependencies] Error 126 in
755                Buildroot-2015.08.1
756         #9216: log4cpp package build fails to build within install
757         #9221: Kodi needs "Python .py and .pyc support" otherwise it crashes when
758                pressing buttons.
759         #9229: Firefly boot fails with: "failed to find part:boot"
760         #9256: [Config file] New device: Odroid-U2/U3
761         #9296: Buildroot Fails on applying patches
762         #9301: U-boot fails to build with default zynq_zed_defconfig configuration
763         #9316: U-boot fails to build if libssl-dev is not installed
764         #9321: Vanilla libcrypt++ v5.6.3 doesn't allow to work Nvidia Tegra's
765                flash utility (tegrarcm)
766         #9326: Odroid-C2 build results in non-bootable image
767         #9336: Improve iconv support for external toolchain based builds
768         #9356: gdb package
769         #9366: no link rootfs.ext4 -> rootfs.ext2
770         #9371: openssl: download failes with "Only allow downloads from primary
771                download site" + local server
772         #9381: check-host-rpath issues
773         #9386: ubinize fails with or without custom config
774
775 2016.08, Released September 1st, 2016
776
777         Minor fixes.
778
779         Toolchain: ARC tools updated to arc-2016.09-eng010.
780
781         Updated/fixed packages: libshout, luajit, mpd, mplayer
782
783         Issues resolved (http://bugs.buildroot.org):
784
785         #7520: CodeSourcery toolchain ARM: C++11 std::exception_ptr..
786         #8341: Getting EGL Error: Could not create the egl surface:..
787         #9121: gst1-imx for i.MX6 compile failed, cannot find PXP, ..
788
789 2016.08-rc3, Released August 29th, 2016
790
791         Fixes all over the tree.
792
793         Toolchain: C++ support for the internal blackfin toolchain
794         re-enabled.
795
796         Architecture: Default to bf532 CPU variant for blackfin,
797         Fix flat one memory region support for m68k and disable flat
798         seperate data support because of compatibility issues.
799
800         Defconfigs: Minnowboard and Raspberrypi: Fix errors with
801         post-build scripts when systemd is used.
802         Zynq microzed/zc706/zed: Fix u-booot configuration.
803
804         netbsd-queue package extended and renamed to
805         musl-compat-headers. With this, a number of musl compatibility
806         patches are no longer needed.
807
808         Updated/fixed packages: aircrack-ng, android-tools, babeld,
809         bcusdk, binutils, boa, busybox, connman, cpupower,
810         docker-engine, domoticz, elf2flt, ffmpeg, fwup, gcc,
811         glib-networking, gnupg, hplip, igd2-for-linux, imagemagick,
812         imx-uuc, iputils, jack2, kismet, kmsxx, libaio, libamcodec,
813         libconfuse, libffi, libfreeimage, libgcrypt, libgpg-error,
814         libiio, libraw, libsepol, libserialport, libxmlrpc, linknx,
815         linux-pam, lirc-tools, lldpd, logrotate, lshw, musl, ncurses,
816         neon, nettle, norm, ntfs-3g, openblas, openmpi, openswan,
817         pinentry, pixman, protobuf, python-meld3, qlibc, qt, qt5base,
818         quagga, rpcbind, rt-tests, runc, sane-backends, sconeserver,
819         squeezelite, stella, tftpd, tinycbor, tinydtls, trace-cmd,
820         trousers, tstools, uboot-tools, uclibc, ulogd, ustr, vlc,
821         webkitgtk, wireshark, xdriver_xf86-video-intel
822
823         Issues resolved (http://bugs.buildroot.org):
824
825         #9101: Error on support/download/git with system git older than 1.8.4
826         #9181: Compiling linux kernel fails if BR2_LINUX_KERNEL_TOOL_CPU..
827
828 2016.08-rc2, Released August 17th, 2016
829
830         Fixes all over the tree.
831
832         Toolchain: disable broken C++ support for internal blackfin
833         toolchains, ARC toolchain bumped to arc-2016.09-eng008 (GCC 6)
834         to fix various issues.
835
836         System: Zoneinfo is available for the musl C library as well.
837
838         Updated/fixed packages: am33x-cm3, axel, barebox, bdwgc,
839         blktrace, cairo, dante, enlightenment, fbterm, ffmpeg, flex,
840         fontconfig, gcc, gmp, gnuplot, gnuradio, gst1-imx, hidapi,
841         inotify_tools, iproute2, kmsxx, lftp, libaio, libcofi,
842         libical, libpjsip, libsidplay2, libunwindow, libxml2,
843         linux-zigbee, lttng-libust, mpv, mtd, ncdu, netplug, ntp,
844         openblas, openipmi, owfs, php, poco, procps, qt, quota,
845         sg3_utils, spidev_test, systemd-bootchart, thrift,
846         uboot-tools, uclibc, webrtc-audio-processing, wayland, weston,
847         xdriver_xf86-video-savage, xserver_xorg-server, xen
848
849         Issues resolved (http://bugs.buildroot.org):
850
851         #9136: make graph-size fails with "ValueError: too many values to..
852         #9151: qt: fix build with ALSA >= 1.1.x
853         #9156: qt: Fix missing runtime Qt3Support dependency
854         #9161: modsetting patch not applied to xserver 1.18.4
855         #9166: Missing overlays directory in VFAT image for raspberry pi 3
856
857 2016.08-rc1, Released August 6th, 2016
858
859         Fixes all over the tree and new features.
860
861         Toolchain: Fortran support added. eglibc support removed, musl
862         support no longer experimental. Blackfin and Microblaze
863         support for internal uClibc-ng toolchain, m68k/coldfire
864         improvements. The check for unsafe (build host) directories
865         access (/usr/include and /usr/lib) is now enabled by default.
866         Unused locales are now purged by default to save space (and
867         the default list of locales shrunk). The option to control
868         this has now moved from the toolchain menu to system
869         configuration.
870
871         Legal info improvements: sources are now hardlinked instead of
872         copied if possible to save space. Patches and extra downloads
873         are also saved.
874
875         An experimental configuration knob (BR2_REPRODUCIBLE) has been
876         added to make the builds more reproducible (E.G. less
877         differences in the binary output between builds of the same
878         configuration). This is still work in progress.
879
880         An option to execute a custom script inside the fakeroot
881         environment used to the generate the filesystem (E.G. to tweak
882         permissions or similar) has been added.
883
884         Git support now supports git submodules if
885         <pkg>_GIT_SUBMODULES is enabled.
886
887         Hash files for integritry validation have been added for all
888         packages.
889
890         Scanpypi utility to help creating packages from the Python
891         package index (pypi) has been added.
892
893         The makedevs utility now has support for adding file
894         capabilities using extended attributes.
895
896         New defconfigs: Arcturus uCP1020, Atmel sama5d{2,3,4} xplained
897         development configs, Blackfin GDB simulator, Linksprite
898         pcDuino, Minnow Board Max graphical demo, NXP i.MX25 PDK,
899         i.MX51 EVK, i.MX6UL Pico, i.MX7 sabresd, QEMU MIPS32r6{,el} and
900         MIPS64r6{,el} malta, Roseapple Pi, Samsung Snow chromebook,
901         Toradex Apalis i.MX6 COM, TS-4800, x86-64 PC BIOS and EFI
902         demos. A number of defconfigs have been updated and extended
903         to generate SD card images. Synopsys HS38 VDK defconfig removed.
904
905         New packages: 4th, acpica, acpitool, alljoyn, alljoyn-base,
906         alljoyn-tcl, alljoyn-tcl-base, argparse, babeld, batman-adv,
907         circus, dante, docker-containerd, docker-engine, domoticz,
908         efibootmgr, efivar, ficl, fwup, gsettings-desktop-schemas,
909         gtksourceview, gupnp-dlna, gupnp-tools, igd2-for-linux,
910         jemalloc, kmsxx, lapack, lft, libaacs, libamcodec, libbdplus,
911         libcoap, libdvdcss, libebur128, libfastjson, libminiupnpc,
912         libnatpmp, libpqxx, libuio, libvdpau, log4cpp, minissdpd,
913         mxsldr, nginx-nasxi, nginx-upload, ninja, nodm, odroid-mali,
914         odroid-scripts, omxplayer, openblas, openmpi, openzwave,
915         p7zip, pdbg, python-argh, python-dataproperty,
916         python-dateutil, python-dialog3, python-dicttoxml,
917         python-dominate, python-engineio, python-flask-jsonrpc,
918         python-flask-login, python-humanize, python-pathtools,
919         python-pathvalidate, python-pillow, python-prompt-toolkit,
920         python-pytablewriter, python-pytz, python-scapy3k,
921         python-sdnotify, python-socketio, python-tomako,
922         python-ubjson, python-u-msgpack, python-watchdog,
923         python-wcwidth, python-xlrd, python-xlsxwriter,
924         python-xlutils, python-xlwt, rs485conf, runc, sdl2_gfx,
925         sdl2_image, sdl2_ttf, shellinabox, sphinxbase, stella,
926         supertuxkart, systemd-bootchart, tekui, terminology, tinycbor,
927         tinydtls, ti-sgx-demos, ti-sgx-km, ti-sgx-um, tunctl, wavemon,
928         wiringpi, xen
929
930         Deprecated packages: ipkg, sstrip
931
932         Removed packages: sunxi-mali-prop
933
934         Issues resolved (http://bugs.buildroot.org):
935
936         #8931: segment fault when compile argp-help.c using aarch64-bu...
937         #8966: eglfs error. buildroot don't compile the library libeglfs.so
938         #8971: build for beaglebone fails
939         #8986: qt5imageformats fails to build on AArch64
940         #8991: grub2 fails to compile
941         #9001: Nodejs option not available
942         #9006: gcc with c++ support v4 and v5 fail to compile on fedora 24
943         #9016: arceb-buildroot-linux-uclibc ld uses incorrect default format
944         #9066: 8139TOO - faulty behaviour
945         #9086: Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203)
946         #9091: U-Boot fails to boot with large ramdisk
947
948 2016.05, Released May 31st, 2016
949
950         Minor fixes.
951
952         External toolchain: Fix for symlink handling when copying
953         links to target.
954
955         Updated/fixed packages: gcc, grantlee, gst-ffmpeg,
956         ipsec-tools, iptraf-ng, libcurl, libdrm, libsigsegv, ltris,
957         lttng-babeltrace, mbedtls, mesa3d, moarvm, mplayer, mtools,
958         net-tools, openpowerlink, pulseview, rpm, tinyalsa,
959         xdriver_xf86-video-fbturbo, xserver_xorg-server
960
961 2016.05-rc3, Released May 26th, 2016
962
963         Fixes all over the tree.
964
965         Tweaks for SSP handling for external toolchains.
966
967         Updated/fixed packages: aircrack-ng, bluez5_utils, connman,
968         cups, erlang-p1-stringprep, expat, ffmpeg, flann, flannel, go,
969         gst1-libav, hidapi, hplip, iptraf-ng, jamvm, kodi,
970         kodi-screensaver-matrixtrails, libcurl, libepoxy, libgpgme,
971         libsemanage, libxslt, liquid-dsp, ltris, lxc, mesa3d, midori,
972         mpg123, mtr, openpgm, openpowerlink, oprofile, php,
973         postgresql, putty, python-service-identity, python-treq,
974         qlibc, qt5serialbus, ruby, stress-ng, strongswan, time, tinc,
975         ustr, valgrind, webkitgtk, libxml2, xorriso,
976         xserver_xorg-server
977
978         Issues resolved (http://bugs.uclibc.org):
979
980         #8936: Aircrack-ng - Alot of missing dependencies
981
982 2016.05-rc2, Released May 17th, 2016
983
984         Fixes all over the tree.
985
986         Rootfs overlay handling now refuses to overwrite
987         /{usr,bin,sbin,lib} symlinks from BR2_ROOTFS_MERGED_USR option
988         even if these directories are present in the overlay.
989
990         External toolchain: Unbreak user provided libraries deployment
991         (BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS) handling after refactoring.
992
993         QEMU coldfire: Fix for signal handling kernel issue, enable
994         networking support.
995
996         Updated/fixed packages: android-tools, assimp, boost, gcc,
997         glibc, glmark2, gmrender-resurrect, go, go-bootstrap, iputils,
998         jack2, kodi-screensaver-asterwave, kodi-screensaver-rsxs,
999         kodi-visualisation-shadertoy, libarchive, libinput, libpjsip,
1000         mali-t76x, mtr, nginx, opencv, openvpn, python-coherence,
1001         qt5multimeda, quagga, samba4, sg3-utils, stress-ng, turbolua
1002
1003 2016.05-rc1, Released May 10th, 2016
1004
1005         Fixes all over the tree and new features.
1006
1007         Architectures: new ARM variants: Cortex A17 and M4, improved
1008         nonmmu (cortex-M) support, m68k has been re-enabled with
1009         support for ColdFire. For x86, support for the i386 variant
1010         has been dropped.
1011
1012         Toolchain: Add GCC 6 support, remove GCC 4.5, mark GCC 4.7 as
1013         deprecated. Go programming language support, Add Binutils 2.26
1014         support. Old Sourcery PowerPC external toolchains removed,
1015         Sourcery MIPS 2016.06-8, AMD64 2015.11-139, NiosII 2015.11-130
1016         added, Linaro ARM/ARMeb/Aarch64 toolchains updated.
1017
1018         New defconfigs: Firefly RK3288, Boundary Devices i.MX7 Nitrogen7,
1019         STM32F429 and STM32F469 Discovery boards, Hardkernel ODROID-C2,
1020         Raspberry Pi Zero and Raspberry Pi 3. Some Qemu defconfigs were
1021         added for m68k, eXtensa-nommu and ColdFire.
1022
1023         Linux: use zImage by default on ARM, subversion repository
1024         support (for u-boot as well).
1025
1026         New packages: aer-inject, android-tools, cannelloni,
1027         cbootimage, cgroupfs-mount, connman-gtk, crudini, dt,
1028         gmrender-resurrect, flannel, font-awesome, freeswitch, go,
1029         go-bootstrap, gr-osmosdr, granite, i7z, imx-uuc,
1030         kodi-adsp-basic, kodi-adsp-freesurround,
1031         kodi-audiodecoder-opus, kodi-pvr-hdhomerun,
1032         kodi-screensaver-asterwave, kodi-screensaver-cpblobs,
1033         kodi-screensaver-matrixtrails, kodi-screensaver-planestate,
1034         kodi-screensaver-rsxs, kodi-visualisation-fishbmc,
1035         kodi-visualisation-fountain, kodi-visualisation-goom, libgee,
1036         libimxvpuapi, libpjsip, libtomcrypt, libtommath, libusbgx,
1037         lksctp-tools, mali-t76x, mkpimage, mpv, msr-tools, nload,
1038         norm, nvme, owfs, pound, privoxy, procrank_linux, putty,
1039         python-autobahn, python-characteristic, python-crossbar,
1040         python-cryptography, python-iniparse, python-iowait,
1041         python-lmdb, python-pexpect, python-ptyprocess,
1042         python-pyasn-modules, python-pygments, python-pymysql,
1043         python-pynacl, python-pyopenssl, python-pysocks,
1044         python-pytrie, python-rpi-gpio, python-service-identity,
1045         python-setproctitle, python-shutilwhich, python-treq,
1046         python-txaio, python-ujson, python-wsaccel, qt5canvas3d,
1047         qt5location, qt5quickcontrols2, qt5serialbus, qt5tools,
1048         raptor, scrub, taskd, tegrarcm, turbolua, valijson,
1049         wayland-protocols, webkitgtk, wilc1000-firmware, wpan-tools,
1050         xdriver_xf86-video-amdgpu
1051
1052         Removed packages: foomatic-filters, python-m2crypto,
1053         qt5quick1, qt5webkit-examples, samba, xdriver_xf86-input-void
1054
1055         Issues resolved (http://bugs.buildroot.org):
1056
1057         #6830: Qt5: no fonts are installed
1058         #7562: musl buildroot-toolchain and BR2_MIPS_SOFT_FLOAT break
1059         #7580: Invalid filesystem in Pandaboard defconfig
1060         #8346: wf111 package removes all kernel module dependencies
1061         #8436: xserver_xorg-server Segmentation fault
1062         #8736: IPV6 forced on in busybox
1063         #8746: At startup system stops with 'cannot set terminal proces..
1064         #8751: make fail [fio does not build on sh]
1065         #8766: Compiling host-gcc-final-4.9.3 broken on i386
1066         #8771: make savedefconfig modifies sources
1067         #8781: Unable to build uboot for imx28evk
1068         #8786: gdb fails to build with xz and expat support at the same
1069         #8801: Compilation of Buildroot 2016.2 for Raspberry Pi with...
1070         #8806: Buildroot 2016.2 for Raspberry Pi requires that ext4...
1071         #8836: Can't select Vim in menuconfig
1072         #8851: Make sure fio can compile with libaio support if it...
1073         #8861: With buildroot 2016.02 trying to build for corei7-avx
1074                fails while trying to build host-binutils
1075         #8866: Making an USB flash bootable with extlinux build with
1076                 buildroot does not work
1077
1078 2016.02, Released March 1st, 2016
1079
1080         Minor fixes, mostly security related.
1081
1082         Circular dependency issue with same-as-kernel linux-headers
1083         option fixed.
1084
1085         Updated/fixed packages: bluez5_utils, heirloom-mailx,
1086         imx-gpu-viv, kodi-pvr-argustv, kodi-pvr-mediaportal-tvserver,
1087         kodi-pvr-nextpvr, libfcgi, openssl, pifmrds, powerpc-utils,
1088         python-m2crypto, slang, sox, squid, tn5250, xerces, zsh
1089
1090 2016.02-rc3, Released February 27th, 2016
1091
1092         Fixes all over the tree.
1093
1094         Defconfigs: Ensure EABIhf is correctly enabled for ARM cores
1095         where VFP is optional (but present on the specific hw). Fix
1096         ARM variant selection for freescale_imx31_3stack_defconfig.
1097
1098         Ensure tarballs of downloaded git trees do not contain a
1099         timestamp.
1100
1101         Clarify license of patches in COPYING.
1102
1103         Updated/fixed package: avahi, binutils, cairo, can-festival,
1104         chrony, cifs-utils, dnsmasq, dvdauthor, e2fsprogs, efl,
1105         erlang-rebar, eudev, fbterm, gawk, gnupg2, gnuradio, gpm,
1106         gst1-plugins-good, hostapd, imagemagick, iproute2, iputils,
1107         jack2, kexec, kismet, lftp, libarchive, libeXosip2, libfm,
1108         libglib2, libsoil, libssh, libssh2, libuci, links, lshw, lxc,
1109         mediastreamer, mono, mraa, mutt, nfs-utils, numactl, ofono,
1110         omniorb, openipmi, openobex, patch, pax-utils, perf,
1111         pulseaudio, pure-ftp, qhull, qt, quagga, quota, sdl_sound,
1112         shairport-sync, spice, sysklogd, syslog-ng, trace-cmd,
1113         trousers, tvheadend, util-linux, vim, webkitgtk24, wireshark,
1114         wpa_supplicant, xerces, zsh
1115
1116         Issues resolved (http://bugs.uclibc.org):
1117
1118         #8651: libMonoPosixHelper.so wrong link reference in buildroot..
1119
1120 2016.02-rc2, Released February 18th, 2016
1121
1122         Fixes all over the tree.
1123
1124         Toolchain: PR19405 backport to binutils 2.25.1 to fix NIOS ld
1125         crash, backport of Xtensa .init/.fini literals handling.
1126         glibc security patches for CVE-2014-8121, CVE-2015-1781
1127         and CVE-2015-7547.
1128
1129         Defconfigs for Acmesystems Arietta g25 added.
1130
1131         Updated/fixed packages: binutils, boost, chrony, dovecot,
1132         e2fsprogs, fio, gdb, glibc, graphite2, icu, kbd, libbsd,
1133         libcue, libgcrypt, libraw, links, mc, mosquitto, nodejs,
1134         postgresql, pptp-linux, pulseaudio, samba4, spice, squid,
1135         sysklogd, systemd, tiff, uclibc, ulogd, util-linux, valgrind.
1136
1137         Issues resolved (http://bugs.uclibc.org):
1138
1139         #8576: Building embedded Linux for Atmel SAMA5D4_Xplained...
1140         #8606: Problem compiling on Arch Linux
1141         #8681: kbd 2.0.3 does not build on rpi
1142
1143 2016.02-rc1, Released February 10th, 2016
1144
1145         Fixes all over the tree and new features.
1146
1147         Toolchain: Support for GCC 5.3.x. ARC toolchain updated to
1148         arc-2015.12. Support for legacy uClibc dropped, default to
1149         uClibc-ng instead. Added sys/queue.h implementation for MUSL
1150         for compatibility. Updated versions of Code sourcery and
1151         Linaro toolchains. MIPS Codescape toolchains added. Version
1152         selection for preconfigured external toolchains removed.
1153
1154         New Defconfigs: ARM Juno r0/r1 development boards, Freescale
1155         i.MX6UL Evaluation Kit, Intel Galileo Gen 2, Orange Pi PC.
1156         A number of defconfigs have been extended to generate complete
1157         system images using genimage.
1158
1159         Linux: Automatically patch timeconst.pl for <3.9 kernels,
1160         which isn't compatible with modern perl versions, breaking the
1161         build when building on recent (Fedora 23, Debian
1162         Testing/Unstable, ..) distributions.
1163
1164         Makedevs utility now accepts textual (non-numerical) user and
1165         group names.
1166
1167         Vagrant file to easily setup a working development environment
1168         in a VM has been added.
1169
1170         Size-stats-compare script to compare rootfs sizes between
1171         builds has been added.
1172
1173         Infozip package renamed to zip. EFL packages restructured.
1174
1175         Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
1176         angularjs, apache, apr, argp-standalone, armadillo, arptables,
1177         at, atk, audiofile, aumix, autoconf-archive, avahi, bash, bc,
1178         bcache-tools, bdwgc, beecrypt, bind, binutils, bluez5_utils,
1179         bluez_utils, bonnie, boost, busybox, cairo, cdrkit, chrony,
1180         clamav, cmake, collectd, connman, coreutils, cppcms, crda,
1181         cryptodev-linux, cryptsetup, cups, cwiid, cxxtest, dbus,
1182         dbus-cpp, dbus-glib, debianutils, dhcp, dhcpcd, dhrystone,
1183         dillo, directfb, directfb-examples, dmraid, dnsmasq, doom-wad,
1184         dovecot, dovecot-pigeonhole, dropbear, dtv-scan-tables,
1185         dvb-apps, dvbsnoop, ecryptfs-utils, eigen, ejabberd,
1186         elementary, elfutils, enlightenment, erlang, espeak, eudev,
1187         eventlog, exfat, exfat-utils, exiv2, expedite, faifa,
1188         fakeroot, fastd, fbgrab, fetchmail, ffmpeg, findutils, fio,
1189         firmware-imx, flann, flashrom, flite, flot, fmlib, freerdp,
1190         freescale-imx, freetype, gauche, gawk, gcc, gcc-final, gcr,
1191         gdb, gdk-pixbuf, geoip, gesftpserver, gettext, giflib, git,
1192         glibc, glibmm, glog, gmp, gnupg, gnupg2, gnutls, gob2, gpsd,
1193         gptfdisk, grep, gst1-libav, gst1-plugins-{bad,base,good,ugly},
1194         gst-ffmpeg, gst-plugins-{bad,base,good,ugly}, gstreamer,
1195         gstreamer1, guile, gvfs, gzip, harfbuzz, haserl, hiawatha,
1196         hostapd, hplip, icu, ifupdown, imagemagick, imx-gpu-viv,
1197         imx-kobs, imx-lib, input-tools, intel-microcode, iperf3,
1198         ipmitool, iproute2, iprutils, ipsec-tools, ipset, iptables,
1199         iputils, irda-utils, irssi, iucode-tool, jack2, janus-gateway,
1200         jpeg-turbo, jquery-datetimepicker, jquery-keyboard,
1201         jquery-sparkline, jquery-ui, jquery-ui-themes,
1202         jquery-validation, json-c, kbd, kernel-module-imx-gpu-viv,
1203         keyutils, kmod, knock, kodi, lcdproc, lcms2, leafnode2,
1204         leafpad, libass, libatomic_ops, libbroadvoice, libbsd,
1205         libcap-ng, libcdaudio, libcue, libcurl, libdrm, libecore,
1206         libedbus, libedit, libedje, libeet, libefreet, libeina,
1207         libeio, libelementary, libembryo, libepoxy, libethumb, libev,
1208         libevas, libevas-generic-loaders, libevdev, libevent, libffi,
1209         libfm, libfribidi, libfslcodec, libfslparser, libfslvpuwrap,
1210         libftdi, libfuse, libgail, libglew, libglib2, libgtk2,
1211         libgtk3, libgudev, libhttpparser, libidn, libinput, libiscsi,
1212         libjpeg, liblinear, libmbim, libmicrohttpd, libndp, libnspr,
1213         libnss, liboauth, liboping, libpciaccess, libplist, libpng,
1214         libraw, libraw1394, librsvg, libseccomp, libsecret,
1215         libserialport, libsigc, libsigrok, libsigrokdecode,
1216         libsndfile, libsoc, libsodium, libsoup, libssh2, libsvg,
1217         libsvg-cairo, libtasn1, libtirpc, libtorrent, libungif,
1218         libunwind, libupnpp, liburcu, libuv, libv4l, libva,
1219         libva-intel-driver, libvips, libvncserver, libxml2, libxmlpp,
1220         lightning, lighttpd, linknx, linux-firmware, linux-fusion,
1221         linux-headers, liquid-dsp, lirc-tools, live555, lm-sensors,
1222         lockdev, lshw, ltp-testsuite, ltrace, lttng-babeltrace,
1223         lttng-libust, lttng-modules, lttng-tools, lua, luabitop,
1224         luarocks, luv, lvm2, lxc, makedevs, mc, memcached, memtest86,
1225         mesa3d, mesa3d-demos, mesa3d-headers, micropython,
1226         micropython-lib, minicom, minidlna, mjpg-streamer, mke2img,
1227         moarvm, modem-manager, mongoose, mongrel2, monkey, mono,
1228         monolite, mosh, mosquitto, mpd, mplayer, msgpack, mtdev2tuio,
1229         musepack, musl, mysql, nano, nasm, nbd, neard, netatalk,
1230         netsnmp, nettle, net-tools, network-manager, nfs-utils, nginx,
1231         nmap, nodejs, ntfs-3g, ntp, numactl, nut, nvidia-driver,
1232         odhcp6c, ofono, ola, olsr, omniorb, opencv, opencv3, openipmi,
1233         openldap, openntpd, openobex, openocd, openpgm,
1234         open-plc-utils, openpowerlink, openssh, openssl, openswan,
1235         openvpn, opkg, oprofile, opus, opusfile, p11-kit, package,
1236         pango, pax-utils, pciutils, pcmanfm, perl, perl-db-file,
1237         perl-io-socket-ssl, perl-libwww-perl, perl-net-dns, perl-uri,
1238         perl-xml-libxml, php, php-ssh2, picocom, pinentry, pixman,
1239         polarssl, popt, portaudio, pppd, procps-ng, proftpd, protobuf,
1240         psmisc, ptpd2, pulseaudio, pulseview, pv, python, python3,
1241         python-alsaaudio, python-can, python-cffi, python-cherrypy,
1242         python-httplib2, python-jinja2, python-lxml, python-m2crypto,
1243         python-mako, python-msgpack, python-psutil, python-pyasn,
1244         python-pycparser, python-pydal, python-pyftpdlib,
1245         python-pyroute2, python-pyxml, python-pyzmq, python-requests,
1246         python-serial, python-setuptools, python-six, python-spidev,
1247         python-tornado, python-twisted, python-web2py, python-webpy,
1248         python-werkzeug, python-zope-interface, qemu, qhull, qpdf, qt,
1249         qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
1250         qt5graphicaleffects, qt5imageformats, qt5multimedia,
1251         qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
1252         qt5serialport, qt5svg, qt5webchannel, qt5webkit,
1253         qt5webkit-examples, qt5websockets, qt5x11extras,
1254         qt5xmlpatterns, qt-webkit-kiosk, racehound, radvd, read-edid,
1255         readline, redis, rpcbind, rpi-firmware, rpi-userland, rrdtool,
1256         rsync, rsyslog, rtai, rtorrent, rt-tests, rubix, ruby, samba4,
1257         sconeserver, setools, shairport-sync, sigrok-cli, skeleton,
1258         smack, snowball-init, socat, sp-oops-extract, sqlite,
1259         squashfs, squeezelite, squid, sredird, sshfs,
1260         start-stop-daemon, strace, strongswan, stunnel, subversion,
1261         sunxi-tools, swig, sysdig, syslog-ng, sysstat, systemd,
1262         sysvinit, taglib, tcl, tcpreplay, thrift, ti-gfx, tinyalsa,
1263         tor, torsmo, trace-cmd, transmission, tremor, triggerhappy,
1264         trinity, tvheadend, tzdata, uboot-tools, uclibc, udisks,
1265         udpcast, unionfs, upmpdcli, usb_modeswitch,
1266         usb_modeswitch_data, ustr, util-linux, vala, valgrind,
1267         vboot-utils, vde2, vlc, vnstat, webkit, webkitgtk24, weston,
1268         wget, whetstone, whois, wine, wipe, wireless-regdb, wireshark,
1269         wpa_supplicant, w_scan, x11r7, xapp_xbacklight, xapp_xcompmgr,
1270         xapp_xinput, xapp_xkbcomp, xdriver_xf86-input-evdev,
1271         xdriver_xf86-input-libinput, xdriver_xf86-input-synaptics,
1272         xdriver_xf86-video-ati, xdriver_xf86-video-fbturbo,
1273         xdriver_xf86-video-imx-viv, xdriver_xf86-video-intel,
1274         xfont_encodings, xfont_font-adobe-100dpi,
1275         xfont_font-adobe-75dpi, xfont_font-adobe-utopia-100dpi,
1276         xfont_font-adobe-utopia-75dpi, xfont_font-adobe-utopia-type1,
1277         xfont_font-alias, xfont_font-arabic-misc,
1278         xfont_font-bh-100dpi, xfont_font-bh-75dpi,
1279         xfont_font-bh-lucidatypewriter-100dpi,
1280         xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
1281         xfont_font-bh-type1, xfont_font-bitstream-100dpi,
1282         xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
1283         xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
1284         xfont_font-daewoo-misc, xfont_font-dec-misc,
1285         xfont_font-ibm-type1, xfont_font-isas-misc,
1286         xfont_font-jis-misc, xfont_font-micro-misc,
1287         xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
1288         xfont_font-misc-meltho, xfont_font-misc-misc,
1289         xfont_font-mutt-misc, xfont_font-schumacher-misc,
1290         xfont_font-screen-cyrillic, xfont_font-sony-misc,
1291         xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
1292         xfont_font-xfree86-type1, xfsprogs, xkeyboard-config, xl2tp,
1293         xlib_libfontenc, xlib_libXi, xmlstarlet, xscreensaver,
1294         xserver_xorg-server, xtables-addons, xvkbd, xz, yad, yasm,
1295         ympd, zeromq, zic, znc, zsh,
1296
1297         New packages: acsccid, assimp, atkmm, autofs, bcm2835,
1298         cairomm, cantarell, chocolate-doom, comix-cursors, cxxtest,
1299         edid-decode, emlog, gcr, gtkmm3, hidapi, jquery-sidebar,
1300         kernel-module-imx-gpu-viv, libasplib, libcroco, libdvbpsi,
1301         libfreeglut, libgdiplus, libglfw, libhdhomerun, libnet,
1302         libsoil, lldpd, luvi, mbedtls, minizip, miraclecast, mongodb,
1303         mraa, netbsd-queue, netsniff-ng, nss-pam-ldapd,
1304         obsidian-cursors, openal, openbox, pangomm,
1305         python-backports-abc, python-beautifulsoup4, python-cbor,
1306         python-click, python-cssselect, python-ecdsa, python-html5lib,
1307         python-idna, python-ipaddress, python-mistune, python-netaddr,
1308         python-paho-mqtt, python-paramiko, python-pyparted,
1309         python-pysmb, python-pyudev, python-singledispatch,
1310         python-smbus-cffi, python-urllib3, qt53d, rabbitmq-c, rfkill,
1311         sbc, spi-tools, tpm-tools, trousers, ubus, unrar, unscd,
1312         unzip, v4l2grab, xdriver_xf86-video-nouveau, xdotool, zbar
1313
1314         Removed packages: libungif, python-pyxml,
1315
1316         Issues resolved (http://bugs.uclibc.org):
1317
1318         #7886: gettext: link failure with locally-installed libxml2
1319         #7892: systemd-journald is broken
1320         #8066: nodejs crashes when built with gcc 4.9
1321         #8296: nodejs 0.12.7 - npm crashes (seg core dump)
1322         #8501: gunzip fails to uncompress files
1323         #8541: fail to build host-fakeroot-1.20.2
1324         #8546: build instructions for raspberry pi don't work
1325         #8571: strace for ARC compile error
1326         #8581: pciutils.mk PCIUTILS_MAKE_OPTS typo
1327         #8616: Fail to build for raspberrypi_defconfig with big endian
1328         #8621: sqlite package, properly enable readline
1329
1330 2015.11, Released November 30th, 2015
1331
1332         Minor fixes.
1333
1334         Merged/seperate /usr handling is now also performed for
1335         staging so cross-gdb / gdbserver can find the libraries.
1336
1337         Updated/fixed packages: autossh, conntrack-tools, dcron,
1338         espeak, gcc, glmark2, gpsd, gstreamer1, libglib2, libsigsegv,
1339         libsoc, libv4l, minidlna, mongrel2, opencv, polarssl,
1340         rpi-userland, rubix, skeleton, tovid, uemacs, valgrind, yad,
1341         zmqpp
1342
1343         Issues resolved (http://bugs.uclibc.org):
1344
1345         #8441: Invalid directory for X11 fonts in target (RPi2)
1346         #8491: libglib2 2.46.1 not Building for armv5 on 2015.11-rc3
1347
1348 2015.11-rc3, Released November 26th, 2015
1349
1350         Fixes all over the tree.
1351
1352         We have a new modern website!
1353
1354         Updated/fixed packages: apitrace, audiofile, autossh, bullet,
1355         c-ares, collectd, conntrack-tools, cryptodev-linux, dropbear,
1356         fastd, gmp, gpsd, gst-plugins-bad, gst-plugins-base,
1357         gst-plugins-good, gst-plugins-ugly, gstreamer, gstreamer1,
1358         guile, iodine, iproute2, jimtcl, kompexsqlite, libethumb,
1359         libfreeimage, libgsasl, libgtk3, libxml2, localedef,
1360         lttng-tools, macchanger, mongrel2, mpd, openntpd, openssl,
1361         oprofile, pcre, qt5base, quagga, rpi-userland, sconeserver,
1362         sdl, spidev_test, sqlite, strongswan, ustr, xapp_sessreg,
1363         yajl, zmqpp
1364
1365         Issues resolved (http://bugs.uclibc.org):
1366
1367         #6872: gpsd: disabled on microblaze
1368         #8321: invalid opcode error with minidlna and ffmpeg
1369         #8336: Default systemd configuration fails to boot correctly in 2015-08
1370         #8446: rpi-userland failed to build with glibc 2.22
1371
1372 2015.11-rc2, Released November 19th, 2015
1373
1374         Fixes all over the tree.
1375
1376         LD_LIBRARY_PATH is no longer used to ensure host binaries find
1377         their libraries, fixing issues on recent Fedora.
1378
1379         Toolchain fixes for powerpc e5500 / e6500. Fix for an issue
1380         with ${TARGET}-cc after the move to use a toolchain wrapper
1381         for the internal toolchain.
1382
1383         Appy-patches.sh now correctly applies all files listed in
1384         series files.
1385
1386         Fixes for merged /usr handling when a custom skeleton is used.
1387
1388         Updated/fixed packages: axfsutils, boost, busybox, dhcp,
1389         directfb, dropbear, ebtables, fastd, ffmpeg, gauche, gcc,
1390         gettext, gst1-plugins-bad, hostapd, ibrdtnd, libcurl,
1391         libecore, libgudev, libnss, libpng, libserial, libssh2,
1392         libuecc, libxml2, linux-headers, liquid-dsp, ltris,
1393         lua-periphery, minidlna, mongrel2, mpd, mpg123, mplayer,
1394         mysql, opencv, opencv3, package, perl-file-util, php-ssh2,
1395         polarssl, pulseaudio, python-protobuf, qemu, qt5base, ranger,
1396         ruby, skeleton, slang, squeezelite, strongswan, tovid, uclibc,
1397         ushare, wine, wpa_supplicant, x265,
1398         xdriver_xf86-video-siliconmotion, zxing-cpp
1399
1400         Issues resolved (http://bugs.uclibc.org):
1401
1402         #4790: Running udhcpc on a system with NFS root kills NFS
1403         #8456: Building host-pkgconf on Fedora 23 fails due to..
1404
1405 2015.11-rc1, Released November, 7th 2015
1406
1407         Fixes all over the tree and new features.
1408
1409         Architectures:
1410
1411         - Support for sparc64 added (internal toolchain with glibc
1412           only).
1413
1414         - Support for mips32r6 and mips64r6 added.
1415
1416         - Support for Intel Quark X1000 CPU.
1417
1418         - Switch to EABIhf by default on ARM when a VFP is available.
1419
1420         Toolchains:
1421
1422         - glibc 2.22, gdb 7.10, use gdb 7.9 by default, musl 1.1.12,
1423           uclibc-ng 1.0.8, host-gdb enabled on AArch64.
1424
1425         - The toolchain wrapper which was used only for external
1426           toolchains is now also used for Buildroot internal
1427           toolchains. This allowed to fix the ccache support, prepare
1428           the way for top-level parallel build support and remove gcc
1429           patches used to detect header/library path poisoning.
1430
1431         - Remove Analog Devices Blackfin toolchain 2012R2.
1432
1433         - Fix several Xtensa build failures by switching from
1434           text-section-literals to auto-litpools.
1435
1436         - Enable MIPS64 support in uClibc-ng, use uClibc on ARC
1437           rather than a specific fork.
1438
1439         - Linaro toolchains for ARM, ARMeb and AArch64 updated to
1440           2015.08. 2014.09 version is kept since 2015.08 only runs on
1441           x86_64 hosts.
1442
1443         Bootloaders:
1444
1445         - Fix ARM64 support in U-Boot.
1446
1447         Defconfigs:
1448
1449         - Added: ARC HS38 VDK virtual boards, Avnet Microzed, Boundary
1450           Devices Nitrogen SoloX, Freescale i.MX6 SoloX Sabre SD,
1451           OLinuxino A20 Lime2, Qemu Sparc64, Qemu SuperH 4 big endian,
1452           Synopsys AArch64 VDK virtual platform.
1453
1454         - Updated: calao_qil_a9260, calao_usb_a9g20_lpw, ci20,
1455           cubieboad, freescale_imx6_*, imx53loco, imx6_vab820,
1456           mpc8315erdb, qmx6, p1010rdb, qemu, raspberrypi,
1457           raspberrypi2, riotboard, snps_axs10*, wandboard.
1458
1459         - Removed: at91rm9200df, at91sam9260dfc, at91sam9263ek,
1460           calao_snowball_defconfig, gnublin, integrator926_defconfig.
1461
1462         Infrastructure:
1463
1464         - Support for fetching from Mercurial tags fixed.
1465
1466         - Introduce LINUX_NEEDS_MODULES, which allows to enforce
1467           module support to be enabled in the kernel when a package
1468           builds out-of-tree kernel modules (through the
1469           pkg-kernel-module infrastructure or on its own).
1470
1471         - Improve the perl package infrastructure to automatically add
1472           the dependency to the perl interpreter to target perl module
1473           packages.
1474
1475         - Remove trailing slashes in <pkg>_SITE and addition of a
1476           check to ensure such trailing slashes are no longer added.
1477
1478         - Extend the legal infrastructure to allow packages to declare
1479           their actual source code. This is useful for packages for
1480           which <pkg>_SOURCE points to pre-built binaries (as is the
1481           case for external toolchains). The new <pkg>_ACTUAL_SOURCE
1482           variable allows to point to the source code in such cases.
1483
1484         - Improved ccache support, thanks to the usage of a toolchain
1485           wrapper for internal toolchain. Now a single cache directory
1486           can be shared between different Buildroot builds.
1487
1488         - Addition of a 'graph-size' make targets, which generates a
1489           PDF graph of per-package size of the root filesystem.
1490
1491         - Addition of <pkg>_EXCLUDES so that packages can request
1492           certain parts of the source code tarball to not be
1493           extracted. This feature is currently used by gcc and
1494           toolchain-external.
1495
1496         - Packages can now use the <pkg>_PKGDIR variable, provided by
1497           the package infrastructure, to reference their package
1498           directory, instead of explicitly using package/<pkg>/.
1499
1500         Filesystems:
1501
1502         - Add high lz4 compression to squashfs.
1503
1504         - Simplification of shell profile files in the default
1505           skeleton.
1506
1507         - Remove ftp user and /home/ftp from the skeleton, and let ftp
1508           server packages create these when needed.
1509
1510         - Add support for /bin, /sbin and /lib to be symlinks to their
1511           corresponding directories in /usr. This is enforced for
1512           systemd configurations, and optional for other
1513           configurations.
1514
1515         - Support for AXFS filesystem image generation added.
1516
1517         - New options to add extra space/inodes to ext2/3/4 images.
1518
1519         Updated/fixed packages:
1520
1521         adwaita-icon-theme, apache, apitrace, atk, audit, avahi,
1522         barebox, bash, batctl, bind, binutils, bluez_utils, boost,
1523         bridge-utils, cairo, ccache, chrony, clapack, cloog, cmake,
1524         collectd, connman, conntrack-tools, coreutils, cpio,
1525         cryptsetup, dbus, dbus-cpp, devmem2, dhcp, dhcpcd, dhcpdump,
1526         dhrystone, dillo, directfb, directfb-examples, dmraid,
1527         dos2unix, dovecot, dovecot-pigeonhole, drbd-utils, dropbear,
1528         dropwatch, dtc, e2fsprogs, ebtables, efl, eigen, ejabberd,
1529         elf2flt, elfutils, erlang, ethtool, eudev, evemu, exfat,
1530         exfat-utils, expat, faifa, fbterm, fdk-aac, feh, ffmpeg, file,
1531         flashrom, fping, freerdp, freescale-imx, freetype, gdk-pixbuf,
1532         genimage, gettext, git, glib-networking, glmark2, gnupg2,
1533         gnuradio, gnutls, gpsd, grep, grub2, gst1-imx, gst1-libav,
1534         gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
1535         gst1-plugins-ugly, gst1-validate, gst-fsl-plugins,
1536         gst-plugins-bad, gstreamer1, guile, gvfs, harfbuzz, haveged,
1537         hostapd, icu, imagemagick, impiutil, imx-gpu-viv, imx-vpu,
1538         inadyn, intltool, iostat, iperf3, ipmiutil, iproute2,
1539         iptables, iw, jpeg-turbo, jq, jsoncpp, kexec-lite, kmod, kodi,
1540         kodi-audioencoder-flac, kodi-pvr-argustv, kodi-pvr-filmon,
1541         kodi-pvr-hts, kodi-pvr-mythtv, kodi-pvr-pctv,
1542         kodi-pvr-stalker, kodi-pvr-vbox,
1543         kodi-visualisation-waveforhue, less, lftp, libbluray,
1544         libcgroup, libconfuse, libcurl, libdcadec, libdrm, libevdev,
1545         libffi, libfribidi, libfslcodec, libfslparser, libfslvpuwrap,
1546         libgcrypt, libglew, libglib2, libgtk3, libidn, liblinear,
1547         liblockfile, libmicrohttpd, libnetfilter_conntrack, libnfs,
1548         libnftnl, libnl, libnspr, libnss, libpcap, libpfm4, libpng,
1549         libselinux, libserial, libsoup, libsoxr, libstrophe, libtasn1,
1550         libtirpc, libtorrent, libupnpp, liburcu, libusb-compat, libuv,
1551         libv4l, libva, libva-intel-driver, libxcb, lighttpd, links,
1552         linux, linux-firmware, linux-fusion, linux-headers,
1553         lirc-tools, localedef, lpeg, lsof, ltp-testsuite,
1554         lttng-libust, lttng-tools, lua-periphery, luaposix, lvm2, lxc,
1555         lz4, mdadm, mesa3d, mesa3d-headers, minicom, minidlna, moarvm,
1556         modem-manager, mosquitto, mpd, mpdecimal, mpg123, mplayer,
1557         mrouted, msmtp, mtd, mutt, nettle, network-manager, nfs-utils,
1558         nftables, nginx, nodejs, noip, ntp, ofono, opencv3, openpgm,
1559         openssl, openswan, openvpn, pango, parted, perl, perl-cross,
1560         perl-crypt-openssl-random, perl-http-message,
1561         perl-io-socket-ssl, perl-module-build, perl-mojolicious,
1562         perl-netaddr-ip, perl-net-dns, perl-net-http, perl-net-ssleay,
1563         perl-uri, perl-xml-libxml, php, picocom, pixman, pkgconf,
1564         poco, polarssl, portaudio, portmap, postgresql, proftpd,
1565         protobuf, protobuf-c, pulseaudio, python-configshell-fb,
1566         python-networkmanager, python-numpy, python-pyparsing,
1567         python-pypcap, python-rtslib-fb, python-spidev, python-urwid,
1568         python-web2py, qemu, qt5base, redis, rngtools, rng-tools,
1569         rpi-firmware, rpi-userland, rtmpdump, rtorrent, ruby, samba,
1570         samba4, sane-backends, sconeserver, sdl, sed, setools,
1571         shairport-sync, shared-mime-info, sland, smartmontools,
1572         softether, spice-protocol, sqlcipher, sqlite, squid,
1573         strongswan, stunnel, subversion, sudo, sunxi-tools,
1574         supervisor, systemd, tar, targetcli-fb, tcpdump, tiff, tor,
1575         tvheadend, tzdata, uboot-tools, udisks, unionfs, upmpdcli,
1576         util-linux, vala, valgrind, vim, vlc, vorbis-tools, vsftpd,
1577         vtun, wavpack, webkitgtk24, weston, whois, wireless-regdb,
1578         wireshark, wpa_supplicant, xdriver_xf86-input-vmmouse,
1579         xdriver_xf86-video-imx-viv, xdriver_xf86-video-intel,
1580         xdriver_xf86-video-sis, xlib_libXi, xorg-server,
1581         xtables-addons, xterm, xz, zic, znc, zsh
1582
1583         New packages:
1584
1585         axfsutils, bitstream, check, dvblast, eventlog, fastd, gauche,
1586         gmock, graphite2, gssdp, gupnp, gupnp-av, ibrcommon, ibrdtn,
1587         ibrdtnd, ibrdtn-tools, imx-kobs, iqvlinux, irssi,
1588         kompexsqlite, libbroadvoice, libcddb, libcodec2, libcrossguid,
1589         libg7221, libhttpparser, libilbc, libldns, libmng,
1590         libopenh264, libpam-radius-auth, libpam-tacplus, libsilk,
1591         libsoundtouch, libssh, libuecc, libyuv, liquid-dsp, luv,
1592         micropython, micropython-libs, python-pyratemp,
1593         python-pyroute2, python-ranger, rapidxml, scrypt, sdl2,
1594         sp-oops-extract, squeezelite, stress-ng, swupdate, syslog-ng,
1595         x265, xdriver_xf86-video-fbturbo, xxhash, yad, zxing-cpp
1596
1597         Removed packages:
1598
1599         blackbox (was deprecated), divine (merged in directfb),
1600         kobs-ng (replaced by imx-kobs), mediactl (merged in libv4l),
1601         sawman (merged in directfb), schifra (marked broken since a
1602         long time), texinfo (host variant only, no longer used), zxing
1603         (replaced by zxing-cpp),
1604
1605         Issues resolved (http://bugs.uclibc.org):
1606
1607         #4099: cut utility from GNU coreutils works incorrect
1608         #7772: libxml-parser-perl build failure: missing dependency
1609                ExtUtils/MakeMaker
1610         #7931: Default configuration for Cubieboard v1 is outdated
1611         #8116: 2015.05-rc2 raspberrypi2_defconfig network interface
1612                not coming up
1613         #8246: X.org DRI2 build issue
1614         #8256: pointing to /usr/bin/objcopy old version (x86) instead
1615                of the generated one
1616         #8266: mplayer build issue
1617         #8281: pyrexc fails to run when path is too long
1618         #8316: lttng-tools and lttng-babeltrace executables contain
1619                bad RPATH pointing to host machine
1620         #8331: kexec wants shutdown in /sbin, but systemd installs it
1621                in /usr/sbin
1622         #8361: Buildroot 2015.08.1 skeleton inittab overwritten by
1623                busybox's version
1624         #8366: libevent does not build
1625         #8386: build failed with external toolchain
1626         #8391: Node.js 0.12.7 fails to build on raspberry_pi defconfig
1627         #8396: CCACHE initialization
1628         #8401: gpsd 3.15 NMEA support
1629         #8416: cups depends on BR2_DEPRECATED_SINCE_2015_05
1630         #8421: util-linux installs systemd files in output/target/home/
1631
1632 2015.08, Released August 31st, 2015
1633
1634         Minor fixes.
1635
1636         OpenCV 3.x package renamed to opencv3. OpenCV 2.4.x
1637         reintroduced as opencv.
1638
1639         Updated/fixed packages: bootutils, canfestival, cppcms,
1640         curlftpfs, dhcpdump, dropbear, erlang-p1-tls, exfat, gnuradio,
1641         ipkg, libgudev, libmbim, libwebsock, linux-pam, lm-sensors,
1642         ltrace, midori, network-manager, openssh, perl-file-listing,
1643         perl-http-cookies, perl-http-daemon, perl-http-negotiate,
1644         perl-www-robotrules, python-can, qt5base, qt5multimedia,
1645         setools, sysvinit, tinyalsa, tn5250, tvheadend, uboot, vlc,
1646         x264, xserver_xorg-server, zyre
1647
1648 2015.08-rc2, Released August, 24th 2015
1649
1650         Fixes all over the tree.
1651
1652         Toolchain: fix gcc build on NIOS-II.
1653
1654         Infrastructure: add <fs>_POST_GEN_HOOKS mechanism to fix
1655         hybrid ISO image generation.
1656
1657         Architectures: add arm1136j-s variant.
1658
1659         Updated/fixed packages: apitrace, audit, bcusdk, bdwgc,
1660         beecrypt, boost, bwm-ng, cdrkit, c-icap, cifs-utils, clapack,
1661         c-periphery, cpio, cramfs, czmq, dawgdic, dnsmasq, dosfstools,
1662         dropbear, elfutils, empty, eudev, fan-ctrl, filemq, gnutls,
1663         guile, haveged, imlib2, libcec, libepoxy, libev, libgpgme,
1664         libiio, libnetfilter_queue, libnfnetlink, libpfm4, libpthsem,
1665         librtas, libselinux, libsigsegv, libsodium, libv4l, lightning,
1666         linux, lirc-tools, lrzsz, mono, mosh, mpd, msmtp, nbd,
1667         netatalk, nodejs, ola, opencv, oprofile, php, poco,
1668         postgresql, powertop, protobuf, protobuf-c, qt5base,
1669         qt5quickcontrols, rapidjson, rng-tools, squid, sysdig,
1670         sysstat, tftpd, tinc, tz, util-linux, webkitgtk24, weston,
1671         wireshark, wvstreams, xdriver_xf86-input-synaptics, zyre.
1672
1673         Issues resolved (http://bugs.uclibc.org):
1674
1675         #8276: package/dropbear: symlink resolution incorrect
1676         #8286: Error with buildroot
1677         #8301: ldconfig parameter in Makefile
1678
1679 2015.08-rc1, Released August, 5th 2015
1680
1681         Fixes all over the tree and new features.
1682
1683         Architectures:
1684
1685          - Refactor how the availability of an MMU is described.
1686          - Minimal support for Cortex-M3
1687          - Minimal support for AArch64 big-endian
1688
1689         Toolchains:
1690
1691          - Add CodeSourcery MIPS 2015.05, remove MIPS 2013.11
1692          - Use uClibc-ng as the default uClibc version, instead of the
1693            official uClibc, which hasn't done any release since 3+
1694            years
1695          - eglibc is now marked as deprecated
1696          - GCC: gcc 4.9.x is now the default and was updated to 4.9.3,
1697            support for gcc 5.x added.
1698          - Binutils: use Binutils 2.24 as the default, 2.25.x series
1699            bumped to 2.25.1, remove old Binutils 2.22.
1700          - Update ARC toolchain components to 2015.06
1701          - Add support for Fortran when building gcc
1702
1703         Bootloaders:
1704
1705          - Support for using the kconfig configuration system in
1706            U-Boot
1707
1708         New Defconfigs:
1709
1710          - VIA VAB-820/AMOS-820
1711          - OLimex OLinuxino A20 Lime
1712          - Many new defconfigs for Atmel evaluation boards:
1713            at91sam9rlek, at91sam9x5ek, sama5d3xek, sama5d4ek, sama5d4
1714            Xplained Ultra, sama5d3 Xplained.
1715          - ACME Systems Aria G25
1716          - WarPboard
1717          - Altera Cyclone 5 Development Board
1718          - Xilinx zc706
1719          - ARC AXS101 and AXS103 Software Development Platforms
1720          - Significant updates to Raspberry Pi / Raspberry Pi 2
1721
1722         Infrastructure:
1723
1724          - Buildroot takes better care now of generating predictable
1725            permissions in the target filesystem. However, existing
1726            permissions on a custom skeleton or rootfs overlay will no
1727            longer be preserved. Therefore, it is necessary to add a
1728            permission table (BR2_ROOTFS_DEVICE_TABLE) to set the
1729            required permissions.
1730          - Add support for kconfig fragments.
1731          - No longer pass --{enable,disable}-debug to autotools
1732            packages depending on the value of
1733            BR2_ENABLE_DEBUG. BR2_ENABLE_DEBUG now only controls
1734            whether we build with -g or not.
1735          - Support for extracting archives in .lzma in the generic
1736            package infrastructure.
1737          - Remove random-seed file from the default skeleton, since
1738            seeding the entropy pool with a known seed makes more harm
1739            than good.
1740          - In the CVS download helper, add support to use a date as
1741            the version.
1742          - Add support for a per-package <pkg>_STRIP_COMPONENTS
1743            variable, which packages can use to specify how many path
1744            components should be stripped when extracting the tarball.
1745          - Addition of a 'kernel-module' package infrastructure, which
1746            simplifies the packaging of external kernel modules. Many
1747            existing packages are converted to use it.
1748          - Allow bootloaders to be implemented in $(BR2_EXTERNAL)
1749          - Remove /etc/securetty from the default skeleton.
1750          - Migration of sysV initscripts from the default skeleton to
1751            a package called 'initscripts', installed only when Busbox
1752            init or sysvinit are used.
1753          - Migration of the skeleton logic to a proper 'skeleton'
1754            package.
1755          - Addition of a 'linux-tools' infrastructure in the 'linux'
1756            package, to support building user-space tools bundled
1757            within the Linux kernel sources, such as perf and cpupower.
1758          - Usage of backticks instead of make $(shell ...) to execute
1759            shell commands. This allows to delay the evaluation of such
1760            commands when actually needed, and not when expanding the
1761            variables. It is useful to make 'make printvars' less
1762            noisy, and as a preparation to support top-level parallel
1763            build.
1764          - Libtool .la files are not mungled for all package types,
1765            instead of being handled only for packages using the
1766            autotools-package infrastructure.
1767          - Add mechanism to allow packages to express a dependency on
1768            gcc versions. This is needed for packages that use C++11 or
1769            C11 support for example.
1770
1771         Important package updates:
1772
1773          - Complete rework of the matchbox packaging
1774          - Lots of fixes in packages for compatibility with musl and
1775            gcc 5.
1776          - Hash files added to a large number of packages.
1777          - Update a significant number of packages to use a new
1778            hosting, after the announcement of Google Code and
1779            Gitorious closing.
1780          - Major packages needed for SELinux support have been merged,
1781            but the support is not complete yet.
1782          - Significant update of OpenCV to version 3.0, and addition
1783            of lots of eatures.
1784          - Significant update of all packages supporting the GPU and
1785            VPU of i.MX ARM processors.
1786          - Addition of systemd support in a significant number of
1787            packages.
1788          - Qt5 updated to 5.5.0
1789          - Use modular X.org server by default instead of KDrive
1790
1791         Filesystems:
1792
1793          - Complete overhaul of the iso9660 support. Now allows to use
1794            directly IS9660 as the root filesystem format and not only
1795            an initrd, and supports Grub 2 and isolinux in addition to
1796            Grub.
1797
1798         Updated packages: a10disp, agentpp, apache, at91bootstrap3,
1799         audit, barebox, bc, bind, bmon, boost, btrfs-progs,
1800         ca-certificates, can-utils, ccache, cloog, collectd, connman,
1801         coreutils, c-periphery, cryptsetup, dado, dbus, dejavu,
1802         dhcpcd, dnsmasq, dosfstools, dovecot, dovecot-pigeonhole,
1803         e2fsprogs, ejabberd, erlang-p1-cache-tab, erlang-p1-sip,
1804         erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
1805         erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml, ethtool,
1806         eudev, evtest, exim, expect, explorercanvas, feh, ffmpeg,
1807         file, flashrom, freescale-imx, freetype, gawk, gcc, gdb,
1808         gettext, git, glib-networking, gnupg2, gnutls, gpsd, gptfdisk,
1809         gpu-viv-bin-mx6q, gst-fsl-plugins, harfbuzz, hdparm, heimdal,
1810         i2c-tools, imagemagick, imx-vpu, iproute2, ipset, isl, iw,
1811         kodi, kodi-addon-xvdr, kodi-audioencoder-flac,
1812         kodi-audioencoder-lame, kodi-audioencoder-vorbis,
1813         kodi-audioencoder-wav, lftp, libass, libassuan, libcec,
1814         libconfi, libcurl, libdrm, libevdev, libfreefare, libfslcodec,
1815         libfslparser, libfslvpuwrap, libfuse, libglib2, libgpgme,
1816         libgtk2, libgtk3, libical, libidn, libiio, libinput, libiscsi,
1817         libllcp, libmicrohttpd, libnfc, libnss, libpcap, libpciaccess,
1818         libpng, libserialport, libsigrok, libsoc, libtirpc, libubox,
1819         libunistring, libupnp, libuv, libv4l, libva,
1820         libva-intel-driver, libXrandr, lighttpd, linenoise, linux,
1821         linux-firmware, linux-headers, live555, ltrace, lua,
1822         lua-csnappy, lua-ev, luajit, lua-messagepack, luaperiphery,
1823         lvm2, lxc, lzo, mesa3d, mesa3d-headers, midori, mmc-utils,
1824         modem-manager, mono, mosquitto, mpd, mpd-mpc, mpfr, mpg123,
1825         mtd, musl, nano, netperf, network-manager, nfs-utils, nginx,
1826         nodejs, ntp, ola, opencv, openldap, openssh, openssl,
1827         openswan, openvmtools, openvpn, opkg, orbit, orc, pcmanfm,
1828         perl-cross, perl-encode-locale, perl-io-socket-ssl,
1829         perl-mojolicious, perl-net-ssleay, perl-path-tiny, perl-uri,
1830         perl-xml-libxml, php, pinentry, polarssl, postgresql,
1831         pulseview, pure-ftpd, python, python-dpkt, python-lxml,
1832         python-networkmanager, python-pyinotify, python-pypcap,
1833         python-tornado, qextserialport, qt, qt5, rapidjson, redis,
1834         rpcbind, rpi-firmware, rpi-userland, samba4, shairport-sync,
1835         snmpp, sqlite, squid, strongswan, stunnel, sudo, sunxi-boards,
1836         sunxi-mali, sysdig, sysstat, systemd, tcpdump, tiff, tmux,
1837         tor, txheadend, tzdata, uboot, uclibc, ulogd, upmpdcli,
1838         usb_modeswitch, usb_modeswitch_data, vala, vsftpd, wayland,
1839         weston, whois, wireless-regdb, wireshark, x264, xapp_xvinfo,
1840         xdriver_xf86-input-libinput, xdriver_xf86-input-vmmouse,
1841         xdriver_xf86-video-cirrus, xdriver_xf86-video-geode,
1842         xdriver_xf86-video-imx-viv, xdriver_xf86-video-mach64,
1843         xdriver_xf86-video-neomagic, xdriver_xf86-video-r128,
1844         xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
1845         xdriver_xf86-video-vesa, xkeyboard-config, xlib_libfontenc,
1846         xlib_libFS, xlib_libXaw, xlib_libxkbfile, xlib_libXrender,
1847         xlib_libXt, xproto_kbproto, xproto_xproto, xproto_xrandrproto,
1848         xscreensaver, xserver_xorg-server, xtables-addons, yaml-cpp,
1849         zic.
1850
1851         New packages: angularjs, atf, audit, c-icap, c-icap-modules,
1852         cpio, dawgdic, faketime, fcgiwrap, gflags, glog, initscripts,
1853         jquery-datetimepicker, kodi-audioencoder-modplug,
1854         kodi-audioencoder-nosefar, kodi-audioencoder-sidplay,
1855         kodi-audioencoder-snesapu, kodi-audioencoder-stsound,
1856         kodi-audioencoder-timidity, kodi-audioencoder-vgmstream,
1857         kodi-platform, kodi-pvr-argustv, kodi-pvr-dvblink,
1858         kodi-pvr-dvbviewer, kodi-pvr-filmon, kodi-pvr-hts,
1859         kodi-pvr-iptvsimple, kodi-pvr-mediaportal-tvserver,
1860         kodi-pvr-mythtv, kodi-pvr-nextpvr, kodi-pvr-njoy,
1861         kodi-pvr-pctv, kodi-pvr-stalker, kodi-pvr-vbox,
1862         kodi-pvr-vdr-vnsi, kodi-pvr-vuplus, kodi-pvr-wmc,
1863         kodi-screensaver-asteroids, kodi-screensaver-biogenesis,
1864         kodi-screensaver-crystalmorph, kodi-screensaver-greynetic,
1865         kodi-screensaver-pingpong, kodi-screensaver-pyro,
1866         kodi-screensaver-stars, kodi-visualisation-shadertoy,
1867         kodi-visualisation-spectrum, kodi-visualisation-waveforhue,
1868         kodi-visualisation-waveform, kvmtool, kyua, libfm,
1869         libfm-extra, libplatform, librtas, libsodium, libsquish,
1870         libucl, libump, linux-backports, lua-iconv, lutok, menu-cache,
1871         moarvm, monkey, mono-gtksharp3, mosh, openipmi, python-can,
1872         python-pycli, python-pydal, python-pyyaml, python-web2py,
1873         qpid-proton, qt5webchannel, quazip, racehound, rtl8188eu,
1874         rtl8821au, sepolgen, setools, skeleton, stm32flash,
1875         webkitgtk24, xdriver_xf86-video-qxl, zynq-boot-bin.
1876
1877         Deprecated packages: webkitgtk, libgail, eglibc support in
1878         glibc package.
1879
1880         Issues resolved (http://bugs.uclibc.org):
1881
1882         #4291: Segmentation fault with all binaries that use threads
1883                when compiled with gcc 4.6
1884         #6944: building toolchain for sh4 fails
1885         #7592: Buildroot GCC: -lto requires plugin support in ranlib
1886         #7628: Python SSL does not get built for Raspberry Pi
1887         #7682: Missing dependencies for NFS
1888         #7742: dhcp lacks important features when BR2_ENABLE_DEBUG
1889         #7754: make: *** [/..../buildroot-2014.11/output/build/host-gcc-initial-4.8.3/.stamp_built] Error 2
1890         #7946: libglib2-2.42.2 fails to build for sparc-buildroot-linux-gnu
1891         #7956: glibc 2.20 and 2.21 fail to build for sh64-buildroot-linux-gnu
1892         #7971: python-flask, python-werkzeug. No module named zlib
1893         #7981: Target file system skeleton permissions hazard
1894         #8006: rpcdebug in nfs-utils built for the host
1895         #8036: alsa-lib headers problem that prevents to compile alsa
1896                dependent projects
1897         #8081: systemd init system: /tmp is not mode 1777
1898         #8121: php opcache extension doesn't get installed
1899         #8151: x86-64 make fails with ncurses 5.9
1900         #8156: pkg-kconfig infra broken for *-update-{config, defconfig}
1901         #8161: default /bin/sh symlink to busybox is full path and not relative
1902         #8171: glamor missing
1903         #8191: Request update support for the cubieboard series
1904         #8201: Important security upgrades for node.js
1905
1906 2015.05, Released May 31st, 2015
1907
1908         Minor fixes.
1909
1910         Updated/fixed packages: conntrack-tools, directfb, fio, flite,
1911         gptfdisk, ipmiutil, iproute2, janus-gateway, keyutils, knock,
1912         libelementary, libgcrypt, libgsasl, libjpeg, libstrophe,
1913         lttng-libust, nbd, ncurses, nmap, php, postgresql, python,
1914         python3, sconeserver, udpcast, upmpdcli
1915
1916 2015.05-rc3, Released May 22nd, 2015
1917
1918         Several fixes, mainly related to static linking.
1919
1920         Updated/fixed packages: acl, alsa-utils, apr, armadillo, attr,
1921         autoconf-archive, binutils, boost, czmq, dhcpcd, duma,
1922         enlightenment, exim, fbterm, freerdp, gcc, gdk-pixbuf,
1923         google-breakpad, gpsd, heirloom-mailx, hwloc, ipmiutil,
1924         iproute2, jack2, jasper, kmod, lcdproc, leafnode2, libcap-ng,
1925         libftdi1, libmatroska, libmemcached, libmodbus, libnftnl,
1926         libsigrok, libupnpp, libuv, libxml-parser-perl, linux,
1927         linux-headers, lirc-tools, lua-periphery, lxc, mongoose, mono,
1928         mpg123, mosquitto, neardal, newt, ntp, ola, openldap, opencv,
1929         php, postgresql, protobuf, pulseaudio, python-pyqt, qemu, qt,
1930         qt5base, rpi-userland, rsyslog, snmppp, sqlite, tiff,
1931         tinyxml2, uboot-tools, unionfs, ux5000-firmware, usbredir,
1932         ushare, vpnc, vsftpd, wavpack, wireless_tools, wsapi,
1933         wvstreams, xmlstarlet, zeromq, zmqpp
1934
1935         New packages: c-periphery
1936
1937         Issues resolved (http://bugs.uclibc.org):
1938
1939         #8106: mkfs.jffs2 uses the --pagesize parameter incorrectly
1940         #8111: 2015.05.rc2 LIBFOO_CONF_OPTS not working
1941         #8126: exim lacks plaintext and cram-md5 auth
1942
1943 2015.05-rc2, Released May 11th, 2015
1944
1945         Minor fixes.
1946
1947         Toolchain: PR56780 backport to GCC 4.8.4 to fix GDB linking
1948         issues. Context functions enabled for uClibc snapshot /
1949         uClibc-NG.
1950
1951         Architectures: Endian handling symbol for Xtensa, binutils
1952         fixes.
1953
1954         Infrastructure: Fix for kernel module stripping when
1955         localversion contains spaces.
1956
1957         Updated/fixed packages: at, autoconf-archive, binutils,
1958         cc-tool, cryptsetup, dstat, expedite, freerdp, giflib,
1959         gnuchess, guile, ipmiutil, iproute2, mono, monolite, neard,
1960         ola, poppler, postgresql, python-qt, qt, sqlite, valgrind,
1961         xlib_libXfont
1962
1963         Issues resolved (http://bugs.uclibc.org):
1964
1965         #8086: Cannot select systemd as init with Linaro 2014.09...
1966
1967 2015.05-rc1, Released May 4th, 2015
1968
1969         Fixes all over the tree and new features.
1970
1971         Architectures: Removed AVR32 support, deprecate SH64, added
1972         support for steamroller, corei7-avx and core-avx2 x86
1973         variants.
1974
1975         Toolchains: IPv6 and Largefile support now enforced for
1976         uClibc. Corresponding Kconfig symbols removed.
1977
1978         External CodeSourcery AMD64 2014.05, MUSL-cross 1.1.6 added,
1979         CS sh2, Xilinx microblaze v2/14.3 removed. Distro-class
1980         external toolchains are now detected and blacklisted.
1981
1982         Internal toolchain support for Nios2 added, Blackfin
1983         removed. Aarch64 and sh musl support. uClibc-ng support added.
1984
1985         Libatomic is now handled for internal and external
1986         toolchains. Link time optimization (LTO) support.
1987
1988         New Defconfigs: Freescale i.MX28 EVK, i.MX31 PDK and SABRE
1989         Auto, Raspberry Pi 2, RIoTboard,
1990
1991         Infrastructure: Hashes for a large number of packages have
1992         been added. Missing hashes now stop the build unless
1993         explicitly disabled.
1994
1995         Spaces and colons (:) are now supported in package
1996         versions. Dependencies can now be listed for the patch step
1997         (<PKG>_PATCH_DEPENDENCIES). Kconfig and Linux kernel
1998         extensions infrastructure has been added.
1999
2000         Makedevs now has a recursive (r) option.
2001
2002         The variable containing the list of packages to build has been
2003         renamed from TARGETS to PACKAGES.
2004
2005         Make external-deps / legal-info / source / source-check have
2006         been reimplemented using the package infrastructure, so their
2007         output/behaviour may differ from earlier (some packages were
2008         not included in the past).
2009
2010         The old insecure DES password encoding is no longer supported.
2011
2012         U-Boot patch option now support direct references to patch
2013         files and URLs in addition to directories of patches. The
2014         i.MX28 SD format (u-boot.sd) is now supported.
2015
2016         Updated/fixed packages: agentpp, aircrack-ng, alsa-lib,
2017         alsa-utils, apr-util, apr, atk, autossh, avahi, avrdude,
2018         bcusdk, bdwgc, bind, binutils, bmon, boost, botan,
2019         btrfs-progs, busybox, ca-certificates, cairo, can-utils,
2020         canfestival, ccache, chrony, civetweb, clamav, cmake,
2021         collectd, connman, copas, crda, cryptodev-linux, cryptsetup,
2022         cups, czmq, dbus-cpp, dbus-glib, dbus-python, dbus, dfu-util,
2023         dhcp, dhcpcd, dialog, dillo, dmraid, dnsmasq, dos2unix,
2024         dosfstools, dovecot-pigeonhole, dovecot, dropbear, dropwatch,
2025         dtv-scan-tables, dvdauthor, e2fsprogs, ecryptfs-utils,
2026         libevas, elfutils, enscript, erlang, espeak, eudev, evemu,
2027         exfat-utils, exim, f2fs-tools, feh, ffmpeg, fftw, flickcurl,
2028         fltk, fluxbox, fmlib, fmtools, freeradius-client, freerdp,
2029         gamin, gawk, gcc-final, gcc, gd, gdb, gengetopt, geoip, git,
2030         glib-networking, gnu-efi, gnuchess, gnutls, gpsd, gptfdisk,
2031         gpu-viv-bin-mx6q, gst-plugin-bad, gstreamer, gstreamer1,
2032         gtest, gvfs, harfbuzz, haserl, haveged, hiawatha,
2033         hicolor-icon-theme, hostapd, hplip, httping, i2c-tools, icu,
2034         ifplugd, imagemagick, imlib2, iozone, iproute2, iptables,
2035         iputils, irqbalance, iw, jack2, jhead, jimtcl, json-c, kexec,
2036         kismet, kmod, kodi-audioencoder-flac,
2037         kodi-audioencoder-vorbis, kodi-pvr-addons, kodi, ktap, lcms2,
2038         libass, libatomic_ops, libbluray, libcap, libcgroup, libcurl,
2039         libdrm, libdvbsi, libebml, libecore, libedit, liberation,
2040         libev, libevas, libevdev, libftdi, libgcrypt, libglib2,
2041         libgpgme, libgtk2, libgtk3, libiconv, libidn, libiio,
2042         libinput, libiscsi, libksba, liblinear, libmatroska,
2043         libmicrohttpd, libmodbus, libmpdclient, libnice, libnl,
2044         libnspr, libnss, libpcap, libpciaccess, libphidget, libplayer,
2045         libpthsem, libqmi, librsvg, libseccomp, libsigrok, libsoup,
2046         libsrtp, libssh2, libtasn1, libtool, libunistring, liburcu,
2047         libusb, libuv, libva-intel-driver, libva, libvncserver,
2048         libvorbis, libvpx, libwebsockets, libxml2, libzip, lightning,
2049         lighttpd, linknx, linphone, linux-firmware, linux-headers,
2050         linux-pam, live555, ljsyscall, lmbench, lockdev, logrotate,
2051         lpc3250loader, lpeg, lsof, lttng-libust, lttng-modules,
2052         lttng-tools, lua, luacrypto, luafilesystem, luajit, luaposix,
2053         luarocks, lvm2, lxc, make,
2054         matchbox-{common,desktop,fakekey,keyboard,lib,startup-monitor,vm},
2055         matchbox, mcelog, memcached, memstat, memtest86, mesa3d,
2056         minidlna, mjpegtools, mjpg-streamer, modem-manager, mongoose,
2057         monit, mono, monolite, mp4v2, mpc, mpd, mpdecimal, mpg123,
2058         mplayer, musl, nano, nbd, ncftp, ncmpc, ncurses, ne10, neard,
2059         neardal, net-tools, netatalk, netsnmp, network-manager, nginx,
2060         nodejs, ntfs-3g, ntp, numactl, odhcp6c, ofono, open2300,
2061         opencv, openldap, openntpd, openocd, openssh, openssl,
2062         openswan, opentyrian, openvmtools, openvpn, oprofile, p11-kit,
2063         pango, patch, patchelf, pciutils, pcre, perf, perl-gdgraph,
2064         perl-io-socket-ssl, perl-json-tiny, perl-module-build,
2065         perl-mojolicious, perl-net-ssleay, perl-path-tiny,
2066         perl-xml-libxml, perl, phidgetwebservice, php-gnupg, php,
2067         pkgconf, polarssl, poppler, popt, postgresql, powerpc-utils,
2068         pppd, prboom, procps-ng, proftpd, psplash, ptpd2,
2069         python-{cheetah,coherence,django,markdown,netifaces,pam,six},
2070         python-tornado, python-twisted, python-zope-interface, python,
2071         python3, qemu, qt, qt5, qt5base, qt5multimedia,
2072         qt5xmlpatterns, qt5cinex, quagga, qwt, radvd, readline,
2073         rng-tools, rpcbind, rpi-firmware, rpi-userland, rsync,
2074         rsyslog, rtai, rtmpdump, ruby, sam-ba, samba, samba4,
2075         sane-backends, sconeserver, shairport-sync, sigrok-cli, slang,
2076         smcroute, snmppp, socat, socketcand, sofia-sip, sox,
2077         spawn-fcgi, speex, sqlcipher, sqlite, squid, strace,
2078         strongswan, stunnel, sudo, sunxi-boards, swig, sysstat,
2079         systemd, tcpdump, tftpd, thrift, thttpd, ti-gfx, ti-utils,
2080         tiff, tinyalsa, tn5250, transmission, trinity, tslib,
2081         tvheadend, tzdata, uboot-tools, uclibc, ulogd, usb_modeswitch,
2082         usbutils, ustr, util-linux, vala, valgrind, vlc, wayland,
2083         webp, weston, wget, which, whois, wireless-regdb,
2084         wireless_tools, wireshark, wpa_supplicant, wvstreams,
2085         xapp_{bdftopcf,bitmap,fonttosfnt,fslsfonts},
2086         xapp_{fstobdf,iceauth,mkfontscale,oclock,rgb,sessreg,setxkbmap},
2087         xapp_{showfont,smproxy,twm,x11perf,xcalc,xclipboard,xcmsdb},
2088         xapp_{xdbedizzy,xditview,xdpyinfo,xdriinfo,xedit,xev,xeyes},
2089         xapp_{xf86dga,xfsinfo,xgamma,xgc,xhost,xinit,xinput,xkbcomp},
2090         xapp_{xkbevd,xkbprint,xlsatoms,xlsfonts,xmag,xman,xmh,xmodmap},
2091         xapp_xmore, xcb-util-image, xcb-util-keysyms,
2092         xdata_xcursor-themes,
2093         xdriver_xf86-input-{evdev,keyboard,synaptics,void},
2094         xdriver_xf86-video-{ati,cirrus,geode,mach64,mga,neomagic},
2095         xdriver_xf86-video-{r128,savage,siliconmotion,sis,tdfx},
2096         xdriver_xf86-video-{trident,vmware,voodoo}, xenomai,
2097         xfont_font-util, xkeyboard-config,
2098         xlib_lib{ICE,X11,Xdmcp,Xfont,Xpm,XvMC},
2099         xlib_lib{Xxf86vm,xshmfence,xtrans}, xproto_randrproto,
2100         xproto_xproto, xserver_xorg-server, x11vnc, x264, xerces,
2101         xorriso, xterm, xz, yaml-cpp, zeromq, zic, zmqpp
2102
2103         New packages: apache, autoconf-archive, batctl,
2104         bitstream-vera, bullet, cc-tool, doxygen, drbd-utils,
2105         dvdrw-tools, gnuradio, gst1-imx, hans, hwloc, ijs,
2106         imx-usb-loader, inconsolata, iodine, iotop, ipmiutil, jsoncpp,
2107         leveldb, libdcadec, libdri2, libfreeimage, libftdi1,
2108         libsidplay2, lirc-tools, lua-periphery, mc, mesa3d-headers,
2109         mosquitto, nvidia-driver, nvidia-tegra23{,-binaries,-codecs},
2110         openjpeg, opusfile, perl-crypt-openssl-{random,rsa},
2111         perl-db-file, perl-digest-{hmac,sha1},
2112         perl-encode-{detect,locale}, perl-file-{listing,util},
2113         perl-html-{parser,tagset}, perl-http-cookies,
2114         perl-http-{daemon,date,message,negotiate}, perl-io-html,
2115         perl-libwww-perl, perl-lwp-mediatypes, perl-mail-dkim,
2116         perl-mailtools, perl-mime-base64, perl-net-{dns,http},
2117         perl-netaddr-ip, perl-time-hires, perl-timedate, perl-uri,
2118         perl-www-robotrules, powertop, pulseview,
2119         python-{cherrypy,lxml,mako,pyqt,pyxml,sip,spidev,ws4py}, qpdf,
2120         qt-webkit-kiosk, sl, softether, sysdig, tinyxml2, tor, tovid,
2121         unixodbc, wf111, wine, libepoxy, xapp_xcompmgr,
2122         xapp_xfindproxy, xcb-util-cursor, xcb-util-renderutil,
2123         xdriver_xf86-input-libinput, xdriver_xf86-video-imx{,-viv},
2124         xproto_xproxymanagementprotocol
2125
2126         Removed packages: gtk2-theme-hicolor
2127
2128         Deprecated packages: samba
2129
2130         Issues resolved (http://bugs.uclibc.org):
2131
2132         #7478: Multiple chosen python modules are not built due to...
2133         #7508: Use of BR2_EXTERNAL and dependencies to existing packages
2134         #7676: Package procps-ng installs binaries to nonsensical folder
2135         #7724: Startx is not installed in the target
2136         #7760: botan: wrong prefix in botan-1.10.pc
2137         #7826: Building of cdparanoia
2138         #7844: Lua with hard-float on MIPS by buildroot doesn't work
2139         #7874: X.org configure error
2140         #7941: glibc-2.20 fails to build for sparc-buildroot-linux-gnu
2141         #7951: gcc 4.9.2 fails to build for sparc-buildroot-linux-gnu
2142         #7961: Qt5 fails to build for xtensa-buildroot-linux-uclibc
2143         #7976: mkuser script fails with: user already exists with...
2144         #8011: When building only busybox and strace, strace fails...
2145         #8016: collectd fails to build, network.c:171:19: error:...
2146         #8041: error on building libcurl7.42.0
2147
2148 2015.02, Released March 1st, 2015
2149
2150         Minor fixes.
2151
2152         Updated/fixed packages: civetweb, ding-libs,
2153         directfb-examples, glibc, gnupg, gnupg2, gpm,
2154         gst-plugins-good, gst1-plugins-good, freetype, libao, libevas,
2155         libevent, libfribidi, libgcrypt, libgtk2, libshout, libsrtp,
2156         libtheora, libupnpp, libxmlrpc, linux, make, opus, pinentry,
2157         rpi-firmware, shared-mime-info, vlc, vorbis-tools,
2158         xcb-util-keysyms
2159
2160         Removed packages: libgc
2161
2162 2015.02-rc3, Released February 24th, 2015
2163
2164         Minor fixes.
2165
2166         Cmake and rebar (erlang) infrastructure fixes.
2167
2168         Updated/fixed packages: bind, btrfs-progs, busybox, e2fsprogs,
2169         evtest, ffmpeg, fltk, gnutls, i2c-tools, imagemagick, libxcb,
2170         make, mjpg-streamer, netsnmp, opentyrian, php, polarssl,
2171         qt5base, samba, samba4, sudo, util-linux, xserver_xorg-server
2172
2173 2015.02-rc2, Released February 15th, 2015
2174
2175         Minor fixes.
2176
2177         raspberrypi: fix kernel sha1 for DT variant.
2178
2179         Updated/fixed packages: dbus, dvdauthor, git, libsemanage,
2180         libsepol, libssh2, mplayer, ntp, openvmtools, python3,
2181         qt5base, qt5connectivity, xserver_xorg-server
2182
2183 2015.02-rc1, Released February 8th, 2015
2184
2185         Fixes all over the tree and new features.
2186
2187         Static/shared library handling reworked. This is now a
2188         tristate (shared only / shared and static / static
2189         only). Default is now shared only to speed up the
2190         build. BR2_PREFER_STATIC_LIB is now called BR2_STATIC_LIBS.
2191
2192         The toolchain (internal and external) will now warn when an
2193         unsafe library or header path is used (such as /usr/include or
2194         /usr/lib). If BR2_COMPILER_PARANOID_UNSAFE_PATH is enabled
2195         under build options this instead becomes an error.
2196
2197         A installation path issue with the internal musl toolchain
2198         support has been fixed so it is now possible to reuse it as an
2199         external toolchain.
2200
2201         Architectures: Freescale E5500 and E6500 PowerPC support
2202         added, deprecated MIPS 1/2/3/4 support removed.
2203
2204         New defconfigs: Freescale p2020ds, MIPS creator CI20,
2205         Raspberrypi with DT, UDOO Quad.
2206
2207         'make <foo>_defconfig' now saves the path to the defconfig in
2208         the .config, so a 'make savedefconfig' automatically updates
2209         it.
2210
2211         Infrastructure for packages using the Erland rebar tool has
2212         been added.
2213
2214         Hashes for a large number of packages have been added. Hashes
2215         are now checked for both target and host packages.
2216
2217         The system menu now has an option to automatically configure a
2218         network interface through DHCP at bootup.
2219
2220         The default filesystem skeleton now uses a separate tmpfs for
2221         /run instead of a symlink to /tmp/ for security reasons / to
2222         protect against conflicts with user generated temporary files.
2223
2224         BR2_EXTERNAL is now exported to post-build and post-image
2225         scripts.
2226
2227         New packages: bdwgc, benejson, blktrace, bootstrap, cgic,
2228         ding-libs, dvdauthor, ejabberd, erlang-goldrush, erlang-lager,
2229         erlang-p1-cache-tab, erlang-p1-iconv, erlang-p1-sip,
2230         erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
2231         erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml,
2232         erlang-p1-zlib, exiv2, freeradius-client, gengetopt, glmark2,
2233         gpu-amd-bin-mx51, guile, host-qemu, ifupdown, iperf3,
2234         janus-gateway, kodi, kodi-audioencoder-flac,
2235         kodi-audioencoder-lame, kodi-audioencoder-vorbis,
2236         kodi-audioencoder-wav, libcli, libiio, liblinear, libnice,
2237         libselinux, libsemanage, libserialport, libsigro,
2238         libsigrokdecode, libsrtp, liburiparser, libvips, libwebsock,
2239         libz160, libzip, lightning, mcelog, memtest86, mjpegtools,
2240         mjpg-streamer, mke2img, mpd-mpc, netsurf-buildsystem, odhcp6c,
2241         openldap, python-alsaaudio, python-certifi, python-cheetah,
2242         python-coherence, python-django, python-docopt, python-enum,
2243         python-enum34, python-flask, python-gobject, python-httplib2,
2244         python-ipaddr, python-itsdangerous, python-jinja,
2245         python-markdown, python-markupsafe, python-networkmanager,
2246         python-pam, python-psutil, python-pyftpdlib, python-pyinotify,
2247         python-pysendfile, python-pyxb, python-requests, python-six,
2248         python-twisted, python-webpy, python-werkzeug,
2249         python-zope-interface, qt5cinex, sigrok-cli, sofia-sip,
2250         start-stop-daemon, szip, triggerhappy, ustr, vnstat, xorriso,
2251         xtables-addons
2252
2253         Removed packages (target): bison, distcc, gob2, m4
2254
2255         Issues resolved (http://bugs.uclibc.org):
2256
2257         #7556: make interactive CLI optional for nftables
2258         #7730: Error while connecting Qt Cretaor to device
2259         #7766: logrotate default gzip path is usually wrong
2260         #7790: Invalid ext4 image generated by Buildroot
2261
2262 2014.11, Released December 1st, 2014
2263
2264         Minor fixes.
2265
2266         Infrastructure: LD_LIBRARY_PATH handling tweak to ensure
2267         current working directory isn't searched.
2268
2269         Updated/fixed packages: gd, gdb, libwebsockets, luajit, mono,
2270         parted, shairport-sync, util-linux, xapp_bdftopcf,
2271         xserver_xorg-server
2272
2273 2014.11-rc3, Released November 28th, 2014
2274
2275         Fixes all over the tree.
2276
2277         System: File permissions of /etc/random-seed made more
2278         restrictive.
2279
2280         Toolchain: Various fixes related to locale handling, a fix for
2281         building the toolchain wrapper on MIPS.
2282
2283         Updated/fixed packages: bind, binutils. botan, btrfsprogs,
2284         clamav, czmq, dhcp, dillo, dovecot, erlang, flac, gd, glibc,
2285         gptfdisk, gst1-validate, heirloom-mailx, lame, libksba,
2286         libllcp, libnspr, libpng, libshairplay, libtirpc, linux,
2287         linux-headers, mpdecimal, mpg123, network-manager, nfstables,
2288         nfs-utils, openssl, pcituils, qt, radvd, rtai, sqlcipher,
2289         sstrip, tcpdump, uclibc, uemacs, ushare, wayland, weston,
2290         xl2tp, xserver_xorg-server
2291
2292         Issues resolved (http://bugs.uclibc.org):
2293
2294         #7670: Fails to build mpc-1.0.2 on latest Cygwin
2295
2296 2014.11-rc2, Released November 21st, 2014
2297
2298         Fixes all over the tree.
2299
2300         Inittab tweaks for shutdown handling (busybox and sysvinit).
2301
2302         Updated/fixed packages: aircrack-ng, botan, canfestival,
2303         clamav, coreutils, czmq, dbus, dovecot, duma, e2fsprogs,
2304         erlang, gcc, iputils, libcap, libgcrypt, libmemcached,
2305         libssh2, libunwind, libv4l, linux-headers, mesa3d-demos, mutt,
2306         mysql, ndisc6, nodejs, omniorb, perl-cross, php,
2307         python-tornado, python3, qemu, qt5base, qt5webkit, rpm,
2308         rt-tests, ruby, schifra, sdl_sound, shairport-sync, sysvinit,
2309         tstools, tzdata, wireshark, x264
2310
2311         Issues resolved (http://bugs.uclibc.org):
2312
2313         #7646: strftime on datetime not works on python3
2314
2315 2014.11-rc1, Released November 12th, 2014
2316
2317         Fixes all over the tree and new features.
2318
2319         Toolchains: Use -mcpu / -march instead of -mtune. Support
2320         additional ARC and sparc variants. Updated Code sourcery
2321         and Linaro external toolchains.
2322
2323         Defconfigs: Freescale iMX6DL SabreSD, Minnowboard MAX, QEMU
2324         powerpc64 pseries added and a number of updates to the
2325         existing configurations.
2326
2327         Infrastructure: Buildroot is now less noisy when built with
2328         the silent option (make -s).
2329         A number of package infrastructure variables have been renamed
2330         from *_OPT to *_OPTS for constency. Buildroot will complain if
2331         the old names are used to assist in updating out of tree
2332         packages.
2333         Fixes for host systems where bash isn't located in /bin, and
2334         older systems not supporting mktemp --tmpdir.
2335         Various cleanups of users/groups in the default skeleton.
2336         There is now an option to choose what shell /bin/sh points to.
2337
2338         Documentation: Various updates to the user manual. The
2339         asciidoc documentation handling has now been extended so it
2340         can be used by (BR2_EXTERNAL) packages.
2341
2342         Updated/fixed packages: acl, acpid, agentpp, aircrack-ng,
2343         alsa-lib, alsamixergui, alsa-utils, apitrace, apr, apr-util,
2344         argus, arptables, at, atftp, atk, attr, audiofile, aumix,
2345         automake, autossh, avahi, avrdude, axel, bandwidthd, bash,
2346         bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
2347         bluez_utils, bmon, boost, bootutils, bridge-utils,
2348         btrfs-progs, busybox, bwm-ng, bzip2, ca-certificates, cairo,
2349         ccache, ccid, ccrypt, cdrkit, cegui06, celt051, chrony,
2350         cifs-utils, civetweb, cjson, clapack, classpath, cloog, cmake,
2351         collectd, connman, copas, coreutils, coxpcall, cppcms, cppdb,
2352         cppzmq, cramfs, crda, cryptsetup, ctorrent, cups, cvs, cwiid,
2353         czmq, dash, dbus, dbus-cpp, dbus-glib, dbus-python, dejavu,
2354         dhcp, dhcpcd, dhcpdump, dialog, dillo, directfb, distcc,
2355         dmalloc, dmidecode, dmraid, dnsmasq, doc-asciidoc.mk,
2356         dosfstools, dropbear, dropwatch, dstat, dtach, dtc, dvbsnoop,
2357         e2fsprogs, ecryptfs-utils, ed, efl, eigen, elf2flt, elfutils,
2358         enlightenment, enscript, erlang, espeak, ethtool, eudev,
2359         evemu, evtest, exfat, exfat-utils, exim, expat, expect,
2360         explorercanvas, faifa, fakeroot, fan-ctrl, fbdump,
2361         fb-test-app, fetchmail, ffmpeg, file, filemq, findutils, flac,
2362         flann, flickcurl, flite, fltk, fluxbox, fmc, fmlib,
2363         fontconfig, foomatic-filters, freerdp, freescale-imx,
2364         freetype, ftop, fxload, gamin, gcc, gd, gdb, gdk-pixbuf,
2365         genimage, genpart, genromfs, geoip, gettext, giblib, git,
2366         glibc, glib-networking, gmp, gmpc, gnu-efi, gnupg, gnupg2,
2367         gnuplot, gnutls, google-breakpad, gpm, gpsd, gptfdisk,
2368         gpu-viv-bin-mx6q, grantlee, grep, gsl, gst1-libav,
2369         gst1-plugins-{bad,base,good,ugly}, gst-ffmpeg,
2370         gst-fsl-plugins, gst-omx, gst-plugins-{bad,base,good,ugly},
2371         gst-plugin-x170, gstreamer, gstreamer1, gtest, gtk2-engines,
2372         gutenprint, gvfs, harfbuzz, haserl, haveged, hdparm, heimdal,
2373         heirloom-mailx, hiawatha, hostapd, hplip, htop, httping,
2374         hwdata, i2c-tools, icu, ifplugd, igh-ethercat, imagemagick,
2375         imlib2, imx-lib, imx-vpu, inadyn, inotify-tools, input-tools,
2376         intltool, iperf, iproute2, iprutils, ipsec-tools, ipset,
2377         iptables, iputils, iw, jamvm, jansson, jasper, jimtcl, joe,
2378         jpeg-turbo, jq, jquery-keyboard, jquery-mobile, jquery-ui,
2379         jquery-ui-themes, jquery-validation, jsmin, json-c,
2380         json-javascript, kbd, kexec, kexec-lite, keyutils, kismet,
2381         kmod, knock, ktap, lame, lbase64, lbreakout2, lcdproc, lcms2,
2382         lesstif, lftp, libaio, libao, libarchive, libargtable2,
2383         libass, libassuan, libatasmart, libbluray, libbsd, libcap,
2384         libcap-ng, libcdio, libcec, libcgicc, libcgroup, libcofi,
2385         libconfig, libconfuse, libcurl, libdaemon, libdnet, libdrm,
2386         libdvdnav, libecore, libedbus, libedit, libedje, libeet,
2387         libelementary, libelf, libenca, libethumb, libevas,
2388         libevas-generic-loaders, libevent, libexif, libeXosip2,
2389         libffi, libftdi, libfuse, libgail, libgcrypt, libgeotiff,
2390         libglade, libglib2, libgpgme, libgtk2, libhid, libidn,
2391         libinput, libiscsi, libjson, libksba, liblockfile,
2392         liblog4c-localtime, liblogging, libmad, libmatroska, libmbim,
2393         libmemcached, libmicrohttpd, libmpdclient, libmpeg2, libndp,
2394         libnfc, libnfs, libnftnl, libnl, libnspr, libnss, liboauth,
2395         libogg, liboping, libosip2, libpcap, libpciaccess, libpfm4,
2396         libplayer, libplist, libpng, libpthsem, libqmi, libqrencode,
2397         libraw, libreplaygain, libroxml, librsvg, librtlsdr,
2398         libsamplerate, libseccomp, libsecret, libshairplay, libsoc,
2399         libsoup, libsoxr, libssh2, libstrophe, libsvg, libsvg-cairo,
2400         libtasn1, libtheora, libtirpc, libtorrent, libubox, libuci,
2401         libungif, liburcu, libusb, libuv, libv4l, libva,
2402         libva-intel-driver, libvncserver, libvorbis, libvpx,
2403         libwebsockets, libxcb, libxml2, libxml-parser-perl, libxmlrpc,
2404         libxslt, lighttpd, linenoise, linknx, links, linphone,
2405         linux-firmware, linux-fusion, linux-headers, linux-pam,
2406         linux-zigbee, lite, live555, ljlinenoise, lmbench, lm-sensors,
2407         localedef, lockdev, lockfile-progs, log4cxx, lpty, lrandom,
2408         lrzsz, lshw, lsof, lsqlite3, ltp-testsuite, ltrace, ltris,
2409         lttng-babeltrace, lttng-libust, lttng-modules, lttng-tools,
2410         lua, luabitop, lua-coat, lua-coatpersistent, lua-csnappy,
2411         lua-ev, luajit, luajson, lualogging, lua-messagepack,
2412         lua-msgpack-native, luaposix, luarocks, luasec, luasocket,
2413         luasql-sqlite3, lua-testmore, lunit, lvm2, lxc, lz4, lzlib,
2414         lzma, m4, madplay, make, makedevs, Makefile.in,
2415         matchbox-common, matchbox-desktop, matchbox-fakekey,
2416         matchbox-keyboard, matchbox-lib, matchbox-panel,
2417         matchbox-startup-monitor, matchbox-wm, mcrypt, mdadm,
2418         media-ctl, mediastreamer, memcached, memstat, memtester,
2419         mesa3d, metacity, midori, mii-diag, minidlna, mmc-utils,
2420         modem-manager, mongoose, mongrel2, monit, mpc, mpd, mpdecimal,
2421         mpfr, mpg123, mplayer, mrouted, msmtp, mtd, mtools, mtr,
2422         musepack, musl, mutt, mxml, mysql, nano, nanocom, nbd, ncftp,
2423         ncurses, ndisc6, ne10, neard, neon, netatalk, netperf,
2424         netsnmp, nettle, net-tools, network-manager, newt, nfs-utils,
2425         ngrep, nmap, nodejs, nss-mdns, ntfs-3g, ntp, numactl, nut,
2426         nuttcp, ofono, ola, omap-u-boot-utils, omniorb,
2427         on2-8170-modules, opencore-amr, opencv, openntpd, openobex,
2428         openocd, openpowerlink, openssh, openssl, openswan,
2429         opentyrian, opentyrian-data, openvpn, opkg, oprofile, opus,
2430         opus-tools, orbit, orc, ortp, p11-kit, pango, parted,
2431         pciutils, pcmanfm, pcre, pcsc-lite, perf, perl, perl-gd,
2432         perl-gdgraph, perl-io-socket-ssl, perl-json-tiny,
2433         perl-module-build, perl-mojolicious, perl-net-ssleay,
2434         perl-path-tiny, perl-xml-libxml, perl-xml-parser, php,
2435         php-geoip, php-gnupg, php-imagick, php-memcached, php-ssh2,
2436         php-yaml, php-zmq, picocom, pifmrds, pinentry, pixman,
2437         pkg-autotools.mk, pkg-cmake.mk, pkg-download.mk,
2438         pkg-generic.mk, pkg-kconfig.mk, pkg-luarocks.mk, pkg-perl.mk,
2439         pkg-python.mk, pkg-utils.mk, poco, polarssl, polkit, poppler,
2440         popt, portaudio, portmap, postgresql, powerpc-utils, pppd,
2441         pptp-linux, prboom, procps-ng, proftpd, protobuf, protobuf-c,
2442         psmisc, ptpd2, pulseaudio, pv, pwgen, python, python3,
2443         python-dialog, python-ipy, python-keyring, python-mad,
2444         python-netifaces, python-numpy, python-protobuf, python-pyasn,
2445         python-pyparsing, python-pyro, python-pyusb, python-serial,
2446         python-setuptools, qdecoder, qemu, qextserialport, qjson, qt,
2447         qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
2448         qt5graphicaleffects, qt5imageformats, qt5multimedia,
2449         qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
2450         qt5serialport, qt5svg, qt5webkit, qt5webkit-examples,
2451         qt5websockets, qt5x11extras, qt5xmlpatterns, qtuio, quagga,
2452         quota, qwt, radvd, rapidjson, rdesktop, redis, rings, rpcbind,
2453         rpi-firmware, rpi-userland, rpm, rp-pppoe, rrdtool,
2454         rsh-redone, rsync, rsyslog, rtai, rtmpdump, rt-tests, rubix,
2455         ruby, samba, sam-ba, samba4, sane-backends, schifra,
2456         sconeserver, scons, screen, sdl, sdl_gfx, sdl_image,
2457         sdl_mixer, sdl_net, sdl_sound, sdl_ttf, sed, ser2net,
2458         setserial, sg3_utils, shared-mime-info, simicsfs, sispmctl,
2459         slang, slirp, smcroute, smstools3, snmppp,
2460         snowball-hdmiservice, socat, socketcand, sox, spawn-fcgi,
2461         speex, spice, spice-protocol, sqlcipher, sqlite, squashfs,
2462         squid, sredird, startup-notification, strace, stress,
2463         strongswan, stunnel, subversion, sudo, sunxi-boards,
2464         sunxi-cedarx, swig, sylpheed, synergy, sysklogd, sysstat,
2465         systemd, sysvinit, taglib, tar, tcl, tcllib, tcpdump,
2466         tcpreplay, texinfo, tftpd, thrift, thttpd, tiff, ti-utils,
2467         tn5250, torsmo, trace-cmd, transmission, tslib, tstools,
2468         tvheadend, twolame, tz, uboot-tools, uclibc, udisks, ulogd,
2469         upmpdcli, upx, urg, usb_modeswitch, usbmount, usbredir,
2470         usbutils, util-linux, valgrind, vde2, vim, vlc, vo-aacenc,
2471         vorbis-tools, vpnc, vsftpd, vtun, wayland, webkit, webp,
2472         webrtc-audio-processing, weston, wget, whois, wireless-regdb,
2473         wireshark, wpa_supplicant, wvstreams, x11r7, x11vnc,
2474         xapp_xcalc, xapp_xdm, xapp_xdpyinfo, xapp_xf86dga, xapp_xfs,
2475         xapp_xinit, xapp_xkbevd, xapp_xmh, xapp_xrandr, xapp_xsm,
2476         xbmc, xbmc-pvr-addons, xcb-proto, xcursor-transparent-theme,
2477         xdriver_xf86-input-mouse, xdriver_xf86-video-{ast,intel},
2478         xdriver_xf86-video-vmware, xenomai, xerces,
2479         xfont_font-adobe-{100,75}dpi,
2480         xfont_font-adobe-utopia-{100dpi,75dpi,type1},
2481         xfont_font-alias, xfont_font-arabic-misc,
2482         xfont_font-bh-100dpi, xfont_font-bh-75dpi,
2483         xfont_font-bh-lucidatypewriter-100dpi,
2484         xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
2485         xfont_font-bh-type1, xfont_font-bitstream-100dpi,
2486         xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
2487         xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
2488         xfont_font-daewoo-misc, xfont_font-dec-misc,
2489         xfont_font-ibm-type1, xfont_font-isas-misc,
2490         xfont_font-jis-misc, xfont_font-micro-misc,
2491         xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
2492         xfont_font-misc-meltho, xfont_font-misc-misc,
2493         xfont_font-mutt-misc, xfont_font-schumacher-misc,
2494         xfont_font-screen-cyrillic, xfont_font-sony-misc,
2495         xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
2496         xfont_font-xfree86-type1, xfsprogs, xinetd, xkeyboard-config,
2497         xlib_libdmx, xlib_libFS, xlib_libpciaccess, xlib_libSM,
2498         xlib_libX11, xlib_libXaw, xlib_libXext, xlib_libXfont,
2499         xlib_libXi, xlib_libXinerama, xlib_libXrandr, xlib_libXrender,
2500         xlib_libXres, xlib_libXScrnSaver, xlib_libXt, xlib_libXv,
2501         xlib_libXvMC, xlib_libXxf86dga, xlib_libXxf86vm, xmlstarlet,
2502         xproto_xcmiscproto, xproto_xextproto, xscreensaver,
2503         xserver_xorg-server, xterm, xz, zeromq, zlib, zlog, zmqpp,
2504         znc, zsh, zxing
2505
2506         New packages: adwaita-icon-theme, am335x-pru-package,
2507         bcache-tools, biosdevname, botan, canfestival, clamav,
2508         cppunit, dos2unix, dovecot, dovecot-pigeonhole, getent, glm,
2509         gst1-validate, hicolor-icon-theme, ipmitool, leafnode2,
2510         libdvbcsa, libgtk3, libphidget, libshout, libunistring,
2511         libupnpp, mesa3d-demos, modplugtools, mono, monolite, mp4v2,
2512         netcat-openbsd, nginx, odhcploc, openvmtools,
2513         phidgetwebservice, pps-tools, pure-ftpd,
2514         python-configshell-fb, python-rtslib-fb, python-urwid, qlibc,
2515         qt5location, shairport-sync, spidev_test, targetcli-fb,
2516         tinyalsa, trinity, x264, yaml-cpp, ympd
2517
2518         Removed packages: libelf
2519
2520         Issues resolved (http://bugs.uclibc.org):
2521
2522         #261: New package: wxWidgets
2523         #325: New package: ratpoison
2524         #405: New package: OpenVZ tools
2525         #1309: New package: rdiff-backup
2526         #3427: New package: nginx
2527         #3655: New package: libav
2528         #3991: New Package: open-vm-tools (Vmware Tools)
2529         #6878: dmraid: disabled on ARC
2530         #6950: Full unicode support in ncurses
2531         #7010: jamvm builds and runs fine under mips (be)
2532         #7088: elfutils on Blackfin doesn't build
2533         #7142: ecryptfs needs getent to run
2534         #7280: CMake toolchain file uses the FORCE attribute on CMAKE_CXX_FLAGS
2535         #7346: [2014.08rc3] vim-8ae50e3ef8bf.tar.gz can not be downloaded, ...
2536         #7352: [2014.08-rc3] diffutils-3.3 failed on building
2537         #7358: rpi-userland: linking with bcm_host doesn't give vc_dispmanx_*
2538         #7364: monit builds a static application, even though BR2_PREFER_...
2539         #7370: ngrep - requires --with-pcap-includes fully defined to find...
2540         #7442: rootfs remount does not work as expected with sysvinit
2541         #7448: Having export MACHINE="something" breaks glibc build on IMX6...
2542         #7568: musl buildroot-toolchain does not put libgcc_s.so.1 into place
2543         #7574: quota-4.01 fails to build statically
2544
2545 2014.08, Released September 1st, 2014
2546
2547         Minor manual fixes/additions.
2548
2549         Updated/fixed packages: btrfs-progs, cmake, cppcms, exim,
2550         lftp, libdaemon, libev, libgpgme, libiqrf, libnl, libplist,
2551         libroxml, libwebsockets, mesa3d, mpd, mtdev2tuio, musepack,
2552         perl-gd, php-geoip, php-gnupg, php-imagick, php-memcached,
2553         php-ssh2, php-yaml, php-zmq, polarssl, ruby, systemd, taglib,
2554         uboot-tools, upmpdcli, webkit, xapp_xfs, xapp_luit,
2555         xscreensaver, yajl
2556
2557         Issues resolved (http://bugs.uclibc.org):
2558
2559         #7346: vim-8ae50e3ef8bf.tar.gz can not be downloaded, 404 not found
2560
2561 2014.08-rc3, Released August 26th, 2014
2562
2563         Minor fixes.
2564
2565         User manual update / restructuring.
2566
2567         Updated/fixed packages: cairo, ecryptfs-utils, gettext,
2568         gstreamer, gstreamer1, gutenprint, icu, imagemagick, jack2,
2569         lbreakout2, libevas-generic-loaders, libftdi, libinput,
2570         libtorrent, ltris, msgpack, ntp, php, procps-ng, pulseaudio,
2571         thrift, tvheadend, usb_modeswitch, xmlstarlet,
2572
2573         Issues resolved (http://bugs.uclibc.org):
2574
2575         #7136: ecryptfs-utils needs gettext to run when glibc/eglibc...
2576         #7322: libgomp dependency issue with imagemagick
2577         #7328: Git dl of versions in x/y broken
2578
2579 2014.08-rc2, Released August 18th, 2014
2580
2581         Fixes all over the tree.
2582
2583         User manual restructured / reworked.
2584
2585         Toolchain: Fix for C++ exceptions / pthread_exit() on
2586         uClibc/glibc, C++-11 features with uClibc.
2587
2588         Updated/fixed packages: bandwidthd, bluez5_utils, empty,
2589         espeak, fbv, ffmpeg, gd, gnupg2, gst1-plugin-good, iftop,
2590         infozip, libcuefile, libeml, libnftl, localedef, ltrace,
2591         matchbox, mpd, network-manager, nftables, ngrep, nut, openssl,
2592         oprofile, perl, perl-net-ssleay, postgresql, pppd, procps-ng,
2593         qt, subversion, synergy, systemd, tar, tftpd, webkit,
2594         xapp_rstart, xbmc, xbmc-pvr-addons
2595
2596         Issues resolved (http://bugs.uclibc.org):
2597
2598         #7124: Use BR toolchain externally results a non-bootable...
2599         #7208: Glibc C++ aplications crash if they use exceptions
2600         #7250: Cannot build with -std=c++11
2601         #7262: Generating locale en_US.UTF-8 fails on 64bit fedora..
2602         #7286: systemd 215 doesn't build
2603
2604 2014.08-rc1, Released August 8th, 2014
2605
2606         Fixes all over the tree and new features.
2607
2608         Architecture: Powerpc64 BE/LE added, AVR32 deprecated.
2609         Improved altivec / SPE /atomic instructions
2610         handling. Additional PowerPC CPU variants added.
2611
2612         Defconfigs: Atmel SAMA5D3, Congatec QMX6, Lego ev3, TS-5x00,
2613         qemu-system-xtensa, qemu-aarch64-virt added. A number of
2614         tweaks to existing ones. lpc32xx defconfigs removed.
2615
2616         Toolchain: Microblaze support for internal musl toolchain.
2617         Default to GCC 4.8 for internal toolchain, remove deprecated
2618         4.3 and 4.6 versions.
2619         External CodeSourcery / Linaro toolchain updates, option to
2620         copy gconv libraries for external toolchains.
2621
2622         Infrastructure: graph-depends: misc fixes, transitive
2623         dependencies are not drawn by default. Download handling is
2624         now done using helper scripts. Integrity of downloads can now
2625         be verified using sha* hashes. Subversion download now uses
2626         peg revisions for robustness.
2627         Legal-info: License info of local or overridden packages are
2628         saved as well. Toolchain packages are also taken into account.
2629         autotools: Static linking with libtool / v1.5 improvements.
2630         Gettextize support, similar to autoreconf.
2631         kconfig package infrastructure added.
2632
2633         Misc: Version selection for busybox dropped.
2634
2635         Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
2636         alsamixergui, argus, armadillo, at, atftp, atk, avahi,
2637         avrdude, axel, b43-firmware, b43-fwcutter, bandwidthd, bc,
2638         bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
2639         bmon, boa, bonnie, bootutils, bsdiff, btrfs-progs, bustle,
2640         busybox, bwm-ng, bzip2, ca-certificates, cairo, can-utils,
2641         ccache, ccrypt, chrony, cifs-utils, classpath, cloog, cmake,
2642         collectd, connman, coreutils, cosmo, cppcms, cramfs, crda,
2643         cryptodev-linux, cryptodev, ctorrent, cvs, dbus-cpp,
2644         dbus-glib, dbus-python, dbus, dcron, dejavu, devmem2,
2645         dfu-util, dhcp, dhcpcd, dhcpdump, dhrystone, dialog, dillo,
2646         distcc, dmidecode, dmraid, dnsmasq, doom-wad, dropbear,
2647         dropwatch, dsp-tools, dtv-scan-tables, dvb-apps, e2fsprogs,
2648         e2tools, eeprog, eigen, elf2flt, elftosb, enlightenment,
2649         enscript, espeak, ethtool, eudev, evemu, exim, expedite,
2650         explorercanvas, ezxml, faifa, fan-ctrl, fconfig, feh,
2651         fetchmail, ffmpeg, fftw, file, fio, fis, flann, flashrom,
2652         flex, flot, fltk, fontconfig, freerdp, freescale-imx,
2653         freetype, ftop, gcc, gd, gdb, genimage, genromfs, gettext,
2654         giblib, glib-networking, glibc, gmp, gnupg, gnutls, gpm, gpsd,
2655         gptfdisk, gpu-viv-bin-imx6q, gqview, grantlee, gst-ffmpeg,
2656         gst-fsl-plugins, gst1-libav, gst1-plugins-bad,
2657         gst1-plugins-ugly, gtk2-engines, gtk2-theme-hicolor, gtkperf,
2658         gvfs, haserl, hdparm, hostapd, httping, i2c-tools, icu,
2659         imagemagick, imx-lib, inadyn, inotify-tools, input-tools,
2660         ipkg, iproute2, iputils, irda-utils, iw, jack2, jpeg, jquery,
2661         jquery-keyboard, jquery-mobile, jquery-validation, jsmin, kbd,
2662         kexec, kmod, knock, latencytop, lcdapi, leafpad, lesstif,
2663         lftp, libaio, libarchive, libargtable2, libart, libatasmart,
2664         libatomic_ops, libbsd, libcap-ng, libcec, libcgicc, libcgroup,
2665         libconfuse, libcurl, libdrm, libdvdnav, libdvdread,
2666         libeXosip2, libedit, liberation, libesmtp, libev, libevas,
2667         libevdev, libevent, libfcgi, libffi, libfreefare, libfslcodec,
2668         libfslparser, libfslvpuwrap, libgail, libgcrypt, libglade,
2669         libglib2, libgpgme, libgtk2, libhid, libical, libiconv,
2670         libiqrf, libjpeg, liblog4c-localtime, libmbus, libmicrohttpd,
2671         libmms, libndp, libnftnl, libnl, libnspr, libnss, liboauth,
2672         libpcap, libpng, libpthsem, libqmi, libraw, libraw1394,
2673         librsvg, libsoc, libsoup, libsvgtiny, libsysfs, libtasn1,
2674         libtirpc, libtorrent, libusb, libv4l, libwebsockets, libxcb,
2675         libxml2, libyaml, links, linux-firmware, linux-fusion,
2676         linux-headers, linux-pam, lite, live555, lm-sensors,
2677         lockfile-progs, lpc3250loader, lshw, lsof, lsuio, ltrace,
2678         ltris, lua-messagepack, luainterpreter, luajit, luaposix,
2679         luarocks, lvm2, lxc, lz4, lzo, make, makedevs, mdadm,
2680         mediastreamer, mesa3d, metacity, minidlna, mkpasswd,
2681         modem-manager, mongoose, mpd, mpg123, msgpack, mtd, mtools,
2682         mtr, musepack, musl, mysql, nano, nasm, nbd, ncurses, ndisc6,
2683         netatalk, netplug, network-manager, nftables, ngircd, nodejs,
2684         nss-mdns, ntp, nut, olsr, open2300, opencv, openntpd, openocd,
2685         openpgm, openpowerlink, openssh, openssl, openswan, openvpn,
2686         opkg, oprofile, opus-tools, orc, p910nd, pango, parted,
2687         pax-utils, pcmanfm, perf, perl, perl-module-build, php,
2688         pixman, pkgconf, poco, polarssl, popt, portmap, postgresql,
2689         prboom, protobuf-c, proxychains-ng, psmisc, psplash, ptpd2,
2690         python,
2691         python-{bottle,dpkt,id3,mad,msgpack,nfc,pygame,pyzmq,simplejson},
2692         python3, qhull, qt, qt5base, qt5connectivity, qt5declarative,
2693         qt5graphicaleffects, qt5multimedia, qt5quickcontrols,
2694         qt5sensors, qt5svg, qt5webkit, quagga, quota, radvd, rdesktop,
2695         read-edid, rpcbind, rpi-firmware, rpi-userland, rpm,
2696         rsh-redone, rsync, rt-tests, rtmpdump, rtorrent, rubix, ruby,
2697         samba, samba4, sane-backends, sawman, sconeserver, setserial,
2698         sg3_utils, shared-mime-info, smartmontools, smcroute, snappy,
2699         socketcand, spawn-fcgi, sqlite, squashfs, squid, sredird,
2700         startup-notification, statserial, strongswan, stunnel,
2701         sunxi-mali, supervisor, synergy, sysklogd, sysprof, sysstat,
2702         systemd, tcpdump, tcpreplay, texinfo, thrift, thttpd, ti-gfx,
2703         ti-utils, tinyhttpd, torsmo, trace-cmd, transmission, tslib,
2704         tstools, tvheadend, tzdata, uboot-tools, uclibc, udev,
2705         udpcast, usb_modeswitch, usbmount, util-linux, valgrind, vim,
2706         vlc, w_scan, wayland, webrtc-audio-processing, weston, wget,
2707         wireless-regdb, wireless_tools, wireshark, wpa_supplicant,
2708         xapp_{twm,xconsole,xcursorgen,xedit,xfs,xinit,xrandr},
2709         xdriver_xf86-video-intel, xlib_lib{FS,ICE,Xext,Xfont,Xft,Xi},
2710         xproto_fontsproto, xproto_inputproto, xserver_xorg-server,
2711         x11vnc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons, xterm, xvkbd,
2712         xz
2713
2714         New packages: flickcurl, fmc, fmlib, geoip, gnupg2,
2715         google-breakpad, imx-vpu, isl, kexec-lite, libglew, libglu,
2716         libinput, libksba, libmemcached, libmpdclient, librtlsdr,
2717         libuv, libva, libva-intel-driver, linux-zigbee, memcached,
2718         mpdecimal, ncmpc, opencore-amr, patchelf, perl-datetime-tiny,
2719         perl-gd, perl-gdgraph, perl-gdtextutil, perl-io-socket-ssl,
2720         perl-json-tiny, perl-mojolicious, perl-net-ssleay,
2721         perl-path-tiny, perl-try-tiny, perl-xml-libxml,
2722         perl-xml-namespacesupport, perl-xml-sax, perl-xml-sax-base,
2723         php-geoip, php-memcached, pifmrds, pinentry, powerpc-utils,
2724         procps-ng, pwgen, python-cffi, python-daemon, python-flup,
2725         python-ipython, python-numpy, qt5enginio, qt5webkit-examples,
2726         qt5websockets, simicsfs, sispmctl, sox, sshpass, tclap,
2727         twolame, upmpdcli, whois, xlib_libxshmfence, xproto_dri3proto
2728
2729         Removed packages: procps
2730
2731         Issues resolved (http://bugs.uclibc.org):
2732
2733         #5750: Doing a Buildroot build from /usr doesn't work
2734         #5900: config flags to the Xenomai build system
2735         #6230: Cannot compile gcc without threads (uClibc-based)
2736         #6626: procps Unknown HZ value! (XX) Assume 100
2737         #7118: Package "thrift" requires atomic operations
2738         #7154: Local uClibc config file gets overwritten using ...
2739         #7160: host-xz not built
2740         #7166: hostapd: segfault when using RT5370
2741         #7172: Name collision of rpath token expansion and internal..
2742         #7178: NTPd package cannot sync time without a proper ntp.conf
2743         #7184: supervisord depends on libxml2 implicitly
2744         #7196: Unable to build on UBUNTU13.10
2745         #7268: python 2.7 compilation issue on a Debian/Ubuntu ...
2746
2747 2014.05, Released May 31st, 2014
2748
2749         Minor fixes.
2750
2751         Minor manual fixes. U-Boot now defaults to spl/u-boot-spl.bin
2752         for the spl file.
2753
2754         Updated/fixed packages: exim, glibc, gnutls, libfribidi,
2755         qt5base, qt5webkit, sysklogd, thrift, u-boot
2756
2757 2014.05-rc3, Released May 28th, 2014
2758
2759         Minor fixes.
2760
2761         Updated/fixed packages: acl, attr, connman, dosfstools,
2762         dropbear, dvb-apps, exim, flite, gdb, httping, hwdata,
2763         lesstif, libnss, libv4l, lttng-babeltrace, midori, monit,
2764         mplayer, php, python2, rdesktop, rpi-userland, ruby, samba,
2765         samba4, slang, xbmc
2766
2767         Issues resolved (http://bugs.uclibc.org):
2768
2769         #7100: license info for package 'acl' missing
2770         #7106: license info for package 'attr' missing
2771         #7112: license info for package 'hwdata'
2772
2773 2014.05-rc2, Released May 21st, 2014
2774
2775         Fixes all over the tree.
2776
2777         Stripping using sstrip has been deprecated.
2778
2779         BR2_EXTERNAL can now also be used to implement custom
2780         filesystem types.
2781
2782         The newly added BR2_GRAPH_DEPTH variable to limit the depth of
2783         the generated dependency graph has been renamed to
2784         BR2_GRAPH_DEPS_OPTS, so additional options can be supported in
2785         the future.
2786
2787         The virtual package infrastructure will now error out early
2788         if multiple packages providing the same virtual package has
2789         been enabled (E.G. opengl). This change requires that the
2790         packages explicitly declare what virtual package(s) they
2791         provide.
2792
2793         Updated/fixed packages: acpid, armadillo, avahi, bellagio,
2794         btrfs-progs, cairo, clapack, directfb, duma, ecryptfs-utils,
2795         elfutils, eudev, fbgrab, fio, flann, fluxbox, gdb, gpm,
2796         gpu-viv-bin-mx6q, gst1-plugins-good, gst-plugins-good,
2797         imagemagick, iprutils, ipsec-tools, jack2, libdvdnav,
2798         libdvdread, libnss, libunwind, linux-headers, lsof, lua,
2799         luajit, matchbox-keyboard, mesa3d, mpd, mplayer, mtr, mysql,
2800         netsnmp, nodejs, openpowerlink, openvpn, pciutils,
2801         php-imagick, postgresql, pulseaudio, qt5quick1, rpi-userland,
2802         rsyslog, samba, samba4, sane-backends, sunxi-mali, systemd,
2803         ti-gfx, tstools, udev, webkit, wpa_supplicant, xbmc,
2804         xlib_libXpm, xserver_xorg-server, zyre
2805
2806         Issues resolved (http://bugs.uclibc.org):
2807
2808         #5396: Boot hangs when starting samba if BR2_ENABLE_LOCALE...
2809         #7016: Git issues in resulting buildroot tar
2810         #7094: pciutils doesn't build on Blackfin
2811
2812 2014.05-rc1, Released May 13th, 2014
2813
2814         Fixes all over the tree and new features.
2815
2816         Architectures: Support for MIPS o32 ABI on MIPS-64 targets has
2817         been removed. Building o32 ELF files for MIPS64 is an exotic
2818         configuration that nobody should be using. If o32 is required,
2819         then is better if it's built for MIPS 32-bit cores so only
2820         32-bit instructions will be used leading to a more efficient
2821         o32 usage.
2822         Support for the ARM A12 variant and Intel corei7.
2823
2824         Configs: Minnowboard and Altera SoCkit added, QEMU updates.
2825
2826         Bootloaders: Grub2 and gummiboot support, syslinux support
2827         extended.
2828
2829         Toolchains: GCC 4.9. Glibc 2.19. Support for the musl C
2830         library for internal and external toolchains. 4.8-R3 support
2831         for ARC, Internal toolchain support for Aarch64 and
2832         Microblaze. Environment variable to control debug output of
2833         toolchain wrapper renamed to BR2_DEBUG_WRAPPER to match the
2834         other variables. Toolchain tuple vendor name can now be
2835         customized. Updated external Linaro ARM/Aarch64
2836         toolchains. Added external Linaro ARMEB toolchain.
2837         A GDB gdbinit file is now generated for external toolchains to
2838         automatically set the correct sysroot.
2839
2840         Kconfig handling for minimum kernel headers version required
2841         for packages. Now packages needing specific kernel header
2842         features can specify these requirements in Kconfig.
2843
2844         Infrastructure: Support for (but disabled as it leads to
2845         unreproducible builds) toplevel parallel builds. See the
2846         comment at the top of Makefile for details about how to enable
2847         it and what the problems are if you want to test it.
2848         Python package infrastructure extended to support Python 3.x
2849         Perl and virtual package infrastructure support added.
2850         PRE_*_HOOKS support for all build steps.
2851
2852         Updated/fixed packages: acpid, agentpp, aiccu, apr, avahi,
2853         barebox, bash, beecrypt, bellagio, binutils, boost,
2854         boot-wrapper-aarch64, bustle, busybox, ca-certificates, cairo,
2855         ccache, ccid, cgilua, chrony, cifs-utils, civetweb, cmake,
2856         collectd, connman, coreutils, coxpcall, cppcms, cppzmq, crda,
2857         cryptodev, cryptsetup, cups, czmq, dbus, dhcpdump, directfb,
2858         dmalloc, dmraid, dnsmasq, dosfstools, dsp-tools, dtc,
2859         dvb-apps, ebtables, ecryptfs-utils, eigen, erlang, ethtool,
2860         evemu, evtest, f2fs-tools, fdk-aac, feh, ffmpeg, file, filemq,
2861         flac, flot, fmtools, fping, freetype, fswebcam, gcc, gd, gdb,
2862         gettext, giblib, git, glibc, glibmm, glib-networking, gmp,
2863         gnutls, gpm, gpsd, gpu-viv-bin-mx6q, grep, gst1-libav,
2864         gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
2865         gst1-plugins-ugly, gst-ffmpeg, gst-fsl-plugins, gst-omx,
2866         gst-plugins-good, gstreamer1, gvfs, harfbuzz, haveged,
2867         hostapd, htop, httping, ifplugd, iftop, igmpproxy,
2868         imagemagick, imlib2, imx-lib, infozip, intltool, iproute2,
2869         ipsec-tools, ipset, jansson, jpeg, jpeg-turbo, jquery,
2870         jquery-keyboard, jquery-ui, jquery-ui-themes, json-glib,
2871         json-javascript, kexec, kmod, lame, lbase64, lbreakout2,
2872         lcdproc, lftp, libao, libatasmart, libatomic_ops, libcap,
2873         libcdio, libcec, libcgicc, libcgroup, libcurl, libdrm,
2874         libdvdnav, libdvdread, libegl, libeio, libenca, libesmtp,
2875         libevas, libevdev, libfribidi, libfslcodec, libfslparser,
2876         libfslvpuwrap, libgail, libgles, libglib2, libgtk2, libhid,
2877         libjpeg, libmbim, libmicrohttpd, libmodplug, libnftnl,
2878         libnspr, libogg, libopenmax, libopenvg, libpcap, libplayer,
2879         libpng, libpthread-stubs, librsvg, libsigsegv, libsocketcan,
2880         libsoup, libtasn1, libtool, libtpl, libunwind, liburcu,
2881         libusb, libwebsockets, libxcb, libxml2, libxmlpp, libyaml,
2882         lighttpd, linphone, linux-firmware, linux-headers, ljsyscall,
2883         lmbench, lsof, ltp-testsuite, ltris, lttng-babeltrace,
2884         lttng-libust, lttng-modules, lttng-tools, lua, lua-cjson,
2885         luacrypto, lua-ev, luaexpat, luaexpatutils, luafilesystem,
2886         luainterpreter, luajit, lua-msgpack-native, luaposix,
2887         luarocks, luasec, luasocket, luasql-sqlite3, lvm2, macchanger,
2888         memstat, mesa3d, metacity, minidlna, mmc-utils,
2889         mobile-broadband-provider-info, modem-manager, mongrel2,
2890         monit, mpd, mplayer, msmtp, mtd, mtools, mutt, mysql, nasm,
2891         ncurses, ne10, netatalk, netsnmp, nettle, network-manager,
2892         newt, nfs-utils, nmap, nodejs, ntfs-3g, ntp, nut, ofono, ola,
2893         olsr, omniorb, opencv, opengl, openpgm, openssh, openssl,
2894         openswan, openvpn, orbit, orc, p11-kit, pango, parted,
2895         pciutils, pcre, pcsc-lite, perf, perl, perl-xml-parser, php,
2896         picocom, pixman, pkgconf, poppler, popt, portmap, powervr,
2897         pppd, pptp-linux, proftpd, protobuf, protobuf-c, ptpd2,
2898         pulseaudio, python, python3, python-bottle, python-m2crypto,
2899         python-netifaces, python-pyasn, python-pycrypto,
2900         python-pygame, python-pysnmp, python-pysnmp-apps,
2901         python-pysnmp-mibs, python-serial, python-setuptools,
2902         qextserialport, qt, qt5, qt5base, qt5connectivity,
2903         qt5declarative, qt5graphicaleffects, qt5imageformats,
2904         qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
2905         qt5sensors, qt5serialport, qt5svg, qt5webkit, qt5x11extras,
2906         qt5xmlpatterns, qtuio, qwt, radvd, readline, rings,
2907         rpi-firmware, rpi-userland, rsh-redone, rsync, rsyslog, rtai,
2908         rtmpdump, rt-tests, ruby, samba, sconeserver, scons, sdl,
2909         sdl_image, sdl_mixer, sg3_utils, slang, smstools3, snmppp,
2910         socat, speex, sqlcipher, sqlite, squashfs, squid, strongswan,
2911         stunnel, sunxi-boards, sunxi-mali, sunxi-tools, sylpheed,
2912         syslinux, sysstat, systemd, taglib, tcl, tcllib, tcpreplay,
2913         tidsp-binaries, ti-gfx, tmux, tvheadend, tzdata, uboot,
2914         uboot-tools, uclibc, udev, udisks, ulogd, usb_modeswitch,
2915         usb_modeswitch_data, usbmount, util-linux, valgrind, vlc,
2916         webkit, weston, wget, wireshark, wpa_supplicant, wsapi,
2917         w_scan, xapp_appres, xapp_bdftopcf, xapp_beforelight,
2918         xapp_bitmap, xapp_editres, xapp_fslsfonts, xapp_fstobdf,
2919         xapp_iceauth, xapp_ico, xapp_mkfontscale, xapp_rgb,
2920         xapp_rstart, xapp_sessreg, xapp_showfont, xapp_twm,
2921         xapp_viewres, xapp_xauth, xapp_xbacklight, xapp_xcalc,
2922         xapp_xclock, xapp_xditview, xapp_xdpyinfo, xapp_xdriinfo,
2923         xapp_xev, xapp_xfd, xapp_xfontsel, xapp_xfs, xapp_xfsinfo,
2924         xapp_xgc, xapp_xhost, xapp_xinit, xapp_xkbutils, xapp_xkill,
2925         xapp_xload, xapp_xlsclients, xapp_xlsfonts, xapp_xmag,
2926         xapp_xman, xapp_xmessage, xapp_xmodmap, xapp_xprop,
2927         xapp_xrandr, xapp_xrdb, xapp_xrefresh, xapp_xset,
2928         xapp_xsetroot, xapp_xsm, xapp_xstdcmap, xapp_xvidtune,
2929         xapp_xvinfo, xapp_xwd, xapp_xwininfo, xcb-util-wm,
2930         xdriver_xf86-input-evdev, xdriver_xf86-input-joystick,
2931         xdriver_xf86-input-keyboard, xdriver_xf86-input-mouse,
2932         xdriver_xf86-input-synaptics, xdriver_xf86-input-vmmouse,
2933         xdriver_xf86-video-ark, xdriver_xf86-video-ast,
2934         xdriver_xf86-video-ati, xdriver_xf86-video-cirrus,
2935         xdriver_xf86-video-dummy, xdriver_xf86-video-fbdev,
2936         xdriver_xf86-video-geode, xdriver_xf86-video-glide,
2937         xdriver_xf86-video-glint, xdriver_xf86-video-i128,
2938         xdriver_xf86-video-intel, xdriver_xf86-video-mach64,
2939         xdriver_xf86-video-mga, xdriver_xf86-video-neomagic,
2940         xdriver_xf86-video-newport, xdriver_xf86-video-nv,
2941         xdriver_xf86-video-openchrome, xdriver_xf86-video-r128,
2942         xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
2943         xdriver_xf86-video-sis, xdriver_xf86-video-tdfx,
2944         xdriver_xf86-video-tga, xdriver_xf86-video-trident,
2945         xdriver_xf86-video-vesa, xdriver_xf86-video-vmware,
2946         xdriver_xf86-video-voodoo, xenomai, xerces, xl2tp, xlib_libFS,
2947         xlib_xtrans, xproto_xproto, xserver_xorg-server,
2948         xutil_util-macros, zeromq, zic, zmqpp, zyre
2949
2950         New packages: armadillo, btrfs-progs, clapack, cosmo, dado,
2951         dbus-triggerd, dtv-scan-tables, e2tools, eudev, exim, expect,
2952         fetchmail, flann, flite, gnu-efi, grub2, gummiboot, heimdal,
2953         iprutils, iptraf-ng, jack2, jquery-mobile, libee, libestr,
2954         libgc, libgl, liblogging, libndp, libsoxr, libstrophe,
2955         libubox, libuci, libxmlrpc, ljlinenoise, lpeg, lpty, lrandom,
2956         lsqlite3, lua-coat, lua-coatpersistent, lua-csnappy, luajson,
2957         lualogging, lua-messagepack, lua-testmore, lunit, lzip, lzlib,
2958         musl, nftables, opentyrian, opentyrian-data,
2959         perl-module-build, php-gnupg, php-imagick, php-ssh2, php-yaml,
2960         php-zmq, postgresql, python-libconfig, python-pypcap,
2961         python-pyrex, qdecoder, qhull, samba4, smack, tz, tzdump, ucl,
2962         upx, vo-aacenc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons,
2963         yaffs2utils, zlog, znc
2964
2965         Removed packages: crosstool-ng, python-distutilscross, vala
2966
2967         Issues resolved (http://bugs.uclibc.org):
2968
2969         #6842: Checking external toolchain for eabihf
2970         #6956: Packaging libsoxr
2971         #6986: Make legal-info fails on uboot versions before 2014.01
2972         #6992: Incorrect installation rights on external kernel module..
2973
2974 2014.02, Released February 27th, 2014
2975
2976         Minor fixes.
2977
2978         Updated/fixed packages: cegui06, cppdb, e2fsprogs, gcc, gdb,
2979         gst1-plugins-bad, gstreamer, gstreamer1, haserl, imagemagick,
2980         libpng, libxml2, lua, luajit, luarock, ncftp, openswan,
2981         pcsc-lite, qt5connectivity, ramsmp, strongswan, vlc
2982
2983         Issues resolved (http://bugs.uclibc.org):
2984
2985         #6938: mkuser script generates wrong password for new user in..
2986
2987 2014.02-rc3, Released February 25th, 2014
2988
2989         Minor fixes.
2990
2991         Updated/fixed packages: aiccu, ala-lib, alsa-utils, binutils,
2992         cairo, coreutils, dhcpcd, distcc, efl, evas, iputils, gdb,
2993         gpsd, gst-fsl-plugins, icu, libcec, libcgi, libplayer,
2994         libsecret, libsepol, libsigsegv, libtool, libv4l,
2995         linux-headers, matchbox-lib, mpg123, ncftp, opencv, pcmanfm,
2996         pixman, pv, qt, rt-tests, sawman, sconeserver, sdl, thrift,
2997         tvheadend, util-linux, webkit, xscreensaver
2998
2999         Issues resolved (http://bugs.uclibc.org):
3000
3001         #4706: Removing .stamp_target_installed does not trigger...
3002         #5030: busybox built fails if we use an override src dir...
3003         #5420: Dbus and /var/run management
3004         #5768: Not able to build ALSA-Lib for static build
3005         #5774: Not able to build ALSA-Utils for static build
3006         #6542: external python modules fail to compile to pyc if...
3007         #6764: Support for kernel signed modules
3008         #6794: Busybox compiled from buildroot hangs on pass from...
3009
3010 2014.02-rc2, Released February 20th, 2014
3011
3012         Fixes all over the tree. Static linking / nommu fixes and
3013         annotations for several packages.
3014
3015         Updated/fixed packages: boost, busybox, collectd, coreutils,
3016         dropbear, elfutils, feh, gcc, gst1-libav, imagemagick, iozone,
3017         jimtcl, kexec, libvncserver, lvm2, lxc, mplayer, netsnmp, nut,
3018         opencv, python, python3, qtuio, systemd, thrift, transmission,
3019         uclibc, vlc, webkit
3020
3021         Issues resolved (http://bugs.uclibc.org):
3022
3023         #5450: AT91SAM9260 Bootstrap compilation problem
3024         #5582: libiconv 1.14 failed to build
3025         #5624: When building directfb, BR2_TARGET_LDFLAGS not used by..
3026         #5852: [2012.11] usb_modeswitch should depends of "BR2_PACK..
3027         #6218: binutils-2.23.2/gas fails with undefined reference to..
3028         #6236: binutils-2.23.2/bfd fails with undefined reference to..
3029         #6470: If the build directory is a child of /usr, the build..
3030         #6776: systemd error: static declaration of 'execvpe' follows..
3031         #6818: toolchainfile.cmake has absolut path references
3032
3033 2014.02-rc1, Released February 11th, 2014
3034
3035         Fixes all over the tree and new features.
3036
3037         Support for external packages/defconfigs (BR2_EXTERNAL). See
3038         user manual for details.
3039
3040         Cleanup of environment variable names for consistency. The
3041         download directory location override (BUILDROOT_DL_DIR) is now
3042         called BR2_DL_DIR. Likewise the name of the current .config is
3043         renamed from BUILDROOT_CONFIG to BR2_CONFIG. Please update
3044         your post build scripts if you use this! BUILD_DIR is now also
3045         exported to the post build/image scripts.
3046
3047         Toolchain: GCC 4.8 fix for ARM stack corruption, reverted
3048         uClibc pread/pwrite backport as they cause issues on certain
3049         architectures, new Linaro and Sourcery Codebench toolchains.
3050         x86: Support for AMD Jaguar cores, SSE4.x, SH: SH2/SH3/SH3EB
3051         variants removed, Microblaze: Internal toolchain support
3052
3053         Legal infrastructure: Info is now split between host and
3054         target packages, large number of license annotations.
3055
3056         Lua: selection between lua 5.1 / 5.2, luarocks support
3057
3058         Python: package infrastructure, many new packages.
3059
3060         Defconfigs: Armadeus APF51 + Zedboard added, apf27, apf28,
3061         beaglebone, microblaze, pandaboard, qemu, raspberry pi
3062         updated.
3063
3064         Updated/fixed packages: aiccu, alsa-lib, alsa-utils,
3065         am33x-cm3, aumix, autoconf, automake, barebox, bellagio,
3066         berkeleydb, binutils, bison, blackbox, bluez_utils, boost,
3067         bustle, busybox, cairo, can-utils, ccache, ccid, cgilua,
3068         cifs-utils, civetweb, cmake, collectd, connman, copas,
3069         coreutils, coxpcall, cppzmq, cramfs, crda, cryptodev-linux,
3070         cryptsetup, cups, czmq, dhcpcd, dhcpdump, dhrystone, dialog,
3071         dmraid, dnsmasq, dosfstools, dropbear, dropwatch, dtc, duma,
3072         dvb-apps, e2fsprogs, eglibc, eigen, elf2flt, erlang, ethtool,
3073         f2fs-tools, ffmpeg, file, filemq, fio, flashrom, flex,
3074         fluxbox, fontconfig freerdp, freetype, gadgetfs-test, gawk,
3075         gcc, gdb, gdbm, gettext, git, glibc, gnupg, gnutls, gob2,
3076         gpsd, grep, grub, gst-ffmpeg, gst-plugins-good,
3077         gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
3078         gst1-plugins-ugly, gstreamer, gstreamer1, gtest, icu, iftop,
3079         imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw,
3080         jpeg, jpeg-turbo, jq, kexec, kmod, knock, lbase64, lcdapi,
3081         lftp, libcdaudio, libcgi, libcgicc, libcuefile, libcurl,
3082         libdmtx, libdrm, libdvdnav, libdvdread, libegl, libevent,
3083         libexif, libfcgi, libfreefare, libgles, libglib2, libllcp,
3084         libmicrohttpd, libmpd, libnfc, libnl, libnss, libopenmax,
3085         libopenvg, libpcap, libpfm4, libplayer, libpng, libqmi,
3086         libreplaygain, libroxml, libsamplerate, libsexy, libsigsegv,
3087         libsndfile, libsoc, libtasn1, libtorrent, libtpl, libupnp,
3088         libusb, libusb-compat, libvorbis, libxcb, libxml2, libxmlpp,
3089         libyaml, lighttpd, linknx, linux-firmware, linux-pam, live555,
3090         lm_sensors, lmbench, lockdev, logrotate, lrzsz, ltrace, lua,
3091         lua-ev, lua-msgpack-native, luabitop, luaexpat, luaexpatutils,
3092         luafilesystem, luajit, luaposix, luasec, luasocket,
3093         luasql-sqlite3, m4, matchbox, mdadm, minicom, mongrel2, mpc,
3094         mpd, mpg123, mplayer, mtd, mysql, lvm2, mxml, ncurses, ne10,
3095         neard, neardal, netsnmp, netstat-nat, network-manager, nodejs,
3096         numactl, ofone, ola, olsr, omniorb, open2300, opencv,
3097         openpowerlink, openssh, openssl, openvpn, oprofile, opus,
3098         opus-tools, orbit, p11-kit, parted, pcre, pcsc-lite, perl,
3099         php, poco, poppler, powervr, protobuf-c, psplash, python,
3100         python-bottle,
3101         python-{crc16,distutilscross,dpkt,id3,ipy,m2crypto,mad,meld},
3102         python-{netifaces,nfc,protobuf,pygame,pyparsing,pyro,pyzmq},
3103         python-{serial,setuptools}, qt, qt5base, qt5connectivity,
3104         qt5declarative, qt5graphicaleffects, qt5jsbackend,
3105         qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
3106         qt5webkit, radvd, redis, rings, rng-tools, rpcbind,
3107         rpi-firmware, rpi-userland, rt-tests, sam-ba, samba, sawman,
3108         sconeserver, scons, sdl, sg3_utils, snappy, snmppp,
3109         socketcand, spice, spice-protocol, sqlcipher, sqlite, squid,
3110         sshfs, strace, subversion, sunxi-mali, supervisor, sysklogd,
3111         sysprof, sysstat, systemd, sysvinit, taglib, tar, tcpdump,
3112         ti-gfx, ti-utils, tinymembench, tn5250, trace-cmd,
3113         transmission, tvheadend, tzdata, zxing, uboot, uboot-tools,
3114         uclibc, udev, udpcast, ulogd, urg, usb_modeswitch_data,
3115         util-linux, vala, valgrind, vorbis-tools, wavpack, wayland,
3116         weston, wget, wireless-regdb, wireshark, wpa_supplicant,
3117         wsapi, xavante, xapp_xdpyinfo, xapp_xrandr, xcb-proto,
3118         xdriver_xf86-video-intel, xenomai, xkeyboard-config, xl2tp,
3119         xlib_lib{FS,SM,X11},
3120         xlib_libX{au,aw,composite,cursor,damage,ext,fixes,font,i},
3121         xlib_libX{inerama,mu,pm,randr,render,res,t,tst,v,xf86dga},
3122         xlib_libXxf86vm, xlib_libdmx, xlib_libfontenc,
3123         xlib_libpciaccess, xlib_xtrans, xproto_dri2proto,
3124         xproto_{glproto,inputproto,presentproto,randrproto,videoproto},
3125         xproto_xextproto, xproto_xproto, xutil_util-macros,
3126         xutil_makedepend, zic, zmqpp, zxing, zsh, zyre
3127
3128         New packages: apitrace, avrdude, c-ares, ca-certificates,
3129         cwiid, dbus-cpp, evemu, fping, fswebcam, gpm, gst1-libav,
3130         haveged, intel-microcode, iucode-tools, jasper, joe, ktap,
3131         lbreakout2, libass, libbluray, libcdio, libenca, libevdev,
3132         libmbim, libmodplug, libnfs, libnftnl, libplist, libshairplay,
3133         libsocketcan, ljsyscall, log4cplus, ltris, luainterpreter,
3134         luarocks, minidlna, mmc-utils, modemmanager, mtr, net-tools,
3135         python-configobj, python-dialog, python-json-schema-validator,
3136         python-keyring, python-msgpack, python-posix-ipc,
3137         python-pyasn, python-pycrypto, python-pysnmp,
3138         python-pysnmp-apps, python-pysnmp-mibs, python-pyusb,
3139         python-simplejson, python-tornado, python-versiontools,
3140         rtmpdump, rtptools, smcroute, smstools3, tcpreplay, thrift,
3141         ti-uim, tinyxml, tmux, vlc, wmctrl, xconsole
3142
3143         Removed packages: autoconf, automake, ccache, cpanminus, lzma,
3144         netkitbase, netkittelnet, pkg-config, squashfs3, ttcp, xstroke
3145
3146         Issues resolved (http://bugs.uclibc.org):
3147
3148         #65:   new package: dbus c++ language bindings
3149         #769:  Update configuration menu for MIPS target
3150         #2419: Add a bundle of Lua modules
3151         #2629: Segmentation faults and division by zero in Grub on ext2
3152         #3811: Added auto-mount for USB and SD Card (mdev) (for 2011.05)
3153         #4339: Allow override of DL_DIR in extract step
3154         #4363: Make sure that copied linux and busybox defconfig are...
3155         #4454: There should be simple way to update image, when chang...
3156         #5024: grub fails to build for x86_64 target architecture
3157         #5066: New-Package: net-tools
3158         #5072: ncurses: add ncurses-progs to target
3159         #5294: uclibc build ignores target CFLAGS and LDFLAGS
3160         #5366: Login doesn't work with util-linux versions of login/agetty
3161         #5378: dropbear Makefile broken
3162         #5390: System banner - change to empty doesn't remove /etc/issue
3163         #5780: spurious build failure because it cannot remove ubinize.cfg
3164         #5798: ncurses-5.9 fails to compile statically
3165         #5810: Buildroot 2012.11: Additional GCC option "-msoft-float" ...
3166         #6080: Git fetch caching
3167         #6092: Bootable ISO image creation seems to have stopped working..
3168         #6272: coreutils build fails
3169         #6434: apply-patches.sh does not work recursively
3170         #6446: eglibc doesn't install ldconfig to target
3171         #6484: Add c-ares
3172         #6596: Slow bootup if mdev is chosen
3173         #6656: Build Qt5 with ccache
3174         #6662: internal compiler error: Segmentation fault during making..
3175         #6722: Usage of $($(PKG)_DIR_PREFIX) is an issue with linux package
3176         #6752: genext2fs: e2fsck must run before tunefs -U random
3177         #6770: openssl 1.0.1f fails with ccache
3178         #6830: Qt5: no fonts are installed
3179         #6848: Qt5: no text shown in simple QWidget / frame-buffer setup
3180         #6854: Update to Qt 5.2.1
3181
3182 2013.11, Released November 30th, 2013:
3183
3184         Minor fixes.
3185
3186         Updated/fixed packages: apr, binutils, dbus-python, dropwatch,
3187         ecryptfs-utils, eglibc, gdb, gpsd, grantlee, hostapd,
3188         iptables, qlibiscsi, libnspr, libnss, libpfm4, libtool,
3189         lua-ev, lvm2, mplayer, qt, qt5, quagga, ruby, tinymembench,
3190         tvheadend, util-linux, wpa_supplicant
3191
3192         Issues resolved (http://bugs.uclibc.org):
3193
3194         #1279: Buildroot compiled Busybox and Coreutils LFS issues
3195         #2995: -fstack-protector-all causes ssh to SIGSEGV
3196         #5570: Cannot compile software on the target machine
3197         #6428: util-linux libmount segfaults with patch from buildroot
3198         #6500: php fails to build for armel
3199         #6554: gdb needs to dependents on host texinfo
3200         #6692: GNU nano fails to compile for x86_64
3201         #6704: wpa_supplicant: fix wrong path to executable file in D-Bus
3202
3203 2013.11-rc3, Released November 26th, 2013
3204
3205         Fixes all over the tree.
3206
3207         Architecture: Mark MIPS I, II, III and IV as deprecated.
3208
3209         Updated/fixed packages: beecrypt, dbus, e2fsprogs, libcap-ng,
3210         libglib2, libroxml, libsigsegv, libvncserver, lxc, mdadm,
3211         mongoose, nut, ola, omniorb, openssl, pcre, php, poco,
3212         protobuf-c, pv, qt5base, ruby, schifra, squid, sunxi-mail,
3213         swig, ti-gfx, tinymembench, uclibc, udisks, vim
3214
3215 2013.11-rc2, Released November 18th, 2013
3216
3217         Fixes all over the tree.
3218
3219         Defconfigs: qemu_arm_versatile, qemu_arm_nuri, sheevaplug:
3220         Adjust kernel versions.
3221
3222         Toolchain: avr32: fix for modern kernel headers
3223
3224         Bootloader: Barebox updated to 2013.10.1
3225
3226         Updated/fixed packages: dhcp, e2fsprogs, gst1-plugins-bad,
3227         libcurl, libvncserver, nano, pc, qt5base, squashfs, ttcp,
3228         wayland, wvstreams
3229
3230         Issues resolved (http://bugs.uclibc.org):
3231
3232         #3601: DHCPD S80dhcp-server startup script issues
3233         #6320: Fix kernel compile issue if BR2_LINUX_KERNEL_CUSTOM_GIT_VERS..
3234         #6416: Xenomai package, patch alternative
3235         #6590: directfb-examples build failed whit linaro toolchain
3236
3237 2013.11-rc1, Released November 12th, 2013
3238
3239         Architectures: Nios-II support, MIPS arch handling fixes
3240
3241         Defconfigs: cubieboard2, freescale i.MX 6sololite evk,
3242         sabre-sd, wandboard added, rpi renamed to raspberrypi_defconfig
3243
3244         Toolchain: glibc support, upstream uClibc fixes, uClibc 0.9.31
3245         for avr32, crosstool-ng backend removed, external musl
3246         toolchain support, gcc 4.8.2, updated Linaro external
3247         toolchains. Fortran and objective-C support deprecated,
3248         mudflap support
3249
3250         Bootloaders: U-Boot: u-boot.imx support, version bumps
3251
3252         Linux: use kmod instead of module-init-tools
3253
3254         System: default to devtmpfs for /dev
3255
3256         Infrastructure: Make 3.82 fixes, locales generation fixes, CVS
3257         download support, post-rsync hooks
3258
3259         Fs: u-boot image support for cpio
3260
3261         Updated/fixed packages: aircrack-ng, alsamixergui, apr,
3262         apr-util, atk, automake, bellagio, berkeleydb, bind, binutils,
3263         bison, boost, busybox, can-utils, ccache, ccid, cgilua,
3264         chrony, cifs-utils, cjson, collectd, connman, conntrack-tools,
3265         copas, cppcms, cppzmq, czmq, dash, dbus, dhcpcd, diffutils,
3266         directfb, dmidecode, dnsmaqs, docker, dosfstools, dropbear,
3267         dropwatch, ebtables, eglibc, elf2flt, empty, enchant, erlang,
3268         ethtool, fbgrab, fbv, fdk-aac, feh, ffmpeg, file, findutils,
3269         fltk, fmtools, freetype, gdk-pixbuf, gettext, git,
3270         glib-networking, gmp, gnupg, gnutls, gpu-viv-bin-mx6q, gsl,
3271         gstreamer, gstreamer1, gst1-plugins-{bad,base,good,ugly},
3272         gtest, gutenprint, hplip, i2c-tools, icu, ifplugd,
3273         imagemagick, iozone, iproute2, ipset, iptables, iw, jamvm,
3274         jansson, jpeg-turbo, kismet, kmod, lcms2, libassuan, libcap,
3275         libcap-ng, libcdaudio, libcec, libcue, libcurl, libdrm,
3276         libedit, libevas, libevent, libfreefare, libfuse,
3277         libgpg-error, libiconv, liblog4c-localtime, libmicrohttpd,
3278         libmnl, libmodbus,
3279         libnetfilter_{acct,conntrack,cthelper,cttimeout,log,queue},
3280         libnfnetlink, libnl, libpng, libqmi, libqrencode, libroxml,
3281         libsecret, libsigsegv, libsoup, libtirpc, libunwind, libusb,
3282         libvpx, lighttpd, linphone, linux-pam, lmbench,
3283         lockfile-progs, log4cxx, logrotate, logsurfer, ltp-testsuite,
3284         ltrace, luacrypto, luaposix, lvm2, m4, matchbox-lib,
3285         media-ctl, mediastreamer, minicom, minidlna, mongoose, monit,
3286         mpc, mpd, mpg123, mplayer, mrouted, mtdev, mutt, mysql_client,
3287         nano, ncftp, ndisc6, neard, neardal, neon, net-snmp, netatalk,
3288         netcat, netkitbase, netperf, netplug, nettle, nfacct,
3289         nfs-utils, ngircd, ngrep, noip, nuttcp, olsr, openssh, opkg,
3290         oprofile, opus-tools, orc, ortp, pciutils, pcre, pcsc-lite,
3291         perf, perl, perl-cross, php, picocom, pkgconf, polarssl,
3292         poppler, pppd, proftpd, protobuf, proxychains-ng, pulseaudio,
3293         pv, qemu, qt, qt5base, qt5webkit, quagga, radvd, redis,
3294         rpi-{firmware,userland}, rrdtool, rsync, rtorrent, ruby,
3295         samba, scons, screen, sdl_sound, ser2net, setserial,
3296         smartmontools, socat, socketcand, sqlcipher, sqlite, squid,
3297         stress, strongswan, stunnel, sudo, syslinux, systemd,
3298         sysvinit, tcl, ti-gfx, time, transmission, tremor, tslib,
3299         tstools, tvheadend, tzdata, uboot-tools, uclibc, udpcast,
3300         uemacs, ulogd, usb_modeswitch{,_data}, util-linux, vala,
3301         valgrind, vde2, vorbus-tools, vpnc, vsftpd, vtun, wayland,
3302         webkit, webp, webrtc-audio-processing, weston, wget,
3303         wireshark, wsapi, xavante, xdriver_xf86-video-geode, xenomai,
3304         xinetd, xlib_libpthread-stubs, xl2tp, xmlstarlet,
3305         xserver_xorg-server, xz, zeromq, zic, zmqpp
3306
3307         New packages: aiccu, autossh, bc, civetweb, cppdb, cryptsetup,
3308         duma, eigen, harfbuzz, igmpproxy, iputils, jq, knock, kobs-ng,
3309         lesstif, libcgroup, libsepol, libsoc, libssh2, luasec, luasql,
3310         lxc, nut, ola, omniorb, openpowerlink, orbit, p910nd, psplash,
3311         python-crc16, python-ipy, python-pyzmq, qt5sensors,
3312         qt5serialport, qt5x11extras, snmppp, subversion, tcping,
3313         trace-cmd, xscreensaver, zsh
3314
3315         Removed packages: module-init-tools
3316
3317         Issues resolved (http://bugs.uclibc.org):
3318
3319         #1138: Buildroot fails to build packages if BR2_GCC_SHARED_LIBGCC=y
3320         #5408: qt build failure with Sourcery CodeBench ARM 2010.09
3321         #5630: makefile error with toolchain helpers.mk
3322         #5672: htop: remove X11 stuff
3323         #5678: linux.mk: linux-menuconfig fails
3324         #5696: python3 installation is too large, patches from python2 needed
3325         #5978: Erlang does not build for arm in 2013.02-rc3
3326         #6392: Extended ARM uImage kernel options
3327         #6404: Buildroot's coreutils 'uname -p' reports 'Unknown' on recent..
3328         #6428: util-linux libmount segfaults with patch from buildroot
3329         #6452: eglibc from Linaro 2013.07 not copied to target correctly
3330         #6566: PHP segfault when crosscompiled to mips64 - patch included
3331         #6572: [PowerPC] Buildroot uses wrong external toolchain libraries..
3332         #6578: udisks package broken
3333         #6602: ebtables 64 bit kernel + 32 bit userland alignment error..
3334         #6608: ebtables missing ethertypes - fix included
3335         #6620: Sysvinit package missing killall5 and symlinks - patch included
3336         #6632: CMake use host pkg-config
3337         #6638: pkgconf doesn't download
3338         #6644: "all" target doesn't work in out-of-tree builds
3339         #6650: Segmentation fault when trying to build latest buildroot
3340         #6668: iptables limit module alignment problem on mips64
3341
3342 2013.08, Released August 31th, 2013:
3343
3344         Minor fixes.
3345
3346         Documentation build fixed.
3347
3348         Updated/fixed packages: ltrace, strongswan
3349
3350 2013.08-rc3, Released August 29th, 2013:
3351
3352         Fixes all over the tree.
3353
3354         External toolchain lib32/lib64 handling, ABI name for EABIhf,
3355         misc fixes for generatelocales, apply-patches and module
3356         stripping.
3357
3358         Top level menu names reordered and renamed for clarity.
3359
3360         Updated/fixed packages: acl, attr, bash, dbus, directfb,
3361         dvb-apps, kexec, kmod, libbsd, linux-fusion, mesa3d, minidlna,
3362         openssh, openssl, pulseaudio, python-setuptools, qt5,
3363         qt5webkit, redis, strongswan, sunxi-mali
3364
3365         Issues resolved (http://bugs.uclibc.org):
3366
3367         #6464: dbus-daemon-launch-helper needs setuid
3368
3369 2013.08-rc2, Released August 16th 2013:
3370
3371         Documentation improvements.
3372
3373         External toolchains fixes.
3374
3375         Updated/fixed packages: aircrack-ng, bash, boost, cairo,
3376         cppcms, eglibc, ffmpeg, gcc, git, gnupg, imagemagick, libcec,
3377         libffi, libgcrypt, linux, linux-headers, ltrace, netatalk,
3378         opencv, opengl, readline, samba, strongswan, sunxi-cedarx,
3379         uclibc, udev, wayland, webkit, zeromq.
3380
3381         Issues resolved (http://bugs.uclibc.org):
3382
3383         #6440: typo in ffmpeg makefile
3384
3385 2013.08-rc1, Released August 5th, 2013:
3386
3387         Architectures:
3388          - improved support for floating point on ARM and Thumb/Thumb2
3389          - support for ARM OABI removed
3390
3391         Toolchains:
3392          - support added for Sourcery CodeBench ARM and MIPS 2013.05
3393          - Linaro ARM and Aarch64 toolchains updated
3394          - support added for the Arago ARMv5 and ARMv7 toolchains
3395          - gcc 4.8.x version bumped
3396          - support for installing both FDPIC and FLAT libraries on
3397            Blackfin
3398          - support for uClibc 0.9.31 removed,
3399          - convert the internal toolchain backend to use the package
3400            infrastructure
3401          - support added for eglibc in the internal toolchain backend
3402          - toolchain components for the ARC architecture updated and
3403            gdb for ARC added.
3404          - support for Blackfin in the internal toolchain fixed
3405
3406         Defconfigs: beaglebone_defconfig updated, new defconfig for
3407         CubieBoard, for Olimex mx233 Olinuxino, for Calao Systems
3408         TNY-A9G20-LPW.
3409
3410         A number of packages have been fixed to use the
3411         <pkg>_CONFIG_SCRIPTS mechanism to get their <pkg>-config shell
3412         script installed and modified properly. Licensing informations
3413         has been added to a number of packages.
3414
3415         Use XZ tarballs for a number of packages.
3416
3417         Noticeable package changes/additions:
3418          - The glib2/libgtk2/webkit stack has been updated to recent
3419            versions.
3420          - Support for Gstreamer 1.x has been added.
3421          - OpenGL support for TI OMAP platforms has been added.
3422          - OpenGL support for Allwinner platforms has been added.
3423          - OpenMAX support for RasberryPi has been added.
3424
3425         Updated/fixed packages: acl, attr, autoconf, avahi, barebox,
3426         bind, binutils, busybox, bwm-ng, bzip2, cifs-utils, colletctd,
3427         cpanminus, cups, curl, dash, dbus, dhcp, directfb,
3428         directfb-examples, dnsmasq, dosfstools, dropbear, dtc,
3429         e2fsprogs, ed, efl, enlightenment, erlang, ethtool, fbgrab,
3430         fftw, firmware-imx, flot, fltk, freetype, gawk, gdk-pixbuf,
3431         gettext, gmp, gnutls, gsl, gutenprint, gvfs, gzip, haserl,
3432         hiawatha, httping, icu, imagemagick, imlib2, imx-lib,
3433         intltool, iozone, ipset, iptables, jquery, jquery-keyboard,
3434         jquery-sparkline, kmod, less, libart, libcdaudio, libcgicc,
3435         libesmtp, libftdi, libfuse, libglib2, libgtk, libgtk2, libidn,
3436         libiqrf, liblog4c-localtime, libnspr, libnss, libpcap,
3437         libroxml, libserial, libsigsev, libsoup, libtool, libtpl,
3438         libvncserver, libxml2, linphone, lm_sensors, logrotate,
3439         ltrace, lttng, luafilesystem, luajit, minicom, monit, mpg123,
3440         mtd, mutt, mxml, neard, netatask, netsnmp, nettle,
3441         network-manager, nodejs, nss-mdns, openssh, openswan, openvpn,
3442         opkg, opus, pcre, perl-cross, php, pixman, poco, polarssl,
3443         pulseaudio, pv, python, python3, qt, qt5, qt5declarative,
3444         qt5jsbackend, qt5quick1, readline, rpi-firmware, ruby, samba,
3445         sane-backends, sconeserver, sdl_image, sdparm, ser2net,
3446         socketcand, sqlite, squid, strace, tcl, tcpdump, tinyhttpd,
3447         tvheadend, tzdata, uboot, udpcast, usb_modeswitch,
3448         usb_modeswitch_data, usbutils, webkit, wireshark, wvstreams,
3449         xapp_luit, xapp_xmodmap, xenomai, xfsprogs, xlib_libX11, zic,
3450         zlib.
3451
3452         New packages: a10disp, aespipe, am33x-cm3, cppcms, dhcpcd,
3453         dropwatch, dtc, ecryptfs-utils, eglibc, elf2flt, fdk-aac,
3454         gcc-final, gcc-initial, gcc-intermediate, git,
3455         gpu-viv-bin-mx6q, gst1-plugins-bad, gst1-plugins-base,
3456         gst1-plugins-good, gst1-plugins-ugly, gst-omx,
3457         gst-plugin-x170, gstreamer1, jimtcl, lbase64, libassuan,
3458         libbsd, libcec, libdvbsi, libedit, libgpgme, libqmi,
3459         libqrencode, libsvg, libsvg-cairo, libunwind, libvpx,
3460         linux-headers, lockdev, luabitop, luacrypto, lua-ev,
3461         luaexpatutils, msgpack, ocrad, on2-8170-libs,
3462         on2-8170-modules, p11-kit, pax-utils, ptpd, ptpd2,
3463         python-pyro, ramspeed/smp, snappy, strongswan, sunxi-boards,
3464         sunxi-cedarx, sunxi-mali, sunxi-tools, ti-gfx, tinymembench,
3465         tree, tstools, uclibc, w_scan.
3466
3467         Issues resolved (http://bugs.uclibc.org):
3468
3469         #4718: python (built for powerpc) distutils has paths to host
3470                compiler toolchain
3471         #5516: appended device tree blobs on uImage fails
3472         #6302: Versions of packages retrieved from github.com are wrong
3473         #6308: dosfstools download link is wrong
3474         #6326: Dropbear: Add options to allow better config for
3475                different target devices (e.g. routers)
3476         #6338: Wrong download link for minicom package
3477         #6344: Wrong handling of license text files with same name and
3478                different directory
3479         #6374: gnutls package broken if linux cryptodev module
3480                selected
3481         #6410: omap3_beagle has uimage error load address error
3482
3483 2013.05, Released May 31th, 2013:
3484
3485         Minor fixes.
3486
3487         External toolchain wrapper fix for if host/usr/bin is placed
3488         in the patch.
3489
3490         Updated/fixed packages: acpid, at91bootstrap, czmq, elf2flt,
3491         flex, jamvm, kmod, libplayer, libtirpc, libv4,
3492         lttng-babeltrace, opengl, qt5jsbackend, udpcast, wvstreams
3493
3494         Issues resolved (http://bugs.uclibc.org):
3495
3496         #4868: Buildroot compile failure for toolchain/gdb-7.4/intl/reloc...
3497         #4988: flex and m4 problems
3498         #5912: obsolete CVS files
3499
3500 2013.05-rc3, Released May 25th, 2013:
3501
3502         Minor fixes.
3503
3504         Updated/fixed packages: aircrack-ng, bellagio, boost, crda,
3505         dvb-apps, flot, libatomic_ops, libeXosip2, libosip2, libxml2,
3506         mongrel2, poco, portaudio, pptp-linux, tvheadend, urg, weston,
3507         wireshark
3508
3509 2013.05-rc2, Released May 15th, 2013:
3510
3511         Fixes all over the tree.
3512
3513         Default number of parallel jobs is now number of CPUs + 1.
3514
3515         Defconfigs: Add Telit EVK-PRO3, AT91SAM9260-EK Nand flash.
3516
3517         Updated/fixed packages: aircrack-ng, busybox, cairo,
3518         classpath, curlftpfs, czmq, dbus, f2fs-tools, fan-ctrl,
3519         filemq, gst-plugin-bad, gutenprint, hplip, json-c,
3520         libatomic_ops, libcurl, libdrm, libglib2, libnspr, libnss,
3521         libsha1, libsigsegv, libxcb, linknx, linux-pam, lttng-modules,
3522         lttng-tools, matchbox-lib, mcookie, mesa3d, neon, pixman,
3523         pulseaudio, python-nfc, qt5imageformats, quota, openssl,
3524         sconeserver, strace, sylpheed, wvstreams,
3525         xapp_{appres,bdftopcf,beforelight,bitmap,edires,fonttosfnt},
3526         xapp_{fslsfonts,fstobdf,iceauth,ico,listres,luit,mkfontdir},
3527         xapp_{mkfontscale,oclock,rgb,rstart,scripts,sessreg,setxkbmap},
3528         xapp_{showfont,smproxy,twm,viewres,x11perf,xauth,xbacklight},
3529         xapp_x{biff,calc,clipboard,clock,cmsdb,cursorgen,dbedizzy,ditview},
3530         xapp_x{dm,dpyinfo,driinfo,edit,ev,eyes,f86dga,fd,fontsel,fs,fsinfo},
3531         xapp_x{gamma,gc,host,input-calibrator,input,kbcomp,kbevd,kbprint},
3532         xapp_x{kbutils,kill,load,logo,lsatoms,lsclients,lsfonts,mag,man},
3533         xapp_x{message,mh,modmap,more,pr,prop,randr,rdb,refresh,set,setmode},
3534         xapp_x{setpointer,setroot,sm,stdcmap,vidtune,vinfo,wd,wininfo,wud},
3535         xcb-util, xcursor-transparent-theme, xdata_xbitmaps,
3536         xdata_xcursor-themes,
3537         xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synaptics},
3538         xdriver_xf86-input-{tslib,vmmouse,void},
3539         xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,fbdev,geode,glide},
3540         xdriver_xf86-video-{glint,i128,intel,mach64,mga,neomagic,newport},
3541         xdriver_xf86-video-{nv,openchrome,r128,savage,siliconmotion,sis},
3542         xdriver_xf86-video-{tdfx,tga,trident,v4l,vesa,vmware,voodoo,wsfb},
3543         xfont_encodings, xfont_font-adobe-{100,75}dpi,
3544         xfont_font-utopia-{100dpi,75dpi,type1},
3545         xfont_font-{alias,arabic-misc,bh-100dpi,bh-75dpi},
3546         xfont_font-bh-lucidatypewriter-{100,75}dpi, xfont_font-bh-{ttf,type1},
3547         xfont_font-bitstream-{100dpi,75dpi,type1}, xfont_font-cronyx-cyrillic,
3548         xfont_font-{cursor,daewoo,dec,isas,jis,micro}-misc,
3549         xfont_font-ibm-type1, xfont_font-misc-{cyrillic,ethiopic,meltho,misc},
3550         xfont_font-{mutt,schumacher}-misc,
3551         xfont_font-{screen-cyrillic,sony-misc,sun-misc,util},
3552         xfont_font-winitzki-cyrillic, xfont_font-xfree86-type1,
3553         xlib_lib{FS,ICE,SM,X11,XScrnSaver,Xau,Xaw,Xcomposite,Xcursor},
3554         xlib_libX{damage,dmcp,ext,fixes,font,ft,i,inerama,mu,pm,randr},
3555         xlib_libX{render,res,t,tst,v,vMC,xf86dga,xf86vm},
3556         xlib_lib{dmx,fontenc,pciaccess,pthread-stubs,xkbfile}, xlib_xtrans,
3557         xproto_{applewm,bigreqs,composite,damage,dmx,dri2,fixes}proto,
3558         xproto_{fontcache,font,gl,input,kb,randr,record,render}proto,
3559         xproto_{resource,scrnsaver,video,windowswm,xcmisc,xext}proto,
3560         xproto_{xf86bigfont,xf86dga,xf86dri,xf86vidmode,xinerama,x}proto,
3561         xserver_xorg-server, xutil_{makedepend,util-macros}
3562
3563         Readded Packages: xapp_xinit
3564
3565         Issues resolved (http://bugs.uclibc.org):
3566
3567         #5054: amd64: cannot find init - due to missing /lib64 folder
3568
3569 2013.05-rc1, Released May 8th, 2013:
3570
3571         Architectures: ARC support, Blackfin support, FLAT binary
3572         format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4
3573
3574         Toolchains: Add new Microblaze external toolchains, Linaro
3575         ARM/Aarch64 updates, GCC 4.6.4 / 4.7.3 / 4.8.0 added to
3576         internal toolchain, default to GCC 4.7.x. Internal
3577         Crosstool-ng backend deprecated.
3578
3579         Defconfigs: Add Atmel at91sam9g45m10ek, freescale mpc8315erdb
3580         & p1010rdb, Armadeus apf27 / apf28, Openblocks A6, Raspberry
3581         pi, gnublin board.
3582
3583         FS: LZO and XZ compression methods, extra ubifs options,
3584         ext2 rev 0/1 and ext3/4 support.
3585
3586         Patch handling: apply-patches now has .patch.xz support,
3587         Patch logic reworked as discussed during Febrary dev days:
3588         http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013
3589
3590         <pkg>-rsync now excludes version control files.
3591
3592         linux: uImage load address for ARM multiplatform kernels
3593
3594         Infrastructure for multiple OpenGL / ES / EGL / OpenVG
3595         providers, similar to how libjpeg / libjpeg-turbo is handled.
3596
3597         Infrastructure for packages to add system users.
3598
3599         kconfig: updated to 3.9-rc2, support make olddefconfig
3600
3601         Updated/fixed packages: alsa-lib, alsa-utils, apr, apr-util,
3602         argp-standalone, at, at91bootstrap, audiofile, aumix, avahi,
3603         bash, blackbox, bind, binutils, bison, boost, bridge-utils,
3604         busybox, ccache, cifs-utils, cmake, collectd, connman,
3605         conntrack-tools, cpanminus, crosstool-ng, diffutils, directfb,
3606         directfb-examples, divine, dmalloc, dnsmasq, dosfstools,
3607         dropbear, e2fsprogs, ebtables, eeprog, erlang, ethtool,
3608         fb-test-app, fbset, feh, ffmpeg, file, flex, flot, foomatic,
3609         fxload, gd, gdb, gdisk, genimage, gettext, gmp, gnuchess,
3610         gnutls, gob2, gperf, gpsd, gstreamer, haserl, hiawatha, htop,
3611         httping, icu, inotify-tools, intltool, iproute2, ipset,
3612         iptables, iw, jpeg, jquery, jquery-{sparkline,validation},
3613         json-c, kbd, kexec, kismet, kmod, lcdproc, libarchive,
3614         libatasmart, libcap, libconfig, libconfuse, libcurl, libdrm,
3615         libeet, libev, libevas, libeXosip2, libffi, libfribi, libfuse,
3616         libgcrypt, libglib2, libgtk2, libid3tag, libmicrohttpd,
3617         libnetfilter_acct, libnetfilter_conntrack, libnl, libpcap,
3618         libplayer, libsigc, libv4l, libxcb, linenoise, linux-pam,
3619         lm_sensors, ltp-testsuite, luajit, lzop, madplay, make, mdadm,
3620         mediastreamer, memtester, mesa3d,
3621         mobile-broadband-provider-info, monit, mpd, mpfr, mpg123,
3622         mrouted, msmtp, nbd, ncurses, ndisc6, neard, neardal, neon,
3623         netperf, netsnmp, nettle, nfacct, ntfs-3g, ofono, olsr,
3624         omap-u-boot-utils, openssh, openssl, openswan, openvpn,
3625         oprofile, orc, patch, pciutils, pcre, perl, php, poco,
3626         polarssl, proftpd, psmisc, pulseaudio, python,
3627         python-{bottle,netifaces,serial,setuptools}, qt, quagga,
3628         quota, radvd, rpi-firmware, rpi-userland, rt-tests, sam-ba,
3629         samba, sawman, sdl, ser2net, smartmontools, socat, socketcand,
3630         speex, squid, stress, stunnel, sudo, syslinux, sysstat,
3631         sysvinit, tcl, tcprelay, tinyhttpd, tslib, tvheadend,
3632         uboot-tools, udev, ulogd, util-linux, vala, vtun, webkit,
3633         xapp_{iceauth,luit,makefontscale,sessreg,setxkbmap,smproxy},
3634         xapp_{xauth,xcmsdb,xdpyinfo,xev,xgamma,xhost,xinput,xkbcomp},
3635         xapp_{xkbevd,xlsatoms,xlsclients,xmodmap,xpr,xprop,xrandr,xrdb},
3636         xapp_{xset,xwd,xwininfo}, xcb-{proto,util},
3637         xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synptics},
3638         xdriver_xf86-input-{tslib,vmmouse,void},
3639         xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,geode,glide,glint},
3640         xdriver_xf86-video-{i128,intel,mach64,mga,neomagic,newport},
3641         xdriver_xf86-video-{openchrome,r128,savage,siliconmotion,sis},
3642         xdriver_xf86-video-{tdfx,trident,vesa,vmware,wsfb}, xenomai,
3643         xfont, xinetd, xkeyboard-config, xlib_lib{FS,ICE,SM,X11},
3644         xlib_libX{scrnSaver,au,aw,cursor,dmcp,ext,fixes,font,ft,i},
3645         xlib_libX{inerama,mu,pm,randr,res,tst,v,vMC,xf86dga,xf86vm},
3646         xlib_lib{dmx,fontenc,pciaccess,xkbfile}, xlib_xtrans,
3647         xproto_{applevm,bigreqs,dri2,fonts,gl,input,kbd,record}proto,
3648         xproto_{resource,scrnsaver,xcmisc,xext,x}proto,
3649         xserver_xorg-server, xutil_makedepend, xz, zeromq
3650
3651         New packages: aircrack-ng, bcusdk, chrony, crda,
3652         cryptodev-linux, cppzmq, czmq, dtach, enscript, exfat,
3653         exfat-utils, f2fs-tools, fan-ctrl, filemq, foomatic-filters,
3654         genimage, genpart, glibmm, gnuplot, gtest, gutenprint, hplip,
3655         iozone, jansson, jhead, jquery-keyboard, jquery-ui,
3656         jquery-ui-themes, json-glib, json-javascript, lcms2, libpfm4,
3657         libpthsem, libserial, libsigsegv, libtasn1, libwebsockets,
3658         libxkbcommon, libxml++, linknx, log4cxx, mongoose, mongrel2,
3659         mtools, ne10, nmap, nodejs, openobex, openpgm, poppler,
3660         protobuf-c, python-m2crypto, python-thrift, qjson, qt5base,
3661         qt5declarative, qt5graphicaleffects, qt5imageformats,
3662         qt5jsbackend, qt5multimedia, qt5quick1, qt5script, qt5svg,
3663         qt5webkit qt5xmlpatterns, rapidjson, redis, swig, texinfo,
3664         tzdata, urg, ussp-push, wayland, webp, weston, wireless-regdb,
3665         wireshark, wvdial, wvstreams, xcb-util-image, xcb-util-wm,
3666         xcursor-transparent-theme, zic, zmqpp, zyre
3667
3668         Removed packages: microperl, ocf-linux, xapp_xinit,
3669         xapp_xplsprinters, xapp_xprehashprinterlist,
3670         xfont_font-bitstream-speedo,
3671         xlib_lib{Xfontcache,XprintAppUtil,XprintUtil,Xp,oldX,xkbui},
3672         xproto_{print,xf86rush}proto
3673
3674         Deprecated packages: vala
3675
3676         Issues resolved (http://bugs.uclibc.org):
3677
3678         #1291: Add support for Faraday 526 arm processor (fa526)
3679         #2683: cups does not install correctly to target
3680         #3313: mesa3d fails to build
3681         #5186: initramfs/cpio should support lzo compression
3682         #5636: agetty - cannot get controlling tty error - need updated...
3683         #5906: collectd client headers not exported
3684         #5966: bison unnecessarily required as build dependency
3685         #6140: --enable-fileinfo not applied for php package
3686         #6164: openvpn usage of ip tool from Busybox
3687
3688 2013.02, Released February 28th, 2013:
3689
3690         Misc manual updates.
3691
3692         Updated/fixed packages: busybox, collectd, flashbench,
3693         libgtk2, libupnp, mii-diag, quota
3694
3695 2013.02-rc3, Released February 26th, 2013
3696
3697         Minor fixes.
3698
3699         Updated/fixed packages: conntrack-tools, dialog,
3700         enlightenment, haserl, keyutils, libfif, libmad,
3701         linux-firmware, linux-fusion, matchbox-desktop, matchbox-wm,
3702         ruby, spawn-fcgi, vtun
3703
3704         Issues resolved (http://bugs.uclibc.org):
3705
3706         #5960: fusion.ko driver does not install to target rootfs
3707
3708 2013.02-rc2, Released February 19th, 2013
3709
3710         Fixes all over the tree.
3711
3712         Various manual updates and fixes.
3713
3714         Updated/fixed packages: busybox, collectd, gesftpserver,
3715         glib-networking, gnutls, inotify-tools, libcurl, libffi,
3716         libglib2, libtorrent, libvorbis, neard, network-manager,
3717         ntfs-3g, openssl, qt, rpi-userland, rtorrent, thttpd, vim.
3718
3719         Issues resolved (http://bugs.uclibc.org):
3720
3721         #5906: collectd client headers not exported
3722
3723 2013.02-rc1, Released February 10th, 2013
3724
3725         Toolchain: Crosstool-ng 1.17.0, default to GCC 4.6.3, target
3726         libraries install fixed. Add Linaro ARM
3727         2012.11/2012.12/2013.01, AArch64 12.11/12.12/13.01. Sourcery
3728         CodeBench MIPS 2012.03/09. Infrastructure to warn about
3729         missing 32bit support for binary toolchains. Toolchain wrapper
3730         is now relocatable. Add GDB 7.5.1 / Remove 6.8 / 7.0 /
3731         7.1. Deprecate uClibc 0.9.31.
3732
3733         Architecture: Xtensa fixes, add missing powerpc variants, arm
3734         1136jf-s rev1, add A5/A15, neon support toggle, OABI
3735         deprecated. Sparc: drop old unused variants
3736
3737         Bootloaders: At91bootstap: fix upstream URL, Barebox: add
3738         2012.12/2013.01/2013.02, remove 2012.08/09/10, lzop fixes,
3739         environment image support, U-Boot: add 2013.01.01
3740
3741         Linux: fix appended dtb handling for v3.8+ kernels, support
3742         multiple device trees
3743
3744         Defconfigs: calao USB-A9260, snowball, QEMU PPC440 on ML507
3745         board, QEMU ARM Exynos4210, Kernel version in QEMU defconfigs
3746         updated, at91rm9200df: misc fixes. Lock kernel headers to
3747         match kernel.
3748
3749         Infrastructure: Git download fixes. Toolchain make target
3750         renamed from 'cross' to 'toolchain'. Eclipse integration
3751         support. Option to set root password, post image scripts,
3752         config scripts handling.
3753
3754         Updated/fixed packages: alsa-lib, argp-standalone, argus,
3755         arptables, atk, audiofile, axel, beecrypt, bind, bison,
3756         bluez_utils, boost, cairo, can-utils, bmon, boa, busybox,
3757         cairo, ccache, cdrkit, cifs-utils, cjson, cmake, collectd,
3758         connman, coreutils, cpanminus, cups, dbus, dhcp, dialog,
3759         diffutils, directfb, distcc, divine, dnsmasq, docker,
3760         dosfstools, dstat, e2fsprogs, ebtables, ed, empty, ethtool,
3761         expedite, fbset, fbv, ffmpeg, flex, fltk, fluxbox, freetype,
3762         gadget-test, gawk, gdb, genext2fs, gettext, giblib,
3763         glib-networking, gmp, gmpc, gnupg, gnutls, gpsd,
3764         gst-plugins-{bad,base,good}, gstreamer, gzip, haserl, hdparm,
3765         heirloom-mailx, hiawanta, hostapd, icu, imagemagick, imlib2,
3766         inadyn, infozip, iproute2, ipset, iptables, iw, jpeg, jquery,
3767         jquery-sparklines, jqeury-validation, kismet, kmod, lame,
3768         libao, libcap, libcurl, libdvdnav, libdvdread, libecore,
3769         libedbus, libedje, libeet, libefreet, libeina, libeio,
3770         liberation, libelementary, libembryo, libethumb, libev,
3771         libevas, libffi, libfribidi, libfuse, libgcrypt, libglib2,
3772         libgpg-error, libgtk2, libhid, libidn, libmicrohttpd, libmpd,
3773         libnl, libnspr, libnss, libogg, libpcap, libplayer, libpng,
3774         libroxml, librsvg, libseccomp, libsigc, libsndfile, libungif,
3775         libupnp, liburcu, libusb-compat, libvncserver, libvorbis,
3776         libxml2, libxslt, lighttpd, links, linux-firmware,
3777         linux-fusion, ltp-testsuite, ltrace,
3778         lttng-{babel,libust,modules,tools}, lvm2, lua, luajit, lzop,
3779         matchbox-{desktop,lib}, mdadm, metacity, midori, minicom, mpd,
3780         mpfr, mplayer, mtd, mysql_client, ncurses, neon, netatalk,
3781         networkmanager, nspr, ntfs-3g, nuttcp, ofone, olsr, openssl,
3782         openvpn, opkg, oprofile, opus, opus-tools, orc, ortp, pango,
3783         pciutils, pcmanfm, pcre, pcsc-lite, perl, php, pixman,
3784         pkgconf, polarssl, pptp-linux, proxychains, pulseaudio,
3785         python, python3, qemu, qextserialport, qt, quagga, radvd,
3786         readline, rng-tools, rt-tests, rubix, ruby, sam-ba, samba,
3787         sane-backends, sconeserver, scons, screen, sdl, sdl_gfx,
3788         sdl_mixer, sdl_ttf, sdparm, sed, ser2net, smartmontools,
3789         speex, sqlite, squid, sshfs, strace, sudo, sylpheed, tn5250,
3790         taglib, tar, torsmo, transmission, tslib, uboot-tools, ulogd,
3791         usb_modeswitch, util-linux, valgrind, vim, vsftpd, wavpack,
3792         webkit, wipe, wireless_tools, wpa_supplicant, xapp_xinit,
3793         xapp_xinput-calibrator, xapp_xman, xapp_xmh, xlib_libX11,
3794         xlib_libXdmcp, xlib_libXft, xlib_libpthread-stubs,
3795         xlib_xtrans, xproto_xcmiscproto, xproto_xextproto,
3796         xserver_xorg-server, xstroke, xvkbd, xz
3797
3798         New packages: b43-firmware, b43-fwcutter, bustle,
3799         cache-calibrator, cegui06, celt051, classpath, curlftpfs,
3800         dvb-apps, dvbsnoop, elfutils, enlightenment, firmware-imx,
3801         flashbench, gd, gesftpserver, gst-fsl-plugins, httping, iftop,
3802         imx-lib, jamvm, jpeg-turbo, keyutils, libatasmart, libcofi,
3803         libebml, libevas-generic-loaders, libfslcodec, libfslparser,
3804         libfslvpuwrap, libgsasl, libiscsi, libmatroska, libmcrypt,
3805         libmhash, libqwt, libseccomp, libsha1, linenoise, mcrypt,
3806         media-ctl, ncdu, neard, neardal, nettle, perf, polkit,
3807         proxychains, python-bottle, python-pyparsing, rpi-firmware,
3808         rpi-userland, sg3_utils, slirp, snowball-hdmiservice, spice,
3809         spice-protocol, tcllib, tvheadend, udisks, usbredir
3810         ux500-firmware, vde2, xcb-utils-keysyms, yavta,
3811         zd1211-firmware
3812
3813         Removed packages: customize, xdriver_xf86-input-{acecad,aiptek},
3814         xdriver_xf86-video-{apm,chips,i740,rendition,s3,s3virge,sisusb},
3815         xdriver_xf86-video-sun{cg14,cg3,cg6,ffb,leo,tcx},
3816         xdriver_xf86-video-{tsend,xgi,xgixp}
3817
3818         Deprecated packages: xstroke
3819
3820         Issues resolved (http://bugs.uclibc.org):
3821
3822         #4237: building shared openssl w/-Os fails due to gcc bug
3823         #5690: python3 does not obey to BR2_PACKAGE_PYTHON3_PYC_ONLY=y
3824         #5602: python3 should install a "python" symbolic link
3825         #5846: Extra slash added to last slash in URL
3826
3827 2012.11.1, Released January 3rd, 2013:
3828
3829         Toolchain: Fixed non-largefile builds on recent Ubuntu
3830         versions.
3831
3832         Arch: fix missing x86/generic handling, Build for Xtensa with
3833         longcalls option.
3834
3835         Updated/fixed packages: dosfstools, qt
3836
3837 2012.11, Released December 2nd, 2012:
3838
3839         Git shallow clone fix for older git version.
3840
3841         Updated/fixed packages: ctuio, libtool
3842
3843         Issues resolved (http://bugs.uclibc.org):
3844
3845         #5726: List all the available hook points
3846
3847 2012.11-rc2, Released November 30th, 2012:
3848
3849         Minor fixes around the tree.
3850
3851         Various manual updates and fixes.
3852
3853         Add checks for legacy features.
3854
3855         Updated/fixed packages: acpid, alsa-lib, arptables, binutils,
3856         busybox, ccache, cjson, cramfs, directfb, flex, fluxbox, gdb,
3857         hiawatha, igh-ethercat, imagemagick, imlib2, lcdproc,
3858         libdaemon, libecore, libhid, libmad, libpcap, libsigc, libusb,
3859         linux-fusion, matchbox, ocf-linux, owl-linux, python, rrdtool,
3860         scons, strace, sylpheed
3861
3862         Issues resolved (http://bugs.uclibc.org):
3863
3864         #5732: Error : package/alsa-lib/alsa-lib.mk
3865
3866 2012.11-rc1, Released November 17th, 2012
3867
3868         Fixes all over the tree and new features.
3869
3870         Defconfigs: use u-boot 2012.10 on at91 and beaglebone,
3871         sheevaplug + qemu: bump kernel version, add qemu-mips64-malta
3872         + nitrogen6x defconfigs.
3873
3874         Bootloaders: add u-boot 2012.07/10, ais target format, add
3875         barebox 2012.08/09/10/11, linker overlap issue fix for
3876         at91bootstrap, mxs-bootlets updated for new Barebox versions.
3877
3878         Toolchains: binutils 2.23.1, gcc 4.7.2, default to gcc 4.6.x,
3879         Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10.
3880         Libtirpc support for modern glibc variants. Toolchain on
3881         target has been deprecated.
3882
3883         Initial Aarch64 support, Xtensa support re-added.
3884
3885         Infrastructure: Use shallow git clone when possible, use
3886         tarballs rather than git URLs for github. Moved to pkgconf
3887         rather than pkg-config. System directory added, default
3888         skeleton/device tables moved. More than 1 post-build script
3889         can now be used. output/target now contains a
3890         THIS_IS_NOT_YOUR_ROOT_FILESYSTEM warning, to help people
3891         understand how to (not) use it.
3892
3893         Manual has been reworked and extended.
3894
3895         Legal-info: Lots of package annotations, CSV file fixes,
3896         _LICENSE / _REDISTRIBUTE splitup, per-package hooks.
3897
3898         Updated/fixed packages: acpid, alsa-lib, alsa-utils,
3899         alsamixergui, attr, autoconf, automake, bash, bind, binutils,
3900         bison, blackbox, bluez-utils, busybox, cairo, can-utils,
3901         cifs-utils, cjson, cmake, collectd, connman, conntrack-tools,
3902         coreutils, cups, cvs, dbus, dhcp, directfb, dmalloc, dnsmasq,
3903         dropbear, e2fsprogs, ethtool, fbdump, feh, fftw, file,
3904         flashrom, fluxbox, gdb, gdisk, gdk-pixbuf, genext2fs, gettext,
3905         gnutls, gpsd, gqview, grep, gsl, gst-plugins-{bad,good},
3906         hdparm, hiawatha, hostapd, input-tools, iproute2, ipset,
3907         iptables, iw, json-c, kexec, kmod, lcdproc, leafpad, less,
3908         libcurl, libdrm, libdvdnav, libdvdread, libffi, libfuse,
3909         libglib2, libhid, liblockfile, libmad, libmbus, libmnl,
3910         libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
3911         libnfc, libnfc-llcp, libnfnetlink, libnl, libnspr, libnss,
3912         libpcap, libplayer, libtool, libtorrent, liburcu, libv4l,
3913         libxcb, libxml2, libxslt, links, linux-firmware, lm-sensors,
3914         lmbench, lockfile-progs, logrotate, lshw, lsof,
3915         lttng-babeltrace, lttng-tools, lua, luajit, mesa3d, microperl,
3916         mii-diag, module-init-tools, mpc, mpd, mpg123, mplayer,
3917         mtd-utils, mysql_client, nbd, ncurses, netatalk, netkitbase,
3918         netkittelnet, netsnmp, newt, nfs-utils, openntpd, openssh,
3919         openssl, opkg, patch, pciutils, pcre, php, poco, polarssl,
3920         popt, portmap, pppd, procps, pulseaudio, python, python-nfc,
3921         python-protobuf, qt, quota, rp-pppoe, rtorrent, sam-ba, samba,
3922         scons, sdl_gfx, smartmontools, sqlite, squid, strace, sudo,
3923         sylpheed, tcpdump, tremor, ttcp, tiff, unionfs,
3924         usb_modeswitch, usbutils, util-linux, vala, valgrind, vpnc,
3925         vsftpd, webkit, wget, which, wpa_supplicant, x11vnc, xapp_*,
3926         xdriver_*, xenomai, xfont_*, xinetd, xl2tp, xlib_*, xlsclient,
3927         xproto_*, xserver_xorg-server, xutil_util-macros, xz, zeromq
3928
3929         New packages: arptables, at91bootstrap3, boot-wrapper-aarch64,
3930         ccid, cpanminus, cpuload, erlang, evtest, fb-test-apps,
3931         fxload, gdbm, gnupg, googlefontdirectory, grantlee, gsl,
3932         lcdapi, liblo, liblog4c-localtime, libtirpc, linux-pam,
3933         lua-msgpack-native, macchanger, mtdev, mtdev2tuio, nfacct,
3934         opus, opus-tools, pcsc-lite, perl, pkgconf, python-meld3,
3935         python3, qemu, qextserialport, qtuio, rpcbind, schifra,
3936         sconeserver, supervisor, time, ulogd, usb_modeswitch_data,
3937         yasm
3938
3939         Deprecated packages: netkitbase, netkittelnet
3940
3941         Issues resolved (http://bugs.uclibc.org):
3942
3943         #807:  [PATCH] samba - make iconv and smbd optional
3944         #3049: binutils have a sysroot bug in ld
3945         #5330: update vsftpd to 3.0.0
3946         #5486: libglib2 build fails on: libs/libglib-2.0.so: undefined...
3947         #5666: Fails to build python 2.7.2 for 2440 arm
3948
3949 2012.08, Release August 31th, 2012
3950
3951         Updated/fixed packages: microperl, cups, luajit, rrdtool,
3952         prboom, oprofile.
3953
3954         Added license information for: sqlite.
3955
3956         Changed the source URLs of all packages located on Sourceforge
3957         in order to use the automatic mirror selection URL
3958         downloads.sourceforge.net, and get rid of the
3959         BR2_SOURCEFORGE_MIRROR option.
3960
3961 2012.08-rc3, Released August 25th, 2012
3962
3963         Updated/fixed packages: libglib2, netsnmp, freetype, libfuse,
3964         libpng, x11vnc, zlib, gpsd, ifplugd, bash, distcc.
3965
3966         Added license informations for: barebox, grub, syslinux,
3967         uboot, xloader, yajl, zlib, zxing, alsa-lib, alsa-utils,
3968         faad2, nano, fbdump, rsync, librsync, fontconfig,
3969         inotify-tools,
3970
3971 2012.08-rc2, Released August 15th, 2012
3972
3973         Updated/fixed packages: imagemagick, sudo, crosstool-ng.
3974
3975         Added license informations for: mxml, nanocom, empty, expat,
3976         lua, lucjson, xinetd, cjson, luaexpat, lmbench, bwm-ng,
3977         input-event-daemon, luajit, cgilua, copas, coxpcall,
3978         luafilesystem, luasocket, rings, wsapi, xavante, libtpl,
3979         avahi, busybox, libfcgi, ifplugd, libcgicc, libcurl,
3980         libdaemon, libdnet, libgpg-error, libpcap, libpng, lighttpd,
3981         mtd, openssl, psmisc, socat, spawn-fcgi.
3982
3983         Fixes to Microblaze external toolchains
3984         configuration. Improvements of the pkg-stats
3985         script. Out-of-tree fix for the graph-depends script.
3986
3987         Kernel headers version bump.
3988
3989 2012.08-rc1, Released August 1st, 2012
3990
3991         Fixes all over the tree and new features.
3992
3993         Integration of a legal information reporting infrastructure,
3994         which allows to generate detailed informations about the
3995         licenses and source code of all components of a system
3996         generated by Buildroot. License information will progressively
3997         be added on packages.
3998
3999         Default configuration files added for Calao-systems USB-A9263
4000         and Calao-systems USB-A9G20-LPW.
4001
4002         External toolchains update: allow download of a custom
4003         toolchain, add Linaro 2012.05 and 2012.06 for ARM, add
4004         Blackfin toolchain 2012R1-BETA1, add Sourcery CodeBench MIPS
4005         2011.09.
4006
4007         Allow the restriction of downloads to the primary site only.
4008         This is useful for project developers who want to ensure that
4009         the project can be built even if the upstream tarball
4010         locations disappear.
4011
4012         Add a 'System configuration' choice to select between 3
4013         different init systems: Busybox init, SysV init and Systemd
4014         init.
4015
4016         Cleanups to the package infrastructure. The visible change to
4017         developers is that $(eval $(call AUTOTARGETS)) is now $(eval
4018         $(autotools-package)), and similarly for other package
4019         infrastructures and host packages. Refer to the documentation
4020         for details.
4021
4022         By default, automatic detection of the number of compilation
4023         jobs to use, depending on the number of CPUs available.
4024
4025         Improvements to generate systems with static libraries only
4026         (infrastructure and package fixes).
4027
4028         Add proper support in the Linux kernel package to generate
4029         Device Tree Blobs or combined Device Tree / Kernel
4030         images. This will be useful on Microblaze, PowerPC and ARM,
4031         which are architectures making extensive use of the Device
4032         Tree.
4033
4034         Updated/fixed packages: audiofile, autoconf, automake, axel,
4035         barebox, bash, beecrypt, berkeleydb, bind, bison, bluez_utils,
4036         bonnie, boost, busybox, bsdiff, bwm-ng, bzip2, cifs-utils,
4037         cgilua, cmake, connman, conntrack-tools, crosstool-ng, cups,
4038         dbus, dhcp, dnsmasq, e2fsprogs, eeprog, ethtool, faad2, fbv,
4039         ffmpeg, freetype, gmp, gnutls, gob2, gpsd, grep,
4040         gst-plugins-base, gst-plugins-good, gzip, hiawatha, hostapd,
4041         htop, icu, igh-ethercat, imagemagick, input-tools, iostat,
4042         iproute2, ipset, iptables, iw, kmod, less, libcap, libgci,
4043         libconfig, libcurl, libelf, libevas, libeXosip2, libexif,
4044         libfuse, libidn, libmad, libmbus, libmnl,
4045         libnetfilter-conntrack, libnl, libnspr, libnss, libogg,
4046         libosip2, libpcap, libpng, libroxml, liburcu, libusb, libxml2,
4047         libxslt, lighttpd, linux, ltrace, lttng-libust, lttng-modules,
4048         lttng-tools, lua, m4, memtester, midori, mii-diag,
4049         module-init-tools, mpfr, mpg123, mrouted, msmtp, mtd, mxml,
4050         mysql_client, nasm, nbd, ncurses, nfs-utils, opencv, openocd,
4051         openssl, pciutils, php, polarssl, portaudio, pppd,
4052         pthread-stubs, pulseaudio, qt, quagga, quota, radvd, rpm,
4053         rrdtool, samba, sam-ba, scons, sdl_gfx, sdl_sound, speex,
4054         sqlite, squashfs, squid, sudo, synergy, syslinux, systemd,
4055         tar, tcpdump, tcpreplay, udev, usbutils, valgrind, wget,
4056         wpa_supplicant, wsapi, xavante, xserver_xorg-server, zlib
4057
4058         New packages: cjson, collectd, dfu-util, dmidecode, elftosb,
4059         fbterm, flashrom, freerdp, inadyn, libfreefare,
4060         libnetfilter_cttimeout, libnfc, libnfc-llcp, liboping,
4061         libtorrent, linphone, logsurfer, lshw, luacjson, luaexpat,
4062         luajit, mediastreamer, mobile-broadband-provider-info, monit,
4063         mxs-bootlets, nanocom, nss-mdns, ofone, omap-u-boot-utils,
4064         opkg, ortp, owl-linux, python-id3, python-nfc, quota,
4065         ramspeed, rtorrent, sound-theme-borealis,
4066         sound-theme-freedesktop, sysprof, webrtc-audio-processing,
4067         xinetd, zxing
4068
4069         Issues resolved (http://bugs.uclibc.org):
4070
4071         #1315: Allow use of older external toolchains without sysroot
4072                support [won't fix]
4073         #5276: Hiawatha needs to manage IPV6 if so [fixed]
4074         #5360: buildroot fails when building "host-libglib2 2.30.2
4075                Building" [won't fix, upstream problem]
4076         #5384: Can't build packages relying on gets on newer glibc
4077                [fixed]
4078
4079 2012.05, Released May 30th, 2012:
4080
4081         Updated/fixed packages: busybox, netsnmp, pptp-linux
4082
4083 2012.05-rc3, Released May 25th, 2012:
4084
4085         Minor fixes around the tree.
4086
4087         Infra: Fix for DOWNLOAD macro when using primary mirrors with
4088         scp targets.
4089
4090         Toolchain: Kernel headers 3.2.18 / 3.3.7.
4091
4092         Updated/fixed packages: binutils, bison, busybox, cifs-utils,
4093         gnuchess, gpsd, iperf, libmpeg2, mtd, ntfs-3g, oprofile,
4094         xserver-xorg
4095
4096 2012.05-rc2, Released May 18th, 2012:
4097
4098         Fixes all over the tree.
4099
4100         Toolchain: uClibc: Use 0.9.33.2, Crosstool-ng: fix gperf
4101         dependency, disable decimal floats support, Linux 3.2.17 /
4102         3.3.6 kernel headers. Fix sysroot copy handling for toolchains
4103         without C++ support.
4104
4105         Updated/fixed packages: apr, apr-util, ccache, dnsmasq,
4106         heirloom-mailx, gdb, ndisc6, opencv, openssl, socat, vala
4107
4108 2012.05-rc1, Released May 10th, 2012:
4109
4110         Fixes all over the tree and new features.
4111
4112         Use /etc/os-release for version info rather than
4113         /etc/br-version.
4114
4115         CMake toolchain file moved to $HOST_DIR/usr/share/buildroot.
4116
4117         Apply-patches.sh: cleanups, archived patches handling fixes,
4118         support series files.
4119
4120         Defconfigs: beaglebone, mx53qsb, pandaboard, qemu configs for
4121         arm-vexpress/microblaze/ppc-mpc88544ds, use 3.2.x for
4122         atngw100, use 3.3.x for qemu configs.
4123
4124         Menu structure: Libraries moved out of multimedia section
4125
4126         Atom processor support. Prescott fix, blackfin ABI fix,
4127         Microblaze architecture support (using ext toolchain). Cleanup
4128         architecture names, deprecate Xtensa support.
4129
4130         Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
4131         default to uClibc 0.9.33.x, enable
4132         UCLIBC_SUPPORT_AI_ADDRCONFIG by default, static and 64bit
4133         fixes for external toolchains, linaro ext toolchains, new
4134         sourcery codebench ext toolchains, GDB 7.4.1, crosstool-ng
4135         1.15.2.
4136
4137         Bootloaders: U-Boot: add 2012.04.01, SPL and u-boot.img
4138         support. Barebox: add 2012.04, remove 2011.12.
4139
4140         Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
4141         barebox, berkeleydb, bind, bluez_utils, boost, busybox,
4142         can-utils, ccache, cifs-utils, coreutils, cups, dbus, dhcp,
4143         directfb, dnsmasq, doom-wad, dosfstools, e2fsprogs, expat,
4144         fakeroot, feh, ffmpeg, file, fis, freetype, gamin, gawk,
4145         gdk-pixbuf, gettext, giblib, glib-networking, gmp, gnutls,
4146         gpsd, grep, gstreamer, gst-plugins-{bad,base,good,ugly},
4147         haserl, hdparm, imagemagick, iproute2, iptable, iw, kexec,
4148         kmod, lame, libaio, libarchive, libatomic_ops, libconfig,
4149         libcurl, libdvdnav, libdvdread, libedbus, libethumb, libffi,
4150         libfuse, libglib2, libgtk2, libhid, libmad, libmbus, libmpeg2,
4151         libnl, libplayer, libpng, libsigc, libsoup, libupnp, liburcu,
4152         libusb, libusb-compat, libxml2, libxml-parser-perl, libxslt,
4153         lighttpd, linux-firmware, linux-fusion, lite, lsof, ltrace,
4154         lttng-libust, lua, m4, makedevs, microperl, mpd, mpfr, mpg123,
4155         mrouted, mtd, mysql_client, nbd, ncftp, ncurses, neon,
4156         netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g, openntpd,
4157         openssh, openssl, parted, pango, pcre, php, pixman, poco,
4158         psmisc, pulseaudio, python, qt, quagga, radvd, rpm, rsync,
4159         ruby, samba, sam-ba, sane-backends, sawman, screen, sdl_net,
4160         smartmontools, speex, sqlite, squashfs3, squid, sshfs, sudo,
4161         syslinux, sysstat, taglib, tcpdump, tftp-hpa, transmission,
4162         tiff, tinyhttpd, uboot-tools, udev, uemacs, unionfs, usbutils,
4163         util-linux, vala, valgrind, vim, vsftpd, wget, wipe,
4164         wpa_supplicant, xdriver_xf86-{input-vmmouse,video-fbdev},
4165         xfsprogs, zlib
4166
4167         New packages: apr, apr-util, audiofile, bellagio,
4168         conntrack-tools, empty, fmtools, glib-networking,
4169         heirloom-mailx, hiawatha, latencytop, lcdproc, libcap-ng,
4170         libdmtx, libfcgi, libnetfilter_conntrack, libnfnetlink,
4171         libtpl, localedef, minicom, msmtp, ndisc6, netatalk,
4172         ocf-linux, openswan, parted, polarssl, protobuf, read-edid,
4173         socketcand, stress, systemd, ushare, zeromq
4174
4175         Deprecated packages: ttcp
4176
4177         Removed packages: ntfsprogs
4178
4179         Issues resolved (http://bugs.uclibc.org):
4180
4181         #2353: [lua] fix build with 2010.08-rc1
4182         #2503: Microperl fails build on MIPSel or with Fedora13.x86_64
4183         #2557: [PATCH] mkfs.xfs complains about missing libxfs.so.0
4184         #2881: Can't build project statically with external toolchain
4185         #3751: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
4186         #4808: ccache may build against wrong zlib
4187         #4880: New package lcdproc
4188         #4886: New package protobuf
4189         #4892: build fails on ltp-testsuite-20101031/testcases/kernel/fs/...
4190         #4898: * make: [target-finalize] Error 1 (ignored)*
4191         #4985: Qt 4.7.4 build crashes with Linux 2.6.29
4192         #4970: udev 181 fails to build if kernel version 3.3 is selected
4193         #5018: dialog broken: exits with assert in uClibc
4194         #5102: qt package moc, uic, rcc read from wrong place
4195         #5144: Patch to fix ixon bug in uemacs
4196         #5198: Line graphics output is broken in GNU Screen
4197         #5204: Missing terminfo file(s) for GNU screen terminal type
4198
4199 2012.02, Released February 29th, 2012:
4200
4201         Updated/fixed packages: libecore
4202
4203 2012.02-rc3, Released February 27th, 2012:
4204
4205         Fixes all over the tree.
4206
4207         Automatic host dependencies handling for cmake packages
4208         fixed. Customize package deprecated as using a post-build
4209         script is nowadays the preferred way of adding extra stuff to
4210         the rootfs.
4211
4212         Linux-headers 3.0.x / 3.2.x stable version bumped.
4213
4214         QEMU defconfigs updated to 3.2.x kernels and readme fixed.
4215
4216         Updated/fixed packages: dropbear, ffmpeg, libpng
4217
4218 2012.02-rc2, Released February 19th, 2012:
4219
4220         Fixes all over the tree.
4221
4222         Toolchain: uClibc: Added upstream post-0.9.33 fixes, Bump
4223         linux-headers 3.0.x / 3.2.x stable versions.
4224
4225         Documentation: Added makedev / <pkg>_DEVICES /
4226         <pkg>_PERMISSIONS documentation.
4227
4228         Updated/fixed packages: busybox, ffmpeg, gst-dsp, libecore,
4229         libvncserver, mxml, python.
4230
4231 2012.02-rc1, Released February 12th, 2012:
4232
4233         Fixes all over the tree and new features.
4234
4235         Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java
4236         support removed, Powerpc SPE ABI support. GDB ELF support fix,
4237         GDB 7.4, crosstool-NG 1.13.4.
4238
4239         Gentargets: scp and mercurial support.
4240         Autotools: derive host dependencies from target by default.
4241         Packages can now declare device table snippets.
4242
4243         Host utilities menu with commonly used host tools.
4244
4245         defconfigs: qemu configs for x86-64, mips and sparc, at91
4246         defconfigs now use modern U-Boot / mainline Linux, added
4247         lpc3250 defconfigs.
4248
4249         uClibc: remove 0.9.30, backport unshare() support, add
4250         0.9.32.1 / 0.9.33, use same config for ctng.
4251
4252         Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions,
4253         Barebox: add 2012.01/02, remove 2011.10/11, LPC32xx
4254         bootloaders added.
4255
4256         Various manual updates. Release tarballs now contain generated
4257         manual in text/html/pdf formats.
4258
4259         Buildroot now calls the stop function of scripts in
4260         /etc/init.d at shutdown.
4261
4262         Updated/fixed packages: atk, avahi, barebox, bash, beecrypt,
4263         bind, binutils, bison, bluez_utils, bzip2, busybox, cairo,
4264         ccache, cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog,
4265         diffutils, dmalloc, dropbear, e2fsprogs, ebtables, ed,
4266         ethtool, expat, ffmpeg, file, fis, flex, fluxbox, fontconfig,
4267         freetype, gawk, grep, gst-dsp, gst-ffmpeg, gst-plugins-base,
4268         hdparm, hostapd, htop, i2c-tools, icu, iproute2, ipsec-tools,
4269         ipset, iptables, iw, jpeg, kismet, lame, libcap, libcgi,
4270         libev, libeXosip2, libffi, libftdi, libgpg-error, libgtk2,
4271         libidn, libmms, libmnl, libmodbus, libnl, libogg, libosip,
4272         libpcap, libpng, libraw1394, libroxml, libusb, libusb-compat,
4273         libv4l, libvorbis, libxcb, libxml-parser-perl, libxslt,
4274         lighttpd, links, lm-sensors, lua, m4, module-init-tools, mpc,
4275         mesa3d, mpd, mpfr, mplayer, mtd-utils, nano, nbd, ncurses,
4276         netperf, netsnmp, ntp, opencv, openocd, openssl, openvpn, orc,
4277         pciutils, pcre, pixman, pkg-config, poco, popt, proftpd,
4278         python, python-serial, qt, ruby, samba, sdl, sdparm,
4279         squashfs3, sshfs, sqlite, squid, sudo, syslinux, tcl, tcpdump,
4280         ti-utils, tiff, tremor, uboot, uboot-tools, udev, usbmount,
4281         util-linux, vala, valgrind, vsftpd, wpa_supplicant,
4282         xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xinit},
4283         xapp_xinput, xapp_xman, xcb-util, xdm, xenomai,
4284         xf86-video-sis, xfont_{encodings,font-util},
4285         xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender},
4286         xlib_libxkbfile, xterm, xutil_makedepend, yajl
4287
4288         New packages: boost, connman, dstat, expedite, explorercanvas,
4289         feh, flot, giblib, igh-ethercat, imlib2, jquery,
4290         jquery-sparklines, jquery-validation, jsmin, kmod, libecore,
4291         libedbus, libedje, libeet, libeina, libelementary, libesmtp,
4292         libethumb, libevas, libical, libmbus, liboauth, liburcu,
4293         libvncserver, linux-firmware,
4294         lttng-{babeltrace,libust,modules,tools}, NetworkManager,
4295         open2300, python-distutilscross, python-dpkt,
4296         python-netifaces, python-pygame, python-setuptools, rt-tests,
4297         sam-ba, sane-backends, sqlcipher, transmission, unionfs,
4298         xf86-input-tslib, xinput-calibrator
4299
4300         Issues resolved (http://bugs.uclibc.org):
4301
4302         #743:  Add Transmission bit torrent option to buildroot
4303         #755:  Add Boost libraries as a package
4304         #2299: Add crypto support to libsoup
4305         #2617: Pixman 0.19.2 & Cairo 1.10.0
4306         #3403: libgpg-error: bump to version 1.10
4307         #3409: libgpg-error: download from gnupg.org
4308         #3421: nano: make tiny flag optional
4309         #3691: New EFL packages
4310         #4664: Cannot patch AT91Bootstrap
4311         #4700: setlocalversion not working for combination svn/ubuntu 11.10...
4312         #4760: Qt: add host-pkg-config to dependency-list
4313
4314 2011.11, Released November 30th, 2011:
4315
4316         Fixes all over the tree.
4317
4318         Bump kernel headers / default Linux version to 3.1.4.
4319
4320         Updated/fixed packages: ruby
4321
4322 2011.11-rc3, Released November 26th, 2011:
4323
4324         Fixes all over the tree.
4325
4326         Toolchain: Fix gdb dependencies for external toolchains,
4327         adjust uClibc patches so they don't confuse modern versions of
4328         patch, bump crosstool-ng, kernel headers and linux versions.
4329
4330         Updated/fixed packages: busybox, freetype, mplayer, opencv,
4331         php, rsyslog, ruby, thttpd, xapp_xf86dga
4332
4333         Issues resolved (http://bugs.uclibc.org):
4334
4335         #4357: Prevent patch commands from accessing source control
4336         #4369: Fix permissions on untared lsof archive
4337
4338 2011.11-rc2, Released November 18th, 2011:
4339
4340         Fixes all over the tree and new features.
4341
4342         Updated asciidoc documentation
4343
4344         Toolchain: Bumped 3.x stable kernel headers, use wget in
4345         crosstool-ng as well, bump crosstool-ng version, gdb fixes,
4346         uClibc sparc fix.
4347
4348         Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb,
4349         mplayer, newt, qt, rpm, rrdtool, tar, tftpd
4350
4351         Issues resolved (http://bugs.uclibc.org):
4352
4353         #3355: mplayer fails to build
4354         #4021: uClibc: undefined reference to `__GI___errno_location'
4355         #4297: Qt's qmake uses wrong pkg-config
4356
4357 2011.11-rc1, Released November 11th, 2011:
4358
4359         Fixes all over the tree and new features.
4360
4361         Moved misc scripts and support stuff to support/. Renamed
4362         patch-kernel.sh to support/scripts/apply-patches.sh.
4363
4364         Documentation: Moved to asciidoc format, make targets to
4365         generate text/html/pdf/epub output added.
4366
4367         Defconfigs: Qemu configs updated to 3.1 kernel and readmes
4368         added.
4369
4370         Bootloaders: Add support for custom git tree / tarballs for
4371         barebox, similar to how it's handled for u-boot. Clean up
4372         menuconfig options.
4373
4374         Toolchain: Update external codesourcery toolchain download
4375         URLs after Codesourcery got bought by Mentor, add x86
4376         toolchain, update toolchain versions and optimize toolchain
4377         sysroot copying. Fix uClibc 0.9.32 builds for e500 PPC,
4378         updated GDB versions / download URLs. Binutils
4379         libbfd/libopcodes static/dynamic linking fix. GCC 4.6.2 added,
4380         use ctng-1.13.0.
4381
4382         Package infrastructure: Support for local packages /
4383         overrides, package dir / name arguments dropped from
4384         {GEN,AUTO,CMAKE}TARGETS.
4385
4386         Linux: Kernel extensions infrastructure support, Xenomai +
4387         RTAI support.
4388
4389         Updated/fixed packages: acpid, bind, busybox, dash, dbus,
4390         dbus-glib, directfb, dnsmasq, drystone, e2fsprogs, ethtool,
4391         fakeroot, fbdump, file, freetype, fuse, gamin, gmp, gmpc,
4392         gnutls, gob2, gst-plugins-{base,bad,good,ugly}, gstreamer,
4393         hostapd, ifplugd, imagemagick, intltool, ipsec-tools, ipset,
4394         iptables, iw, jpeg, kexec, leafpad, less, libargtable2, libao,
4395         libconfuse, libcuefile, libcurl, libdaemon, libevent,
4396         libglib2, libiconv, libmpd, libreplaygain, libroxml,
4397         libsamplerate, libsndfile, libsoup, libsvgtiny, libtool,
4398         libxcb, lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo,
4399         lzop, makedevs, mcookie, mpg123, mpd, mpfr, mtd, musepack,
4400         mutt, mysql_client, ncftp, ncurses, neon, netcat, netsnmp,
4401         ntfs-3g, ntfsprogs, ntp, openntpd, openssh, openssl, oprofile,
4402         orc, pciutils, psmisc, python, qt, quagga, radvd, rpm, rsync,
4403         samba, sawman, sdl_sound, smartmontools, sqlite, squid,
4404         stunnel, sudo, sylpheed, sysstat, taglib, tar, tcpreplay,
4405         tslib, usbutils, util-linux, valgrind, wget, whetstone, which,
4406         wpa-supplicant, xdata_xcursor-themes, xmlstarlet, xterm
4407
4408         New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c,
4409         libev, libftdi, libgeotiff, libmodbus, libplayer, live555,
4410         ngrep, noip, opencv, openocd, picocom, poco, portaudio,
4411         pulseaudio, pv, rtai, vala, xenomai.
4412
4413         Removed packages: liboil, sfdisk, swfdec, webif
4414
4415         Issues resolved (http://bugs.uclibc.org):
4416
4417         #505:  live555: new package
4418         #507:  Enable live and tv options in MPlayer-1.0rc2
4419         #531:  let e2fsprogs package to export headers to staging dir if needed
4420         #1171: Linuxthreads new cannot find sysdep.h
4421         #1357: Add bluez to buildroot system
4422         #2107: New package: input-event-daemon
4423         #2599: New package: orc (Oil Runtime Compiler)
4424         #2605: gstreamer: Update to 0.10.30
4425         #2677: introducing util-linux-ng as replacement for util-linux
4426         #2917: Qt: Add declarative module
4427         #3145: jffs2 image generation fails
4428         #3271: netperf-2.4.5 fails to compile
4429         #3331: xdata_xcursor-themes depends on xcursorgen
4430         #3343: Add file:// download SITE_METHOD
4431         #3391: Add support for specifying an external kernel tree
4432         #3631: Error while compiling with Xorg
4433         #3709: oprofile doesn't build for mipsel
4434         #3925: midori not getting compile
4435         #4045: Add support for downloading i386 toolchains from codesourcery
4436         #4165: lrzsz-fix-symlink-at-rebuild.patch
4437         #4171: makedevs-unused-but-set-variable.patch
4438         #4183: Codesourcery toolchain download site has changed
4439         #4231: libneon.so: undefined reference to `SSL_SESSION_cmp'
4440         #4381: Add option to lighttpd to enable Lua support
4441         #4387: Make sure that dest dir exists before installing mtd files
4442
4443 2011.08, Released August 31th, 2011:
4444
4445         Fixes all over the tree.
4446
4447         Toolchain: Fix codesourcery 2009q3 ARM download, Linux 3.0.4
4448         kernel headers.
4449
4450         Updated/fixed packages: ipset, python
4451
4452 2011.08-rc2, Released August 29th, 2011:
4453
4454         Fixes all over the tree.
4455
4456         Toolchain: crosstool-NG 1.12.1, use binutils 2.21 on
4457         mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh
4458         (broken).
4459
4460         Defconfigs: kernel updates, fix mini2440 serial port config,
4461         remove old arm toolchain configs.
4462
4463         Bootloaders: Fix grub patching, add barebox-{n,x,menuconfig}
4464         targets similar to linux/busybox.
4465
4466         Updated/fixed packages: barebox, directfb, libsoup,
4467         libxml-parser-perl, mtd, ncurses, python, ti-utils, udev,
4468         usbmount, util-linux, xfont_font-misc-misc
4469
4470         Issues resolved (http://bugs.uclibc.org):
4471
4472         #3685: ncurses installation hangs due to old version of tic
4473         #4093: Grub fails to install bz2 patch after conversion to...
4474
4475 2011.08-rc1, Released August 4th, 2011:
4476
4477         Fixes all over the tree and new features.
4478
4479         Toolchain: uClibc 0.9.32 / NPTL support, 0.9.29 removed,
4480         ext-toolchain-wrapper improvements, improved non-MMU
4481         support. GCC 4.3.6 / 4.6.1.
4482
4483         GENTARGETS infrastructure extended to cover bootloaders and
4484         Linux kernel as well. Options to retrive Linux/U-Boot from a
4485         custom git repo instead of upstream tarballs.
4486         Support for Linux 3.x and release candidate tarballs.
4487         X-Loader bootloader for omap added.
4488
4489         Make source/external-deps now also works for external
4490         toolchains / crosstool-ng backend.
4491
4492         Updated/fixed packages: autoconf, berkeleydb, bind, binutils,
4493         bmon, bridge-utils, busybox, cmake, dbus, dbus-glib,
4494         e2fsprogs, ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly},
4495         gvfs, hostapd, iproute2, iptables, iw, jpeg, lame, libarchive,
4496         libdnet, libdrm, libgcrypt, libgtk2, libmpeg2, libpng,
4497         libsoup, lighttpd, linux-fusion, lzo, midori, mtd-utils,
4498         nfs-utils, openvpn, oprofile, orc, pkg-config, proftpd, qt,
4499         ruby, samba, sdl, shared-mime-info, sudo, sqlite, squid,
4500         synergy, udev, usbmount, usbutils, util-linux, valgrind,
4501         webkit, xorg-xserver, xz, zlib
4502
4503         New packages: acl, attr, ebtables, gnutls, inotify-tools,
4504         ipset, libargtable2, libiqrf, libmnl, libnspr, libnss,
4505         libroxml, libyaml, live555, mxml, orc, rsyslog, sredird,
4506         statserial, stunnel, ti-utils, uboot-tools, yajl
4507
4508         Deprecated packages: liboil, swfdec
4509
4510         Removed packages: hal
4511
4512         Issues resolved (http://bugs.uclibc.org):
4513
4514         #3559: libnspr: Add new package
4515         #3595: patch to add libroxml
4516         #3565: libnss: Add new package
4517         #3583: xfonts_font-adobe-100dpi fails due to missing map file
4518         #3649: [PATCH] Add mapdir to existing pkg-config patch
4519         #3907: 2011.05 - Qt 4.7.3 not building on ARM
4520         #3961: Nfs-utils: Remove SUSv3-function index
4521         #3985: "help" target's defconfig list needs sort
4522         #3997: bump libroxml to v2.1.0
4523
4524 2011.05, Released May 27th, 2011:
4525
4526         Updated/fixed packages: makedevs
4527
4528 2011.05-rc2, Released May 24th, 2011:
4529
4530         Fixes all over the tree.
4531
4532         Toolchain: Code sourcery ARM 2009q1 download URL fixed /
4533         2009q3 external toolchains added. Crosstool-NG bumped to
4534         1.11.3, eglic/glibc configuration fixes. Linux kernel 2.6.38.x
4535         bumped to 2.6.38.7.
4536
4537         Updated/fixed packages: bind, fakeroot, kbd, psmisc, qt
4538
4539 2011.05-rc1, Released May 18th, 2011:
4540
4541         Fixes all over the tree and new features.
4542
4543         External toolchain improvements: We now build a binary
4544         toolchain wrapper and install it into HOST_DIR/usr/bin, which
4545         enforces the correct compiler arguments, making an external
4546         toolchain as easy to use outside of Buildroot as the internal
4547         ones are. This also brought a cleanup of CFLAGS, making the
4548         Buildroot build output easier to read.
4549
4550         Rootfs device handling improvements: Choice between static
4551         /dev, devtmpfs and devtmpfs with either mdev or udev.
4552
4553         Toolchain: More preconfigured codesourcery external
4554         toolchains, improved Crosstool-NG support, fix for GCC
4555         snapshot versions, GCC 4.4.6 / 4.5.3, experimental GCC 4.6.0
4556         support, target-GCC fixes, uClibc fixes, 0.9.32-rc3 support.
4557
4558         Bootloaders: U-boot 2011.03, Barebox 2011.05.0
4559
4560         Linux: support for custom kernel image targets, E.G. for
4561         powerpc builds with embedded device trees.
4562
4563         Misc fixes for qemu defconfigs, ensuring correct serial
4564         terminal setup out of the box.
4565
4566         Misc gentarget / autotools handling fixes.
4567
4568         Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui,
4569         atk, avahi, bind, bison, busybox, copas, dbus-glib, dhcp,
4570         dhcpdump, dnsmasq, dropbear, ethtool, fakeroot, ffmpeg, file,
4571         gamin, gnuconfig, gst-ffmpeg, gst-plugins-good, gtk2-engines,
4572         haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less,
4573         libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng,
4574         libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs,
4575         midori, mpg123, mpc, mpd, mpfr, mplayer, mtd-utils, ncurses,
4576         netsnmp, openssh, openssl, openvpn, pango, pkg-config, popt,
4577         procps, proftpd, qt, quagga, readline, rsync, samba, sdl,
4578         socat, squashfs, squid, sudo, tslib, udev, usbutils, webkit,
4579         wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11,
4580         xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz
4581
4582         New packages: bonnie++, can-utils, gdisk, htop,
4583         input-event-daemon, libexif, libraw, libv4l, ngircd
4584
4585         Removed packages: festival
4586
4587         Issues resolved (http://bugs.uclibc.org):
4588
4589         #2131: Add OpenMP support to the toolchain
4590         #3379: New Package: bonnie++
4591         #3445: Not working openssl-10.0.0d on 386sx
4592         #3451: fakeroot package: wrong FAKEROOT_SITE variable
4593         #3457: alsamixergui: broken URL
4594         #3475: Calling sync on large filesystems when not always necessary
4595         #3511: make busybox-menuconfig does not download busybox package
4596         #3541: Quotes in the top Makefile:217 break buildroot/kernel config...
4597         #3571: u-boot: fw_printenv does not build
4598         #3643: popt source url is not responding
4599         #3733: dropbear: make zlib optional
4600         #3757: Buildroot can't build mplayer with libmad
4601
4602 2011.02, Released February 28th, 2011:
4603
4604         Fixes all over the tree.
4605
4606         Updated/fixed packages: alsamixergui, avahi, ffmpeg, icu, mpd,
4607         nuttcp, qt, slang, squashfs, sylpheed, synergy, xerces
4608
4609         Deprecated packages: devmem2, webif
4610
4611         Issues resolved (http://bugs.uclibc.org):
4612
4613         #2911: Qt: Disable qt3support-option, if gui-module isn't selected
4614         #3259: Unable to build webkit (on arm)
4615         #3295: slang fails to build on mipsel
4616         #3325: ffmpeg fails to build
4617
4618 2011.02-rc2, Released February 24th, 2011:
4619
4620         Fixes all over the tree.
4621
4622         Festival packages marked as broken. Unless someone steps up
4623         to support them, they will be removed during the 2011.05
4624         development cycle.
4625
4626         Updated/fixed packages: atk, avahi, bind, cairo, dbus,
4627         enchant, fakeroot, gmpc, gpsd, gvfs, iperf, jpeg, libarchive,
4628         libcgicc, libdaemon, libdrm, libevent, libgail, libglib2,
4629         libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp,
4630         makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm,
4631         metacity, mpd, nasm, nfs-utils, olsr, openssl, popt,
4632         pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image,
4633         sdl_mixer, sdl_sound, sdl_ttf, squashfs, synergy, taglib,
4634         tcpreplay, tiff, wpa_supplicant, xcb-util,
4635         xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard},
4636         xdriver_xf86-input-{mouse,synaptics,void},
4637         xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb},
4638         xlib_lib{ICE,SM,XScrnSaver,Xau,Xcursor,Xdmcp,Xi,Xinerama},
4639         xlib_lib{Xrandr,Xt,Xtst,Xxf86dga,Xxf86vm,dmx,fontenc,pciaccess},
4640         xserver_xorg-server, xz
4641
4642         Removed packages: ace_of_penguins, vlc
4643
4644         Issues resolved (http://bugs.uclibc.org):
4645
4646         #3205: Failing chmod when running "make" in buildroot (openssl)...
4647         #3277: quagga fails to build with SNMP support
4648         #3283: See why nfs-utils needs fakeroot, and convert to autotools
4649         #3307: synergy fails to build due to missing XTest library
4650
4651 2011.02-rc1, Released February 14th, 2011:
4652
4653         Fixes all over the tree and new features.
4654
4655         External toolchain improvements: clarification of the options,
4656         and introduction of the toolchain profile concept, for
4657         well-known toolchains. Buildroot is now capable of
4658         automatically downloading and extracting well-known toolchains
4659         (for the moment, CodeSourcery ARM, PowerPC, MIPS and SuperH
4660         toolchains are supported). Crosstool-NG backend updated and
4661         improved.
4662
4663         Complete rework of how hardware boards are supported.
4664         Each board now only has a single defconfig file, and all
4665         board-specific options have been removed. See
4666         docs/buildroot.html#board_support for details.
4667
4668         Added support for the following boards: Mini2440, Qemu ARM
4669         Versatile, Qemu MIPSel Malta, Qemu PowerPC G3beige, Qemu SH4
4670         r2d and Qemu x86. The Qemu boards support allows to easily
4671         build systems that are known to work under Qemu.
4672
4673         Initial support for Blackfin processors.
4674
4675         Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in
4676         preparation for support of SDK. For the same reason, the
4677         toolchain binaries (cross-compiler and other related tools)
4678         are now installed in $(O)/host/usr/bin/. The cross pkg-config
4679         now also automatically returns correct values for cross
4680         compilation, without needing any environment variables to be
4681         set.
4682
4683         Ccache support reworked. Now used for both host and target
4684         compilation, and cache is stored in ~/.buildroot-ccache.
4685
4686         Toolchain: uClibc 0.9.32-rc2, several components moved to
4687         normal AUTOTARGET packages.
4688
4689         Generic cmake infrastructure, similar to the existing
4690         GENTARGETS/AUTOTARGETS.
4691
4692         Support for bzr downloads, next to the existing git/svn support.
4693
4694         Kconfig infrastructure rebased against 2.6.38-rc3, bringing
4695         misc fixes. 'xconfig' now uses Qt4 rather than Qt3.
4696
4697         EXT2 file system size handling improved, UBI image support, fs
4698         configuration options cleanup, U-Boot/Barebox version bumps.
4699
4700         Updated/fixed packages: alsa-utils, at, autoconf, automake,
4701         bash, binutils, bison, busybox, bzip2, cdrkit, cloop, cmake,
4702         coreutils, cups, dbus, dbus-python, dhcp, directfb,
4703         direcfb-examples, dmalloc, dnsmasq, dosfstools, e2fsprogs, ed,
4704         fbset, ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp,
4705         grep, gperf, gst-ffmpeg, gst-plugins-bad, gst-plugins-base,
4706         gst-plugins-good, gst-plugins-ugly, gstreamer, gvfs, hdparm,
4707         hostapd, i2c-tools, icu, imagemagick, input-tools, iproute2,
4708         iptables, iw, jpeg, kexec, libaio, libart, libcap, libconfig,
4709         libfuse, libglib2, libidn, libmad, libogg, libpcap, libpng,
4710         libsndfile, libtheora, libtool, libusb-compat, libvorbis,
4711         libxcb, libxml2, libxslt, links, linux-fusion, lm-sensors,
4712         lsof, ltp-testsuite, ltrace, lvm2, lzo, m4, makedevs,
4713         memtester, mesa3d, mii-diag, mpc, mpfr, mpg123, mplayer,
4714         mrouted, mtd-utils, nano, netperf, netplug, ntfs-3g, ntp,
4715         openssh, openssl, openvpn, oprofile, pango, patch, pciutils,
4716         php, pkgconfig, portmap, psmisc, python, qt, rsync, ruby,
4717         sawman, screen, sdl_gfx, sdl_sound, smartmontools, socat,
4718         sqlite, squid, sshfs, sstrip, sysklogd, sysstat, sysvinit,
4719         tar, tcpdump, tslib, udev, usbutils, vim, vtun, webkit, wipe,
4720         x11vnc, xapp_xlogo, xcb-proto, xfont_font-util,
4721         xkeyboard-config, xlib_libX11, xz, zlib
4722
4723         New packages: dhrystone, dsp-tools, faad2, fbgrab, gst-dsp,
4724         gst-omapfb, irda-utils, lame, libao, libcue, libcuefile,
4725         libffi, libhid, libreplaygain, libsamplerate, libsigc++,
4726         lsuio, mpd, musepack, python-mad, python-serial, rsh-redone,
4727         sdparm, tidsp-binaries, vorbis-tools, wavpack, whetstone,
4728         xl2tp, xmlstarlet
4729
4730         Removed packages: hotplug, l2tp, libfloat, microcom,
4731         ng-spice-rework
4732
4733         Issues resolved (http://bugs.uclibc.org):
4734
4735         #267:  The make target: cross fails because toolchain_build_...
4736         #415:  Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against...
4737         #561:  ltp-testsuite failed to install
4738         #1447: Installing gfortran on PowerPC
4739         #1651: Build fail caused by ccache in module-init-tools
4740         #1681: Cross-compiled binaries shouldn't be installed into staging
4741         #1723: [PATCH] axel: convert to generic package infrastructure and...
4742         #1735: [PATCH] mplayer: convert to autotools infrastructure
4743         #2551: [PATCH] native toolchain in the target filesystem fails
4744         #2623: buildroot-snapshot-20100922 fails when compiling development...
4745         #2647: makedevs package lacks support for 16-bit major/minor numbers
4746         #2371: QT MYSQL Module does not build when MySQL installed on the host
4747         #2839: compile fails in various packages with a odd message "error:...
4748         #2887: tar "buffer overflow detected" error
4749         #2893: Broken "make source" with external toolchain
4750         #2905: Qt: Speed up compilation, if gui-module isn't selected
4751         #2929: genext2fs: couldn't allocate a block (no free space)
4752         #2935: Ntpdate isn't installed
4753         #2965: Broken linkage to xkbcomp (blocking X server startup)
4754         #2983: xlib_libX11 build failed
4755         #3007: kexec doesn't build: Missing regdef.h file
4756         #3085: Init scripts are not compatible with sysVinit (when busybox...
4757         #3103: make external-deps wants to download gcc-.tar.bz2 when...
4758         #3109: abnormal `make busybox-menuconfig`
4759         #3115: How about board specific makefiles?
4760         #3169: python patch has typo, aborts build in scenario
4761         #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/
4762
4763 2010.11, Released November 30th, 2010:
4764
4765         Fixes all over the tree.
4766
4767         Updated/fixed packages: libgcrypt, qt, squid, sysstat, tcpdump,
4768         xserver-xorg
4769
4770         Issues resolved (http://bugs.uclibc.org):
4771
4772         #2773: squid with openssl support needs openssl on the host
4773         #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
4774
4775 2010.11-rc2, Released November 25th, 2010:
4776
4777         Fixes all over the tree.
4778
4779         Add support for LEON Sparc architecture variants. Fix make
4780         source/external-deps for host packages.
4781
4782         Updated/fixed packages: bash, bind, busybox, dialog, gpsd,
4783         libglib2, libcurl, libmad, lrzsz, midori, module-init-tools,
4784         mtd-utils, openssh, openssl, pciutils, php, qt, sqlite,
4785         sysstat, webkit, zlib
4786
4787         Issues resolved (http://bugs.uclibc.org):
4788
4789         #759:  Sysstat build broken without libintl
4790         #2479: host-module-init-tools 3.11 fails to build
4791         #2725: Buildroot overrides kernel config
4792         #2785: mtd-utils build fails due to missing libmtd
4793         #2791: Added PHP-Process Control to the PHP-Package
4794         #2797: pciutils dependencies on zlib not taken into account
4795         #2809: failed to compile libglib2
4796         #2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
4797         #2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
4798         #2833: Failed to compile webkit without X11
4799
4800 2010.11-rc1, Released November 8th, 2010:
4801
4802         Fixes all over the tree and new features.
4803
4804         Kconfig infrastructure rebased against 2.6.36-rc1, bringing
4805         misc fixes + nconfig and savedefconfig targets.
4806
4807         Toolchain: ARM cortex A9 support, experimental crosstool-ng
4808         backend, GCC 4.5.x.
4809
4810         Fs: Squashfs 4.1 with lzo support
4811
4812         Old-style package hooks (*_HOOK_POST_*) removed. Use the more
4813         generic new-style ones instead.
4814
4815         Download handling reworked and support for git/svn downloads
4816         added.
4817
4818         Removed experimental shared config.cache support, as it is
4819         too unreliable.
4820
4821         A convenience Makefile wrapper is created when using
4822         out-of-tree building, similar to how it is done for the kernel.
4823
4824         Alpha, Cris, IA64 and Sparc64 architecture support removed.
4825
4826         New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
4827         libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz
4828
4829         Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
4830         automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,
4831         bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
4832         dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool,
4833         expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test,
4834         gamin, gawk, genext2fs, gperf, gst-plugins-base,
4835         gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm,
4836         hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools,
4837         iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi,
4838         libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2,
4839         libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd,
4840         libnl, liboil, libosip2, libpcap, libpng, libtool, libungif,
4841         libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs,
4842         logrotate, m4, matchbox, mdadm, mesa3d, metacity, mplayer,
4843         mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf,
4844         netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh,
4845         openssl, openvpn, oprofile, pango, patch, pcre, php,
4846         pkg-config, portmap, pppd, pptp-linux, prboom, proftpd, radvd,
4847         rdesktop, readline, rp-pppoe, ruby, qt, quagga, samba, sawman,
4848         sdl_mixer, sdl_sound, sed, setserial, shared-mime-info, slang,
4849         speex, sqlite, squashfs, startup-notification, strace,
4850         sylpheed, sysstat, taglib, tcpdump, thttpd, tiff, tn5250,
4851         torsmo, tslib, udev, udpcast, usbmount, usbutils, vsftpd,
4852         vtun, which, wireless-tools, wpa_supplicant, xapp_twm,
4853         xapp_xbacklight, xapp_xcursorgen, xapp_xinit, xapp_xinput,
4854         xapp_xmore,
4855         xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
4856         xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
4857         xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
4858         xdriver-xf86-video-{geode,glide,glint,i128,i740,intel,mach64},
4859         xdriver-xf86-video-{mga,neomagic,newport,nv,openchrome,r128},
4860         xdriver-xf86-video-{rendition,s3,s3virge,savage,siliconmotion},
4861         xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb},
4862         xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
4863         xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp},
4864         xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke,
4865         xterm, xvkbd, zlib
4866
4867         Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk
4868
4869         Removed packages: dillo, libglib12, libgtk12, microwin,
4870         pcmcia
4871
4872         Issues resolved (http://bugs.uclibc.org):
4873
4874         #901:  new package: gpsd
4875         #2389: Generate a Makefile wrapper in $(O)
4876         #2461: wireless_tools: install shared library if needed
4877         #2521: Can't compile sdl_mixer, mikmod.h can't be found
4878         #2533: xserver_xorg-server: Enable glx, if mesa3d is built
4879         #2563: [PATCH] cairo: Expose the configure option to disable some...
4880         #2581: libmms: Update to 0.6, and patch to work on architectures...
4881         #2707: Can't compile linux kernel using buildroot + crosstool-ng
4882         #2731: Build order
4883         #2737: buildroot configuration tool crashing when the path exceeds...
4884         #2767: Build for lsof broken in buildroot-2010.08
4885
4886 2010.08: Released August 31th, 2010:
4887
4888         Fixes all over the tree.
4889
4890         Updated/fixed packages: atk, xstroke
4891
4892         Removed packages: lxdoom
4893
4894 2010.08-rc2, Released August 30th, 2010:
4895
4896         Fixes all over the tree.
4897
4898         Mark the combination of uClibc 0.9.31, gcc 4.2.x, C++ and
4899         locale support as broken. Remove deprecated GCC 4.2.[1-3]
4900         versions.
4901
4902         Mark CRIS architecture as deprecated, as it is discontinued
4903         upstream.
4904
4905         Marked shared config.cache as experimental and disabled by
4906         default as it is known to break with certain package
4907         combinations.
4908
4909         Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got
4910         added.
4911
4912         fs: old-style squashfs for big endian archs fixed.
4913
4914         Updated/fixed packages: busybox, gst-plugins-base,
4915         imagemagick, kismet, libgail, libglib2, libgtk2, lua,
4916         luafilesystem, lzo, ncurses, netcat, pango, php, pppd,
4917         proftpd, qt, samba, startup-notification, swfdec, sysvinit,
4918         util-linux
4919
4920         Removed packages: stunnel
4921
4922         Issues resolved (http://bugs.uclibc.org):
4923
4924         #635:  util-linux fails to build in 2009.08
4925         #2239: netcat package installs its binary to target as avr32-linux...
4926         #2395: libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because...
4927         #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
4928         #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ...
4929
4930 2010.08-rc1, Released July 30th, 2010:
4931
4932         Fixes all over the tree and new features.
4933
4934         Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2
4935         and non-sysroot support removed. Added support for (snapshot)
4936         NPTL in uClibc, 0.9.28.3 removed,
4937
4938         Bootloaders: Various cleanups, moved to boot/, added Barebox,
4939         removed yaboot. Support building u-boot from custom tarball,
4940         u-boot 2010.06.
4941
4942         New GTK-based configurator, usable using 'make gconfig'.
4943
4944         Java packages marked as broken. Unless someone steps up to
4945         support this, they will be removed during the 2010.11
4946         development cycle.
4947
4948         Alpha, IA64 and Sparc64 architectures marked as deprecated.
4949         GTK+ on DirectFB has also been marked as deprecated, as it is
4950         not supported in recent GTK+ versions, and more and more
4951         packages depends on the new versions.
4952         Unless someone steps up to support them, they will be removed
4953         during the 2010.11 development cycle.
4954
4955         New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
4956         libgail, luafilesystem, luasocket, rings, wsapi, xavante, xterm
4957
4958         Updated/fixed packages: alsa-lib, alsamixergui, at, atk,
4959         avahi, berkeleydb, bash, blackbox, busybox, bzip2, cairo,
4960         cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc,
4961         dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig,
4962         gawk, gmpc, gnuchess, gst-plugins-base, gst-plugins-good,
4963         gstreamer, gzip, icu, intltool, iostat, ipsec-tools, iptables,
4964         iw, libart, libcgi, libcurl, libdrm, libeXosip, libfuse,
4965         libglib2, libgpg-error, libiconv, libidn, liblockfile, libpng,
4966         libsoup, lighttpd, links, linux-fusion, lmbench, lrzsz,
4967         ltrace, make, midori, module-init-tools, mplayer,
4968         mysql_client, nbd, ncurses, neon, netcat, netperf, netsnmp,
4969         ntfsprogs, openssl, oprofile, pango, php, qt, quagga, samba,
4970         setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, speech-tools,
4971         sqlite, squashfs, swfdec, tftpd, thttpd, tn5250, tremor,
4972         usbutils, webif, webkit, wireless_tools, xerces,
4973         xkeyboard-config, xserver_xorg-server, xvkbd, zlib
4974
4975         Removed packages: modutils, portage, rxvt
4976
4977         Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
4978
4979         Issues resolved (http://bugs.uclibc.org):
4980
4981         #321:  alsa-lib uses host include files for python which breaks ...
4982         #361:  linux kernel configuration choice works incorrectly
4983         #387:  Tremor not installed to toolchain
4984         #401:  new package: ffmpeg
4985         #475:  uImage target for U-boot failed generating
4986         #543:  ATK requires X11 on DirectFB target
4987         #575:  webkit: Buildroot Libtool Patch Fails
4988         #583:  build fails with external x86_64 toolchain
4989         #729:  sstrip creates corrupted headers
4990         #829:  Webkit r44552 needs libXt
4991         #835:  Package Dataflashboot-1.05 does not compile with buildroot...
4992         #847:  Compiling target-gcc v4.4 fails with "libc.so.0: cannot open...
4993         #859:  Add (head of) nptl branch to list of uClibc versions
4994         #949:  compile with debug info
4995         #955:  Grub fails to build with External Toolchain
4996         #1051: Webkit doesn't compile (Linuxthreads new, x86)
4997         #1213: Move .config into output directory
4998         #1225: Buildroot fails to account for "nof" subdirectory (no float...
4999         #1231: (sparc) Linux kernel fails to build
5000         #1261: The getline() in output/build/linux-2.6.28/scripts/unifdef.c...
5001         #1339: Busybox needs -fno-strict-aliasing to compile cleanly
5002         #1393: neon config fails libxml/parser.h: libxml2 requires, but not ...
5003         #1405: WebKit fails to build because pthread_getattr_np is not impl...
5004         #1675: GMP Error during buildroot make process
5005         #1741: external toolchain linking error
5006         #1753: lmbench: convert to generic package infrastructure
5007         #1771: Fakeroot and the target/generic/device_table.txt create bad...
5008         #1807: LZMA 4.32.7, Required header file(s) are missing
5009         #1813: xkeyboard-config fails to build because of intltool problem
5010         #1879: Bump iptables to 1.4.8
5011         #1885: Add a bunch of lua modules
5012         #1897: Bump libusb to 1.0.7
5013         #1903: Bump tn5250 to 0.17.4 and migrate to autotargets
5014         #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
5015         #1927: Bump file to 5.03 and migrate to autotargets
5016         #1933: Bump gawk to 3.1.8 and migrate to autotargets
5017         #1945: PHP: add sqlite3 dependency when using external lib
5018         #1951: Bump openssl to 0.9.8o
5019         #1957: Bump sqlite to 3.6.23.1
5020         #1975: Package removal/deprecation
5021         #1981: zlib: bump to 1.2.5
5022         #1987: intltool: Fix spelling mistake
5023         #1993: Bump bash to 4.1.7(1) and migrate to autotargets
5024         #1999: Typo in path checking
5025         #2005: Bump dnsmasq to 2.55 and migrate to gentargets
5026         #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x
5027         #2038: Bump ncurses to 5.7
5028         #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
5029         #2101: blackbox depends on locale support
5030         #2119: Tries to build kernel, although disabled in config
5031         #2125: libXfont build fail
5032         #2143: buildroot compiler generates segfaulting statically linked exe..
5033         #2149: xterm build failure
5034         #2155: Compression lzo don't set for ubifs
5035         #2161: [SECURITY] Update libpng to 1.2.44
5036         #2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ...
5037         #2181: pixman can't apply pixman-0.10.0-no-tests.patch
5038         #2191: linux-fusion build fail
5039         #2221: Qt does not compile (dependencies not taken into account?)
5040         #2233: Atmel atstk target skeletons have /etc/mtab as a file, not ...
5041         #2245: Netcat does not work due to incorrect assumptions about signed..
5042         #2251: directory output/build after make *_defconfig not found
5043         #2257: Convert netsnmp package to autotargets
5044         #2263: Bump samba to 3.3.13
5045         #2269: setserial causes make error
5046
5047 2010.05, Released May 30th, 2010:
5048
5049         Fixes all over the tree.
5050
5051         Updated/fixed packages: coreutils, hal, libcap,
5052         lockfile-progs, ncftp, xserver_xorg-server
5053
5054         Issues resolved (http://bugs.uclibc.org):
5055
5056         #1789: binutils fails to build for i386
5057         #1843: Fix libcap build failure
5058         #1855: XORG Keyboard driver fails to compile
5059
5060 2010.05-rc3, Released May 27th, 2010:
5061
5062         Fixes all over the tree.
5063
5064         Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
5065         cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
5066         gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad,
5067         gst-plugins-base, gvfs, hal, iconv, icu, iperf, libcgicc,
5068         libdvdnav, libdvdread, libglade, libglib2, libgtk2, libidn,
5069         libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2,
5070         make, metacity, microperl, mtd-utils, mutt, nbd, netsnmp,
5071         ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, php,
5072         pkg-config, psmisc, qt, samba, shared-mime-info, squashfs,
5073         squashfs3, sshfs, startup-notification, swfdec, sylpheed,
5074         uemacs, util-linux, valgrind, vpnc, vsftpd, webkit, xstroke
5075
5076         Issues resolved (http://bugs.uclibc.org):
5077
5078         #75: arm buildroot "unrecognized option" error
5079         #699: Buildroot fails to copy libstdc++ to target when using external...
5080         #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST...
5081         #1729: alsamixergui fails to build
5082         #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib
5083         #1819: pciutils small bugs
5084         #2065: Internal toolchain: bump gcc 4.3.x series to 4.3.5
5085
5086 2010.05-rc2, Released May 11th, 2010:
5087
5088         Fixes all over the tree.
5089
5090         Updated/fixed packages: busybox, customize, gawk, gnuchess,
5091         hal, hostapd, less, libgcrypt, libnl, libxcb, linux-fusion,
5092         ltp-testsuite, mplayer, netplug, pciutils, php, sed,
5093         shared-mime-info usb_modeswitch, usbutils, vlc wpa_supplicant,
5094         xapp_bdftopcf, xapp_mkfontdir, xdriver_xf86-video-openchrome,
5095         xfont_encodings, xlib_libX11, xlib_libXfont, xlib_xtrans,
5096         xproto_fontcacheproto, xproto_fontsproto, xvkbd
5097
5098         Removed packages: vice
5099
5100         Issues resolved (http://bugs.uclibc.org):
5101
5102         #849: "customize" package copies files to wrong place in target tree
5103         #985: Bump usb_modeswitch package to 1.1.0
5104         #1135: Package customize. Wrong copying
5105         #1525: Package hal deletes a whole <target>/etc/rc.d directory
5106         #1531: libxcb 1.5 build fails, due to missing xcbgen Python module
5107         #1669: Busybox failed to compile when using an external toolchain
5108         #1699: Fix usbutils dependencies and bump
5109         #1705: Fix pciutils broken cross compiling
5110         #1717: External toolchain fixes for hostapd & wpa_supplicant
5111
5112 2010.05-rc1, Released May 3rd, 2010:
5113
5114         Cleaned up / restructured package menu.
5115
5116         Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
5117         2.6.33 kernel headers, binutils 2.20.1, GCC 4.4.4,
5118         removed broken nios2 support, ppc e300cX/e500mc support,
5119         improved external toolchain support, GDB 7.x support.
5120
5121         X.org updated to 7.5.
5122
5123         New packages: cdrkit, cramfs, genext2fs, genromfs,
5124         libatomic_ops, librsync, libusb-compat, lmbench, netperf,
5125         squashfs, squashfs3, squid
5126
5127         Updated/fixed packages: alsa-utils, argus, autoconf, bison,
5128         busybox, bzip2, directfb, dnsmasq, dosfstools, e2fsprogs,
5129         eeprog, fakeroot, fbv, findutils, freetype, haserl, hostapd,
5130         iperf, iptables, iw, less, libaio, libcgi, libcgicc, libdrm,
5131         libgcrypt, libglib2, libid3tag, libmad, liboil, libosip2,
5132         libpng, libraw1394, libsysfs, libxml2, libxslt, linux-fusion,
5133         ltrace, lua, lzma, madplay, makedevs, matchbox, mdadm,
5134         memstat, mesa3d, mtd-utils, nano, ncurses, openssl, patch,
5135         pciutils, php, pixman, portage, pppd, pthread-stubs, python,
5136         qt, radvd, samba, setserial, smartmontools, tar, tslib,
5137         udpcast, usb_modeswith, vtun, wget, xdata_xcursor-themes,
5138         xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
5139         xlib_libXaw, xlib_libXfont, xlib_libXfontcache,
5140         xlib_libXxf86misc, xlib_libXtst, xlib_libpciaccess,
5141         xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
5142         xproto_xf86miscproto, xserver_xorg-server
5143
5144         Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
5145         xlib_libXxf86misc, xxproto_evieext, proto_trapproto,
5146         xproto_xf86miscproto
5147
5148         Issues resolved (http://bugs.uclibc.org):
5149
5150         #513: Add new squid package
5151         #661: lmbench: new package
5152         #719: Add lua option to haserl
5153         #800: [PATCH] iperf update to 2.0.4
5154         #803: [PATCH] lua - add shared library patch and config option for...
5155         #805: [PATCH] mdadm - version update
5156         #817: integrator926_defconfig uses unsupported uboot board name
5157         #851: Add option to specify --sysroot value for external toolchain
5158         #1093: Upgrade libusb to v1.0.3 and add new libusb-compat
5159                package for compatibility with old packages that expect
5160                the pre-1.0 API.
5161         #1105: Add new netperf package
5162         #1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
5163         #1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in
5164         #1123: Bump less to 436 and migrate to Makefile.autotools.in
5165         #1129: Bump memstat to 0.8 and migrate to Makefile.package.in
5166         #1189: Wrong u-boot configuration name for integrator926 target
5167         #1219: kernel headers not correctly installed into toolchain/staging
5168         #1267: Wrong BR2_EXTRA_VERSION
5169         #1273: BR2_INET_IPV6 does not enable IPv6 in pppd
5170         #1303: Add librsync package
5171         #1321: Busybox link fails due to lack of --sysroot option
5172         #1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
5173         #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
5174         #1369: cannot build radvd (flex problem)
5175         #1387: xlib_libX11-1.3.2 can't find libjpeg
5176         #1411: [SECURITY] Update openssl package to 0.9.8n
5177         #1417: Bump iptables to 1.4.7
5178         #1423: Bump e2fsprogs to 1.41.11
5179         #1429: [SECURITY] Update php to 5.2.13
5180         #1441: Add binutils 2.20.1
5181         #1447: Package installation on target with debug symbols is broken
5182         #1459: Misc QA fixes
5183         #1489: radvd update to 1.6
5184         #1513: Enable powerpc e300c2, e300c3 and e500mc optimization
5185         #1537: dev entries not created anymore
5186         #1555: Fix default uclibc-0.9.31 configuration
5187         #1561: [SECURITY] Update samba to 3.3.12
5188         #1567: openssl0.9.8n fails to compile
5189         #1573: Alsa-utils alsactl/init/* not installed to target
5190         #1591: portmap fails to compile
5191         #1615: Convert eeprog package to gentargets
5192         #1645: Bump hostapd package to 0.7.2
5193
5194 2010.02, Release February 26th, 2010:
5195
5196         Fixes all over the tree.
5197
5198         Updated/fixed packages: avahi, busybox, cramfs, ipsec-tools, libcgicc,
5199         libgtk2, libraw1394, madplay, netsnmp, pango, squashfs, sylpheed, qt,
5200         xfont_font-util
5201
5202         Removed packages: hostap, openmotif, xpdf
5203
5204         Issues resolved (http://bugs.uclibc.org):
5205
5206         #165: openmotif does not build
5207         #1147: Remove obsolete hostap package
5208         #1183: make source fails to download gmp, mpfr and patches
5209
5210 2010.02-rc2, Released February 23th, 2010:
5211
5212         Fixes all over the tree and new features.
5213
5214         New packages: intltool
5215
5216         Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus,
5217         at, automake, ccache, dosfstools, e2fsprogs, flex, gob2, gmpc,
5218         gst-plugins-good, imagemagick, iw, kexec, libeXosip, libgtk2,
5219         libpcap, libpng, libsoup, libxcb, libxml-parser-perl, libxml2,
5220         libxslt, lvm2, matchbox, mplayer, rsync, rubix, shared-mime-info,
5221         tcl, webkit, xapp_mkfontscale, xfont_encodings, xfont_font-util,
5222         xlib_libfontenc, xproto_trapproto, zlib
5223
5224         Removed package: xboard
5225
5226         Issues resolved (http://bugs.uclibc.org):
5227
5228         #335: atk looks for the path to the gnome library on the host
5229         #355: Please update WebKit - it doesn't compile!
5230         #453: libglib2 autoreconf
5231         #457: e2fsprogs link problem
5232         #459: libgtk2 autoreconf
5233         #469: build of libgtk2 for host incorrectly assumes that X.org ...
5234         #671: Bash fails to build when building buildront on Ubuntu 9.04
5235         #711: WebKit host dependencies problems
5236         #821: cp: illegal operation
5237         #1039: Not compiled on ubuntu karmic
5238         #1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo
5239
5240 2010.02-rc1, Released February 9th, 2010:
5241
5242         Fixes all over the tree and new features.
5243
5244         Generalized autotools infrastructure to be usable for
5245         non-autotools packages, see package/Makefile.package.in for
5246         details.
5247
5248         Cleaned up avr32 toolchain config, external source-based
5249         toolchain support is gone.
5250
5251         Dependency checks: Also check for makeinfo, only print output
5252         on errors.
5253
5254         Toolchain: uClibc 0.9.30.2, gcc 4.4.3
5255
5256         New packages: libcdaudio, libdvdnav, libdvdread, hostapd, ser2net,
5257         tcpreplay
5258
5259         Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash,
5260         bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq,
5261         e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex,
5262         hal, iptables, iw, jpeg, kismet, libfuse, libglib2, liboil, libpcap,
5263         libungif, libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd,
5264         neon, netstat-nat, newt, openvpn, pcre, php, qt, rdesktop, readline,
5265         rpm, sawman, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot,
5266         usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib
5267
5268         Removed package: asterisk, openswan
5269
5270         Issues resolved (http://bugs.uclibc.org):
5271
5272         #515: tcpreplay: new package
5273         #553: Wrong DirectFB ps2mouse limitation
5274         #559: mesa3d build fails
5275         #679: Autoconf cannot find M4
5276         #739: New/updated hostapd package
5277         #749: Bump usbutils package to version 0.86
5278         #751: Kernel 2.6 snapshot fetch fail
5279         #753: Bump lighttpd package to 1.4.25
5280         #757: U-Boot: mkimage cannot be installed using external toolchain
5281         #761: Add binutils 2.20 to toolchain options
5282         #763: [SECURITY] Update pcre to 7.9
5283         #765: Add buildroot branding to gcc
5284         #767: Bump iw package to 0.9.18
5285         #773: [SECURITY] Update bind to 9.5.2-P1
5286         #795: Minor edits to fix typos, grammar, spelling, usage in documen...
5287         #813: Drop not very useful generic package selection options ...
5288         #823: Editor backup files (~) is copied from the target_skeleton
5289         #827: Bump mtd-utils package to version 1.2.0
5290         #841: Build error
5291         #913: Bump iptables to 1.4.6
5292         #919: Bump usb_modeswitch package to 1.0.7
5293         #925: Bump wpa_supplicant package to 0.6.10
5294         #931: Bump kismet package to 2010-01-R1
5295         #937: Bump openvpn package to 2.1.1
5296         #943: Bump sqlite package to 3.6.22
5297         #961: Bump dnsmasq to 2.52
5298         #967: Bump netstat-nat to 1.4.10
5299         #973: Bump iw to 0.9.19
5300         #1003: DHCP options disabled with busybox-1.16.0
5301         #1009: [SECURITY] Bump php to 5.2.12
5302         #1015: [SECURITY] Bump bind to 9.5.1-P2
5303         #1027: Busybox flash commands conflict with those from mtd-utils
5304         #1063: [SECURITY] Update lighttpd to 1.4.26
5305
5306 2009.11, Released December 1st, 2009:
5307
5308         Additional fixes and cleanups.
5309
5310         Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk,
5311         microperl, ncurses, vim
5312
5313         Issues resolved (http://bugs.uclibc.org):
5314
5315         #707: Cant configure fltk-1.1.7. configure: error: Configure could ...
5316
5317 2009.11-rc2, Released November 29th, 2009:
5318
5319         Additional fixes and cleanups.
5320
5321         Updated/fixed packages: busybox, dbus, fltk, gvfs, ltrace
5322
5323 2009.11-rc1, Released November 23rd, 2009:
5324
5325         Fixes all over the tree and new features.
5326
5327         Cleaned up / Simplified build directory layout. Refer to
5328         docs/buildroot.html#using for details.
5329
5330         Target defconfig files moved to configs/ and listed in 'make help'
5331         output.
5332
5333         Fixed *clean targets. Now clean removes everything generated,
5334         so you can do a fresh rebuild. Distclean furthermore removes
5335         kbuild tools and .config, bringing the source tree back in a
5336         pristine state.
5337
5338         Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default
5339         soft / hardfloat setting for architecture, ensure target-ldd
5340         gets installed.
5341
5342         New packages: divine, gvfs, libarchive, libmicrohttpd,
5343         sdl_sound, swfdec, sysstat
5344
5345         Updated/fixed packages: alsa-lib, alsamixergui, autoconf, bootutils,
5346         busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf,
5347         gqview, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good,
5348         imagemagick, ipkg, iptables, iw, kernel-headers, kismet, leafpad,
5349         libelf, libevent, libglib2, libidn, liblockfile, libmad, libpcap,
5350         libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
5351         matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
5352         ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
5353         python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, sdl_image,
5354         shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
5355         synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot,
5356         udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
5357         xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib[5~
5358
5359         Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
5360
5361         Issues resolved (http://bugs.uclibc.org):
5362
5363         #301: allow to install libsmbclient
5364         #303: add gvfs package
5365         #477: Add sdl_sound package
5366         #487: Make kismet package sexier
5367         #511: New package usb_modeswitch
5368         #527: misc fixes for dnsmasq package
5369         #565: libevent: Bump version and clean up makefile
5370         #587: Use iptables multipurpose binaries and bump to 1.4.4
5371         #593: Missing early check for patch(1)
5372         #597: (REOP)  Selecting busybox in buildroot's config clobbers ar ...
5373         #609: libmicrohttpd: New package
5374         #615: python: Don't delete .py files unless asked
5375         #617: netkit/inetd requires RPC and fails to build if RPC is disabled
5376         #619: netkittelnet requires netkitbase to install, but there's no ...
5377         #645: allow to build nbd-server with NBD package
5378         #653: [SECURITY] Update php package to version 5.2.11
5379         #655: Update sqlite package to version 3.6.18
5380         #657: Bug in imagemagick-clean target
5381         #663: Add option for NAND flash with 512B Page and 16 kB erasesize ...
5382         #665: [PATCH] Samba package
5383         #667: [PATCH] e2fsprogs
5384         #683: SDL-dfb does not select directfb
5385         #701: make install problem with unstripped binaries
5386         #703: [SECURITY] Update openssl package to 0.9.8l
5387         #705: Bump spawn-fcgi package to 1.6.3
5388         #709: Bump lighttpd package to 1.4.24
5389         #713: Migrate openntpd package to Makefile.autotools.in
5390         #715: Bump libidn package to 1.15 and other fixes
5391         #717: Bump dnsmasq to 2.51 and introduce new IDN option
5392         #731: Bump iw package to 0.9.17
5393
5394 2009.08, Released August 31th, 2009:
5395
5396         Additional fixes and cleanups.
5397
5398         Updated/fixed packages: ctorrent, saveconfig/getconfig,
5399         sdl_net, util-linux.
5400
5401         Issues resolved (http://bugs.uclibc.org):
5402
5403         #529: util-linux doesn't find headers and include libs correctly
5404         #557: Build ctorrent with SSL support if available
5405
5406 2009.08-rc3, Released August 26th, 2009:
5407
5408         Additional fixes and cleanups.
5409
5410         Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus,
5411         directfb, enchant, kernel headers.
5412
5413         Issues resolved (http://bugs.uclibc.org):
5414
5415         #471: Allow directfb compilation with debug
5416         #541: Removal of CVS directories in target filesystem broken
5417         #547: berkeleydb: Update config.{sub, guess}
5418         #549: enchant: Fix dependencies.
5419         #569: Fix alsa-utils build for x86 on x86-64
5420
5421 2009.08-rc2, Released August 6th, 2009:
5422
5423         Additional fixes and new features.
5424
5425         New packages: libuuid, gcc 4.3.4.
5426
5427         Updated/fixed packages: busybox, classpath, gzip, ipsec-tools,
5428         jamvm, libusb, microperl, neon, popt, sed, webkit.
5429
5430         Fixed issue with 'make oldconfig'
5431
5432         Issues resolved (http://bugs.uclibc.org):
5433
5434         #525: sed broken with external toolchain
5435         #537: Fix gzip build with recent glibc
5436
5437 2009.08-rc1, Released August 2nd, 2009:
5438
5439         Fixes all over the tree and new features.
5440
5441         Improvement of external toolchain support:
5442           - Support for glibc toolchains.
5443           - The toolchain configuration announced to Buildroot is
5444             verified against the real toolchain configuration.
5445           - Fixes, documentation.
5446
5447         Cleanup X.org support: clarified configuration options, and
5448         removed mandatory dependency on useless libraries such as
5449         libXt or libXaw.
5450
5451         New QT-based configurator, usable using 'make xconfig'.
5452
5453         Support for the Xtensa architecture.
5454
5455         Toolchain: GCC 4.4.1, 2.6.30 kernel headers, removed < 2.6.26
5456         headers.
5457
5458         New packages: bmon, ctorrent, dosfstools, enchant,
5459         gst-plugins-bad, iw, libmms, libnl, netstat-nat, ntfsprogs,
5460         sdl_gfx, spawn-fcgi.
5461
5462         Updated packages: bind, busybox, coreutils, sqlite, directfb,
5463         expat, gamin, gnuconfig, haserl, ipsec-tools, classpath,
5464         libcurl, libglib2, liblockfile, libpng, libsoup, libxml2,
5465         lighttpd, ltp-testsuite, lvm2, matchbox, memstat,
5466         gst-plugins-good, gstreamer, libogg, libvorbis, mplayer,
5467         neon, openssl, pciutils, php, qt, ruby, sawman, webkit,
5468         wpa-supplicant, xdriver_xf86-input-synaptics,
5469         xdriver_xf86-video-intel, xlib_libXfont, xlib_libXft,
5470         xlib_libXt, xproto_xproto, xserver-xorg, xutil_makedepend,
5471         xutil_util-macros.
5472
5473         Issues resolved (http://bugs.uclibc.org):
5474
5475         #83: liblockfile fails to compile due to eaccess redefinition
5476         #163: Xtensa architecture port
5477         #171: xorg-server / kernel headers 2.6.26 - vm86.c compilation issue
5478         #241: device mapper + lvm2: build together
5479         #243: ctorrent: new package
5480         #247: ntfsprogs: new package
5481         #271: Library 'libgcc_s.so.1' not installed in search path
5482         #287: New package libnl
5483         #289: New package iw
5484         #331: Update MPlayer to version 1.0rc2
5485         #333: Bump sqlite package to 3.6.15
5486         #349: update libsoup to version 2.26.2
5487         #357: New package netstat-nat
5488         #359,#413: Upgrade openvpn to Makefile.autotools.in
5489         #367: linux kernel compile error for arm926t
5490         #369: Add SDL_gfx package
5491         #373: Support for building gstreamer without libxml
5492         #379: update DirectFB to version 1.4.0
5493         #383: gst-plugins-good: Allow soup plugin to be configured
5494         #385: neon: Fix pkgconfig dependency
5495         #387: Tremor not installed to toolchain
5496         #389: New package bmon
5497         #391: gstreamer: Bump version to 0.10.23
5498         #393: gst-plugins-base: Bump version to 0.10.23
5499         #395: gst-plugins-bad: New package
5500         #403: Error while building iso9660 image
5501         #409: Bump php package to 5.2.10
5502         #411: ipsec-tools: Bump version to 0.7.2
5503         #417: New package spawn-fcgi
5504         #419: Bump lighttpd package to 1.4.23
5505         #421: toolchain: Clean up toolchain locale support menu
5506         #427: webkit: Update to WebKit svn r44552
5507         #437: ltp-testsuite: Bump version to 20090630
5508         #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
5509         #467: DirectFB 1.4.1
5510         #473: memstat_0.5.tar.gz has install with -D and that fails "make"
5511         #491: libxml2: Bump version to 0.7.3
5512         #495: Bump bind package to 9.5.1-P3 (security)
5513         #497: OpenSSL RSA key generation hangs on x86_64
5514         #509: Bump sqlite package to 3.6.16
5515         #523: pciutils broken with external toolchain
5516         #533: Update gamin to 0.1.10 to fix compilation
5517
5518 2009.05, Released June 1st, 2009:
5519
5520         Fixes for dropbear & diffutils, bump linux-advanced 2.6.29.x
5521         version and marked ubifsroot as broken.
5522
5523 2009.05-rc3, Released May 27th, 2009:
5524
5525         Fixes for toolchain (gcc arm pr37436), stable kernel versions,
5526         busybox, curl, libusb, readline, python and strace.
5527
5528         Issues resolved (http://bugs.uclibc.org):
5529
5530         #345: libcurl package needs a urandom fix
5531
5532 2009.05-rc2, Released May 19th, 2009:
5533
5534         Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix
5535         for newer hosts), stable kernel versions, busybox, cups,
5536         dmraid, docker, mesa3d, rsync and updated defconfigs.
5537
5538         xserver marked as broken on AVR32 and atngw100-expanded
5539         config removed.
5540
5541         Issues resolved (http://bugs.uclibc.org):
5542
5543         #167: metacity does not build
5544         #295: gamin installs python support even if python is disabled
5545         #323: gen_matypes fails to execute during build of Mesa when us...
5546
5547 2009.05-rc1, Released May 5th, 2009:
5548
5549         Fixes all over the tree, further conversion of packages to
5550         Makefile.autotools.in and we now build host versions of
5551         packages where needed for build time dependencies instead of
5552         relying on the correct versions being available on the build
5553         host. Ancient toolchain / busybox versions have furthermore
5554         been removed as announced in the 2009.02 release notes.
5555
5556         New packages: flac, gob2, lzop, taglib, wpa_supplicant
5557
5558         Updated packages: avahi, bind, binutils, busybox, dbus, dbus-glib,
5559         directfb, dnsmasq, freetype, gcc, gmp, gstreamer, iptables, kernel
5560         headers, kexec, libglib2, libpng, libsndfile, lua, mpfr, ntfs-3g,
5561         openssl, php, qtopia4, rsync, samba, sqlite, tar, uboot, uclibc,
5562         util-linux, xorg7, xerces
5563
5564         Issues resolved (http://bugs.uclibc.org):
5565
5566         #5,#77,#141,#143: Convert php package to Makefile.autotools.in
5567          and a ton of other improvements
5568         #19: page.h missing by util-linux
5569         #37: update libglib2 to version 2.18.4
5570         #61: tslib puts staging_dir into pkgconfig file
5571         #69: tar refuses to build
5572         #71,#175: ./wchar.h:41:12: error: empty filename in #include
5573         #73: Bump openssl package to the latest version
5574         #81: New package wpa_supplicant
5575         #99: new package: flac
5576         #101: update gstreamer packages
5577         #105,#313: menuconfig segfaults on tinyx if wchar is not
5578          selected
5579         #107: convert libvorbis to Makefile.autotools.in
5580         #109: Make pppd package avoid bsd err
5581         #111: binutils 2.17 fails to build when texinfo >= 4.10
5582         #133: Modify ncurses5-config to get correct include path
5583         #137: Bump php to version 5.2.9
5584         #139: Bump sqlite to 3.6.11 and convert to
5585          Makefile.autotools.in
5586         #145: Bump bind package to 9.5.1-P1 (security)
5587         #147: buildroot toolchain fails to build w/binutils-2.19.1
5588         #151: openssl package trivial fixes
5589         #161: vim fails on patching with errors in configure.patch
5590         #169: blackbox-0.70.1 does not build
5591         #177: xdriver_xf86-input-keyboard does not build
5592         #179: Upgrade dropbear to Makefile.autotools.in
5593         #181: Update to Xorg 7.4
5594         #187: ntfs-3g: could not build cross
5595         #191: alsa-lib ARM binaries always built with EABI
5596         #213: Bump wpa_supplicant package to version 0.6.9
5597         #217: Bump openssl package to 0.9.8k (security)
5598         #219: Toolchain build fails on m4
5599         #225: m4 macros are out of place
5600         #233: make ipv6 optional in iptables
5601         #237: ncftp: convert to Makefile.autotools.in
5602         #239: ntfs-3g: convert to Makefile.autotools.in
5603         #245: lzop: new package
5604         #271: Bump bind package to 9.5.1-P2 (security)
5605         #277: Bump sqlite package to 3.6.16
5606         #279: update libglib2 to version 2.20.1
5607         #281: update DirectFB to version 1.2.8
5608         #283: add taglib
5609         #285: compilation of samba fails if IPV6 support is missing
5610         #293: update samba to version 3.3.3
5611         #299: add shared-mime-info package
5612         #307: make openssl package respect build flags