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