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