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