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