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