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