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