blob: 284a65460a6a1264ebf2ca3fb94fc7584ebfea73 [file] [log] [blame]
Samuel Martina4711502016-10-16 13:12:38 +020012016.11-rc1,
2
3 CMake support:
4
5 The toolchainfile.cmake file now provides a definition of the
6 CMAKE_BUILD_TYPE variable.
7
Peter Korsgaardec166412016-09-21 23:06:11 +020082016.08, Released September 1st, 2016
Peter Korsgaard78e99142016-09-01 11:30:19 +02009
10 Minor fixes.
11
12 Toolchain: ARC tools updated to arc-2016.09-eng010.
13
14 Updated/fixed packages: libshout, luajit, mpd, mplayer
15
16 Issues resolved (http://bugs.buildroot.org):
17
18 #7520: CodeSourcery toolchain ARM: C++11 std::exception_ptr..
19 #8341: Getting EGL Error: Could not create the egl surface:..
20 #9121: gst1-imx for i.MX6 compile failed, cannot find PXP, ..
21
Peter Korsgaard7e981ed2016-08-30 08:14:23 +0200222016.08-rc3, Released August 29th, 2016
23
24 Fixes all over the tree.
25
26 Toolchain: C++ support for the internal blackfin toolchain
27 re-enabled.
28
29 Architecture: Default to bf532 CPU variant for blackfin,
30 Fix flat one memory region support for m68k and disable flat
31 seperate data support because of compatibility issues.
32
33 Defconfigs: Minnowboard and Raspberrypi: Fix errors with
34 post-build scripts when systemd is used.
35 Zynq microzed/zc706/zed: Fix u-booot configuration.
36
37 netbsd-queue package extended and renamed to
38 musl-compat-headers. With this, a number of musl compatibility
39 patches are no longer needed.
40
41 Updated/fixed packages: aircrack-ng, android-tools, babeld,
42 bcusdk, binutils, boa, busybox, connman, cpupower,
43 docker-engine, domoticz, elf2flt, ffmpeg, fwup, gcc,
44 glib-networking, gnupg, hplip, igd2-for-linux, imagemagick,
45 imx-uuc, iputils, jack2, kismet, kmsxx, libaio, libamcodec,
46 libconfuse, libffi, libfreeimage, libgcrypt, libgpg-error,
47 libiio, libraw, libsepol, libserialport, libxmlrpc, linknx,
48 linux-pam, lirc-tools, lldpd, logrotate, lshw, musl, ncurses,
49 neon, nettle, norm, ntfs-3g, openblas, openmpi, openswan,
50 pinentry, pixman, protobuf, python-meld3, qlibc, qt, qt5base,
51 quagga, rpcbind, rt-tests, runc, sane-backends, sconeserver,
52 squeezelite, stella, tftpd, tinycbor, tinydtls, trace-cmd,
53 trousers, tstools, uboot-tools, uclibc, ulogd, ustr, vlc,
54 webkitgtk, wireshark, xdriver_xf86-video-intel
55
56 Issues resolved (http://bugs.buildroot.org):
57
58 #9101: Error on support/download/git with system git older than 1.8.4
59 #9181: Compiling linux kernel fails if BR2_LINUX_KERNEL_TOOL_CPU..
60
Peter Korsgaard3b3fa452016-08-17 08:49:38 +0200612016.08-rc2, Released August 17th, 2016
62
63 Fixes all over the tree.
64
65 Toolchain: disable broken C++ support for internal blackfin
66 toolchains, ARC toolchain bumped to arc-2016.09-eng008 (GCC 6)
67 to fix various issues.
68
69 System: Zoneinfo is available for the musl C library as well.
70
71 Updated/fixed packages: am33x-cm3, axel, barebox, bdwgc,
72 blktrace, cairo, dante, enlightenment, fbterm, ffmpeg, flex,
73 fontconfig, gcc, gmp, gnuplot, gnuradio, gst1-imx, hidapi,
74 inotify_tools, iproute2, kmsxx, lftp, libaio, libcofi,
75 libical, libpjsip, libsidplay2, libunwindow, libxml2,
76 linux-zigbee, lttng-libust, mpv, mtd, ncdu, netplug, ntp,
77 openblas, openipmi, owfs, php, poco, procps, qt, quota,
78 sg3_utils, spidev_test, systemd-bootchart, thrift,
79 uboot-tools, uclibc, webrtc-audio-processing, wayland, weston,
80 xdriver_xf86-video-savage, xserver_xorg-server, xen
81
82 Issues resolved (http://bugs.buildroot.org):
83
84 #9136: make graph-size fails with "ValueError: too many values to..
85 #9151: qt: fix build with ALSA >= 1.1.x
86 #9156: qt: Fix missing runtime Qt3Support dependency
87 #9161: modsetting patch not applied to xserver 1.18.4
88 #9166: Missing overlays directory in VFAT image for raspberry pi 3
89
Peter Korsgaard19040c92016-08-06 11:39:54 +0200902016.08-rc1, Released August 6th, 2016
Peter Korsgaard960cc972016-08-06 11:24:52 +020091
92 Fixes all over the tree and new features.
93
94 Toolchain: Fortran support added. eglibc support removed, musl
95 support no longer experimental. Blackfin and Microblaze
96 support for internal uClibc-ng toolchain, m68k/coldfire
97 improvements. The check for unsafe (build host) directories
98 access (/usr/include and /usr/lib) is now enabled by default.
99 Unused locales are now purged by default to save space (and
100 the default list of locales shrunk). The option to control
101 this has now moved from the toolchain menu to system
102 configuration.
103
104 Legal info improvements: sources are now hardlinked instead of
105 copied if possible to save space. Patches and extra downloads
106 are also saved.
107
108 An experimental configuration knob (BR2_REPRODUCIBLE) has been
109 added to make the builds more reproducible (E.G. less
110 differences in the binary output between builds of the same
111 configuration). This is still work in progress.
112
113 An option to execute a custom script inside the fakeroot
114 environment used to the generate the filesystem (E.G. to tweak
115 permissions or similar) has been added.
116
117 Git support now supports git submodules if
118 <pkg>_GIT_SUBMODULES is enabled.
119
120 Hash files for integritry validation have been added for all
121 packages.
122
123 Scanpypi utility to help creating packages from the Python
124 package index (pypi) has been added.
125
126 The makedevs utility now has support for adding file
127 capabilities using extended attributes.
128
129 New defconfigs: Arcturus uCP1020, Atmel sama5d{2,3,4} xplained
130 development configs, Blackfin GDB simulator, Linksprite
131 pcDuino, Minnow Board Max graphical demo, NXP i.MX25 PDK,
132 i.MX51 EVK, i.MX6UL Pico, i.MX7 sabresd, QEMU MIPS32r6{,el} and
133 MIPS64r6{,el} malta, Roseapple Pi, Samsung Snow chromebook,
134 Toradex Apalis i.MX6 COM, TS-4800, x86-64 PC BIOS and EFI
135 demos. A number of defconfigs have been updated and extended
136 to generate SD card images. Synopsys HS38 VDK defconfig removed.
137
138 New packages: 4th, acpica, acpitool, alljoyn, alljoyn-base,
139 alljoyn-tcl, alljoyn-tcl-base, argparse, babeld, batman-adv,
140 circus, dante, docker-containerd, docker-engine, domoticz,
141 efibootmgr, efivar, ficl, fwup, gsettings-desktop-schemas,
142 gtksourceview, gupnp-dlna, gupnp-tools, igd2-for-linux,
143 jemalloc, kmsxx, lapack, lft, libaacs, libamcodec, libbdplus,
144 libcoap, libdvdcss, libebur128, libfastjson, libminiupnpc,
145 libnatpmp, libpqxx, libuio, libvdpau, log4cpp, minissdpd,
146 mxsldr, nginx-nasxi, nginx-upload, ninja, nodm, odroid-mali,
147 odroid-scripts, omxplayer, openblas, openmpi, openzwave,
148 p7zip, pdbg, python-argh, python-dataproperty,
149 python-dateutil, python-dialog3, python-dicttoxml,
150 python-dominate, python-engineio, python-flask-jsonrpc,
151 python-flask-login, python-humanize, python-pathtools,
152 python-pathvalidate, python-pillow, python-prompt-toolkit,
153 python-pytablewriter, python-pytz, python-scapy3k,
154 python-sdnotify, python-socketio, python-tomako,
155 python-ubjson, python-u-msgpack, python-watchdog,
156 python-wcwidth, python-xlrd, python-xlsxwriter,
157 python-xlutils, python-xlwt, rs485conf, runc, sdl2_gfx,
158 sdl2_image, sdl2_ttf, shellinabox, sphinxbase, stella,
159 supertuxkart, systemd-bootchart, tekui, terminology, tinycbor,
160 tinydtls, ti-sgx-demos, ti-sgx-km, ti-sgx-um, tunctl, wavemon,
161 wiringpi, xen
162
163 Deprecated packages: ipkg, sstrip
164
165 Removed packages: sunxi-mali-prop
166
167 Issues resolved (http://bugs.buildroot.org):
168
169 #8931: segment fault when compile argp-help.c using aarch64-bu...
170 #8966: eglfs error. buildroot don't compile the library libeglfs.so
171 #8971: build for beaglebone fails
172 #8986: qt5imageformats fails to build on AArch64
173 #8991: grub2 fails to compile
174 #9001: Nodejs option not available
175 #9006: gcc with c++ support v4 and v5 fail to compile on fedora 24
176 #9016: arceb-buildroot-linux-uclibc ld uses incorrect default format
177 #9066: 8139TOO - faulty behaviour
178 #9086: Syntax Error (missing ")" in boot/uboot/uboot.mk on line 203)
179 #9091: U-Boot fails to boot with large ramdisk
180
Peter Korsgaardaa6fd112016-05-31 23:52:36 +02001812016.05, Released May 31st, 2016
182
183 Minor fixes.
184
185 External toolchain: Fix for symlink handling when copying
186 links to target.
187
188 Updated/fixed packages: gcc, grantlee, gst-ffmpeg,
189 ipsec-tools, iptraf-ng, libcurl, libdrm, libsigsegv, ltris,
190 lttng-babeltrace, mbedtls, mesa3d, moarvm, mplayer, mtools,
191 net-tools, openpowerlink, pulseview, rpm, tinyalsa,
192 xdriver_xf86-video-fbturbo, xserver_xorg-server
193
Peter Korsgaardf4365df2016-05-26 23:37:23 +02001942016.05-rc3, Released May 26th, 2016
195
196 Fixes all over the tree.
197
198 Tweaks for SSP handling for external toolchains.
199
200 Updated/fixed packages: aircrack-ng, bluez5_utils, connman,
201 cups, erlang-p1-stringprep, expat, ffmpeg, flann, flannel, go,
202 gst1-libav, hidapi, hplip, iptraf-ng, jamvm, kodi,
203 kodi-screensaver-matrixtrails, libcurl, libepoxy, libgpgme,
204 libsemanage, libxslt, liquid-dsp, ltris, lxc, mesa3d, midori,
205 mpg123, mtr, openpgm, openpowerlink, oprofile, php,
206 postgresql, putty, python-service-identity, python-treq,
207 qlibc, qt5serialbus, ruby, stress-ng, strongswan, time, tinc,
208 ustr, valgrind, webkitgtk, libxml2, xorriso,
209 xserver_xorg-server
210
211 Issues resolved (http://bugs.uclibc.org):
212
213 #8936: Aircrack-ng - Alot of missing dependencies
214
Peter Korsgaard3f3342a2016-05-17 16:11:24 +02002152016.05-rc2, Released May 17th, 2016
216
217 Fixes all over the tree.
218
219 Rootfs overlay handling now refuses to overwrite
220 /{usr,bin,sbin,lib} symlinks from BR2_ROOTFS_MERGED_USR option
221 even if these directories are present in the overlay.
222
223 External toolchain: Unbreak user provided libraries deployment
224 (BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS) handling after refactoring.
225
226 QEMU coldfire: Fix for signal handling kernel issue, enable
227 networking support.
228
229 Updated/fixed packages: android-tools, assimp, boost, gcc,
230 glibc, glmark2, gmrender-resurrect, go, go-bootstrap, iputils,
231 jack2, kodi-screensaver-asterwave, kodi-screensaver-rsxs,
232 kodi-visualisation-shadertoy, libarchive, libinput, libpjsip,
233 mali-t76x, mtr, nginx, opencv, openvpn, python-coherence,
234 qt5multimeda, quagga, samba4, sg3-utils, stress-ng, turbolua
235
Peter Korsgaard0ab73722016-05-10 23:23:00 +02002362016.05-rc1, Released May 10th, 2016
237
238 Fixes all over the tree and new features.
239
240 Architectures: new ARM variants: Cortex A17 and M4, improved
241 nonmmu (cortex-M) support, m68k has been re-enabled with
242 support for ColdFire. For x86, support for the i386 variant
243 has been dropped.
244
245 Toolchain: Add GCC 6 support, remove GCC 4.5, mark GCC 4.7 as
246 deprecated. Go programming language support, Add Binutils 2.26
247 support. Old Sourcery PowerPC external toolchains removed,
248 Sourcery MIPS 2016.06-8, AMD64 2015.11-139, NiosII 2015.11-130
249 added, Linaro ARM/ARMeb/Aarch64 toolchains updated.
250
251 New defconfigs: Firefly RK3288, Boundary Devices i.MX7 Nitrogen7,
252 STM32F429 and STM32F469 Discovery boards, Hardkernel ODROID-C2,
253 Raspberry Pi Zero and Raspberry Pi 3. Some Qemu defconfigs were
254 added for m68k, eXtensa-nommu and ColdFire.
255
256 Linux: use zImage by default on ARM, subversion repository
257 support (for u-boot as well).
258
259 New packages: aer-inject, android-tools, cannelloni,
260 cbootimage, cgroupfs-mount, connman-gtk, crudini, dt,
261 gmrender-resurrect, flannel, font-awesome, freeswitch, go,
262 go-bootstrap, gr-osmosdr, granite, i7z, imx-uuc,
263 kodi-adsp-basic, kodi-adsp-freesurround,
264 kodi-audiodecoder-opus, kodi-pvr-hdhomerun,
265 kodi-screensaver-asterwave, kodi-screensaver-cpblobs,
266 kodi-screensaver-matrixtrails, kodi-screensaver-planestate,
267 kodi-screensaver-rsxs, kodi-visualisation-fishbmc,
268 kodi-visualisation-fountain, kodi-visualisation-goom, libgee,
269 libimxvpuapi, libpjsip, libtomcrypt, libtommath, libusbgx,
270 lksctp-tools, mali-t76x, mkpimage, mpv, msr-tools, nload,
271 norm, nvme, owfs, pound, privoxy, procrank_linux, putty,
272 python-autobahn, python-characteristic, python-crossbar,
273 python-cryptography, python-iniparse, python-iowait,
274 python-lmdb, python-pexpect, python-ptyprocess,
275 python-pyasn-modules, python-pygments, python-pymysql,
276 python-pynacl, python-pyopenssl, python-pysocks,
277 python-pytrie, python-rpi-gpio, python-service-identity,
278 python-setproctitle, python-shutilwhich, python-treq,
279 python-txaio, python-ujson, python-wsaccel, qt5canvas3d,
280 qt5location, qt5quickcontrols2, qt5serialbus, qt5tools,
281 raptor, scrub, taskd, tegrarcm, turbolua, valijson,
282 wayland-protocols, webkitgtk, wilc1000-firmware, wpan-tools,
283 xdriver_xf86-video-amdgpu
284
285 Removed packages: foomatic-filters, python-m2crypto,
286 qt5quick1, qt5webkit-examples, samba, xdriver_xf86-input-void
287
288 Issues resolved (http://bugs.buildroot.org):
289
290 #6830: Qt5: no fonts are installed
291 #7562: musl buildroot-toolchain and BR2_MIPS_SOFT_FLOAT break
292 #7580: Invalid filesystem in Pandaboard defconfig
293 #8346: wf111 package removes all kernel module dependencies
294 #8436: xserver_xorg-server Segmentation fault
295 #8736: IPV6 forced on in busybox
296 #8746: At startup system stops with 'cannot set terminal proces..
297 #8751: make fail [fio does not build on sh]
298 #8766: Compiling host-gcc-final-4.9.3 broken on i386
299 #8771: make savedefconfig modifies sources
300 #8781: Unable to build uboot for imx28evk
301 #8786: gdb fails to build with xz and expat support at the same
302 #8801: Compilation of Buildroot 2016.2 for Raspberry Pi with...
303 #8806: Buildroot 2016.2 for Raspberry Pi requires that ext4...
304 #8836: Can't select Vim in menuconfig
305 #8851: Make sure fio can compile with libaio support if it...
306 #8861: With buildroot 2016.02 trying to build for corei7-avx
307 fails while trying to build host-binutils
308 #8866: Making an USB flash bootable with extlinux build with
309 buildroot does not work
310
Peter Korsgaardaaf6c282016-03-01 21:47:30 +01003112016.02, Released March 1st, 2016
312
313 Minor fixes, mostly security related.
314
315 Circular dependency issue with same-as-kernel linux-headers
316 option fixed.
317
318 Updated/fixed packages: bluez5_utils, heirloom-mailx,
319 imx-gpu-viv, kodi-pvr-argustv, kodi-pvr-mediaportal-tvserver,
320 kodi-pvr-nextpvr, libfcgi, openssl, pifmrds, powerpc-utils,
321 python-m2crypto, slang, sox, squid, tn5250, xerces, zsh
322
Peter Korsgaard100ba0f2016-02-27 23:50:51 +01003232016.02-rc3, Released February 27th, 2016
324
325 Fixes all over the tree.
326
327 Defconfigs: Ensure EABIhf is correctly enabled for ARM cores
328 where VFP is optional (but present on the specific hw). Fix
329 ARM variant selection for freescale_imx31_3stack_defconfig.
330
331 Ensure tarballs of downloaded git trees do not contain a
332 timestamp.
333
334 Clarify license of patches in COPYING.
335
336 Updated/fixed package: avahi, binutils, cairo, can-festival,
337 chrony, cifs-utils, dnsmasq, dvdauthor, e2fsprogs, efl,
338 erlang-rebar, eudev, fbterm, gawk, gnupg2, gnuradio, gpm,
339 gst1-plugins-good, hostapd, imagemagick, iproute2, iputils,
340 jack2, kexec, kismet, lftp, libarchive, libeXosip2, libfm,
341 libglib2, libsoil, libssh, libssh2, libuci, links, lshw, lxc,
342 mediastreamer, mono, mraa, mutt, nfs-utils, numactl, ofono,
343 omniorb, openipmi, openobex, patch, pax-utils, perf,
344 pulseaudio, pure-ftp, qhull, qt, quagga, quota, sdl_sound,
345 shairport-sync, spice, sysklogd, syslog-ng, trace-cmd,
346 trousers, tvheadend, util-linux, vim, webkitgtk24, wireshark,
347 wpa_supplicant, xerces, zsh
348
349 Issues resolved (http://bugs.uclibc.org):
350
351 #8651: libMonoPosixHelper.so wrong link reference in buildroot..
352
Peter Korsgaard6cd8cbc2016-02-18 15:34:16 +01003532016.02-rc2, Released February 18th, 2016
Peter Korsgaarda00646d2016-02-17 23:08:34 +0100354
355 Fixes all over the tree.
356
357 Toolchain: PR19405 backport to binutils 2.25.1 to fix NIOS ld
Peter Korsgaard6cd8cbc2016-02-18 15:34:16 +0100358 crash, backport of Xtensa .init/.fini literals handling.
359 glibc security patches for CVE-2014-8121, CVE-2015-1781
Peter Korsgaarda00646d2016-02-17 23:08:34 +0100360 and CVE-2015-7547.
361
362 Defconfigs for Acmesystems Arietta g25 added.
363
364 Updated/fixed packages: binutils, boost, chrony, dovecot,
365 e2fsprogs, fio, gdb, glibc, graphite2, icu, kbd, libbsd,
366 libcue, libgcrypt, libraw, links, mc, mosquitto, nodejs,
367 postgresql, pptp-linux, pulseaudio, samba4, spice, squid,
368 sysklogd, systemd, tiff, uclibc, ulogd, util-linux, valgrind.
369
370 Issues resolved (http://bugs.uclibc.org):
371
372 #8576: Building embedded Linux for Atmel SAMA5D4_Xplained...
373 #8606: Problem compiling on Arch Linux
374 #8681: kbd 2.0.3 does not build on rpi
375
Peter Korsgaardecf55c32016-02-10 08:05:42 +01003762016.02-rc1, Released February 10th, 2016
Peter Korsgaard2ea44432016-02-09 18:00:18 +0100377
378 Fixes all over the tree and new features.
379
380 Toolchain: Support for GCC 5.3.x. ARC toolchain updated to
381 arc-2015.12. Support for legacy uClibc dropped, default to
382 uClibc-ng instead. Added sys/queue.h implementation for MUSL
383 for compatibility. Updated versions of Code sourcery and
384 Linaro toolchains. MIPS Codescape toolchains added. Version
385 selection for preconfigured external toolchains removed.
386
387 New Defconfigs: ARM Juno r0/r1 development boards, Freescale
388 i.MX6UL Evaluation Kit, Intel Galileo Gen 2, Orange Pi PC.
389 A number of defconfigs have been extended to generate complete
390 system images using genimage.
391
Luca Ceresoli8b186e02016-03-01 11:08:07 +0100392 Linux: Automatically patch timeconst.pl for <3.9 kernels,
Peter Korsgaard8d1d6dd2016-02-29 22:00:43 +0100393 which isn't compatible with modern perl versions, breaking the
394 build when building on recent (Fedora 23, Debian
395 Testing/Unstable, ..) distributions.
396
Peter Korsgaard2ea44432016-02-09 18:00:18 +0100397 Makedevs utility now accepts textual (non-numerical) user and
398 group names.
399
400 Vagrant file to easily setup a working development environment
401 in a VM has been added.
402
403 Size-stats-compare script to compare rootfs sizes between
404 builds has been added.
405
406 Infozip package renamed to zip. EFL packages restructured.
407
408 Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
409 angularjs, apache, apr, argp-standalone, armadillo, arptables,
410 at, atk, audiofile, aumix, autoconf-archive, avahi, bash, bc,
411 bcache-tools, bdwgc, beecrypt, bind, binutils, bluez5_utils,
412 bluez_utils, bonnie, boost, busybox, cairo, cdrkit, chrony,
413 clamav, cmake, collectd, connman, coreutils, cppcms, crda,
414 cryptodev-linux, cryptsetup, cups, cwiid, cxxtest, dbus,
415 dbus-cpp, dbus-glib, debianutils, dhcp, dhcpcd, dhrystone,
416 dillo, directfb, directfb-examples, dmraid, dnsmasq, doom-wad,
417 dovecot, dovecot-pigeonhole, dropbear, dtv-scan-tables,
418 dvb-apps, dvbsnoop, ecryptfs-utils, eigen, ejabberd,
419 elementary, elfutils, enlightenment, erlang, espeak, eudev,
420 eventlog, exfat, exfat-utils, exiv2, expedite, faifa,
421 fakeroot, fastd, fbgrab, fetchmail, ffmpeg, findutils, fio,
422 firmware-imx, flann, flashrom, flite, flot, fmlib, freerdp,
423 freescale-imx, freetype, gauche, gawk, gcc, gcc-final, gcr,
424 gdb, gdk-pixbuf, geoip, gesftpserver, gettext, giflib, git,
425 glibc, glibmm, glog, gmp, gnupg, gnupg2, gnutls, gob2, gpsd,
426 gptfdisk, grep, gst1-libav, gst1-plugins-{bad,base,good,ugly},
427 gst-ffmpeg, gst-plugins-{bad,base,good,ugly}, gstreamer,
428 gstreamer1, guile, gvfs, gzip, harfbuzz, haserl, hiawatha,
429 hostapd, hplip, icu, ifupdown, imagemagick, imx-gpu-viv,
430 imx-kobs, imx-lib, input-tools, intel-microcode, iperf3,
431 ipmitool, iproute2, iprutils, ipsec-tools, ipset, iptables,
432 iputils, irda-utils, irssi, iucode-tool, jack2, janus-gateway,
433 jpeg-turbo, jquery-datetimepicker, jquery-keyboard,
434 jquery-sparkline, jquery-ui, jquery-ui-themes,
435 jquery-validation, json-c, kbd, kernel-module-imx-gpu-viv,
436 keyutils, kmod, knock, kodi, lcdproc, lcms2, leafnode2,
437 leafpad, libass, libatomic_ops, libbroadvoice, libbsd,
438 libcap-ng, libcdaudio, libcue, libcurl, libdrm, libecore,
439 libedbus, libedit, libedje, libeet, libefreet, libeina,
440 libeio, libelementary, libembryo, libepoxy, libethumb, libev,
441 libevas, libevas-generic-loaders, libevdev, libevent, libffi,
442 libfm, libfribidi, libfslcodec, libfslparser, libfslvpuwrap,
443 libftdi, libfuse, libgail, libglew, libglib2, libgtk2,
444 libgtk3, libgudev, libhttpparser, libidn, libinput, libiscsi,
445 libjpeg, liblinear, libmbim, libmicrohttpd, libndp, libnspr,
446 libnss, liboauth, liboping, libpciaccess, libplist, libpng,
447 libraw, libraw1394, librsvg, libseccomp, libsecret,
448 libserialport, libsigc, libsigrok, libsigrokdecode,
449 libsndfile, libsoc, libsodium, libsoup, libssh2, libsvg,
450 libsvg-cairo, libtasn1, libtirpc, libtorrent, libungif,
451 libunwind, libupnpp, liburcu, libuv, libv4l, libva,
452 libva-intel-driver, libvips, libvncserver, libxml2, libxmlpp,
453 lightning, lighttpd, linknx, linux-firmware, linux-fusion,
454 linux-headers, liquid-dsp, lirc-tools, live555, lm-sensors,
455 lockdev, lshw, ltp-testsuite, ltrace, lttng-babeltrace,
456 lttng-libust, lttng-modules, lttng-tools, lua, luabitop,
457 luarocks, luv, lvm2, lxc, makedevs, mc, memcached, memtest86,
458 mesa3d, mesa3d-demos, mesa3d-headers, micropython,
459 micropython-lib, minicom, minidlna, mjpg-streamer, mke2img,
460 moarvm, modem-manager, mongoose, mongrel2, monkey, mono,
461 monolite, mosh, mosquitto, mpd, mplayer, msgpack, mtdev2tuio,
462 musepack, musl, mysql, nano, nasm, nbd, neard, netatalk,
463 netsnmp, nettle, net-tools, network-manager, nfs-utils, nginx,
464 nmap, nodejs, ntfs-3g, ntp, numactl, nut, nvidia-driver,
465 odhcp6c, ofono, ola, olsr, omniorb, opencv, opencv3, openipmi,
466 openldap, openntpd, openobex, openocd, openpgm,
467 open-plc-utils, openpowerlink, openssh, openssl, openswan,
468 openvpn, opkg, oprofile, opus, opusfile, p11-kit, package,
469 pango, pax-utils, pciutils, pcmanfm, perl, perl-db-file,
470 perl-io-socket-ssl, perl-libwww-perl, perl-net-dns, perl-uri,
471 perl-xml-libxml, php, php-ssh2, picocom, pinentry, pixman,
472 polarssl, popt, portaudio, pppd, procps-ng, proftpd, protobuf,
473 psmisc, ptpd2, pulseaudio, pulseview, pv, python, python3,
474 python-alsaaudio, python-can, python-cffi, python-cherrypy,
475 python-httplib2, python-jinja2, python-lxml, python-m2crypto,
476 python-mako, python-msgpack, python-psutil, python-pyasn,
477 python-pycparser, python-pydal, python-pyftpdlib,
478 python-pyroute2, python-pyxml, python-pyzmq, python-requests,
479 python-serial, python-setuptools, python-six, python-spidev,
480 python-tornado, python-twisted, python-web2py, python-webpy,
481 python-werkzeug, python-zope-interface, qemu, qhull, qpdf, qt,
482 qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
483 qt5graphicaleffects, qt5imageformats, qt5multimedia,
484 qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
485 qt5serialport, qt5svg, qt5webchannel, qt5webkit,
486 qt5webkit-examples, qt5websockets, qt5x11extras,
487 qt5xmlpatterns, qt-webkit-kiosk, racehound, radvd, read-edid,
488 readline, redis, rpcbind, rpi-firmware, rpi-userland, rrdtool,
489 rsync, rsyslog, rtai, rtorrent, rt-tests, rubix, ruby, samba4,
490 sconeserver, setools, shairport-sync, sigrok-cli, skeleton,
491 smack, snowball-init, socat, sp-oops-extract, sqlite,
492 squashfs, squeezelite, squid, sredird, sshfs,
493 start-stop-daemon, strace, strongswan, stunnel, subversion,
494 sunxi-tools, swig, sysdig, syslog-ng, sysstat, systemd,
495 sysvinit, taglib, tcl, tcpreplay, thrift, ti-gfx, tinyalsa,
496 tor, torsmo, trace-cmd, transmission, tremor, triggerhappy,
497 trinity, tvheadend, tzdata, uboot-tools, uclibc, udisks,
498 udpcast, unionfs, upmpdcli, usb_modeswitch,
499 usb_modeswitch_data, ustr, util-linux, vala, valgrind,
500 vboot-utils, vde2, vlc, vnstat, webkit, webkitgtk24, weston,
501 wget, whetstone, whois, wine, wipe, wireless-regdb, wireshark,
502 wpa_supplicant, w_scan, x11r7, xapp_xbacklight, xapp_xcompmgr,
503 xapp_xinput, xapp_xkbcomp, xdriver_xf86-input-evdev,
504 xdriver_xf86-input-libinput, xdriver_xf86-input-synaptics,
505 xdriver_xf86-video-ati, xdriver_xf86-video-fbturbo,
506 xdriver_xf86-video-imx-viv, xdriver_xf86-video-intel,
507 xfont_encodings, xfont_font-adobe-100dpi,
508 xfont_font-adobe-75dpi, xfont_font-adobe-utopia-100dpi,
509 xfont_font-adobe-utopia-75dpi, xfont_font-adobe-utopia-type1,
510 xfont_font-alias, xfont_font-arabic-misc,
511 xfont_font-bh-100dpi, xfont_font-bh-75dpi,
512 xfont_font-bh-lucidatypewriter-100dpi,
513 xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
514 xfont_font-bh-type1, xfont_font-bitstream-100dpi,
515 xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
516 xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
517 xfont_font-daewoo-misc, xfont_font-dec-misc,
518 xfont_font-ibm-type1, xfont_font-isas-misc,
519 xfont_font-jis-misc, xfont_font-micro-misc,
520 xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
521 xfont_font-misc-meltho, xfont_font-misc-misc,
522 xfont_font-mutt-misc, xfont_font-schumacher-misc,
523 xfont_font-screen-cyrillic, xfont_font-sony-misc,
524 xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
525 xfont_font-xfree86-type1, xfsprogs, xkeyboard-config, xl2tp,
526 xlib_libfontenc, xlib_libXi, xmlstarlet, xscreensaver,
527 xserver_xorg-server, xtables-addons, xvkbd, xz, yad, yasm,
528 ympd, zeromq, zic, znc, zsh,
529
530 New packages: acsccid, assimp, atkmm, autofs, bcm2835,
531 cairomm, cantarell, chocolate-doom, comix-cursors, cxxtest,
532 edid-decode, emlog, gcr, gtkmm3, hidapi, jquery-sidebar,
533 kernel-module-imx-gpu-viv, libasplib, libcroco, libdvbpsi,
534 libfreeglut, libgdiplus, libglfw, libhdhomerun, libnet,
535 libsoil, lldpd, luvi, mbedtls, minizip, miraclecast, mongodb,
536 mraa, netbsd-queue, netsniff-ng, nss-pam-ldapd,
537 obsidian-cursors, openal, openbox, pangomm,
538 python-backports-abc, python-beautifulsoup4, python-cbor,
539 python-click, python-cssselect, python-ecdsa, python-html5lib,
540 python-idna, python-ipaddress, python-mistune, python-netaddr,
541 python-paho-mqtt, python-paramiko, python-pyparted,
542 python-pysmb, python-pyudev, python-singledispatch,
543 python-smbus-cffi, python-urllib3, qt53d, rabbitmq-c, rfkill,
544 sbc, spi-tools, tpm-tools, trousers, ubus, unrar, unscd,
545 unzip, v4l2grab, xdriver_xf86-video-nouveau, xdotool, zbar
546
547 Removed packages: libungif, python-pyxml,
548
549 Issues resolved (http://bugs.uclibc.org):
550
551 #7886: gettext: link failure with locally-installed libxml2
552 #7892: systemd-journald is broken
553 #8066: nodejs crashes when built with gcc 4.9
554 #8296: nodejs 0.12.7 - npm crashes (seg core dump)
555 #8501: gunzip fails to uncompress files
556 #8541: fail to build host-fakeroot-1.20.2
557 #8546: build instructions for raspberry pi don't work
558 #8571: strace for ARC compile error
559 #8581: pciutils.mk PCIUTILS_MAKE_OPTS typo
560 #8616: Fail to build for raspberrypi_defconfig with big endian
561 #8621: sqlite package, properly enable readline
562
Peter Korsgaard3f90e532015-11-30 22:54:25 +01005632015.11, Released November 30th, 2015
564
565 Minor fixes.
566
567 Merged/seperate /usr handling is now also performed for
568 staging so cross-gdb / gdbserver can find the libraries.
569
570 Updated/fixed packages: autossh, conntrack-tools, dcron,
571 espeak, gcc, glmark2, gpsd, gstreamer1, libglib2, libsigsegv,
572 libsoc, libv4l, minidlna, mongrel2, opencv, polarssl,
573 rpi-userland, rubix, skeleton, tovid, uemacs, valgrind, yad,
574 zmqpp
575
576 Issues resolved (http://bugs.uclibc.org):
577
578 #8441: Invalid directory for X11 fonts in target (RPi2)
579 #8491: libglib2 2.46.1 not Building for armv5 on 2015.11-rc3
580
Peter Korsgaard610f3fa2015-11-26 23:06:02 +01005812015.11-rc3, Released November 26th, 2015
582
583 Fixes all over the tree.
584
Peter Korsgaarddb80b0a2015-11-27 16:21:18 +0100585 We have a new modern website!
586
587 Updated/fixed packages: apitrace, audiofile, autossh, bullet,
588 c-ares, collectd, conntrack-tools, cryptodev-linux, dropbear,
589 fastd, gmp, gpsd, gst-plugins-bad, gst-plugins-base,
590 gst-plugins-good, gst-plugins-ugly, gstreamer, gstreamer1,
591 guile, iodine, iproute2, jimtcl, kompexsqlite, libethumb,
592 libfreeimage, libgsasl, libgtk3, libxml2, localedef,
593 lttng-tools, macchanger, mongrel2, mpd, openntpd, openssl,
594 oprofile, pcre, qt5base, quagga, rpi-userland, sconeserver,
595 sdl, spidev_test, sqlite, strongswan, ustr, xapp_sessreg,
596 yajl, zmqpp
Peter Korsgaard610f3fa2015-11-26 23:06:02 +0100597
598 Issues resolved (http://bugs.uclibc.org):
599
600 #6872: gpsd: disabled on microblaze
601 #8321: invalid opcode error with minidlna and ffmpeg
602 #8336: Default systemd configuration fails to boot correctly in 2015-08
603 #8446: rpi-userland failed to build with glibc 2.22
604
Peter Korsgaardbfaed962015-11-19 13:07:41 +01006052015.11-rc2, Released November 19th, 2015
606
607 Fixes all over the tree.
608
609 LD_LIBRARY_PATH is no longer used to ensure host binaries find
610 their libraries, fixing issues on recent Fedora.
611
612 Toolchain fixes for powerpc e5500 / e6500. Fix for an issue
613 with ${TARGET}-cc after the move to use a toolchain wrapper
614 for the internal toolchain.
615
616 Appy-patches.sh now correctly applies all files listed in
617 series files.
618
619 Fixes for merged /usr handling when a custom skeleton is used.
620
621 Updated/fixed packages: axfsutils, boost, busybox, dhcp,
622 directfb, dropbear, ebtables, fastd, ffmpeg, gauche, gcc,
623 gettext, gst1-plugins-bad, hostapd, ibrdtnd, libcurl,
624 libecore, libgudev, libnss, libpng, libserial, libssh2,
625 libuecc, libxml2, linux-headers, liquid-dsp, ltris,
626 lua-periphery, minidlna, mongrel2, mpd, mpg123, mplayer,
627 mysql, opencv, opencv3, package, perl-file-util, php-ssh2,
628 polarssl, pulseaudio, python-protobuf, qemu, qt5base, ranger,
629 ruby, skeleton, slang, squeezelite, strongswan, tovid, uclibc,
630 ushare, wine, wpa_supplicant, x265,
631 xdriver_xf86-video-siliconmotion, zxing-cpp
632
633 Issues resolved (http://bugs.uclibc.org):
634
635 #4790: Running udhcpc on a system with NFS root kills NFS
636 #8456: Building host-pkgconf on Fedora 23 fails due to..
637
Thomas Petazzonie1da0ef2015-11-06 11:25:40 +01006382015.11-rc1, Released November, 7th 2015
Thomas Petazzoni23542382015-11-06 11:22:00 +0100639
640 Fixes all over the tree and new features.
641
642 Architectures:
643
644 - Support for sparc64 added (internal toolchain with glibc
645 only).
646
647 - Support for mips32r6 and mips64r6 added.
648
649 - Support for Intel Quark X1000 CPU.
650
651 - Switch to EABIhf by default on ARM when a VFP is available.
652
653 Toolchains:
654
655 - glibc 2.22, gdb 7.10, use gdb 7.9 by default, musl 1.1.12,
656 uclibc-ng 1.0.8, host-gdb enabled on AArch64.
657
658 - The toolchain wrapper which was used only for external
659 toolchains is now also used for Buildroot internal
660 toolchains. This allowed to fix the ccache support, prepare
661 the way for top-level parallel build support and remove gcc
662 patches used to detect header/library path poisoning.
663
664 - Remove Analog Devices Blackfin toolchain 2012R2.
665
666 - Fix several Xtensa build failures by switching from
667 text-section-literals to auto-litpools.
668
669 - Enable MIPS64 support in uClibc-ng, use uClibc on ARC
670 rather than a specific fork.
671
672 - Linaro toolchains for ARM, ARMeb and AArch64 updated to
673 2015.08. 2014.09 version is kept since 2015.08 only runs on
674 x86_64 hosts.
675
676 Bootloaders:
677
678 - Fix ARM64 support in U-Boot.
679
680 Defconfigs:
681
682 - Added: ARC HS38 VDK virtual boards, Avnet Microzed, Boundary
683 Devices Nitrogen SoloX, Freescale i.MX6 SoloX Sabre SD,
684 OLinuxino A20 Lime2, Qemu Sparc64, Qemu SuperH 4 big endian,
685 Synopsys AArch64 VDK virtual platform.
686
687 - Updated: calao_qil_a9260, calao_usb_a9g20_lpw, ci20,
688 cubieboad, freescale_imx6_*, imx53loco, imx6_vab820,
689 mpc8315erdb, qmx6, p1010rdb, qemu, raspberrypi,
690 raspberrypi2, riotboard, snps_axs10*, wandboard.
691
692 - Removed: at91rm9200df, at91sam9260dfc, at91sam9263ek,
693 calao_snowball_defconfig, gnublin, integrator926_defconfig.
694
695 Infrastructure:
696
697 - Support for fetching from Mercurial tags fixed.
698
699 - Introduce LINUX_NEEDS_MODULES, which allows to enforce
700 module support to be enabled in the kernel when a package
701 builds out-of-tree kernel modules (through the
702 pkg-kernel-module infrastructure or on its own).
703
704 - Improve the perl package infrastructure to automatically add
705 the dependency to the perl interpreter to target perl module
706 packages.
707
708 - Remove trailing slashes in <pkg>_SITE and addition of a
709 check to ensure such trailing slashes are no longer added.
710
711 - Extend the legal infrastructure to allow packages to declare
712 their actual source code. This is useful for packages for
713 which <pkg>_SOURCE points to pre-built binaries (as is the
714 case for external toolchains). The new <pkg>_ACTUAL_SOURCE
715 variable allows to point to the source code in such cases.
716
717 - Improved ccache support, thanks to the usage of a toolchain
718 wrapper for internal toolchain. Now a single cache directory
719 can be shared between different Buildroot builds.
720
721 - Addition of a 'graph-size' make targets, which generates a
722 PDF graph of per-package size of the root filesystem.
723
724 - Addition of <pkg>_EXCLUDES so that packages can request
725 certain parts of the source code tarball to not be
726 extracted. This feature is currently used by gcc and
727 toolchain-external.
728
729 - Packages can now use the <pkg>_PKGDIR variable, provided by
730 the package infrastructure, to reference their package
731 directory, instead of explicitly using package/<pkg>/.
732
733 Filesystems:
734
735 - Add high lz4 compression to squashfs.
736
737 - Simplification of shell profile files in the default
738 skeleton.
739
740 - Remove ftp user and /home/ftp from the skeleton, and let ftp
741 server packages create these when needed.
742
743 - Add support for /bin, /sbin and /lib to be symlinks to their
744 corresponding directories in /usr. This is enforced for
745 systemd configurations, and optional for other
746 configurations.
747
748 - Support for AXFS filesystem image generation added.
749
750 - New options to add extra space/inodes to ext2/3/4 images.
751
752 Updated/fixed packages:
753
754 adwaita-icon-theme, apache, apitrace, atk, audit, avahi,
755 barebox, bash, batctl, bind, binutils, bluez_utils, boost,
756 bridge-utils, cairo, ccache, chrony, clapack, cloog, cmake,
757 collectd, connman, conntrack-tools, coreutils, cpio,
758 cryptsetup, dbus, dbus-cpp, devmem2, dhcp, dhcpcd, dhcpdump,
759 dhrystone, dillo, directfb, directfb-examples, dmraid,
760 dos2unix, dovecot, dovecot-pigeonhole, drbd-utils, dropbear,
761 dropwatch, dtc, e2fsprogs, ebtables, efl, eigen, ejabberd,
762 elf2flt, elfutils, erlang, ethtool, eudev, evemu, exfat,
763 exfat-utils, expat, faifa, fbterm, fdk-aac, feh, ffmpeg, file,
764 flashrom, fping, freerdp, freescale-imx, freetype, gdk-pixbuf,
765 genimage, gettext, git, glib-networking, glmark2, gnupg2,
766 gnuradio, gnutls, gpsd, grep, grub2, gst1-imx, gst1-libav,
767 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
768 gst1-plugins-ugly, gst1-validate, gst-fsl-plugins,
769 gst-plugins-bad, gstreamer1, guile, gvfs, harfbuzz, haveged,
770 hostapd, icu, imagemagick, impiutil, imx-gpu-viv, imx-vpu,
771 inadyn, intltool, iostat, iperf3, ipmiutil, iproute2,
772 iptables, iw, jpeg-turbo, jq, jsoncpp, kexec-lite, kmod, kodi,
773 kodi-audioencoder-flac, kodi-pvr-argustv, kodi-pvr-filmon,
774 kodi-pvr-hts, kodi-pvr-mythtv, kodi-pvr-pctv,
775 kodi-pvr-stalker, kodi-pvr-vbox,
776 kodi-visualisation-waveforhue, less, lftp, libbluray,
777 libcgroup, libconfuse, libcurl, libdcadec, libdrm, libevdev,
778 libffi, libfribidi, libfslcodec, libfslparser, libfslvpuwrap,
779 libgcrypt, libglew, libglib2, libgtk3, libidn, liblinear,
780 liblockfile, libmicrohttpd, libnetfilter_conntrack, libnfs,
781 libnftnl, libnl, libnspr, libnss, libpcap, libpfm4, libpng,
782 libselinux, libserial, libsoup, libsoxr, libstrophe, libtasn1,
783 libtirpc, libtorrent, libupnpp, liburcu, libusb-compat, libuv,
784 libv4l, libva, libva-intel-driver, libxcb, lighttpd, links,
785 linux, linux-firmware, linux-fusion, linux-headers,
786 lirc-tools, localedef, lpeg, lsof, ltp-testsuite,
787 lttng-libust, lttng-tools, lua-periphery, luaposix, lvm2, lxc,
788 lz4, mdadm, mesa3d, mesa3d-headers, minicom, minidlna, moarvm,
789 modem-manager, mosquitto, mpd, mpdecimal, mpg123, mplayer,
790 mrouted, msmtp, mtd, mutt, nettle, network-manager, nfs-utils,
791 nftables, nginx, nodejs, noip, ntp, ofono, opencv3, openpgm,
792 openssl, openswan, openvpn, pango, parted, perl, perl-cross,
793 perl-crypt-openssl-random, perl-http-message,
794 perl-io-socket-ssl, perl-module-build, perl-mojolicious,
795 perl-netaddr-ip, perl-net-dns, perl-net-http, perl-net-ssleay,
796 perl-uri, perl-xml-libxml, php, picocom, pixman, pkgconf,
797 poco, polarssl, portaudio, portmap, postgresql, proftpd,
798 protobuf, protobuf-c, pulseaudio, python-configshell-fb,
799 python-networkmanager, python-numpy, python-pyparsing,
800 python-pypcap, python-rtslib-fb, python-spidev, python-urwid,
801 python-web2py, qemu, qt5base, redis, rngtools, rng-tools,
802 rpi-firmware, rpi-userland, rtmpdump, rtorrent, ruby, samba,
803 samba4, sane-backends, sconeserver, sdl, sed, setools,
804 shairport-sync, shared-mime-info, sland, smartmontools,
805 softether, spice-protocol, sqlcipher, sqlite, squid,
806 strongswan, stunnel, subversion, sudo, sunxi-tools,
807 supervisor, systemd, tar, targetcli-fb, tcpdump, tiff, tor,
808 tvheadend, tzdata, uboot-tools, udisks, unionfs, upmpdcli,
809 util-linux, vala, valgrind, vim, vlc, vorbis-tools, vsftpd,
810 vtun, wavpack, webkitgtk24, weston, whois, wireless-regdb,
811 wireshark, wpa_supplicant, xdriver_xf86-input-vmmouse,
812 xdriver_xf86-video-imx-viv, xdriver_xf86-video-intel,
813 xdriver_xf86-video-sis, xlib_libXi, xorg-server,
814 xtables-addons, xterm, xz, zic, znc, zsh
815
816 New packages:
817
818 axfsutils, bitstream, check, dvblast, eventlog, fastd, gauche,
819 gmock, graphite2, gssdp, gupnp, gupnp-av, ibrcommon, ibrdtn,
820 ibrdtnd, ibrdtn-tools, imx-kobs, iqvlinux, irssi,
821 kompexsqlite, libbroadvoice, libcddb, libcodec2, libcrossguid,
822 libg7221, libhttpparser, libilbc, libldns, libmng,
823 libopenh264, libpam-radius-auth, libpam-tacplus, libsilk,
824 libsoundtouch, libssh, libuecc, libyuv, liquid-dsp, luv,
825 micropython, micropython-libs, python-pyratemp,
826 python-pyroute2, python-ranger, rapidxml, scrypt, sdl2,
827 sp-oops-extract, squeezelite, stress-ng, swupdate, syslog-ng,
828 x265, xdriver_xf86-video-fbturbo, xxhash, yad, zxing-cpp
829
830 Removed packages:
831
832 blackbox (was deprecated), divine (merged in directfb),
833 kobs-ng (replaced by imx-kobs), mediactl (merged in libv4l),
834 sawman (merged in directfb), schifra (marked broken since a
835 long time), texinfo (host variant only, no longer used), zxing
836 (replaced by zxing-cpp),
837
838 Issues resolved (http://bugs.uclibc.org):
839
840 #4099: cut utility from GNU coreutils works incorrect
841 #7772: libxml-parser-perl build failure: missing dependency
842 ExtUtils/MakeMaker
843 #7931: Default configuration for Cubieboard v1 is outdated
844 #8116: 2015.05-rc2 raspberrypi2_defconfig network interface
845 not coming up
846 #8246: X.org DRI2 build issue
847 #8256: pointing to /usr/bin/objcopy old version (x86) instead
848 of the generated one
849 #8266: mplayer build issue
850 #8281: pyrexc fails to run when path is too long
851 #8316: lttng-tools and lttng-babeltrace executables contain
852 bad RPATH pointing to host machine
853 #8331: kexec wants shutdown in /sbin, but systemd installs it
854 in /usr/sbin
855 #8361: Buildroot 2015.08.1 skeleton inittab overwritten by
856 busybox's version
857 #8366: libevent does not build
858 #8386: build failed with external toolchain
859 #8391: Node.js 0.12.7 fails to build on raspberry_pi defconfig
860 #8396: CCACHE initialization
861 #8401: gpsd 3.15 NMEA support
862 #8416: cups depends on BR2_DEPRECATED_SINCE_2015_05
863 #8421: util-linux installs systemd files in output/target/home/
864
Peter Korsgaard20a36cd2015-08-31 23:06:58 +02008652015.08, Released August 31st, 2015
Peter Korsgaard3131ec42015-08-31 10:13:35 +0200866
867 Minor fixes.
868
869 OpenCV 3.x package renamed to opencv3. OpenCV 2.4.x
870 reintroduced as opencv.
871
872 Updated/fixed packages: bootutils, canfestival, cppcms,
Peter Korsgaard42180d82015-08-31 22:37:37 +0200873 curlftpfs, dhcpdump, dropbear, erlang-p1-tls, exfat, gnuradio,
874 ipkg, libgudev, libmbim, libwebsock, linux-pam, lm-sensors,
875 ltrace, midori, network-manager, openssh, perl-file-listing,
Peter Korsgaard3131ec42015-08-31 10:13:35 +0200876 perl-http-cookies, perl-http-daemon, perl-http-negotiate,
877 perl-www-robotrules, python-can, qt5base, qt5multimedia,
878 setools, sysvinit, tinyalsa, tn5250, tvheadend, uboot, vlc,
879 x264, xserver_xorg-server, zyre
880
Thomas Petazzoni985b46b2015-08-24 22:20:16 +02008812015.08-rc2, Released August, 24th 2015
882
883 Fixes all over the tree.
884
885 Toolchain: fix gcc build on NIOS-II.
886
887 Infrastructure: add <fs>_POST_GEN_HOOKS mechanism to fix
888 hybrid ISO image generation.
889
890 Architectures: add arm1136j-s variant.
891
892 Updated/fixed packages: apitrace, audit, bcusdk, bdwgc,
893 beecrypt, boost, bwm-ng, cdrkit, c-icap, cifs-utils, clapack,
894 c-periphery, cpio, cramfs, czmq, dawgdic, dnsmasq, dosfstools,
895 dropbear, elfutils, empty, eudev, fan-ctrl, filemq, gnutls,
896 guile, haveged, imlib2, libcec, libepoxy, libev, libgpgme,
897 libiio, libnetfilter_queue, libnfnetlink, libpfm4, libpthsem,
898 librtas, libselinux, libsigsegv, libsodium, libv4l, lightning,
899 linux, lirc-tools, lrzsz, mono, mosh, mpd, msmtp, nbd,
900 netatalk, nodejs, ola, opencv, oprofile, php, poco,
901 postgresql, powertop, protobuf, protobuf-c, qt5base,
902 qt5quickcontrols, rapidjson, rng-tools, squid, sysdig,
903 sysstat, tftpd, tinc, tz, util-linux, webkitgtk24, weston,
904 wireshark, wvstreams, xdriver_xf86-input-synaptics, zyre.
905
906 Issues resolved (http://bugs.uclibc.org):
907
908 #8276: package/dropbear: symlink resolution incorrect
909 #8286: Error with buildroot
910 #8301: ldconfig parameter in Makefile
911
Thomas Petazzoni7b1e9d52015-08-05 15:48:25 +02009122015.08-rc1, Released August, 5th 2015
Arnout Vandecappelle43929652015-07-13 13:36:28 +0200913
914 Fixes all over the tree and new features.
915
Thomas Petazzonida63d872015-08-05 15:05:07 +0200916 Architectures:
917
918 - Refactor how the availability of an MMU is described.
919 - Minimal support for Cortex-M3
920 - Minimal support for AArch64 big-endian
921
922 Toolchains:
923
924 - Add CodeSourcery MIPS 2015.05, remove MIPS 2013.11
925 - Use uClibc-ng as the default uClibc version, instead of the
926 official uClibc, which hasn't done any release since 3+
927 years
928 - eglibc is now marked as deprecated
929 - GCC: gcc 4.9.x is now the default and was updated to 4.9.3,
930 support for gcc 5.x added.
931 - Binutils: use Binutils 2.24 as the default, 2.25.x series
932 bumped to 2.25.1, remove old Binutils 2.22.
933 - Update ARC toolchain components to 2015.06
934 - Add support for Fortran when building gcc
935
936 Bootloaders:
937
938 - Support for using the kconfig configuration system in
939 U-Boot
940
941 New Defconfigs:
942
943 - VIA VAB-820/AMOS-820
944 - OLimex OLinuxino A20 Lime
945 - Many new defconfigs for Atmel evaluation boards:
946 at91sam9rlek, at91sam9x5ek, sama5d3xek, sama5d4ek, sama5d4
947 Xplained Ultra, sama5d3 Xplained.
948 - ACME Systems Aria G25
949 - WarPboard
950 - Altera Cyclone 5 Development Board
951 - Xilinx zc706
952 - ARC AXS101 and AXS103 Software Development Platforms
953 - Significant updates to Raspberry Pi / Raspberry Pi 2
954
955 Infrastructure:
956
957 - Buildroot takes better care now of generating predictable
958 permissions in the target filesystem. However, existing
959 permissions on a custom skeleton or rootfs overlay will no
960 longer be preserved. Therefore, it is necessary to add a
961 permission table (BR2_ROOTFS_DEVICE_TABLE) to set the
962 required permissions.
963 - Add support for kconfig fragments.
964 - No longer pass --{enable,disable}-debug to autotools
965 packages depending on the value of
966 BR2_ENABLE_DEBUG. BR2_ENABLE_DEBUG now only controls
967 whether we build with -g or not.
968 - Support for extracting archives in .lzma in the generic
969 package infrastructure.
970 - Remove random-seed file from the default skeleton, since
971 seeding the entropy pool with a known seed makes more harm
972 than good.
973 - In the CVS download helper, add support to use a date as
974 the version.
975 - Add support for a per-package <pkg>_STRIP_COMPONENTS
976 variable, which packages can use to specify how many path
977 components should be stripped when extracting the tarball.
978 - Addition of a 'kernel-module' package infrastructure, which
979 simplifies the packaging of external kernel modules. Many
980 existing packages are converted to use it.
981 - Allow bootloaders to be implemented in $(BR2_EXTERNAL)
982 - Remove /etc/securetty from the default skeleton.
983 - Migration of sysV initscripts from the default skeleton to
984 a package called 'initscripts', installed only when Busbox
985 init or sysvinit are used.
986 - Migration of the skeleton logic to a proper 'skeleton'
987 package.
988 - Addition of a 'linux-tools' infrastructure in the 'linux'
989 package, to support building user-space tools bundled
990 within the Linux kernel sources, such as perf and cpupower.
991 - Usage of backticks instead of make $(shell ...) to execute
992 shell commands. This allows to delay the evaluation of such
993 commands when actually needed, and not when expanding the
994 variables. It is useful to make 'make printvars' less
995 noisy, and as a preparation to support top-level parallel
996 build.
997 - Libtool .la files are not mungled for all package types,
998 instead of being handled only for packages using the
999 autotools-package infrastructure.
1000 - Add mechanism to allow packages to express a dependency on
1001 gcc versions. This is needed for packages that use C++11 or
1002 C11 support for example.
1003
1004 Important package updates:
1005
1006 - Complete rework of the matchbox packaging
1007 - Lots of fixes in packages for compatibility with musl and
1008 gcc 5.
1009 - Hash files added to a large number of packages.
1010 - Update a significant number of packages to use a new
1011 hosting, after the announcement of Google Code and
1012 Gitorious closing.
1013 - Major packages needed for SELinux support have been merged,
1014 but the support is not complete yet.
1015 - Significant update of OpenCV to version 3.0, and addition
1016 of lots of eatures.
1017 - Significant update of all packages supporting the GPU and
1018 VPU of i.MX ARM processors.
1019 - Addition of systemd support in a significant number of
1020 packages.
1021 - Qt5 updated to 5.5.0
1022 - Use modular X.org server by default instead of KDrive
1023
1024 Filesystems:
1025
1026 - Complete overhaul of the iso9660 support. Now allows to use
1027 directly IS9660 as the root filesystem format and not only
1028 an initrd, and supports Grub 2 and isolinux in addition to
1029 Grub.
1030
1031 Updated packages: a10disp, agentpp, apache, at91bootstrap3,
1032 audit, barebox, bc, bind, bmon, boost, btrfs-progs,
1033 ca-certificates, can-utils, ccache, cloog, collectd, connman,
1034 coreutils, c-periphery, cryptsetup, dado, dbus, dejavu,
1035 dhcpcd, dnsmasq, dosfstools, dovecot, dovecot-pigeonhole,
1036 e2fsprogs, ejabberd, erlang-p1-cache-tab, erlang-p1-sip,
1037 erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
1038 erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml, ethtool,
1039 eudev, evtest, exim, expect, explorercanvas, feh, ffmpeg,
1040 file, flashrom, freescale-imx, freetype, gawk, gcc, gdb,
1041 gettext, git, glib-networking, gnupg2, gnutls, gpsd, gptfdisk,
1042 gpu-viv-bin-mx6q, gst-fsl-plugins, harfbuzz, hdparm, heimdal,
1043 i2c-tools, imagemagick, imx-vpu, iproute2, ipset, isl, iw,
1044 kodi, kodi-addon-xvdr, kodi-audioencoder-flac,
1045 kodi-audioencoder-lame, kodi-audioencoder-vorbis,
1046 kodi-audioencoder-wav, lftp, libass, libassuan, libcec,
1047 libconfi, libcurl, libdrm, libevdev, libfreefare, libfslcodec,
1048 libfslparser, libfslvpuwrap, libfuse, libglib2, libgpgme,
1049 libgtk2, libgtk3, libical, libidn, libiio, libinput, libiscsi,
1050 libllcp, libmicrohttpd, libnfc, libnss, libpcap, libpciaccess,
1051 libpng, libserialport, libsigrok, libsoc, libtirpc, libubox,
1052 libunistring, libupnp, libuv, libv4l, libva,
1053 libva-intel-driver, libXrandr, lighttpd, linenoise, linux,
1054 linux-firmware, linux-headers, live555, ltrace, lua,
1055 lua-csnappy, lua-ev, luajit, lua-messagepack, luaperiphery,
1056 lvm2, lxc, lzo, mesa3d, mesa3d-headers, midori, mmc-utils,
1057 modem-manager, mono, mosquitto, mpd, mpd-mpc, mpfr, mpg123,
1058 mtd, musl, nano, netperf, network-manager, nfs-utils, nginx,
1059 nodejs, ntp, ola, opencv, openldap, openssh, openssl,
1060 openswan, openvmtools, openvpn, opkg, orbit, orc, pcmanfm,
1061 perl-cross, perl-encode-locale, perl-io-socket-ssl,
1062 perl-mojolicious, perl-net-ssleay, perl-path-tiny, perl-uri,
1063 perl-xml-libxml, php, pinentry, polarssl, postgresql,
1064 pulseview, pure-ftpd, python, python-dpkt, python-lxml,
1065 python-networkmanager, python-pyinotify, python-pypcap,
1066 python-tornado, qextserialport, qt, qt5, rapidjson, redis,
1067 rpcbind, rpi-firmware, rpi-userland, samba4, shairport-sync,
1068 snmpp, sqlite, squid, strongswan, stunnel, sudo, sunxi-boards,
1069 sunxi-mali, sysdig, sysstat, systemd, tcpdump, tiff, tmux,
1070 tor, txheadend, tzdata, uboot, uclibc, ulogd, upmpdcli,
1071 usb_modeswitch, usb_modeswitch_data, vala, vsftpd, wayland,
1072 weston, whois, wireless-regdb, wireshark, x264, xapp_xvinfo,
1073 xdriver_xf86-input-libinput, xdriver_xf86-input-vmmouse,
1074 xdriver_xf86-video-cirrus, xdriver_xf86-video-geode,
1075 xdriver_xf86-video-imx-viv, xdriver_xf86-video-mach64,
1076 xdriver_xf86-video-neomagic, xdriver_xf86-video-r128,
1077 xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
1078 xdriver_xf86-video-vesa, xkeyboard-config, xlib_libfontenc,
1079 xlib_libFS, xlib_libXaw, xlib_libxkbfile, xlib_libXrender,
1080 xlib_libXt, xproto_kbproto, xproto_xproto, xproto_xrandrproto,
1081 xscreensaver, xserver_xorg-server, xtables-addons, yaml-cpp,
1082 zic.
1083
1084 New packages: angularjs, atf, audit, c-icap, c-icap-modules,
1085 cpio, dawgdic, faketime, fcgiwrap, gflags, glog, initscripts,
1086 jquery-datetimepicker, kodi-audioencoder-modplug,
1087 kodi-audioencoder-nosefar, kodi-audioencoder-sidplay,
1088 kodi-audioencoder-snesapu, kodi-audioencoder-stsound,
1089 kodi-audioencoder-timidity, kodi-audioencoder-vgmstream,
1090 kodi-platform, kodi-pvr-argustv, kodi-pvr-dvblink,
1091 kodi-pvr-dvbviewer, kodi-pvr-filmon, kodi-pvr-hts,
1092 kodi-pvr-iptvsimple, kodi-pvr-mediaportal-tvserver,
1093 kodi-pvr-mythtv, kodi-pvr-nextpvr, kodi-pvr-njoy,
1094 kodi-pvr-pctv, kodi-pvr-stalker, kodi-pvr-vbox,
1095 kodi-pvr-vdr-vnsi, kodi-pvr-vuplus, kodi-pvr-wmc,
1096 kodi-screensaver-asteroids, kodi-screensaver-biogenesis,
1097 kodi-screensaver-crystalmorph, kodi-screensaver-greynetic,
1098 kodi-screensaver-pingpong, kodi-screensaver-pyro,
1099 kodi-screensaver-stars, kodi-visualisation-shadertoy,
1100 kodi-visualisation-spectrum, kodi-visualisation-waveforhue,
1101 kodi-visualisation-waveform, kvmtool, kyua, libfm,
1102 libfm-extra, libplatform, librtas, libsodium, libsquish,
1103 libucl, libump, linux-backports, lua-iconv, lutok, menu-cache,
1104 moarvm, monkey, mono-gtksharp3, mosh, openipmi, python-can,
1105 python-pycli, python-pydal, python-pyyaml, python-web2py,
1106 qpid-proton, qt5webchannel, quazip, racehound, rtl8188eu,
1107 rtl8821au, sepolgen, setools, skeleton, stm32flash,
1108 webkitgtk24, xdriver_xf86-video-qxl, zynq-boot-bin.
1109
1110 Deprecated packages: webkitgtk, libgail, eglibc support in
1111 glibc package.
Arnout Vandecappelle43929652015-07-13 13:36:28 +02001112
Thomas Petazzoni8cf7a562015-08-05 15:36:24 +02001113 Issues resolved (http://bugs.uclibc.org):
1114
1115 #4291: Segmentation fault with all binaries that use threads
1116 when compiled with gcc 4.6
1117 #6944: building toolchain for sh4 fails
1118 #7592: Buildroot GCC: -lto requires plugin support in ranlib
1119 #7628: Python SSL does not get built for Raspberry Pi
1120 #7682: Missing dependencies for NFS
1121 #7742: dhcp lacks important features when BR2_ENABLE_DEBUG
1122 #7754: make: *** [/..../buildroot-2014.11/output/build/host-gcc-initial-4.8.3/.stamp_built] Error 2
1123 #7946: libglib2-2.42.2 fails to build for sparc-buildroot-linux-gnu
1124 #7956: glibc 2.20 and 2.21 fail to build for sh64-buildroot-linux-gnu
1125 #7971: python-flask, python-werkzeug. No module named zlib
1126 #7981: Target file system skeleton permissions hazard
1127 #8006: rpcdebug in nfs-utils built for the host
1128 #8036: alsa-lib headers problem that prevents to compile alsa
1129 dependent projects
1130 #8081: systemd init system: /tmp is not mode 1777
1131 #8121: php opcache extension doesn't get installed
1132 #8151: x86-64 make fails with ncurses 5.9
1133 #8156: pkg-kconfig infra broken for *-update-{config, defconfig}
1134 #8161: default /bin/sh symlink to busybox is full path and not relative
1135 #8171: glamor missing
1136 #8191: Request update support for the cubieboard series
1137 #8201: Important security upgrades for node.js
1138
Peter Korsgaard6d736152015-05-31 23:15:34 +020011392015.05, Released May 31st, 2015
1140
1141 Minor fixes.
1142
1143 Updated/fixed packages: conntrack-tools, directfb, fio, flite,
1144 gptfdisk, ipmiutil, iproute2, janus-gateway, keyutils, knock,
1145 libelementary, libgcrypt, libgsasl, libjpeg, libstrophe,
1146 lttng-libust, nbd, ncurses, nmap, php, postgresql, python,
1147 python3, sconeserver, udpcast, upmpdcli
1148
Peter Korsgaardc6ce1192015-05-22 11:53:58 +020011492015.05-rc3, Released May 22nd, 2015
1150
1151 Several fixes, mainly related to static linking.
1152
1153 Updated/fixed packages: acl, alsa-utils, apr, armadillo, attr,
1154 autoconf-archive, binutils, boost, czmq, dhcpcd, duma,
1155 enlightenment, exim, fbterm, freerdp, gcc, gdk-pixbuf,
1156 google-breakpad, gpsd, heirloom-mailx, hwloc, ipmiutil,
1157 iproute2, jack2, jasper, kmod, lcdproc, leafnode2, libcap-ng,
1158 libftdi1, libmatroska, libmemcached, libmodbus, libnftnl,
1159 libsigrok, libupnpp, libuv, libxml-parser-perl, linux,
1160 linux-headers, lirc-tools, lua-periphery, lxc, mongoose, mono,
1161 mpg123, mosquitto, neardal, newt, ntp, ola, openldap, opencv,
1162 php, postgresql, protobuf, pulseaudio, python-pyqt, qemu, qt,
1163 qt5base, rpi-userland, rsyslog, snmppp, sqlite, tiff,
1164 tinyxml2, uboot-tools, unionfs, ux5000-firmware, usbredir,
1165 ushare, vpnc, vsftpd, wavpack, wireless_tools, wsapi,
1166 wvstreams, xmlstarlet, zeromq, zmqpp
1167
1168 New packages: c-periphery
1169
1170 Issues resolved (http://bugs.uclibc.org):
1171
1172 #8106: mkfs.jffs2 uses the --pagesize parameter incorrectly
1173 #8111: 2015.05.rc2 LIBFOO_CONF_OPTS not working
1174 #8126: exim lacks plaintext and cram-md5 auth
1175
Peter Korsgaardf2435f62015-05-11 13:28:26 +020011762015.05-rc2, Released May 11th, 2015
1177
1178 Minor fixes.
1179
1180 Toolchain: PR56780 backport to GCC 4.8.4 to fix GDB linking
1181 issues. Context functions enabled for uClibc snapshot /
1182 uClibc-NG.
1183
1184 Architectures: Endian handling symbol for Xtensa, binutils
1185 fixes.
1186
1187 Infrastructure: Fix for kernel module stripping when
1188 localversion contains spaces.
1189
1190 Updated/fixed packages: at, autoconf-archive, binutils,
1191 cc-tool, cryptsetup, dstat, expedite, freerdp, giflib,
1192 gnuchess, guile, ipmiutil, iproute2, mono, monolite, neard,
1193 ola, poppler, postgresql, python-qt, qt, sqlite, valgrind,
1194 xlib_libXfont
1195
1196 Issues resolved (http://bugs.uclibc.org):
1197
1198 #8086: Cannot select systemd as init with Linaro 2014.09...
1199
Peter Korsgaard5628a152015-05-04 21:25:41 +020012002015.05-rc1, Released May 4th, 2015
Peter Korsgaard94856072015-04-27 00:10:53 +02001201
1202 Fixes all over the tree and new features.
1203
Peter Korsgaard329f6872015-05-03 23:49:42 +02001204 Architectures: Removed AVR32 support, deprecate SH64, added
1205 support for steamroller, corei7-avx and core-avx2 x86
1206 variants.
1207
1208 Toolchains: IPv6 and Largefile support now enforced for
1209 uClibc. Corresponding Kconfig symbols removed.
1210
1211 External CodeSourcery AMD64 2014.05, MUSL-cross 1.1.6 added,
1212 CS sh2, Xilinx microblaze v2/14.3 removed. Distro-class
1213 external toolchains are now detected and blacklisted.
1214
1215 Internal toolchain support for Nios2 added, Blackfin
1216 removed. Aarch64 and sh musl support. uClibc-ng support added.
1217
1218 Libatomic is now handled for internal and external
1219 toolchains. Link time optimization (LTO) support.
1220
1221 New Defconfigs: Freescale i.MX28 EVK, i.MX31 PDK and SABRE
1222 Auto, Raspberry Pi 2, RIoTboard,
1223
1224 Infrastructure: Hashes for a large number of packages have
1225 been added. Missing hashes now stop the build unless
1226 explicitly disabled.
1227
Peter Korsgaard1c3ad232015-05-04 20:44:02 +02001228 Spaces and colons (:) are now supported in package
1229 versions. Dependencies can now be listed for the patch step
1230 (<PKG>_PATCH_DEPENDENCIES). Kconfig and Linux kernel
Peter Korsgaard329f6872015-05-03 23:49:42 +02001231 extensions infrastructure has been added.
1232
1233 Makedevs now has a recursive (r) option.
1234
1235 The variable containing the list of packages to build has been
1236 renamed from TARGETS to PACKAGES.
1237
Peter Korsgaard1c3ad232015-05-04 20:44:02 +02001238 Make external-deps / legal-info / source / source-check have
1239 been reimplemented using the package infrastructure, so their
1240 output/behaviour may differ from earlier (some packages were
1241 not included in the past).
1242
Peter Korsgaard329f6872015-05-03 23:49:42 +02001243 The old insecure DES password encoding is no longer supported.
1244
1245 U-Boot patch option now support direct references to patch
1246 files and URLs in addition to directories of patches. The
1247 i.MX28 SD format (u-boot.sd) is now supported.
1248
Peter Korsgaard94856072015-04-27 00:10:53 +02001249 Updated/fixed packages: agentpp, aircrack-ng, alsa-lib,
1250 alsa-utils, apr-util, apr, atk, autossh, avahi, avrdude,
Peter Korsgaard329f6872015-05-03 23:49:42 +02001251 bcusdk, bdwgc, bind, binutils, bmon, boost, botan,
1252 btrfs-progs, busybox, ca-certificates, cairo, can-utils,
1253 canfestival, ccache, chrony, civetweb, clamav, cmake,
1254 collectd, connman, copas, crda, cryptodev-linux, cryptsetup,
1255 cups, czmq, dbus-cpp, dbus-glib, dbus-python, dbus, dfu-util,
1256 dhcp, dhcpcd, dialog, dillo, dmraid, dnsmasq, dos2unix,
1257 dosfstools, dovecot-pigeonhole, dovecot, dropbear, dropwatch,
Peter Korsgaard94856072015-04-27 00:10:53 +02001258 dtv-scan-tables, dvdauthor, e2fsprogs, ecryptfs-utils,
1259 libevas, elfutils, enscript, erlang, espeak, eudev, evemu,
1260 exfat-utils, exim, f2fs-tools, feh, ffmpeg, fftw, flickcurl,
1261 fltk, fluxbox, fmlib, fmtools, freeradius-client, freerdp,
1262 gamin, gawk, gcc-final, gcc, gd, gdb, gengetopt, geoip, git,
1263 glib-networking, gnu-efi, gnuchess, gnutls, gpsd, gptfdisk,
Peter Korsgaard329f6872015-05-03 23:49:42 +02001264 gpu-viv-bin-mx6q, gst-plugin-bad, gstreamer, gstreamer1,
1265 gtest, gvfs, harfbuzz, haserl, haveged, hiawatha,
1266 hicolor-icon-theme, hostapd, hplip, httping, i2c-tools, icu,
1267 ifplugd, imagemagick, imlib2, iozone, iproute2, iptables,
1268 iputils, irqbalance, iw, jack2, jhead, jimtcl, json-c, kexec,
1269 kismet, kmod, kodi-audioencoder-flac,
Peter Korsgaard94856072015-04-27 00:10:53 +02001270 kodi-audioencoder-vorbis, kodi-pvr-addons, kodi, ktap, lcms2,
Peter Korsgaard329f6872015-05-03 23:49:42 +02001271 libass, libatomic_ops, libbluray, libcap, libcgroup, libcurl,
1272 libdrm, libdvbsi, libebml, libecore, libedit, liberation,
1273 libev, libevas, libevdev, libftdi, libgcrypt, libglib2,
1274 libgpgme, libgtk2, libgtk3, libiconv, libidn, libiio,
1275 libinput, libiscsi, libksba, liblinear, libmatroska,
1276 libmicrohttpd, libmodbus, libmpdclient, libnice, libnl,
1277 libnspr, libnss, libpcap, libpciaccess, libphidget, libplayer,
1278 libpthsem, libqmi, librsvg, libseccomp, libsigrok, libsoup,
1279 libsrtp, libssh2, libtasn1, libtool, libunistring, liburcu,
1280 libusb, libuv, libva-intel-driver, libva, libvncserver,
1281 libvorbis, libvpx, libwebsockets, libxml2, libzip, lightning,
1282 lighttpd, linknx, linphone, linux-firmware, linux-headers,
1283 linux-pam, live555, ljsyscall, lmbench, lockdev, logrotate,
1284 lpc3250loader, lpeg, lsof, lttng-libust, lttng-modules,
1285 lttng-tools, lua, luacrypto, luafilesystem, luajit, luaposix,
1286 luarocks, lvm2, lxc, make,
Peter Korsgaard94856072015-04-27 00:10:53 +02001287 matchbox-{common,desktop,fakekey,keyboard,lib,startup-monitor,vm},
1288 matchbox, mcelog, memcached, memstat, memtest86, mesa3d,
1289 minidlna, mjpegtools, mjpg-streamer, modem-manager, mongoose,
1290 monit, mono, monolite, mp4v2, mpc, mpd, mpdecimal, mpg123,
1291 mplayer, musl, nano, nbd, ncftp, ncmpc, ncurses, ne10, neard,
1292 neardal, net-tools, netatalk, netsnmp, network-manager, nginx,
1293 nodejs, ntfs-3g, ntp, numactl, odhcp6c, ofono, open2300,
1294 opencv, openldap, openntpd, openocd, openssh, openssl,
1295 openswan, opentyrian, openvmtools, openvpn, oprofile, p11-kit,
Peter Korsgaard329f6872015-05-03 23:49:42 +02001296 pango, patch, patchelf, pciutils, pcre, perf, perl-gdgraph,
Peter Korsgaard94856072015-04-27 00:10:53 +02001297 perl-io-socket-ssl, perl-json-tiny, perl-module-build,
1298 perl-mojolicious, perl-net-ssleay, perl-path-tiny,
1299 perl-xml-libxml, perl, phidgetwebservice, php-gnupg, php,
1300 pkgconf, polarssl, poppler, popt, postgresql, powerpc-utils,
1301 pppd, prboom, procps-ng, proftpd, psplash, ptpd2,
1302 python-{cheetah,coherence,django,markdown,netifaces,pam,six},
Peter Korsgaard329f6872015-05-03 23:49:42 +02001303 python-tornado, python-twisted, python-zope-interface, python,
1304 python3, qemu, qt, qt5, qt5base, qt5multimedia,
1305 qt5xmlpatterns, qt5cinex, quagga, qwt, radvd, readline,
1306 rng-tools, rpcbind, rpi-firmware, rpi-userland, rsync,
1307 rsyslog, rtai, rtmpdump, ruby, sam-ba, samba, samba4,
1308 sane-backends, sconeserver, shairport-sync, sigrok-cli, slang,
1309 smcroute, snmppp, socat, socketcand, sofia-sip, sox,
1310 spawn-fcgi, speex, sqlcipher, sqlite, squid, strace,
1311 strongswan, stunnel, sudo, sunxi-boards, swig, sysstat,
1312 systemd, tcpdump, tftpd, thrift, thttpd, ti-gfx, ti-utils,
1313 tiff, tinyalsa, tn5250, transmission, trinity, tslib,
1314 tvheadend, tzdata, uboot-tools, uclibc, ulogd, usb_modeswitch,
1315 usbutils, ustr, util-linux, vala, valgrind, vlc, wayland,
1316 webp, weston, wget, which, whois, wireless-regdb,
1317 wireless_tools, wireshark, wpa_supplicant, wvstreams,
1318 xapp_{bdftopcf,bitmap,fonttosfnt,fslsfonts},
Peter Korsgaard94856072015-04-27 00:10:53 +02001319 xapp_{fstobdf,iceauth,mkfontscale,oclock,rgb,sessreg,setxkbmap},
1320 xapp_{showfont,smproxy,twm,x11perf,xcalc,xclipboard,xcmsdb},
1321 xapp_{xdbedizzy,xditview,xdpyinfo,xdriinfo,xedit,xev,xeyes},
1322 xapp_{xf86dga,xfsinfo,xgamma,xgc,xhost,xinit,xinput,xkbcomp},
1323 xapp_{xkbevd,xkbprint,xlsatoms,xlsfonts,xmag,xman,xmh,xmodmap},
1324 xapp_xmore, xcb-util-image, xcb-util-keysyms,
1325 xdata_xcursor-themes,
1326 xdriver_xf86-input-{evdev,keyboard,synaptics,void},
1327 xdriver_xf86-video-{ati,cirrus,geode,mach64,mga,neomagic},
1328 xdriver_xf86-video-{r128,savage,siliconmotion,sis,tdfx},
Peter Korsgaard329f6872015-05-03 23:49:42 +02001329 xdriver_xf86-video-{trident,vmware,voodoo}, xenomai,
1330 xfont_font-util, xkeyboard-config,
1331 xlib_lib{ICE,X11,Xdmcp,Xfont,Xpm,XvMC},
Peter Korsgaard94856072015-04-27 00:10:53 +02001332 xlib_lib{Xxf86vm,xshmfence,xtrans}, xproto_randrproto,
1333 xproto_xproto, xserver_xorg-server, x11vnc, x264, xerces,
1334 xorriso, xterm, xz, yaml-cpp, zeromq, zic, zmqpp
1335
1336 New packages: apache, autoconf-archive, batctl,
Peter Korsgaard329f6872015-05-03 23:49:42 +02001337 bitstream-vera, bullet, cc-tool, doxygen, drbd-utils,
1338 dvdrw-tools, gnuradio, gst1-imx, hans, hwloc, ijs,
1339 imx-usb-loader, inconsolata, iodine, iotop, ipmiutil, jsoncpp,
1340 leveldb, libdcadec, libdri2, libfreeimage, libftdi1,
1341 libsidplay2, lirc-tools, lua-periphery, mc, mesa3d-headers,
1342 mosquitto, nvidia-driver, nvidia-tegra23{,-binaries,-codecs},
1343 openjpeg, opusfile, perl-crypt-openssl-{random,rsa},
1344 perl-db-file, perl-digest-{hmac,sha1},
1345 perl-encode-{detect,locale}, perl-file-{listing,util},
1346 perl-html-{parser,tagset}, perl-http-cookies,
1347 perl-http-{daemon,date,message,negotiate}, perl-io-html,
1348 perl-libwww-perl, perl-lwp-mediatypes, perl-mail-dkim,
1349 perl-mailtools, perl-mime-base64, perl-net-{dns,http},
1350 perl-netaddr-ip, perl-time-hires, perl-timedate, perl-uri,
1351 perl-www-robotrules, powertop, pulseview,
1352 python-{cherrypy,lxml,mako,pyqt,pyxml,sip,spidev,ws4py}, qpdf,
1353 qt-webkit-kiosk, sl, softether, sysdig, tinyxml2, tor, tovid,
1354 unixodbc, wf111, wine, libepoxy, xapp_xcompmgr,
Peter Korsgaard94856072015-04-27 00:10:53 +02001355 xapp_xfindproxy, xcb-util-cursor, xcb-util-renderutil,
Peter Korsgaard329f6872015-05-03 23:49:42 +02001356 xdriver_xf86-input-libinput, xdriver_xf86-video-imx{,-viv},
Peter Korsgaard94856072015-04-27 00:10:53 +02001357 xproto_xproxymanagementprotocol
1358
1359 Removed packages: gtk2-theme-hicolor
1360
Peter Korsgaard329f6872015-05-03 23:49:42 +02001361 Deprecated packages: samba
1362
Peter Korsgaard94856072015-04-27 00:10:53 +02001363 Issues resolved (http://bugs.uclibc.org):
1364
1365 #7478: Multiple chosen python modules are not built due to...
1366 #7508: Use of BR2_EXTERNAL and dependencies to existing packages
1367 #7676: Package procps-ng installs binaries to nonsensical folder
1368 #7724: Startx is not installed in the target
1369 #7760: botan: wrong prefix in botan-1.10.pc
1370 #7826: Building of cdparanoia
1371 #7844: Lua with hard-float on MIPS by buildroot doesn't work
1372 #7874: X.org configure error
1373 #7941: glibc-2.20 fails to build for sparc-buildroot-linux-gnu
1374 #7951: gcc 4.9.2 fails to build for sparc-buildroot-linux-gnu
1375 #7961: Qt5 fails to build for xtensa-buildroot-linux-uclibc
1376 #7976: mkuser script fails with: user already exists with...
1377 #8011: When building only busybox and strace, strace fails...
1378 #8016: collectd fails to build, network.c:171:19: error:...
1379 #8041: error on building libcurl7.42.0
1380
Peter Korsgaard6bf057b2015-03-01 22:08:12 +010013812015.02, Released March 1st, 2015
1382
1383 Minor fixes.
1384
1385 Updated/fixed packages: civetweb, ding-libs,
1386 directfb-examples, glibc, gnupg, gnupg2, gpm,
1387 gst-plugins-good, gst1-plugins-good, freetype, libao, libevas,
1388 libevent, libfribidi, libgcrypt, libgtk2, libshout, libsrtp,
1389 libtheora, libupnpp, libxmlrpc, linux, make, opus, pinentry,
1390 rpi-firmware, shared-mime-info, vlc, vorbis-tools,
1391 xcb-util-keysyms
1392
1393 Removed packages: libgc
1394
Peter Korsgaard345f32e2015-02-24 00:24:19 +010013952015.02-rc3, Released February 24th, 2015
1396
1397 Minor fixes.
1398
1399 Cmake and rebar (erlang) infrastructure fixes.
1400
1401 Updated/fixed packages: bind, btrfs-progs, busybox, e2fsprogs,
1402 evtest, ffmpeg, fltk, gnutls, i2c-tools, imagemagick, libxcb,
1403 make, mjpg-streamer, netsnmp, opentyrian, php, polarssl,
1404 qt5base, samba, samba4, sudo, util-linux, xserver_xorg-server
1405
Peter Korsgaardbc113922015-02-15 23:44:43 +010014062015.02-rc2, Released February 15th, 2015
1407
1408 Minor fixes.
1409
1410 raspberrypi: fix kernel sha1 for DT variant.
1411
1412 Updated/fixed packages: dbus, dvdauthor, git, libsemanage,
1413 libsepol, libssh2, mplayer, ntp, openvmtools, python3,
1414 qt5base, qt5connectivity, xserver_xorg-server
1415
Peter Korsgaard21652672015-02-08 21:57:14 +010014162015.02-rc1, Released February 8th, 2015
Peter Korsgaard20138582015-02-08 21:55:10 +01001417
1418 Fixes all over the tree and new features.
1419
1420 Static/shared library handling reworked. This is now a
1421 tristate (shared only / shared and static / static
1422 only). Default is now shared only to speed up the
1423 build. BR2_PREFER_STATIC_LIB is now called BR2_STATIC_LIBS.
1424
1425 The toolchain (internal and external) will now warn when an
1426 unsafe library or header path is used (such as /usr/include or
1427 /usr/lib). If BR2_COMPILER_PARANOID_UNSAFE_PATH is enabled
1428 under build options this instead becomes an error.
1429
1430 A installation path issue with the internal musl toolchain
1431 support has been fixed so it is now possible to reuse it as an
1432 external toolchain.
1433
1434 Architectures: Freescale E5500 and E6500 PowerPC support
1435 added, deprecated MIPS 1/2/3/4 support removed.
1436
1437 New defconfigs: Freescale p2020ds, MIPS creator CI20,
1438 Raspberrypi with DT, UDOO Quad.
1439
1440 'make <foo>_defconfig' now saves the path to the defconfig in
1441 the .config, so a 'make savedefconfig' automatically updates
1442 it.
1443
1444 Infrastructure for packages using the Erland rebar tool has
1445 been added.
1446
1447 Hashes for a large number of packages have been added. Hashes
1448 are now checked for both target and host packages.
1449
1450 The system menu now has an option to automatically configure a
1451 network interface through DHCP at bootup.
1452
1453 The default filesystem skeleton now uses a separate tmpfs for
1454 /run instead of a symlink to /tmp/ for security reasons / to
1455 protect against conflicts with user generated temporary files.
1456
1457 BR2_EXTERNAL is now exported to post-build and post-image
1458 scripts.
1459
1460 New packages: bdwgc, benejson, blktrace, bootstrap, cgic,
1461 ding-libs, dvdauthor, ejabberd, erlang-goldrush, erlang-lager,
1462 erlang-p1-cache-tab, erlang-p1-iconv, erlang-p1-sip,
1463 erlang-p1-stringprep, erlang-p1-stun, erlang-p1-tls,
1464 erlang-p1-utils, erlang-p1-xml, erlang-p1-yaml,
1465 erlang-p1-zlib, exiv2, freeradius-client, gengetopt, glmark2,
1466 gpu-amd-bin-mx51, guile, host-qemu, ifupdown, iperf3,
1467 janus-gateway, kodi, kodi-audioencoder-flac,
1468 kodi-audioencoder-lame, kodi-audioencoder-vorbis,
1469 kodi-audioencoder-wav, libcli, libiio, liblinear, libnice,
1470 libselinux, libsemanage, libserialport, libsigro,
1471 libsigrokdecode, libsrtp, liburiparser, libvips, libwebsock,
1472 libz160, libzip, lightning, mcelog, memtest86, mjpegtools,
1473 mjpg-streamer, mke2img, mpd-mpc, netsurf-buildsystem, odhcp6c,
1474 openldap, python-alsaaudio, python-certifi, python-cheetah,
1475 python-coherence, python-django, python-docopt, python-enum,
1476 python-enum34, python-flask, python-gobject, python-httplib2,
1477 python-ipaddr, python-itsdangerous, python-jinja,
1478 python-markdown, python-markupsafe, python-networkmanager,
1479 python-pam, python-psutil, python-pyftpdlib, python-pyinotify,
1480 python-pysendfile, python-pyxb, python-requests, python-six,
1481 python-twisted, python-webpy, python-werkzeug,
1482 python-zope-interface, qt5cinex, sigrok-cli, sofia-sip,
1483 start-stop-daemon, szip, triggerhappy, ustr, vnstat, xorriso,
1484 xtables-addons
1485
1486 Removed packages (target): bison, distcc, gob2, m4
1487
1488 Issues resolved (http://bugs.uclibc.org):
1489
1490 #7556: make interactive CLI optional for nftables
1491 #7730: Error while connecting Qt Cretaor to device
1492 #7766: logrotate default gzip path is usually wrong
1493 #7790: Invalid ext4 image generated by Buildroot
1494
Peter Korsgaard9a5434f2014-12-01 10:19:00 +010014952014.11, Released December 1st, 2014
1496
1497 Minor fixes.
1498
1499 Infrastructure: LD_LIBRARY_PATH handling tweak to ensure
1500 current working directory isn't searched.
1501
1502 Updated/fixed packages: gd, gdb, libwebsockets, luajit, mono,
1503 parted, shairport-sync, util-linux, xapp_bdftopcf,
1504 xserver_xorg-server
1505
Peter Korsgaardf30e54e2014-11-28 13:23:02 +010015062014.11-rc3, Released November 28th, 2014
1507
1508 Fixes all over the tree.
1509
1510 System: File permissions of /etc/random-seed made more
1511 restrictive.
1512
1513 Toolchain: Various fixes related to locale handling, a fix for
1514 building the toolchain wrapper on MIPS.
1515
1516 Updated/fixed packages: bind, binutils. botan, btrfsprogs,
1517 clamav, czmq, dhcp, dillo, dovecot, erlang, flac, gd, glibc,
1518 gptfdisk, gst1-validate, heirloom-mailx, lame, libksba,
1519 libllcp, libnspr, libpng, libshairplay, libtirpc, linux,
1520 linux-headers, mpdecimal, mpg123, network-manager, nfstables,
1521 nfs-utils, openssl, pcituils, qt, radvd, rtai, sqlcipher,
1522 sstrip, tcpdump, uclibc, uemacs, ushare, wayland, weston,
1523 xl2tp, xserver_xorg-server
1524
1525 Issues resolved (http://bugs.uclibc.org):
1526
1527 #7670: Fails to build mpc-1.0.2 on latest Cygwin
1528
Peter Korsgaard641e00e2014-11-21 13:19:45 +010015292014.11-rc2, Released November 21st, 2014
Peter Korsgaard7dfba6f2014-11-21 13:11:45 +01001530
1531 Fixes all over the tree.
1532
1533 Inittab tweaks for shutdown handling (busybox and sysvinit).
1534
1535 Updated/fixed packages: aircrack-ng, botan, canfestival,
1536 clamav, coreutils, czmq, dbus, dovecot, duma, e2fsprogs,
1537 erlang, gcc, iputils, libcap, libgcrypt, libmemcached,
1538 libssh2, libunwind, libv4l, linux-headers, mesa3d-demos, mutt,
1539 mysql, ndisc6, nodejs, omniorb, perl-cross, php,
1540 python-tornado, python3, qemu, qt5base, qt5webkit, rpm,
1541 rt-tests, ruby, schifra, sdl_sound, shairport-sync, sysvinit,
1542 tstools, tzdata, wireshark, x264
1543
1544 Issues resolved (http://bugs.uclibc.org):
1545
1546 #7646: strftime on datetime not works on python3
1547
Peter Korsgaard74128852014-11-12 23:11:07 +010015482014.11-rc1, Released November 12th, 2014
Peter Korsgaard4c2d7582014-11-12 00:47:52 +01001549
1550 Fixes all over the tree and new features.
1551
Peter Korsgaard6896e822014-11-12 22:31:39 +01001552 Toolchains: Use -mcpu / -march instead of -mtune. Support
1553 additional ARC and sparc variants. Updated Code sourcery
1554 and Linaro external toolchains.
1555
1556 Defconfigs: Freescale iMX6DL SabreSD, Minnowboard MAX, QEMU
1557 powerpc64 pseries added and a number of updates to the
1558 existing configurations.
1559
1560 Infrastructure: Buildroot is now less noisy when built with
1561 the silent option (make -s).
1562 A number of package infrastructure variables have been renamed
1563 from *_OPT to *_OPTS for constency. Buildroot will complain if
1564 the old names are used to assist in updating out of tree
1565 packages.
1566 Fixes for host systems where bash isn't located in /bin, and
1567 older systems not supporting mktemp --tmpdir.
1568 Various cleanups of users/groups in the default skeleton.
1569 There is now an option to choose what shell /bin/sh points to.
1570
1571 Documentation: Various updates to the user manual. The
1572 asciidoc documentation handling has now been extended so it
1573 can be used by (BR2_EXTERNAL) packages.
1574
Peter Korsgaard4c2d7582014-11-12 00:47:52 +01001575 Updated/fixed packages: acl, acpid, agentpp, aircrack-ng,
1576 alsa-lib, alsamixergui, alsa-utils, apitrace, apr, apr-util,
1577 argus, arptables, at, atftp, atk, attr, audiofile, aumix,
1578 automake, autossh, avahi, avrdude, axel, bandwidthd, bash,
1579 bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
1580 bluez_utils, bmon, boost, bootutils, bridge-utils,
1581 btrfs-progs, busybox, bwm-ng, bzip2, ca-certificates, cairo,
1582 ccache, ccid, ccrypt, cdrkit, cegui06, celt051, chrony,
1583 cifs-utils, civetweb, cjson, clapack, classpath, cloog, cmake,
1584 collectd, connman, copas, coreutils, coxpcall, cppcms, cppdb,
1585 cppzmq, cramfs, crda, cryptsetup, ctorrent, cups, cvs, cwiid,
1586 czmq, dash, dbus, dbus-cpp, dbus-glib, dbus-python, dejavu,
1587 dhcp, dhcpcd, dhcpdump, dialog, dillo, directfb, distcc,
1588 dmalloc, dmidecode, dmraid, dnsmasq, doc-asciidoc.mk,
1589 dosfstools, dropbear, dropwatch, dstat, dtach, dtc, dvbsnoop,
1590 e2fsprogs, ecryptfs-utils, ed, efl, eigen, elf2flt, elfutils,
1591 enlightenment, enscript, erlang, espeak, ethtool, eudev,
1592 evemu, evtest, exfat, exfat-utils, exim, expat, expect,
1593 explorercanvas, faifa, fakeroot, fan-ctrl, fbdump,
1594 fb-test-app, fetchmail, ffmpeg, file, filemq, findutils, flac,
1595 flann, flickcurl, flite, fltk, fluxbox, fmc, fmlib,
1596 fontconfig, foomatic-filters, freerdp, freescale-imx,
1597 freetype, ftop, fxload, gamin, gcc, gd, gdb, gdk-pixbuf,
1598 genimage, genpart, genromfs, geoip, gettext, giblib, git,
1599 glibc, glib-networking, gmp, gmpc, gnu-efi, gnupg, gnupg2,
1600 gnuplot, gnutls, google-breakpad, gpm, gpsd, gptfdisk,
1601 gpu-viv-bin-mx6q, grantlee, grep, gsl, gst1-libav,
1602 gst1-plugins-{bad,base,good,ugly}, gst-ffmpeg,
1603 gst-fsl-plugins, gst-omx, gst-plugins-{bad,base,good,ugly},
1604 gst-plugin-x170, gstreamer, gstreamer1, gtest, gtk2-engines,
1605 gutenprint, gvfs, harfbuzz, haserl, haveged, hdparm, heimdal,
1606 heirloom-mailx, hiawatha, hostapd, hplip, htop, httping,
1607 hwdata, i2c-tools, icu, ifplugd, igh-ethercat, imagemagick,
1608 imlib2, imx-lib, imx-vpu, inadyn, inotify-tools, input-tools,
1609 intltool, iperf, iproute2, iprutils, ipsec-tools, ipset,
1610 iptables, iputils, iw, jamvm, jansson, jasper, jimtcl, joe,
1611 jpeg-turbo, jq, jquery-keyboard, jquery-mobile, jquery-ui,
1612 jquery-ui-themes, jquery-validation, jsmin, json-c,
1613 json-javascript, kbd, kexec, kexec-lite, keyutils, kismet,
1614 kmod, knock, ktap, lame, lbase64, lbreakout2, lcdproc, lcms2,
1615 lesstif, lftp, libaio, libao, libarchive, libargtable2,
1616 libass, libassuan, libatasmart, libbluray, libbsd, libcap,
1617 libcap-ng, libcdio, libcec, libcgicc, libcgroup, libcofi,
1618 libconfig, libconfuse, libcurl, libdaemon, libdnet, libdrm,
1619 libdvdnav, libecore, libedbus, libedit, libedje, libeet,
1620 libelementary, libelf, libenca, libethumb, libevas,
1621 libevas-generic-loaders, libevent, libexif, libeXosip2,
1622 libffi, libftdi, libfuse, libgail, libgcrypt, libgeotiff,
1623 libglade, libglib2, libgpgme, libgtk2, libhid, libidn,
1624 libinput, libiscsi, libjson, libksba, liblockfile,
1625 liblog4c-localtime, liblogging, libmad, libmatroska, libmbim,
1626 libmemcached, libmicrohttpd, libmpdclient, libmpeg2, libndp,
1627 libnfc, libnfs, libnftnl, libnl, libnspr, libnss, liboauth,
1628 libogg, liboping, libosip2, libpcap, libpciaccess, libpfm4,
1629 libplayer, libplist, libpng, libpthsem, libqmi, libqrencode,
1630 libraw, libreplaygain, libroxml, librsvg, librtlsdr,
1631 libsamplerate, libseccomp, libsecret, libshairplay, libsoc,
1632 libsoup, libsoxr, libssh2, libstrophe, libsvg, libsvg-cairo,
1633 libtasn1, libtheora, libtirpc, libtorrent, libubox, libuci,
1634 libungif, liburcu, libusb, libuv, libv4l, libva,
1635 libva-intel-driver, libvncserver, libvorbis, libvpx,
1636 libwebsockets, libxcb, libxml2, libxml-parser-perl, libxmlrpc,
1637 libxslt, lighttpd, linenoise, linknx, links, linphone,
1638 linux-firmware, linux-fusion, linux-headers, linux-pam,
1639 linux-zigbee, lite, live555, ljlinenoise, lmbench, lm-sensors,
1640 localedef, lockdev, lockfile-progs, log4cxx, lpty, lrandom,
1641 lrzsz, lshw, lsof, lsqlite3, ltp-testsuite, ltrace, ltris,
1642 lttng-babeltrace, lttng-libust, lttng-modules, lttng-tools,
1643 lua, luabitop, lua-coat, lua-coatpersistent, lua-csnappy,
1644 lua-ev, luajit, luajson, lualogging, lua-messagepack,
1645 lua-msgpack-native, luaposix, luarocks, luasec, luasocket,
1646 luasql-sqlite3, lua-testmore, lunit, lvm2, lxc, lz4, lzlib,
1647 lzma, m4, madplay, make, makedevs, Makefile.in,
1648 matchbox-common, matchbox-desktop, matchbox-fakekey,
1649 matchbox-keyboard, matchbox-lib, matchbox-panel,
1650 matchbox-startup-monitor, matchbox-wm, mcrypt, mdadm,
1651 media-ctl, mediastreamer, memcached, memstat, memtester,
1652 mesa3d, metacity, midori, mii-diag, minidlna, mmc-utils,
1653 modem-manager, mongoose, mongrel2, monit, mpc, mpd, mpdecimal,
1654 mpfr, mpg123, mplayer, mrouted, msmtp, mtd, mtools, mtr,
1655 musepack, musl, mutt, mxml, mysql, nano, nanocom, nbd, ncftp,
1656 ncurses, ndisc6, ne10, neard, neon, netatalk, netperf,
1657 netsnmp, nettle, net-tools, network-manager, newt, nfs-utils,
1658 ngrep, nmap, nodejs, nss-mdns, ntfs-3g, ntp, numactl, nut,
1659 nuttcp, ofono, ola, omap-u-boot-utils, omniorb,
1660 on2-8170-modules, opencore-amr, opencv, openntpd, openobex,
1661 openocd, openpowerlink, openssh, openssl, openswan,
1662 opentyrian, opentyrian-data, openvpn, opkg, oprofile, opus,
1663 opus-tools, orbit, orc, ortp, p11-kit, pango, parted,
1664 pciutils, pcmanfm, pcre, pcsc-lite, perf, perl, perl-gd,
1665 perl-gdgraph, perl-io-socket-ssl, perl-json-tiny,
1666 perl-module-build, perl-mojolicious, perl-net-ssleay,
1667 perl-path-tiny, perl-xml-libxml, perl-xml-parser, php,
1668 php-geoip, php-gnupg, php-imagick, php-memcached, php-ssh2,
1669 php-yaml, php-zmq, picocom, pifmrds, pinentry, pixman,
1670 pkg-autotools.mk, pkg-cmake.mk, pkg-download.mk,
1671 pkg-generic.mk, pkg-kconfig.mk, pkg-luarocks.mk, pkg-perl.mk,
1672 pkg-python.mk, pkg-utils.mk, poco, polarssl, polkit, poppler,
1673 popt, portaudio, portmap, postgresql, powerpc-utils, pppd,
1674 pptp-linux, prboom, procps-ng, proftpd, protobuf, protobuf-c,
1675 psmisc, ptpd2, pulseaudio, pv, pwgen, python, python3,
1676 python-dialog, python-ipy, python-keyring, python-mad,
1677 python-netifaces, python-numpy, python-protobuf, python-pyasn,
1678 python-pyparsing, python-pyro, python-pyusb, python-serial,
1679 python-setuptools, qdecoder, qemu, qextserialport, qjson, qt,
1680 qt5, qt5base, qt5connectivity, qt5declarative, qt5enginio,
1681 qt5graphicaleffects, qt5imageformats, qt5multimedia,
1682 qt5quick1, qt5quickcontrols, qt5script, qt5sensors,
1683 qt5serialport, qt5svg, qt5webkit, qt5webkit-examples,
1684 qt5websockets, qt5x11extras, qt5xmlpatterns, qtuio, quagga,
1685 quota, qwt, radvd, rapidjson, rdesktop, redis, rings, rpcbind,
1686 rpi-firmware, rpi-userland, rpm, rp-pppoe, rrdtool,
1687 rsh-redone, rsync, rsyslog, rtai, rtmpdump, rt-tests, rubix,
1688 ruby, samba, sam-ba, samba4, sane-backends, schifra,
1689 sconeserver, scons, screen, sdl, sdl_gfx, sdl_image,
1690 sdl_mixer, sdl_net, sdl_sound, sdl_ttf, sed, ser2net,
1691 setserial, sg3_utils, shared-mime-info, simicsfs, sispmctl,
1692 slang, slirp, smcroute, smstools3, snmppp,
1693 snowball-hdmiservice, socat, socketcand, sox, spawn-fcgi,
1694 speex, spice, spice-protocol, sqlcipher, sqlite, squashfs,
1695 squid, sredird, startup-notification, strace, stress,
1696 strongswan, stunnel, subversion, sudo, sunxi-boards,
1697 sunxi-cedarx, swig, sylpheed, synergy, sysklogd, sysstat,
1698 systemd, sysvinit, taglib, tar, tcl, tcllib, tcpdump,
1699 tcpreplay, texinfo, tftpd, thrift, thttpd, tiff, ti-utils,
1700 tn5250, torsmo, trace-cmd, transmission, tslib, tstools,
1701 tvheadend, twolame, tz, uboot-tools, uclibc, udisks, ulogd,
1702 upmpdcli, upx, urg, usb_modeswitch, usbmount, usbredir,
1703 usbutils, util-linux, valgrind, vde2, vim, vlc, vo-aacenc,
1704 vorbis-tools, vpnc, vsftpd, vtun, wayland, webkit, webp,
1705 webrtc-audio-processing, weston, wget, whois, wireless-regdb,
1706 wireshark, wpa_supplicant, wvstreams, x11r7, x11vnc,
1707 xapp_xcalc, xapp_xdm, xapp_xdpyinfo, xapp_xf86dga, xapp_xfs,
1708 xapp_xinit, xapp_xkbevd, xapp_xmh, xapp_xrandr, xapp_xsm,
1709 xbmc, xbmc-pvr-addons, xcb-proto, xcursor-transparent-theme,
1710 xdriver_xf86-input-mouse, xdriver_xf86-video-{ast,intel},
1711 xdriver_xf86-video-vmware, xenomai, xerces,
1712 xfont_font-adobe-{100,75}dpi,
1713 xfont_font-adobe-utopia-{100dpi,75dpi,type1},
1714 xfont_font-alias, xfont_font-arabic-misc,
1715 xfont_font-bh-100dpi, xfont_font-bh-75dpi,
1716 xfont_font-bh-lucidatypewriter-100dpi,
1717 xfont_font-bh-lucidatypewriter-75dpi, xfont_font-bh-ttf,
1718 xfont_font-bh-type1, xfont_font-bitstream-100dpi,
1719 xfont_font-bitstream-75dpi, xfont_font-bitstream-type1,
1720 xfont_font-cronyx-cyrillic, xfont_font-cursor-misc,
1721 xfont_font-daewoo-misc, xfont_font-dec-misc,
1722 xfont_font-ibm-type1, xfont_font-isas-misc,
1723 xfont_font-jis-misc, xfont_font-micro-misc,
1724 xfont_font-misc-cyrillic, xfont_font-misc-ethiopic,
1725 xfont_font-misc-meltho, xfont_font-misc-misc,
1726 xfont_font-mutt-misc, xfont_font-schumacher-misc,
1727 xfont_font-screen-cyrillic, xfont_font-sony-misc,
1728 xfont_font-sun-misc, xfont_font-winitzki-cyrillic,
1729 xfont_font-xfree86-type1, xfsprogs, xinetd, xkeyboard-config,
1730 xlib_libdmx, xlib_libFS, xlib_libpciaccess, xlib_libSM,
1731 xlib_libX11, xlib_libXaw, xlib_libXext, xlib_libXfont,
1732 xlib_libXi, xlib_libXinerama, xlib_libXrandr, xlib_libXrender,
1733 xlib_libXres, xlib_libXScrnSaver, xlib_libXt, xlib_libXv,
1734 xlib_libXvMC, xlib_libXxf86dga, xlib_libXxf86vm, xmlstarlet,
1735 xproto_xcmiscproto, xproto_xextproto, xscreensaver,
1736 xserver_xorg-server, xterm, xz, zeromq, zlib, zlog, zmqpp,
1737 znc, zsh, zxing
1738
1739 New packages: adwaita-icon-theme, am335x-pru-package,
1740 bcache-tools, biosdevname, botan, canfestival, clamav,
1741 cppunit, dos2unix, dovecot, dovecot-pigeonhole, getent, glm,
1742 gst1-validate, hicolor-icon-theme, ipmitool, leafnode2,
1743 libdvbcsa, libgtk3, libphidget, libshout, libunistring,
1744 libupnpp, mesa3d-demos, modplugtools, mono, monolite, mp4v2,
1745 netcat-openbsd, nginx, odhcploc, openvmtools,
1746 phidgetwebservice, pps-tools, pure-ftpd,
1747 python-configshell-fb, python-rtslib-fb, python-urwid, qlibc,
1748 qt5location, shairport-sync, spidev_test, targetcli-fb,
1749 tinyalsa, trinity, x264, yaml-cpp, ympd
1750
1751 Removed packages: libelf
1752
1753 Issues resolved (http://bugs.uclibc.org):
1754
1755 #261: New package: wxWidgets
1756 #325: New package: ratpoison
1757 #405: New package: OpenVZ tools
1758 #1309: New package: rdiff-backup
1759 #3427: New package: nginx
1760 #3655: New package: libav
1761 #3991: New Package: open-vm-tools (Vmware Tools)
1762 #6878: dmraid: disabled on ARC
1763 #6950: Full unicode support in ncurses
1764 #7010: jamvm builds and runs fine under mips (be)
1765 #7088: elfutils on Blackfin doesn't build
1766 #7142: ecryptfs needs getent to run
1767 #7280: CMake toolchain file uses the FORCE attribute on CMAKE_CXX_FLAGS
1768 #7346: [2014.08rc3] vim-8ae50e3ef8bf.tar.gz can not be downloaded, ...
1769 #7352: [2014.08-rc3] diffutils-3.3 failed on building
1770 #7358: rpi-userland: linking with bcm_host doesn't give vc_dispmanx_*
1771 #7364: monit builds a static application, even though BR2_PREFER_...
1772 #7370: ngrep - requires --with-pcap-includes fully defined to find...
1773 #7442: rootfs remount does not work as expected with sysvinit
1774 #7448: Having export MACHINE="something" breaks glibc build on IMX6...
1775 #7568: musl buildroot-toolchain does not put libgcc_s.so.1 into place
1776 #7574: quota-4.01 fails to build statically
1777
Peter Korsgaardfcd720d2014-09-01 12:12:30 +020017782014.08, Released September 1st, 2014
1779
1780 Minor manual fixes/additions.
1781
1782 Updated/fixed packages: btrfs-progs, cmake, cppcms, exim,
1783 lftp, libdaemon, libev, libgpgme, libiqrf, libnl, libplist,
1784 libroxml, libwebsockets, mesa3d, mpd, mtdev2tuio, musepack,
1785 perl-gd, php-geoip, php-gnupg, php-imagick, php-memcached,
1786 php-ssh2, php-yaml, php-zmq, polarssl, ruby, systemd, taglib,
1787 uboot-tools, upmpdcli, webkit, xapp_xfs, xapp_luit,
1788 xscreensaver, yajl
1789
1790 Issues resolved (http://bugs.uclibc.org):
1791
1792 #7346: vim-8ae50e3ef8bf.tar.gz can not be downloaded, 404 not found
1793
Peter Korsgaardfdff7152014-08-26 10:26:38 +020017942014.08-rc3, Released August 26th, 2014
1795
1796 Minor fixes.
1797
1798 User manual update / restructuring.
1799
1800 Updated/fixed packages: cairo, ecryptfs-utils, gettext,
1801 gstreamer, gstreamer1, gutenprint, icu, imagemagick, jack2,
1802 lbreakout2, libevas-generic-loaders, libftdi, libinput,
1803 libtorrent, ltris, msgpack, ntp, php, procps-ng, pulseaudio,
1804 thrift, tvheadend, usb_modeswitch, xmlstarlet,
1805
1806 Issues resolved (http://bugs.uclibc.org):
1807
1808 #7136: ecryptfs-utils needs gettext to run when glibc/eglibc...
1809 #7322: libgomp dependency issue with imagemagick
1810 #7328: Git dl of versions in x/y broken
1811
Peter Korsgaard7dc7c792014-08-18 01:04:16 +020018122014.08-rc2, Released August 18th, 2014
Peter Korsgaard8c94df22014-08-17 09:44:53 +02001813
1814 Fixes all over the tree.
1815
Peter Korsgaard7dc7c792014-08-18 01:04:16 +02001816 User manual restructured / reworked.
1817
1818 Toolchain: Fix for C++ exceptions / pthread_exit() on
1819 uClibc/glibc, C++-11 features with uClibc.
1820
Peter Korsgaard8c94df22014-08-17 09:44:53 +02001821 Updated/fixed packages: bandwidthd, bluez5_utils, empty,
1822 espeak, fbv, ffmpeg, gd, gnupg2, gst1-plugin-good, iftop,
1823 infozip, libcuefile, libeml, libnftl, localedef, ltrace,
Peter Korsgaard7dc7c792014-08-18 01:04:16 +02001824 matchbox, mpd, network-manager, nftables, ngrep, nut, openssl,
1825 oprofile, perl, perl-net-ssleay, postgresql, pppd, procps-ng,
1826 qt, subversion, synergy, systemd, tar, tftpd, webkit,
1827 xapp_rstart, xbmc, xbmc-pvr-addons
Peter Korsgaard8c94df22014-08-17 09:44:53 +02001828
1829 Issues resolved (http://bugs.uclibc.org):
1830
1831 #7124: Use BR toolchain externally results a non-bootable...
1832 #7208: Glibc C++ aplications crash if they use exceptions
1833 #7250: Cannot build with -std=c++11
1834 #7262: Generating locale en_US.UTF-8 fails on 64bit fedora..
1835 #7286: systemd 215 doesn't build
1836
Peter Korsgaard7e725e12014-08-08 23:34:24 +020018372014.08-rc1, Released August 8th, 2014
Peter Korsgaard087e1c82014-08-08 00:50:13 +02001838
1839 Fixes all over the tree and new features.
1840
Peter Korsgaardec37bbc2014-08-08 23:28:02 +02001841 Architecture: Powerpc64 BE/LE added, AVR32 deprecated.
1842 Improved altivec / SPE /atomic instructions
1843 handling. Additional PowerPC CPU variants added.
1844
1845 Defconfigs: Atmel SAMA5D3, Congatec QMX6, Lego ev3, TS-5x00,
1846 qemu-system-xtensa, qemu-aarch64-virt added. A number of
1847 tweaks to existing ones. lpc32xx defconfigs removed.
1848
1849 Toolchain: Microblaze support for internal musl toolchain.
1850 Default to GCC 4.8 for internal toolchain, remove deprecated
1851 4.3 and 4.6 versions.
1852 External CodeSourcery / Linaro toolchain updates, option to
1853 copy gconv libraries for external toolchains.
1854
1855 Infrastructure: graph-depends: misc fixes, transitive
1856 dependencies are not drawn by default. Download handling is
1857 now done using helper scripts. Integrity of downloads can now
1858 be verified using sha* hashes. Subversion download now uses
1859 peg revisions for robustness.
1860 Legal-info: License info of local or overridden packages are
1861 saved as well. Toolchain packages are also taken into account.
1862 autotools: Static linking with libtool / v1.5 improvements.
1863 Gettextize support, similar to autoreconf.
1864 kconfig package infrastructure added.
1865
1866 Misc: Version selection for busybox dropped.
1867
Peter Korsgaard087e1c82014-08-08 00:50:13 +02001868 Updated/fixed packages: aespipe, aiccu, alsa-lib, alsa-utils,
1869 alsamixergui, argus, armadillo, at, atftp, atk, avahi,
1870 avrdude, axel, b43-firmware, b43-fwcutter, bandwidthd, bc,
1871 bcusdk, beecrypt, bind, binutils, blackbox, bluez5_utils,
1872 bmon, boa, bonnie, bootutils, bsdiff, btrfs-progs, bustle,
1873 busybox, bwm-ng, bzip2, ca-certificates, cairo, can-utils,
1874 ccache, ccrypt, chrony, cifs-utils, classpath, cloog, cmake,
1875 collectd, connman, coreutils, cosmo, cppcms, cramfs, crda,
1876 cryptodev-linux, cryptodev, ctorrent, cvs, dbus-cpp,
1877 dbus-glib, dbus-python, dbus, dcron, dejavu, devmem2,
1878 dfu-util, dhcp, dhcpcd, dhcpdump, dhrystone, dialog, dillo,
1879 distcc, dmidecode, dmraid, dnsmasq, doom-wad, dropbear,
1880 dropwatch, dsp-tools, dtv-scan-tables, dvb-apps, e2fsprogs,
1881 e2tools, eeprog, eigen, elf2flt, elftosb, enlightenment,
1882 enscript, espeak, ethtool, eudev, evemu, exim, expedite,
1883 explorercanvas, ezxml, faifa, fan-ctrl, fconfig, feh,
1884 fetchmail, ffmpeg, fftw, file, fio, fis, flann, flashrom,
1885 flex, flot, fltk, fontconfig, freerdp, freescale-imx,
1886 freetype, ftop, gcc, gd, gdb, genimage, genromfs, gettext,
1887 giblib, glib-networking, glibc, gmp, gnupg, gnutls, gpm, gpsd,
1888 gptfdisk, gpu-viv-bin-imx6q, gqview, grantlee, gst-ffmpeg,
1889 gst-fsl-plugins, gst1-libav, gst1-plugins-bad,
1890 gst1-plugins-ugly, gtk2-engines, gtk2-theme-hicolor, gtkperf,
1891 gvfs, haserl, hdparm, hostapd, httping, i2c-tools, icu,
1892 imagemagick, imx-lib, inadyn, inotify-tools, input-tools,
1893 ipkg, iproute2, iputils, irda-utils, iw, jack2, jpeg, jquery,
1894 jquery-keyboard, jquery-mobile, jquery-validation, jsmin, kbd,
1895 kexec, kmod, knock, latencytop, lcdapi, leafpad, lesstif,
1896 lftp, libaio, libarchive, libargtable2, libart, libatasmart,
1897 libatomic_ops, libbsd, libcap-ng, libcec, libcgicc, libcgroup,
1898 libconfuse, libcurl, libdrm, libdvdnav, libdvdread,
1899 libeXosip2, libedit, liberation, libesmtp, libev, libevas,
1900 libevdev, libevent, libfcgi, libffi, libfreefare, libfslcodec,
1901 libfslparser, libfslvpuwrap, libgail, libgcrypt, libglade,
1902 libglib2, libgpgme, libgtk2, libhid, libical, libiconv,
1903 libiqrf, libjpeg, liblog4c-localtime, libmbus, libmicrohttpd,
1904 libmms, libndp, libnftnl, libnl, libnspr, libnss, liboauth,
1905 libpcap, libpng, libpthsem, libqmi, libraw, libraw1394,
1906 librsvg, libsoc, libsoup, libsvgtiny, libsysfs, libtasn1,
1907 libtirpc, libtorrent, libusb, libv4l, libwebsockets, libxcb,
1908 libxml2, libyaml, links, linux-firmware, linux-fusion,
1909 linux-headers, linux-pam, lite, live555, lm-sensors,
1910 lockfile-progs, lpc3250loader, lshw, lsof, lsuio, ltrace,
1911 ltris, lua-messagepack, luainterpreter, luajit, luaposix,
1912 luarocks, lvm2, lxc, lz4, lzo, make, makedevs, mdadm,
1913 mediastreamer, mesa3d, metacity, minidlna, mkpasswd,
1914 modem-manager, mongoose, mpd, mpg123, msgpack, mtd, mtools,
1915 mtr, musepack, musl, mysql, nano, nasm, nbd, ncurses, ndisc6,
1916 netatalk, netplug, network-manager, nftables, ngircd, nodejs,
1917 nss-mdns, ntp, nut, olsr, open2300, opencv, openntpd, openocd,
1918 openpgm, openpowerlink, openssh, openssl, openswan, openvpn,
1919 opkg, oprofile, opus-tools, orc, p910nd, pango, parted,
1920 pax-utils, pcmanfm, perf, perl, perl-module-build, php,
1921 pixman, pkgconf, poco, polarssl, popt, portmap, postgresql,
1922 prboom, protobuf-c, proxychains-ng, psmisc, psplash, ptpd2,
1923 python,
1924 python-{bottle,dpkt,id3,mad,msgpack,nfc,pygame,pyzmq,simplejson},
1925 python3, qhull, qt, qt5base, qt5connectivity, qt5declarative,
1926 qt5graphicaleffects, qt5multimedia, qt5quickcontrols,
1927 qt5sensors, qt5svg, qt5webkit, quagga, quota, radvd, rdesktop,
1928 read-edid, rpcbind, rpi-firmware, rpi-userland, rpm,
1929 rsh-redone, rsync, rt-tests, rtmpdump, rtorrent, rubix, ruby,
1930 samba, samba4, sane-backends, sawman, sconeserver, setserial,
1931 sg3_utils, shared-mime-info, smartmontools, smcroute, snappy,
1932 socketcand, spawn-fcgi, sqlite, squashfs, squid, sredird,
1933 startup-notification, statserial, strongswan, stunnel,
1934 sunxi-mali, supervisor, synergy, sysklogd, sysprof, sysstat,
1935 systemd, tcpdump, tcpreplay, texinfo, thrift, thttpd, ti-gfx,
1936 ti-utils, tinyhttpd, torsmo, trace-cmd, transmission, tslib,
1937 tstools, tvheadend, tzdata, uboot-tools, uclibc, udev,
1938 udpcast, usb_modeswitch, usbmount, util-linux, valgrind, vim,
1939 vlc, w_scan, wayland, webrtc-audio-processing, weston, wget,
1940 wireless-regdb, wireless_tools, wireshark, wpa_supplicant,
1941 xapp_{twm,xconsole,xcursorgen,xedit,xfs,xinit,xrandr},
1942 xdriver_xf86-video-intel, xlib_lib{FS,ICE,Xext,Xfont,Xft,Xi},
1943 xproto_fontsproto, xproto_inputproto, xserver_xorg-server,
1944 x11vnc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons, xterm, xvkbd,
1945 xz
1946
1947 New packages: flickcurl, fmc, fmlib, geoip, gnupg2,
1948 google-breakpad, imx-vpu, isl, kexec-lite, libglew, libglu,
1949 libinput, libksba, libmemcached, libmpdclient, librtlsdr,
1950 libuv, libva, libva-intel-driver, linux-zigbee, memcached,
1951 mpdecimal, ncmpc, opencore-amr, patchelf, perl-datetime-tiny,
1952 perl-gd, perl-gdgraph, perl-gdtextutil, perl-io-socket-ssl,
1953 perl-json-tiny, perl-mojolicious, perl-net-ssleay,
1954 perl-path-tiny, perl-try-tiny, perl-xml-libxml,
1955 perl-xml-namespacesupport, perl-xml-sax, perl-xml-sax-base,
1956 php-geoip, php-memcached, pifmrds, pinentry, powerpc-utils,
1957 procps-ng, pwgen, python-cffi, python-daemon, python-flup,
1958 python-ipython, python-numpy, qt5enginio, qt5webkit-examples,
1959 qt5websockets, simicsfs, sispmctl, sox, sshpass, tclap,
1960 twolame, upmpdcli, whois, xlib_libxshmfence, xproto_dri3proto
1961
1962 Removed packages: procps
1963
1964 Issues resolved (http://bugs.uclibc.org):
1965
1966 #5750: Doing a Buildroot build from /usr doesn't work
1967 #5900: config flags to the Xenomai build system
1968 #6230: Cannot compile gcc without threads (uClibc-based)
1969 #6626: procps Unknown HZ value! (XX) Assume 100
1970 #7118: Package "thrift" requires atomic operations
1971 #7154: Local uClibc config file gets overwritten using ...
1972 #7160: host-xz not built
1973 #7166: hostapd: segfault when using RT5370
1974 #7172: Name collision of rpath token expansion and internal..
1975 #7178: NTPd package cannot sync time without a proper ntp.conf
1976 #7184: supervisord depends on libxml2 implicitly
1977 #7196: Unable to build on UBUNTU13.10
1978 #7268: python 2.7 compilation issue on a Debian/Ubuntu ...
1979
Peter Korsgaardf287d622014-05-31 09:52:49 +020019802014.05, Released May 31st, 2014
1981
1982 Minor fixes.
1983
1984 Minor manual fixes. U-Boot now defaults to spl/u-boot-spl.bin
1985 for the spl file.
1986
1987 Updated/fixed packages: exim, glibc, gnutls, libfribidi,
1988 qt5base, qt5webkit, sysklogd, thrift, u-boot
1989
Peter Korsgaardd830cce2014-05-28 17:07:11 +020019902014.05-rc3, Released May 28th, 2014
1991
1992 Minor fixes.
1993
1994 Updated/fixed packages: acl, attr, connman, dosfstools,
1995 dropbear, dvb-apps, exim, flite, gdb, httping, hwdata,
1996 lesstif, libnss, libv4l, lttng-babeltrace, midori, monit,
1997 mplayer, php, python2, rdesktop, rpi-userland, ruby, samba,
1998 samba4, slang, xbmc
1999
2000 Issues resolved (http://bugs.uclibc.org):
2001
2002 #7100: license info for package 'acl' missing
2003 #7106: license info for package 'attr' missing
2004 #7112: license info for package 'hwdata'
2005
Peter Korsgaard63fbdd52014-05-21 17:17:03 +020020062014.05-rc2, Released May 21st, 2014
2007
2008 Fixes all over the tree.
2009
2010 Stripping using sstrip has been deprecated.
2011
2012 BR2_EXTERNAL can now also be used to implement custom
2013 filesystem types.
2014
2015 The newly added BR2_GRAPH_DEPTH variable to limit the depth of
2016 the generated dependency graph has been renamed to
2017 BR2_GRAPH_DEPS_OPTS, so additional options can be supported in
2018 the future.
2019
2020 The virtual package infrastructure will now error out early
2021 if multiple packages providing the same virtual package has
2022 been enabled (E.G. opengl). This change requires that the
2023 packages explicitly declare what virtual package(s) they
2024 provide.
2025
2026 Updated/fixed packages: acpid, armadillo, avahi, bellagio,
2027 btrfs-progs, cairo, clapack, directfb, duma, ecryptfs-utils,
2028 elfutils, eudev, fbgrab, fio, flann, fluxbox, gdb, gpm,
2029 gpu-viv-bin-mx6q, gst1-plugins-good, gst-plugins-good,
2030 imagemagick, iprutils, ipsec-tools, jack2, libdvdnav,
2031 libdvdread, libnss, libunwind, linux-headers, lsof, lua,
2032 luajit, matchbox-keyboard, mesa3d, mpd, mplayer, mtr, mysql,
2033 netsnmp, nodejs, openpowerlink, openvpn, pciutils,
2034 php-imagick, postgresql, pulseaudio, qt5quick1, rpi-userland,
2035 rsyslog, samba, samba4, sane-backends, sunxi-mali, systemd,
2036 ti-gfx, tstools, udev, webkit, wpa_supplicant, xbmc,
2037 xlib_libXpm, xserver_xorg-server, zyre
2038
2039 Issues resolved (http://bugs.uclibc.org):
2040
2041 #5396: Boot hangs when starting samba if BR2_ENABLE_LOCALE...
2042 #7016: Git issues in resulting buildroot tar
2043 #7094: pciutils doesn't build on Blackfin
2044
Peter Korsgaard921a9ef2014-05-13 10:49:03 +020020452014.05-rc1, Released May 13th, 2014
Vicente Olivert Riera574fa142014-03-28 11:00:52 +00002046
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02002047 Fixes all over the tree and new features.
2048
2049 Architectures: Support for MIPS o32 ABI on MIPS-64 targets has
2050 been removed. Building o32 ELF files for MIPS64 is an exotic
2051 configuration that nobody should be using. If o32 is required,
2052 then is better if it's built for MIPS 32-bit cores so only
2053 32-bit instructions will be used leading to a more efficient
2054 o32 usage.
2055 Support for the ARM A12 variant and Intel corei7.
2056
2057 Configs: Minnowboard and Altera SoCkit added, QEMU updates.
2058
2059 Bootloaders: Grub2 and gummiboot support, syslinux support
2060 extended.
2061
2062 Toolchains: GCC 4.9. Glibc 2.19. Support for the musl C
2063 library for internal and external toolchains. 4.8-R3 support
2064 for ARC, Internal toolchain support for Aarch64 and
2065 Microblaze. Environment variable to control debug output of
2066 toolchain wrapper renamed to BR2_DEBUG_WRAPPER to match the
Peter Korsgaard41d53bc2014-05-12 22:16:28 +02002067 other variables. Toolchain tuple vendor name can now be
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02002068 customized. Updated external Linaro ARM/Aarch64
2069 toolchains. Added external Linaro ARMEB toolchain.
2070 A GDB gdbinit file is now generated for external toolchains to
2071 automatically set the correct sysroot.
2072
2073 Kconfig handling for minimum kernel headers version required
2074 for packages. Now packages needing specific kernel header
2075 features can specify these requirements in Kconfig.
2076
2077 Infrastructure: Support for (but disabled as it leads to
Peter Korsgaard41d53bc2014-05-12 22:16:28 +02002078 unreproducible builds) toplevel parallel builds. See the
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02002079 comment at the top of Makefile for details about how to enable
2080 it and what the problems are if you want to test it.
2081 Python package infrastructure extended to support Python 3.x
2082 Perl and virtual package infrastructure support added.
2083 PRE_*_HOOKS support for all build steps.
2084
Peter Korsgaard4ee77142014-05-13 00:01:35 +02002085 Updated/fixed packages: acpid, agentpp, aiccu, apr, avahi,
2086 barebox, bash, beecrypt, bellagio, binutils, boost,
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02002087 boot-wrapper-aarch64, bustle, busybox, ca-certificates, cairo,
2088 ccache, ccid, cgilua, chrony, cifs-utils, civetweb, cmake,
2089 collectd, connman, coreutils, coxpcall, cppcms, cppzmq, crda,
2090 cryptodev, cryptsetup, cups, czmq, dbus, dhcpdump, directfb,
2091 dmalloc, dmraid, dnsmasq, dosfstools, dsp-tools, dtc,
Peter Korsgaard4ee77142014-05-13 00:01:35 +02002092 dvb-apps, ebtables, ecryptfs-utils, eigen, erlang, ethtool,
2093 evemu, evtest, f2fs-tools, fdk-aac, feh, ffmpeg, file, filemq,
2094 flac, flot, fmtools, fping, freetype, fswebcam, gcc, gd, gdb,
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02002095 gettext, giblib, git, glibc, glibmm, glib-networking, gmp,
2096 gnutls, gpm, gpsd, gpu-viv-bin-mx6q, grep, gst1-libav,
2097 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
2098 gst1-plugins-ugly, gst-ffmpeg, gst-fsl-plugins, gst-omx,
2099 gst-plugins-good, gstreamer1, gvfs, harfbuzz, haveged,
2100 hostapd, htop, httping, ifplugd, iftop, igmpproxy,
2101 imagemagick, imlib2, imx-lib, infozip, intltool, iproute2,
2102 ipsec-tools, ipset, jansson, jpeg, jpeg-turbo, jquery,
2103 jquery-keyboard, jquery-ui, jquery-ui-themes, json-glib,
2104 json-javascript, kexec, kmod, lame, lbase64, lbreakout2,
2105 lcdproc, lftp, libao, libatasmart, libatomic_ops, libcap,
Peter Korsgaard4ee77142014-05-13 00:01:35 +02002106 libcdio, libcec, libcgicc, libcgroup, libcurl, libdrm,
2107 libdvdnav, libdvdread, libegl, libeio, libenca, libesmtp,
2108 libevas, libevdev, libfribidi, libfslcodec, libfslparser,
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02002109 libfslvpuwrap, libgail, libgles, libglib2, libgtk2, libhid,
2110 libjpeg, libmbim, libmicrohttpd, libmodplug, libnftnl,
2111 libnspr, libogg, libopenmax, libopenvg, libpcap, libplayer,
2112 libpng, libpthread-stubs, librsvg, libsigsegv, libsocketcan,
2113 libsoup, libtasn1, libtool, libtpl, libunwind, liburcu,
2114 libusb, libwebsockets, libxcb, libxml2, libxmlpp, libyaml,
2115 lighttpd, linphone, linux-firmware, linux-headers, ljsyscall,
2116 lmbench, lsof, ltp-testsuite, ltris, lttng-babeltrace,
2117 lttng-libust, lttng-modules, lttng-tools, lua, lua-cjson,
2118 luacrypto, lua-ev, luaexpat, luaexpatutils, luafilesystem,
2119 luainterpreter, luajit, lua-msgpack-native, luaposix,
2120 luarocks, luasec, luasocket, luasql-sqlite3, lvm2, macchanger,
2121 memstat, mesa3d, metacity, minidlna, mmc-utils,
2122 mobile-broadband-provider-info, modem-manager, mongrel2,
2123 monit, mpd, mplayer, msmtp, mtd, mtools, mutt, mysql, nasm,
2124 ncurses, ne10, netatalk, netsnmp, nettle, network-manager,
2125 newt, nfs-utils, nmap, nodejs, ntfs-3g, ntp, nut, ofono, ola,
2126 olsr, omniorb, opencv, opengl, openpgm, openssh, openssl,
2127 openswan, openvpn, orbit, orc, p11-kit, pango, parted,
2128 pciutils, pcre, pcsc-lite, perf, perl, perl-xml-parser, php,
2129 picocom, pixman, pkgconf, poppler, popt, portmap, powervr,
2130 pppd, pptp-linux, proftpd, protobuf, protobuf-c, ptpd2,
2131 pulseaudio, python, python3, python-bottle, python-m2crypto,
2132 python-netifaces, python-pyasn, python-pycrypto,
2133 python-pygame, python-pysnmp, python-pysnmp-apps,
2134 python-pysnmp-mibs, python-serial, python-setuptools,
2135 qextserialport, qt, qt5, qt5base, qt5connectivity,
2136 qt5declarative, qt5graphicaleffects, qt5imageformats,
2137 qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
2138 qt5sensors, qt5serialport, qt5svg, qt5webkit, qt5x11extras,
2139 qt5xmlpatterns, qtuio, qwt, radvd, readline, rings,
2140 rpi-firmware, rpi-userland, rsh-redone, rsync, rsyslog, rtai,
2141 rtmpdump, rt-tests, ruby, samba, sconeserver, scons, sdl,
2142 sdl_image, sdl_mixer, sg3_utils, slang, smstools3, snmppp,
2143 socat, speex, sqlcipher, sqlite, squashfs, squid, strongswan,
2144 stunnel, sunxi-boards, sunxi-mali, sunxi-tools, sylpheed,
Peter Korsgaard4ee77142014-05-13 00:01:35 +02002145 syslinux, sysstat, systemd, taglib, tcl, tcllib, tcpreplay,
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02002146 tidsp-binaries, ti-gfx, tmux, tvheadend, tzdata, uboot,
2147 uboot-tools, uclibc, udev, udisks, ulogd, usb_modeswitch,
2148 usb_modeswitch_data, usbmount, util-linux, valgrind, vlc,
2149 webkit, weston, wget, wireshark, wpa_supplicant, wsapi,
2150 w_scan, xapp_appres, xapp_bdftopcf, xapp_beforelight,
2151 xapp_bitmap, xapp_editres, xapp_fslsfonts, xapp_fstobdf,
2152 xapp_iceauth, xapp_ico, xapp_mkfontscale, xapp_rgb,
2153 xapp_rstart, xapp_sessreg, xapp_showfont, xapp_twm,
2154 xapp_viewres, xapp_xauth, xapp_xbacklight, xapp_xcalc,
2155 xapp_xclock, xapp_xditview, xapp_xdpyinfo, xapp_xdriinfo,
2156 xapp_xev, xapp_xfd, xapp_xfontsel, xapp_xfs, xapp_xfsinfo,
2157 xapp_xgc, xapp_xhost, xapp_xinit, xapp_xkbutils, xapp_xkill,
2158 xapp_xload, xapp_xlsclients, xapp_xlsfonts, xapp_xmag,
2159 xapp_xman, xapp_xmessage, xapp_xmodmap, xapp_xprop,
2160 xapp_xrandr, xapp_xrdb, xapp_xrefresh, xapp_xset,
2161 xapp_xsetroot, xapp_xsm, xapp_xstdcmap, xapp_xvidtune,
Peter Korsgaard4ee77142014-05-13 00:01:35 +02002162 xapp_xvinfo, xapp_xwd, xapp_xwininfo, xcb-util-wm,
2163 xdriver_xf86-input-evdev, xdriver_xf86-input-joystick,
2164 xdriver_xf86-input-keyboard, xdriver_xf86-input-mouse,
2165 xdriver_xf86-input-synaptics, xdriver_xf86-input-vmmouse,
2166 xdriver_xf86-video-ark, xdriver_xf86-video-ast,
2167 xdriver_xf86-video-ati, xdriver_xf86-video-cirrus,
2168 xdriver_xf86-video-dummy, xdriver_xf86-video-fbdev,
2169 xdriver_xf86-video-geode, xdriver_xf86-video-glide,
2170 xdriver_xf86-video-glint, xdriver_xf86-video-i128,
2171 xdriver_xf86-video-intel, xdriver_xf86-video-mach64,
2172 xdriver_xf86-video-mga, xdriver_xf86-video-neomagic,
2173 xdriver_xf86-video-newport, xdriver_xf86-video-nv,
2174 xdriver_xf86-video-openchrome, xdriver_xf86-video-r128,
2175 xdriver_xf86-video-savage, xdriver_xf86-video-siliconmotion,
2176 xdriver_xf86-video-sis, xdriver_xf86-video-tdfx,
2177 xdriver_xf86-video-tga, xdriver_xf86-video-trident,
2178 xdriver_xf86-video-vesa, xdriver_xf86-video-vmware,
2179 xdriver_xf86-video-voodoo, xenomai, xerces, xl2tp, xlib_libFS,
2180 xlib_xtrans, xproto_xproto, xserver_xorg-server,
2181 xutil_util-macros, zeromq, zic, zmqpp, zyre
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02002182
2183 New packages: armadillo, btrfs-progs, clapack, cosmo, dado,
2184 dbus-triggerd, dtv-scan-tables, e2tools, eudev, exim, expect,
2185 fetchmail, flann, flite, gnu-efi, grub2, gummiboot, heimdal,
2186 iprutils, iptraf-ng, jack2, jquery-mobile, libee, libestr,
2187 libgc, libgl, liblogging, libndp, libsoxr, libstrophe,
2188 libubox, libuci, libxmlrpc, ljlinenoise, lpeg, lpty, lrandom,
2189 lsqlite3, lua-coat, lua-coatpersistent, lua-csnappy, luajson,
2190 lualogging, lua-messagepack, lua-testmore, lunit, lzip, lzlib,
2191 musl, nftables, opentyrian, opentyrian-data,
2192 perl-module-build, php-gnupg, php-imagick, php-ssh2, php-yaml,
2193 php-zmq, postgresql, python-libconfig, python-pypcap,
2194 python-pyrex, qdecoder, qhull, samba4, smack, tz, tzdump, ucl,
Peter Korsgaard4ee77142014-05-13 00:01:35 +02002195 upx, vo-aacenc, xbmc, xbmc-addon-xvdr, xbmc-pvr-addons,
2196 yaffs2utils, zlog, znc
Peter Korsgaardc2e4f742014-05-12 22:03:28 +02002197
2198 Removed packages: crosstool-ng, python-distutilscross, vala
2199
2200 Issues resolved (http://bugs.uclibc.org):
2201
2202 #6842: Checking external toolchain for eabihf
2203 #6956: Packaging libsoxr
2204 #6986: Make legal-info fails on uboot versions before 2014.01
2205 #6992: Incorrect installation rights on external kernel module..
Vicente Olivert Riera574fa142014-03-28 11:00:52 +00002206
Peter Korsgaarda6cfaea2014-02-27 21:51:23 +010022072014.02, Released February 27th, 2014
2208
2209 Minor fixes.
2210
2211 Updated/fixed packages: cegui06, cppdb, e2fsprogs, gcc, gdb,
2212 gst1-plugins-bad, gstreamer, gstreamer1, haserl, imagemagick,
2213 libpng, libxml2, lua, luajit, luarock, ncftp, openswan,
2214 pcsc-lite, qt5connectivity, ramsmp, strongswan, vlc
2215
2216 Issues resolved (http://bugs.uclibc.org):
2217
2218 #6938: mkuser script generates wrong password for new user in..
2219
Peter Korsgaard98f7e122014-02-25 08:49:04 +010022202014.02-rc3, Released February 25th, 2014
2221
2222 Minor fixes.
2223
2224 Updated/fixed packages: aiccu, ala-lib, alsa-utils, binutils,
2225 cairo, coreutils, dhcpcd, distcc, efl, evas, iputils, gdb,
2226 gpsd, gst-fsl-plugins, icu, libcec, libcgi, libplayer,
2227 libsecret, libsepol, libsigsegv, libtool, libv4l,
2228 linux-headers, matchbox-lib, mpg123, ncftp, opencv, pcmanfm,
2229 pixman, pv, qt, rt-tests, sawman, sconeserver, sdl, thrift,
2230 tvheadend, util-linux, webkit, xscreensaver
2231
2232 Issues resolved (http://bugs.uclibc.org):
2233
2234 #4706: Removing .stamp_target_installed does not trigger...
2235 #5030: busybox built fails if we use an override src dir...
2236 #5420: Dbus and /var/run management
2237 #5768: Not able to build ALSA-Lib for static build
2238 #5774: Not able to build ALSA-Utils for static build
2239 #6542: external python modules fail to compile to pyc if...
2240 #6764: Support for kernel signed modules
2241 #6794: Busybox compiled from buildroot hangs on pass from...
2242
Peter Korsgaard085d4f02014-02-20 09:24:32 +010022432014.02-rc2, Released February 20th, 2014
2244
2245 Fixes all over the tree. Static linking / nommu fixes and
2246 annotations for several packages.
2247
2248 Updated/fixed packages: boost, busybox, collectd, coreutils,
2249 dropbear, elfutils, feh, gcc, gst1-libav, imagemagick, iozone,
2250 jimtcl, kexec, libvncserver, lvm2, lxc, mplayer, netsnmp, nut,
2251 opencv, python, python3, qtuio, systemd, thrift, transmission,
2252 uclibc, vlc, webkit
2253
2254 Issues resolved (http://bugs.uclibc.org):
2255
2256 #5450: AT91SAM9260 Bootstrap compilation problem
2257 #5582: libiconv 1.14 failed to build
2258 #5624: When building directfb, BR2_TARGET_LDFLAGS not used by..
2259 #5852: [2012.11] usb_modeswitch should depends of "BR2_PACK..
2260 #6218: binutils-2.23.2/gas fails with undefined reference to..
2261 #6236: binutils-2.23.2/bfd fails with undefined reference to..
2262 #6470: If the build directory is a child of /usr, the build..
2263 #6776: systemd error: static declaration of 'execvpe' follows..
2264 #6818: toolchainfile.cmake has absolut path references
2265
Peter Korsgaard690984c2014-02-11 12:37:42 +010022662014.02-rc1, Released February 11th, 2014
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01002267
2268 Fixes all over the tree and new features.
2269
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002270 Support for external packages/defconfigs (BR2_EXTERNAL). See
2271 user manual for details.
2272
2273 Cleanup of environment variable names for consistency. The
2274 download directory location override (BUILDROOT_DL_DIR) is now
2275 called BR2_DL_DIR. Likewise the name of the current .config is
2276 renamed from BUILDROOT_CONFIG to BR2_CONFIG. Please update
2277 your post build scripts if you use this! BUILD_DIR is now also
2278 exported to the post build/image scripts.
2279
2280 Toolchain: GCC 4.8 fix for ARM stack corruption, reverted
2281 uClibc pread/pwrite backport as they cause issues on certain
2282 architectures, new Linaro and Sourcery Codebench toolchains.
2283 x86: Support for AMD Jaguar cores, SSE4.x, SH: SH2/SH3/SH3EB
2284 variants removed, Microblaze: Internal toolchain support
2285
2286 Legal infrastructure: Info is now split between host and
2287 target packages, large number of license annotations.
2288
2289 Lua: selection between lua 5.1 / 5.2, luarocks support
2290
2291 Python: package infrastructure, many new packages.
2292
2293 Defconfigs: Armadeus APF51 + Zedboard added, apf27, apf28,
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01002294 beaglebone, microblaze, pandaboard, qemu, raspberry pi
2295 updated.
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002296
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01002297 Updated/fixed packages: aiccu, alsa-lib, alsa-utils,
2298 am33x-cm3, aumix, autoconf, automake, barebox, bellagio,
2299 berkeleydb, binutils, bison, blackbox, bluez_utils, boost,
2300 bustle, busybox, cairo, can-utils, ccache, ccid, cgilua,
2301 cifs-utils, civetweb, cmake, collectd, connman, copas,
2302 coreutils, coxpcall, cppzmq, cramfs, crda, cryptodev-linux,
2303 cryptsetup, cups, czmq, dhcpcd, dhcpdump, dhrystone, dialog,
2304 dmraid, dnsmasq, dosfstools, dropbear, dropwatch, dtc, duma,
2305 dvb-apps, e2fsprogs, eglibc, eigen, elf2flt, erlang, ethtool,
2306 f2fs-tools, ffmpeg, file, filemq, fio, flashrom, flex,
2307 fluxbox, fontconfig freerdp, freetype, gadgetfs-test, gawk,
2308 gcc, gdb, gdbm, gettext, git, glibc, gnupg, gnutls, gob2,
2309 gpsd, grep, grub, gst-ffmpeg, gst-plugins-good,
2310 gst1-plugins-bad, gst1-plugins-base, gst1-plugins-good,
2311 gst1-plugins-ugly, gstreamer, gstreamer1, gtest, icu, iftop,
2312 imagemagick, inadyn, infozip, iozone, iproute2, iptables, iw,
Peter Korsgaarde0ab2fc2014-02-11 12:32:56 +01002313 jpeg, jpeg-turbo, jq, kexec, kmod, knock, lbase64, lcdapi,
2314 lftp, libcdaudio, libcgi, libcgicc, libcuefile, libcurl,
2315 libdmtx, libdrm, libdvdnav, libdvdread, libegl, libevent,
2316 libexif, libfcgi, libfreefare, libgles, libglib2, libllcp,
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01002317 libmicrohttpd, libmpd, libnfc, libnl, libnss, libopenmax,
2318 libopenvg, libpcap, libpfm4, libplayer, libpng, libqmi,
2319 libreplaygain, libroxml, libsamplerate, libsexy, libsigsegv,
2320 libsndfile, libsoc, libtasn1, libtorrent, libtpl, libupnp,
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002321 libusb, libusb-compat, libvorbis, libxcb, libxml2, libxmlpp,
2322 libyaml, lighttpd, linknx, linux-firmware, linux-pam, live555,
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01002323 lm_sensors, lmbench, lockdev, logrotate, lrzsz, ltrace, lua,
2324 lua-ev, lua-msgpack-native, luabitop, luaexpat, luaexpatutils,
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002325 luafilesystem, luajit, luaposix, luasec, luasocket,
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01002326 luasql-sqlite3, m4, matchbox, mdadm, minicom, mongrel2, mpc,
2327 mpd, mpg123, mplayer, mtd, mysql, lvm2, mxml, ncurses, ne10,
2328 neard, neardal, netsnmp, netstat-nat, network-manager, nodejs,
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002329 numactl, ofone, ola, olsr, omniorb, open2300, opencv,
2330 openpowerlink, openssh, openssl, openvpn, oprofile, opus,
2331 opus-tools, orbit, p11-kit, parted, pcre, pcsc-lite, perl,
2332 php, poco, poppler, powervr, protobuf-c, psplash, python,
2333 python-bottle,
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01002334 python-{crc16,distutilscross,dpkt,id3,ipy,m2crypto,mad,meld},
2335 python-{netifaces,nfc,protobuf,pygame,pyparsing,pyro,pyzmq},
2336 python-{serial,setuptools}, qt, qt5base, qt5connectivity,
2337 qt5declarative, qt5graphicaleffects, qt5jsbackend,
2338 qt5multimedia, qt5quick1, qt5quickcontrols, qt5script,
Peter Korsgaarde0ab2fc2014-02-11 12:32:56 +01002339 qt5webkit, radvd, redis, rings, rng-tools, rpcbind,
2340 rpi-firmware, rpi-userland, rt-tests, sam-ba, samba, sawman,
2341 sconeserver, scons, sdl, sg3_utils, snappy, snmppp,
2342 socketcand, spice, spice-protocol, sqlcipher, sqlite, squid,
2343 sshfs, strace, subversion, sunxi-mali, supervisor, sysklogd,
2344 sysprof, sysstat, systemd, sysvinit, taglib, tar, tcpdump,
2345 ti-gfx, ti-utils, tinymembench, tn5250, trace-cmd,
2346 transmission, tvheadend, tzdata, zxing, uboot, uboot-tools,
2347 uclibc, udev, udpcast, ulogd, urg, usb_modeswitch_data,
2348 util-linux, vala, valgrind, vorbis-tools, wavpack, wayland,
2349 weston, wget, wireless-regdb, wireshark, wpa_supplicant,
2350 wsapi, xavante, xapp_xdpyinfo, xapp_xrandr, xcb-proto,
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002351 xdriver_xf86-video-intel, xenomai, xkeyboard-config, xl2tp,
2352 xlib_lib{FS,SM,X11},
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01002353 xlib_libX{au,aw,composite,cursor,damage,ext,fixes,font,i},
2354 xlib_libX{inerama,mu,pm,randr,render,res,t,tst,v,xf86dga},
2355 xlib_libXxf86vm, xlib_libdmx, xlib_libfontenc,
2356 xlib_libpciaccess, xlib_xtrans, xproto_dri2proto,
2357 xproto_{glproto,inputproto,presentproto,randrproto,videoproto},
2358 xproto_xextproto, xproto_xproto, xutil_util-macros,
2359 xutil_makedepend, zic, zmqpp, zxing, zsh, zyre
2360
2361 New packages: apitrace, avrdude, c-ares, ca-certificates,
2362 cwiid, dbus-cpp, evemu, fping, fswebcam, gpm, gst1-libav,
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002363 haveged, intel-microcode, iucode-tools, jasper, joe, ktap,
2364 lbreakout2, libass, libbluray, libcdio, libenca, libevdev,
2365 libmbim, libmodplug, libnfs, libnftnl, libplist, libshairplay,
2366 libsocketcan, ljsyscall, log4cplus, ltris, luainterpreter,
2367 luarocks, minidlna, mmc-utils, modemmanager, mtr, net-tools,
2368 python-configobj, python-dialog, python-json-schema-validator,
2369 python-keyring, python-msgpack, python-posix-ipc,
2370 python-pyasn, python-pycrypto, python-pysnmp,
2371 python-pysnmp-apps, python-pysnmp-mibs, python-pyusb,
2372 python-simplejson, python-tornado, python-versiontools,
2373 rtmpdump, rtptools, smcroute, smstools3, tcpreplay, thrift,
2374 ti-uim, tinyxml, tmux, vlc, wmctrl, xconsole
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01002375
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01002376 Removed packages: autoconf, automake, ccache, cpanminus, lzma,
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002377 netkitbase, netkittelnet, pkg-config, squashfs3, ttcp, xstroke
Peter Korsgaard51a2caf2014-02-04 09:45:59 +01002378
Peter Korsgaard474defa2014-02-04 19:58:15 +01002379 Issues resolved (http://bugs.uclibc.org):
2380
2381 #65: new package: dbus c++ language bindings
2382 #769: Update configuration menu for MIPS target
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01002383 #2419: Add a bundle of Lua modules
Peter Korsgaard474defa2014-02-04 19:58:15 +01002384 #2629: Segmentation faults and division by zero in Grub on ext2
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01002385 #3811: Added auto-mount for USB and SD Card (mdev) (for 2011.05)
2386 #4339: Allow override of DL_DIR in extract step
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002387 #4363: Make sure that copied linux and busybox defconfig are...
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01002388 #4454: There should be simple way to update image, when chang...
Peter Korsgaard474defa2014-02-04 19:58:15 +01002389 #5024: grub fails to build for x86_64 target architecture
2390 #5066: New-Package: net-tools
2391 #5072: ncurses: add ncurses-progs to target
2392 #5294: uclibc build ignores target CFLAGS and LDFLAGS
2393 #5366: Login doesn't work with util-linux versions of login/agetty
2394 #5378: dropbear Makefile broken
2395 #5390: System banner - change to empty doesn't remove /etc/issue
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002396 #5780: spurious build failure because it cannot remove ubinize.cfg
Peter Korsgaard474defa2014-02-04 19:58:15 +01002397 #5798: ncurses-5.9 fails to compile statically
2398 #5810: Buildroot 2012.11: Additional GCC option "-msoft-float" ...
2399 #6080: Git fetch caching
2400 #6092: Bootable ISO image creation seems to have stopped working..
2401 #6272: coreutils build fails
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002402 #6434: apply-patches.sh does not work recursively
2403 #6446: eglibc doesn't install ldconfig to target
2404 #6484: Add c-ares
Peter Korsgaardb5f44c22014-02-10 22:29:44 +01002405 #6596: Slow bootup if mdev is chosen
Peter Korsgaard474defa2014-02-04 19:58:15 +01002406 #6656: Build Qt5 with ccache
2407 #6662: internal compiler error: Segmentation fault during making..
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002408 #6722: Usage of $($(PKG)_DIR_PREFIX) is an issue with linux package
Peter Korsgaard474defa2014-02-04 19:58:15 +01002409 #6752: genext2fs: e2fsck must run before tunefs -U random
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002410 #6770: openssl 1.0.1f fails with ccache
Peter Korsgaard474defa2014-02-04 19:58:15 +01002411 #6830: Qt5: no fonts are installed
Peter Korsgaarda89c5882014-02-09 22:46:26 +01002412 #6848: Qt5: no text shown in simple QWidget / frame-buffer setup
2413 #6854: Update to Qt 5.2.1
Peter Korsgaard474defa2014-02-04 19:58:15 +01002414
Peter Korsgaard9b390452013-11-30 14:16:03 +010024152013.11, Released November 30th, 2013:
Peter Korsgaard1351d0c2013-11-30 09:37:14 +01002416
2417 Minor fixes.
2418
2419 Updated/fixed packages: apr, binutils, dbus-python, dropwatch,
2420 ecryptfs-utils, eglibc, gdb, gpsd, grantlee, hostapd,
2421 iptables, qlibiscsi, libnspr, libnss, libpfm4, libtool,
2422 lua-ev, lvm2, mplayer, qt, qt5, quagga, ruby, tinymembench,
2423 tvheadend, util-linux, wpa_supplicant
2424
2425 Issues resolved (http://bugs.uclibc.org):
2426
2427 #1279: Buildroot compiled Busybox and Coreutils LFS issues
2428 #2995: -fstack-protector-all causes ssh to SIGSEGV
2429 #5570: Cannot compile software on the target machine
2430 #6428: util-linux libmount segfaults with patch from buildroot
2431 #6500: php fails to build for armel
2432 #6554: gdb needs to dependents on host texinfo
2433 #6692: GNU nano fails to compile for x86_64
2434 #6704: wpa_supplicant: fix wrong path to executable file in D-Bus
2435
Peter Korsgaard1bf9afe2013-11-26 16:49:11 +010024362013.11-rc3, Released November 26th, 2013
2437
2438 Fixes all over the tree.
2439
2440 Architecture: Mark MIPS I, II, III and IV as deprecated.
2441
2442 Updated/fixed packages: beecrypt, dbus, e2fsprogs, libcap-ng,
2443 libglib2, libroxml, libsigsegv, libvncserver, lxc, mdadm,
2444 mongoose, nut, ola, omniorb, openssl, pcre, php, poco,
2445 protobuf-c, pv, qt5base, ruby, schifra, squid, sunxi-mail,
2446 swig, ti-gfx, tinymembench, uclibc, udisks, vim
2447
Peter Korsgaardb87c05d2013-11-18 22:22:17 +010024482013.11-rc2, Released November 18th, 2013
2449
2450 Fixes all over the tree.
2451
2452 Defconfigs: qemu_arm_versatile, qemu_arm_nuri, sheevaplug:
2453 Adjust kernel versions.
2454
2455 Toolchain: avr32: fix for modern kernel headers
2456
2457 Bootloader: Barebox updated to 2013.10.1
2458
2459 Updated/fixed packages: dhcp, e2fsprogs, gst1-plugins-bad,
2460 libcurl, libvncserver, nano, pc, qt5base, squashfs, ttcp,
2461 wayland, wvstreams
2462
2463 Issues resolved (http://bugs.uclibc.org):
2464
2465 #3601: DHCPD S80dhcp-server startup script issues
2466 #6320: Fix kernel compile issue if BR2_LINUX_KERNEL_CUSTOM_GIT_VERS..
2467 #6416: Xenomai package, patch alternative
2468 #6590: directfb-examples build failed whit linaro toolchain
2469
Peter Korsgaardabce7ca2013-11-12 23:49:47 +010024702013.11-rc1, Released November 12th, 2013
Peter Korsgaardb9a16cb2013-11-12 01:04:15 +01002471
2472 Architectures: Nios-II support, MIPS arch handling fixes
2473
2474 Defconfigs: cubieboard2, freescale i.MX 6sololite evk,
2475 sabre-sd, wandboard added, rpi renamed to raspberrypi_defconfig
2476
2477 Toolchain: glibc support, upstream uClibc fixes, uClibc 0.9.31
2478 for avr32, crosstool-ng backend removed, external musl
2479 toolchain support, gcc 4.8.2, updated Linaro external
2480 toolchains. Fortran and objective-C support deprecated,
2481 mudflap support
2482
2483 Bootloaders: U-Boot: u-boot.imx support, version bumps
2484
2485 Linux: use kmod instead of module-init-tools
2486
2487 System: default to devtmpfs for /dev
2488
2489 Infrastructure: Make 3.82 fixes, locales generation fixes, CVS
2490 download support, post-rsync hooks
2491
2492 Fs: u-boot image support for cpio
2493
2494 Updated/fixed packages: aircrack-ng, alsamixergui, apr,
2495 apr-util, atk, automake, bellagio, berkeleydb, bind, binutils,
2496 bison, boost, busybox, can-utils, ccache, ccid, cgilua,
2497 chrony, cifs-utils, cjson, collectd, connman, conntrack-tools,
2498 copas, cppcms, cppzmq, czmq, dash, dbus, dhcpcd, diffutils,
2499 directfb, dmidecode, dnsmaqs, docker, dosfstools, dropbear,
2500 dropwatch, ebtables, eglibc, elf2flt, empty, enchant, erlang,
2501 ethtool, fbgrab, fbv, fdk-aac, feh, ffmpeg, file, findutils,
2502 fltk, fmtools, freetype, gdk-pixbuf, gettext, git,
2503 glib-networking, gmp, gnupg, gnutls, gpu-viv-bin-mx6q, gsl,
2504 gstreamer, gstreamer1, gst1-plugins-{bad,base,good,ugly},
2505 gtest, gutenprint, hplip, i2c-tools, icu, ifplugd,
2506 imagemagick, iozone, iproute2, ipset, iptables, iw, jamvm,
2507 jansson, jpeg-turbo, kismet, kmod, lcms2, libassuan, libcap,
2508 libcap-ng, libcdaudio, libcec, libcue, libcurl, libdrm,
2509 libedit, libevas, libevent, libfreefare, libfuse,
2510 libgpg-error, libiconv, liblog4c-localtime, libmicrohttpd,
2511 libmnl, libmodbus,
2512 libnetfilter_{acct,conntrack,cthelper,cttimeout,log,queue},
2513 libnfnetlink, libnl, libpng, libqmi, libqrencode, libroxml,
2514 libsecret, libsigsegv, libsoup, libtirpc, libunwind, libusb,
2515 libvpx, lighttpd, linphone, linux-pam, lmbench,
2516 lockfile-progs, log4cxx, logrotate, logsurfer, ltp-testsuite,
2517 ltrace, luacrypto, luaposix, lvm2, m4, matchbox-lib,
2518 media-ctl, mediastreamer, minicom, minidlna, mongoose, monit,
2519 mpc, mpd, mpg123, mplayer, mrouted, mtdev, mutt, mysql_client,
2520 nano, ncftp, ndisc6, neard, neardal, neon, net-snmp, netatalk,
2521 netcat, netkitbase, netperf, netplug, nettle, nfacct,
2522 nfs-utils, ngircd, ngrep, noip, nuttcp, olsr, openssh, opkg,
2523 oprofile, opus-tools, orc, ortp, pciutils, pcre, pcsc-lite,
2524 perf, perl, perl-cross, php, picocom, pkgconf, polarssl,
2525 poppler, pppd, proftpd, protobuf, proxychains-ng, pulseaudio,
2526 pv, qemu, qt, qt5base, qt5webkit, quagga, radvd, redis,
2527 rpi-{firmware,userland}, rrdtool, rsync, rtorrent, ruby,
2528 samba, scons, screen, sdl_sound, ser2net, setserial,
2529 smartmontools, socat, socketcand, sqlcipher, sqlite, squid,
2530 stress, strongswan, stunnel, sudo, syslinux, systemd,
2531 sysvinit, tcl, ti-gfx, time, transmission, tremor, tslib,
Peter Korsgaardabce7ca2013-11-12 23:49:47 +01002532 tstools, tvheadend, tzdata, uboot-tools, uclibc, udpcast,
2533 uemacs, ulogd, usb_modeswitch{,_data}, util-linux, vala,
2534 valgrind, vde2, vorbus-tools, vpnc, vsftpd, vtun, wayland,
2535 webkit, webp, webrtc-audio-processing, weston, wget,
2536 wireshark, wsapi, xavante, xdriver_xf86-video-geode, xenomai,
2537 xinetd, xlib_libpthread-stubs, xl2tp, xmlstarlet,
2538 xserver_xorg-server, xz, zeromq, zic, zmqpp
Peter Korsgaardb9a16cb2013-11-12 01:04:15 +01002539
2540 New packages: aiccu, autossh, bc, civetweb, cppdb, cryptsetup,
2541 duma, eigen, harfbuzz, igmpproxy, iputils, jq, knock, kobs-ng,
2542 lesstif, libcgroup, libsepol, libsoc, libssh2, luasec, luasql,
2543 lxc, nut, ola, omniorb, openpowerlink, orbit, p910nd, psplash,
2544 python-crc16, python-ipy, python-pyzmq, qt5sensors,
2545 qt5serialport, qt5x11extras, snmppp, subversion, tcping,
2546 trace-cmd, xscreensaver, zsh
2547
2548 Removed packages: module-init-tools
2549
2550 Issues resolved (http://bugs.uclibc.org):
2551
2552 #1138: Buildroot fails to build packages if BR2_GCC_SHARED_LIBGCC=y
2553 #5408: qt build failure with Sourcery CodeBench ARM 2010.09
2554 #5630: makefile error with toolchain helpers.mk
2555 #5672: htop: remove X11 stuff
2556 #5678: linux.mk: linux-menuconfig fails
2557 #5696: python3 installation is too large, patches from python2 needed
2558 #5978: Erlang does not build for arm in 2013.02-rc3
2559 #6392: Extended ARM uImage kernel options
2560 #6404: Buildroot's coreutils 'uname -p' reports 'Unknown' on recent..
2561 #6428: util-linux libmount segfaults with patch from buildroot
2562 #6452: eglibc from Linaro 2013.07 not copied to target correctly
2563 #6566: PHP segfault when crosscompiled to mips64 - patch included
2564 #6572: [PowerPC] Buildroot uses wrong external toolchain libraries..
2565 #6578: udisks package broken
2566 #6602: ebtables 64 bit kernel + 32 bit userland alignment error..
2567 #6608: ebtables missing ethertypes - fix included
2568 #6620: Sysvinit package missing killall5 and symlinks - patch included
2569 #6632: CMake use host pkg-config
2570 #6638: pkgconf doesn't download
2571 #6644: "all" target doesn't work in out-of-tree builds
2572 #6650: Segmentation fault when trying to build latest buildroot
2573 #6668: iptables limit module alignment problem on mips64
2574
Peter Korsgaard53d8d9c2013-08-31 00:33:13 +020025752013.08, Released August 31th, 2013:
2576
2577 Minor fixes.
2578
2579 Documentation build fixed.
2580
2581 Updated/fixed packages: ltrace, strongswan
2582
Peter Korsgaard4e4a0a32013-08-30 00:03:48 +020025832013.08-rc3, Released August 29th, 2013:
Peter Korsgaard13ce6dd2013-08-29 23:22:08 +02002584
2585 Fixes all over the tree.
2586
2587 External toolchain lib32/lib64 handling, ABI name for EABIhf,
2588 misc fixes for generatelocales, apply-patches and module
2589 stripping.
2590
2591 Top level menu names reordered and renamed for clarity.
2592
Peter Korsgaardaab3a0b2013-08-29 23:30:55 +02002593 Updated/fixed packages: acl, attr, bash, dbus, directfb,
2594 dvb-apps, kexec, kmod, libbsd, linux-fusion, mesa3d, minidlna,
2595 openssh, openssl, pulseaudio, python-setuptools, qt5,
2596 qt5webkit, redis, strongswan, sunxi-mali
2597
2598 Issues resolved (http://bugs.uclibc.org):
2599
2600 #6464: dbus-daemon-launch-helper needs setuid
Peter Korsgaard13ce6dd2013-08-29 23:22:08 +02002601
Thomas Petazzonic08b78d2013-08-16 13:06:15 +020026022013.08-rc2, Released August 16th 2013:
2603
2604 Documentation improvements.
2605
2606 External toolchains fixes.
2607
2608 Updated/fixed packages: aircrack-ng, bash, boost, cairo,
2609 cppcms, eglibc, ffmpeg, gcc, git, gnupg, imagemagick, libcec,
2610 libffi, libgcrypt, linux, linux-headers, ltrace, netatalk,
2611 opencv, opengl, readline, samba, strongswan, sunxi-cedarx,
2612 uclibc, udev, wayland, webkit, zeromq.
2613
2614 Issues resolved (http://bugs.uclibc.org):
2615
2616 #6440: typo in ffmpeg makefile
2617
Thomas Petazzoni36c966e2013-08-01 17:57:59 +020026182013.08-rc1, Released August 5th, 2013:
2619
2620 Architectures:
2621 - improved support for floating point on ARM and Thumb/Thumb2
2622 - support for ARM OABI removed
2623
2624 Toolchains:
2625 - support added for Sourcery CodeBench ARM and MIPS 2013.05
2626 - Linaro ARM and Aarch64 toolchains updated
2627 - support added for the Arago ARMv5 and ARMv7 toolchains
2628 - gcc 4.8.x version bumped
2629 - support for installing both FDPIC and FLAT libraries on
2630 Blackfin
2631 - support for uClibc 0.9.31 removed,
2632 - convert the internal toolchain backend to use the package
2633 infrastructure
2634 - support added for eglibc in the internal toolchain backend
2635 - toolchain components for the ARC architecture updated and
2636 gdb for ARC added.
2637 - support for Blackfin in the internal toolchain fixed
2638
2639 Defconfigs: beaglebone_defconfig updated, new defconfig for
2640 CubieBoard, for Olimex mx233 Olinuxino, for Calao Systems
2641 TNY-A9G20-LPW.
2642
2643 A number of packages have been fixed to use the
2644 <pkg>_CONFIG_SCRIPTS mechanism to get their <pkg>-config shell
2645 script installed and modified properly. Licensing informations
2646 has been added to a number of packages.
2647
2648 Use XZ tarballs for a number of packages.
2649
2650 Noticeable package changes/additions:
2651 - The glib2/libgtk2/webkit stack has been updated to recent
2652 versions.
2653 - Support for Gstreamer 1.x has been added.
2654 - OpenGL support for TI OMAP platforms has been added.
2655 - OpenGL support for Allwinner platforms has been added.
2656 - OpenMAX support for RasberryPi has been added.
2657
2658 Updated/fixed packages: acl, attr, autoconf, avahi, barebox,
2659 bind, binutils, busybox, bwm-ng, bzip2, cifs-utils, colletctd,
2660 cpanminus, cups, curl, dash, dbus, dhcp, directfb,
2661 directfb-examples, dnsmasq, dosfstools, dropbear, dtc,
2662 e2fsprogs, ed, efl, enlightenment, erlang, ethtool, fbgrab,
2663 fftw, firmware-imx, flot, fltk, freetype, gawk, gdk-pixbuf,
2664 gettext, gmp, gnutls, gsl, gutenprint, gvfs, gzip, haserl,
2665 hiawatha, httping, icu, imagemagick, imlib2, imx-lib,
2666 intltool, iozone, ipset, iptables, jquery, jquery-keyboard,
2667 jquery-sparkline, kmod, less, libart, libcdaudio, libcgicc,
2668 libesmtp, libftdi, libfuse, libglib2, libgtk, libgtk2, libidn,
2669 libiqrf, liblog4c-localtime, libnspr, libnss, libpcap,
2670 libroxml, libserial, libsigsev, libsoup, libtool, libtpl,
2671 libvncserver, libxml2, linphone, lm_sensors, logrotate,
2672 ltrace, lttng, luafilesystem, luajit, minicom, monit, mpg123,
2673 mtd, mutt, mxml, neard, netatask, netsnmp, nettle,
2674 network-manager, nodejs, nss-mdns, openssh, openswan, openvpn,
2675 opkg, opus, pcre, perl-cross, php, pixman, poco, polarssl,
2676 pulseaudio, pv, python, python3, qt, qt5, qt5declarative,
2677 qt5jsbackend, qt5quick1, readline, rpi-firmware, ruby, samba,
2678 sane-backends, sconeserver, sdl_image, sdparm, ser2net,
2679 socketcand, sqlite, squid, strace, tcl, tcpdump, tinyhttpd,
2680 tvheadend, tzdata, uboot, udpcast, usb_modeswitch,
2681 usb_modeswitch_data, usbutils, webkit, wireshark, wvstreams,
2682 xapp_luit, xapp_xmodmap, xenomai, xfsprogs, xlib_libX11, zic,
2683 zlib.
2684
2685 New packages: a10disp, aespipe, am33x-cm3, cppcms, dhcpcd,
2686 dropwatch, dtc, ecryptfs-utils, eglibc, elf2flt, fdk-aac,
2687 gcc-final, gcc-initial, gcc-intermediate, git,
2688 gpu-viv-bin-mx6q, gst1-plugins-bad, gst1-plugins-base,
2689 gst1-plugins-good, gst1-plugins-ugly, gst-omx,
2690 gst-plugin-x170, gstreamer1, jimtcl, lbase64, libassuan,
2691 libbsd, libcec, libdvbsi, libedit, libgpgme, libqmi,
2692 libqrencode, libsvg, libsvg-cairo, libunwind, libvpx,
2693 linux-headers, lockdev, luabitop, luacrypto, lua-ev,
2694 luaexpatutils, msgpack, ocrad, on2-8170-libs,
2695 on2-8170-modules, p11-kit, pax-utils, ptpd, ptpd2,
2696 python-pyro, ramspeed/smp, snappy, strongswan, sunxi-boards,
2697 sunxi-cedarx, sunxi-mali, sunxi-tools, ti-gfx, tinymembench,
2698 tree, tstools, uclibc, w_scan.
2699
2700 Issues resolved (http://bugs.uclibc.org):
2701
2702 #4718: python (built for powerpc) distutils has paths to host
2703 compiler toolchain
2704 #5516: appended device tree blobs on uImage fails
2705 #6302: Versions of packages retrieved from github.com are wrong
2706 #6308: dosfstools download link is wrong
2707 #6326: Dropbear: Add options to allow better config for
2708 different target devices (e.g. routers)
2709 #6338: Wrong download link for minicom package
2710 #6344: Wrong handling of license text files with same name and
2711 different directory
2712 #6374: gnutls package broken if linux cryptodev module
2713 selected
2714 #6410: omap3_beagle has uimage error load address error
2715
Peter Korsgaard615fd9b2013-05-31 22:29:04 +020027162013.05, Released May 31th, 2013:
Peter Korsgaard0ca96922013-05-27 23:54:12 +02002717
2718 Minor fixes.
2719
Peter Korsgaard93252e72013-05-31 22:19:00 +02002720 External toolchain wrapper fix for if host/usr/bin is placed
2721 in the patch.
2722
2723 Updated/fixed packages: acpid, at91bootstrap, czmq, elf2flt,
2724 flex, jamvm, kmod, libplayer, libtirpc, libv4,
2725 lttng-babeltrace, opengl, qt5jsbackend, udpcast, wvstreams
Peter Korsgaard0ca96922013-05-27 23:54:12 +02002726
2727 Issues resolved (http://bugs.uclibc.org):
2728
Peter Korsgaard93252e72013-05-31 22:19:00 +02002729 #4868: Buildroot compile failure for toolchain/gdb-7.4/intl/reloc...
Peter Korsgaard0ca96922013-05-27 23:54:12 +02002730 #4988: flex and m4 problems
2731 #5912: obsolete CVS files
2732
Peter Korsgaardc92a3692013-05-25 22:23:57 +020027332013.05-rc3, Released May 25th, 2013:
2734
2735 Minor fixes.
2736
2737 Updated/fixed packages: aircrack-ng, bellagio, boost, crda,
2738 dvb-apps, flot, libatomic_ops, libeXosip2, libosip2, libxml2,
2739 mongrel2, poco, portaudio, pptp-linux, tvheadend, urg, weston,
2740 wireshark
2741
Peter Korsgaardcfcbfa22013-05-15 21:05:00 +020027422013.05-rc2, Released May 15th, 2013:
Peter Korsgaardd131f752013-05-11 21:48:57 +02002743
2744 Fixes all over the tree.
2745
Peter Korsgaard90e7cdd2013-05-15 14:54:27 +02002746 Default number of parallel jobs is now number of CPUs + 1.
2747
2748 Defconfigs: Add Telit EVK-PRO3, AT91SAM9260-EK Nand flash.
2749
Peter Korsgaarda5170922013-05-15 20:48:41 +02002750 Updated/fixed packages: aircrack-ng, busybox, cairo,
2751 classpath, curlftpfs, czmq, dbus, f2fs-tools, fan-ctrl,
2752 filemq, gst-plugin-bad, gutenprint, hplip, json-c,
2753 libatomic_ops, libcurl, libdrm, libglib2, libnspr, libnss,
2754 libsha1, libsigsegv, libxcb, linknx, linux-pam, lttng-modules,
2755 lttng-tools, matchbox-lib, mcookie, mesa3d, neon, pixman,
2756 pulseaudio, python-nfc, qt5imageformats, quota, openssl,
2757 sconeserver, strace, sylpheed, wvstreams,
Peter Korsgaard90e7cdd2013-05-15 14:54:27 +02002758 xapp_{appres,bdftopcf,beforelight,bitmap,edires,fonttosfnt},
2759 xapp_{fslsfonts,fstobdf,iceauth,ico,listres,luit,mkfontdir},
2760 xapp_{mkfontscale,oclock,rgb,rstart,scripts,sessreg,setxkbmap},
2761 xapp_{showfont,smproxy,twm,viewres,x11perf,xauth,xbacklight},
2762 xapp_x{biff,calc,clipboard,clock,cmsdb,cursorgen,dbedizzy,ditview},
2763 xapp_x{dm,dpyinfo,driinfo,edit,ev,eyes,f86dga,fd,fontsel,fs,fsinfo},
2764 xapp_x{gamma,gc,host,input-calibrator,input,kbcomp,kbevd,kbprint},
2765 xapp_x{kbutils,kill,load,logo,lsatoms,lsclients,lsfonts,mag,man},
2766 xapp_x{message,mh,modmap,more,pr,prop,randr,rdb,refresh,set,setmode},
2767 xapp_x{setpointer,setroot,sm,stdcmap,vidtune,vinfo,wd,wininfo,wud},
2768 xcb-util, xcursor-transparent-theme, xdata_xbitmaps,
2769 xdata_xcursor-themes,
2770 xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synaptics},
2771 xdriver_xf86-input-{tslib,vmmouse,void},
2772 xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,fbdev,geode,glide},
2773 xdriver_xf86-video-{glint,i128,intel,mach64,mga,neomagic,newport},
2774 xdriver_xf86-video-{nv,openchrome,r128,savage,siliconmotion,sis},
2775 xdriver_xf86-video-{tdfx,tga,trident,v4l,vesa,vmware,voodoo,wsfb},
2776 xfont_encodings, xfont_font-adobe-{100,75}dpi,
2777 xfont_font-utopia-{100dpi,75dpi,type1},
2778 xfont_font-{alias,arabic-misc,bh-100dpi,bh-75dpi},
2779 xfont_font-bh-lucidatypewriter-{100,75}dpi, xfont_font-bh-{ttf,type1},
2780 xfont_font-bitstream-{100dpi,75dpi,type1}, xfont_font-cronyx-cyrillic,
2781 xfont_font-{cursor,daewoo,dec,isas,jis,micro}-misc,
2782 xfont_font-ibm-type1, xfont_font-misc-{cyrillic,ethiopic,meltho,misc},
2783 xfont_font-{mutt,schumacher}-misc,
2784 xfont_font-{screen-cyrillic,sony-misc,sun-misc,util},
2785 xfont_font-winitzki-cyrillic, xfont_font-xfree86-type1,
2786 xlib_lib{FS,ICE,SM,X11,XScrnSaver,Xau,Xaw,Xcomposite,Xcursor},
2787 xlib_libX{damage,dmcp,ext,fixes,font,ft,i,inerama,mu,pm,randr},
2788 xlib_libX{render,res,t,tst,v,vMC,xf86dga,xf86vm},
2789 xlib_lib{dmx,fontenc,pciaccess,pthread-stubs,xkbfile}, xlib_xtrans,
2790 xproto_{applewm,bigreqs,composite,damage,dmx,dri2,fixes}proto,
2791 xproto_{fontcache,font,gl,input,kb,randr,record,render}proto,
2792 xproto_{resource,scrnsaver,video,windowswm,xcmisc,xext}proto,
2793 xproto_{xf86bigfont,xf86dga,xf86dri,xf86vidmode,xinerama,x}proto,
2794 xserver_xorg-server, xutil_{makedepend,util-macros}
Peter Korsgaardd131f752013-05-11 21:48:57 +02002795
Peter Korsgaarda5170922013-05-15 20:48:41 +02002796 Readded Packages: xapp_xinit
2797
Gustavo Zacarias603293f2013-05-11 04:49:34 +00002798 Issues resolved (http://bugs.uclibc.org):
2799
2800 #5054: amd64: cannot find init - due to missing /lib64 folder
2801
Peter Korsgaard92651932013-05-08 15:51:45 +020028022013.05-rc1, Released May 8th, 2013:
Peter Korsgaardaec71d62013-05-07 23:00:39 +02002803
Peter Korsgaardfa3463d2013-05-08 13:21:16 +02002804 Architectures: ARC support, Blackfin support, FLAT binary
2805 format, ARM: Drop old CPU variants, add fa526/626, Marvell PJ4
Peter Korsgaardaec71d62013-05-07 23:00:39 +02002806
2807 Toolchains: Add new Microblaze external toolchains, Linaro
2808 ARM/Aarch64 updates, GCC 4.6.4 / 4.7.3 / 4.8.0 added to
Peter Korsgaardfa3463d2013-05-08 13:21:16 +02002809 internal toolchain, default to GCC 4.7.x. Internal
2810 Crosstool-ng backend deprecated.
Peter Korsgaardaec71d62013-05-07 23:00:39 +02002811
2812 Defconfigs: Add Atmel at91sam9g45m10ek, freescale mpc8315erdb
Peter Korsgaarde7f49232013-05-08 15:49:08 +02002813 & p1010rdb, Armadeus apf27 / apf28, Openblocks A6, Raspberry
2814 pi, gnublin board.
Peter Korsgaardaec71d62013-05-07 23:00:39 +02002815
2816 FS: LZO and XZ compression methods, extra ubifs options,
2817 ext2 rev 0/1 and ext3/4 support.
2818
2819 Patch handling: apply-patches now has .patch.xz support,
2820 Patch logic reworked as discussed during Febrary dev days:
2821 http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013
2822
2823 <pkg>-rsync now excludes version control files.
2824
2825 linux: uImage load address for ARM multiplatform kernels
2826
2827 Infrastructure for multiple OpenGL / ES / EGL / OpenVG
2828 providers, similar to how libjpeg / libjpeg-turbo is handled.
2829
2830 Infrastructure for packages to add system users.
2831
2832 kconfig: updated to 3.9-rc2, support make olddefconfig
2833
2834 Updated/fixed packages: alsa-lib, alsa-utils, apr, apr-util,
2835 argp-standalone, at, at91bootstrap, audiofile, aumix, avahi,
2836 bash, blackbox, bind, binutils, bison, boost, bridge-utils,
2837 busybox, ccache, cifs-utils, cmake, collectd, connman,
2838 conntrack-tools, cpanminus, crosstool-ng, diffutils, directfb,
2839 directfb-examples, divine, dmalloc, dnsmasq, dosfstools,
Peter Korsgaarde7f49232013-05-08 15:49:08 +02002840 dropbear, e2fsprogs, ebtables, eeprog, erlang, ethtool,
2841 fb-test-app, fbset, feh, ffmpeg, file, flex, flot, foomatic,
2842 fxload, gd, gdb, gdisk, genimage, gettext, gmp, gnuchess,
2843 gnutls, gob2, gperf, gpsd, gstreamer, haserl, hiawatha, htop,
2844 httping, icu, inotify-tools, intltool, iproute2, ipset,
2845 iptables, iw, jpeg, jquery, jquery-{sparkline,validation},
2846 json-c, kbd, kexec, kismet, kmod, lcdproc, libarchive,
2847 libatasmart, libcap, libconfig, libconfuse, libcurl, libdrm,
2848 libeet, libev, libevas, libeXosip2, libffi, libfribi, libfuse,
2849 libgcrypt, libglib2, libgtk2, libid3tag, libmicrohttpd,
2850 libnetfilter_acct, libnetfilter_conntrack, libnl, libpcap,
2851 libplayer, libsigc, libv4l, libxcb, linenoise, linux-pam,
2852 lm_sensors, ltp-testsuite, luajit, lzop, madplay, make, mdadm,
Peter Korsgaardaec71d62013-05-07 23:00:39 +02002853 mediastreamer, memtester, mesa3d,
2854 mobile-broadband-provider-info, monit, mpd, mpfr, mpg123,
Peter Korsgaardfa3463d2013-05-08 13:21:16 +02002855 mrouted, msmtp, nbd, ncurses, ndisc6, neard, neardal, neon,
2856 netperf, netsnmp, nettle, nfacct, ntfs-3g, ofono, olsr,
Peter Korsgaardaec71d62013-05-07 23:00:39 +02002857 omap-u-boot-utils, openssh, openssl, openswan, openvpn,
Peter Korsgaardfa3463d2013-05-08 13:21:16 +02002858 oprofile, orc, patch, pciutils, pcre, perl, php, poco,
2859 polarssl, proftpd, psmisc, pulseaudio, python,
Peter Korsgaardaec71d62013-05-07 23:00:39 +02002860 python-{bottle,netifaces,serial,setuptools}, qt, quagga,
Peter Korsgaarde7f49232013-05-08 15:49:08 +02002861 quota, radvd, rpi-firmware, rpi-userland, rt-tests, sam-ba,
2862 samba, sawman, sdl, ser2net, smartmontools, socat, socketcand,
2863 speex, squid, stress, stunnel, sudo, syslinux, sysstat,
2864 sysvinit, tcl, tcprelay, tinyhttpd, tslib, tvheadend,
2865 uboot-tools, udev, ulogd, util-linux, vala, vtun, webkit,
Peter Korsgaardaec71d62013-05-07 23:00:39 +02002866 xapp_{iceauth,luit,makefontscale,sessreg,setxkbmap,smproxy},
2867 xapp_{xauth,xcmsdb,xdpyinfo,xev,xgamma,xhost,xinput,xkbcomp},
2868 xapp_{xkbevd,xlsatoms,xlsclients,xmodmap,xpr,xprop,xrandr,xrdb},
2869 xapp_{xset,xwd,xwininfo}, xcb-{proto,util},
2870 xdriver_xf86-input-{evdev,joystick,keyboard,mouse,synptics},
2871 xdriver_xf86-input-{tslib,vmmouse,void},
2872 xdriver_xf86-video-{ark,ast,ati,cirrus,dummy,geode,glide,glint},
2873 xdriver_xf86-video-{i128,intel,mach64,mga,neomagic,newport},
2874 xdriver_xf86-video-{openchrome,r128,savage,siliconmotion,sis},
2875 xdriver_xf86-video-{tdfx,trident,vesa,vmware,wsfb}, xenomai,
2876 xfont, xinetd, xkeyboard-config, xlib_lib{FS,ICE,SM,X11},
2877 xlib_libX{scrnSaver,au,aw,cursor,dmcp,ext,fixes,font,ft,i},
2878 xlib_libX{inerama,mu,pm,randr,res,tst,v,vMC,xf86dga,xf86vm},
2879 xlib_lib{dmx,fontenc,pciaccess,xkbfile}, xlib_xtrans,
2880 xproto_{applevm,bigreqs,dri2,fonts,gl,input,kbd,record}proto,
2881 xproto_{resource,scrnsaver,xcmisc,xext,x}proto,
2882 xserver_xorg-server, xutil_makedepend, xz, zeromq
2883
Peter Korsgaardfa3463d2013-05-08 13:21:16 +02002884 New packages: aircrack-ng, bcusdk, chrony, crda,
2885 cryptodev-linux, cppzmq, czmq, dtach, enscript, exfat,
2886 exfat-utils, f2fs-tools, fan-ctrl, filemq, foomatic-filters,
2887 genimage, genpart, glibmm, gnuplot, gtest, gutenprint, hplip,
2888 iozone, jansson, jhead, jquery-keyboard, jquery-ui,
2889 jquery-ui-themes, json-glib, json-javascript, lcms2, libpfm4,
2890 libpthsem, libserial, libsigsegv, libtasn1, libwebsockets,
2891 libxkbcommon, libxml++, linknx, log4cxx, mongoose, mongrel2,
2892 mtools, ne10, nmap, nodejs, openobex, openpgm, poppler,
2893 protobuf-c, python-m2crypto, python-thrift, qjson, qt5base,
Peter Korsgaardaec71d62013-05-07 23:00:39 +02002894 qt5declarative, qt5graphicaleffects, qt5imageformats,
2895 qt5jsbackend, qt5multimedia, qt5quick1, qt5script, qt5svg,
2896 qt5webkit qt5xmlpatterns, rapidjson, redis, swig, texinfo,
2897 tzdata, urg, ussp-push, wayland, webp, weston, wireless-regdb,
2898 wireshark, wvdial, wvstreams, xcb-util-image, xcb-util-wm,
2899 xcursor-transparent-theme, zic, zmqpp, zyre
2900
2901 Removed packages: microperl, ocf-linux, xapp_xinit,
2902 xapp_xplsprinters, xapp_xprehashprinterlist,
2903 xfont_font-bitstream-speedo,
2904 xlib_lib{Xfontcache,XprintAppUtil,XprintUtil,Xp,oldX,xkbui},
2905 xproto_{print,xf86rush}proto
2906
2907 Deprecated packages: vala
2908
2909 Issues resolved (http://bugs.uclibc.org):
2910
2911 #1291: Add support for Faraday 526 arm processor (fa526)
2912 #2683: cups does not install correctly to target
2913 #3313: mesa3d fails to build
2914 #5186: initramfs/cpio should support lzo compression
2915 #5636: agetty - cannot get controlling tty error - need updated...
2916 #5906: collectd client headers not exported
2917 #5966: bison unnecessarily required as build dependency
2918 #6140: --enable-fileinfo not applied for php package
2919 #6164: openvpn usage of ip tool from Busybox
2920
Peter Korsgaard15ace1a2013-02-28 22:48:28 +010029212013.02, Released February 28th, 2013:
2922
2923 Misc manual updates.
2924
2925 Updated/fixed packages: busybox, collectd, flashbench,
2926 libgtk2, libupnp, mii-diag, quota
2927
Peter Korsgaardd65bb7e2013-02-26 23:19:03 +010029282013.02-rc3, Released February 26th, 2013
2929
2930 Minor fixes.
2931
2932 Updated/fixed packages: conntrack-tools, dialog,
2933 enlightenment, haserl, keyutils, libfif, libmad,
2934 linux-firmware, linux-fusion, matchbox-desktop, matchbox-wm,
2935 ruby, spawn-fcgi, vtun
2936
2937 Issues resolved (http://bugs.uclibc.org):
2938
2939 #5960: fusion.ko driver does not install to target rootfs
2940
Peter Korsgaard8290a622013-02-19 22:05:42 +010029412013.02-rc2, Released February 19th, 2013
2942
2943 Fixes all over the tree.
2944
2945 Various manual updates and fixes.
2946
2947 Updated/fixed packages: busybox, collectd, gesftpserver,
2948 glib-networking, gnutls, inotify-tools, libcurl, libffi,
2949 libglib2, libtorrent, libvorbis, neard, network-manager,
2950 ntfs-3g, openssl, qt, rpi-userland, rtorrent, thttpd, vim.
2951
2952 Issues resolved (http://bugs.uclibc.org):
2953
2954 #5906: collectd client headers not exported
2955
Peter Korsgaarde68acef2013-02-10 11:07:12 +010029562013.02-rc1, Released February 10th, 2013
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01002957
2958 Toolchain: Crosstool-ng 1.17.0, default to GCC 4.6.3, target
2959 libraries install fixed. Add Linaro ARM
Peter Korsgaard8ccef3b2013-02-05 19:28:09 +01002960 2012.11/2012.12/2013.01, AArch64 12.11/12.12/13.01. Sourcery
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01002961 CodeBench MIPS 2012.03/09. Infrastructure to warn about
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01002962 missing 32bit support for binary toolchains. Toolchain wrapper
2963 is now relocatable. Add GDB 7.5.1 / Remove 6.8 / 7.0 /
2964 7.1. Deprecate uClibc 0.9.31.
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01002965
2966 Architecture: Xtensa fixes, add missing powerpc variants, arm
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01002967 1136jf-s rev1, add A5/A15, neon support toggle, OABI
2968 deprecated. Sparc: drop old unused variants
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01002969
2970 Bootloaders: At91bootstap: fix upstream URL, Barebox: add
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01002971 2012.12/2013.01/2013.02, remove 2012.08/09/10, lzop fixes,
2972 environment image support, U-Boot: add 2013.01.01
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01002973
2974 Linux: fix appended dtb handling for v3.8+ kernels, support
2975 multiple device trees
2976
2977 Defconfigs: calao USB-A9260, snowball, QEMU PPC440 on ML507
2978 board, QEMU ARM Exynos4210, Kernel version in QEMU defconfigs
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01002979 updated, at91rm9200df: misc fixes. Lock kernel headers to
2980 match kernel.
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01002981
2982 Infrastructure: Git download fixes. Toolchain make target
2983 renamed from 'cross' to 'toolchain'. Eclipse integration
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01002984 support. Option to set root password, post image scripts,
2985 config scripts handling.
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01002986
2987 Updated/fixed packages: alsa-lib, argp-standalone, argus,
2988 arptables, atk, audiofile, axel, beecrypt, bind, bison,
2989 bluez_utils, boost, cairo, can-utils, bmon, boa, busybox,
2990 cairo, ccache, cdrkit, cifs-utils, cjson, cmake, collectd,
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01002991 connman, coreutils, cpanminus, cups, dbus, dhcp, dialog,
2992 diffutils, directfb, distcc, divine, dnsmasq, docker,
2993 dosfstools, dstat, e2fsprogs, ebtables, ed, empty, ethtool,
2994 expedite, fbset, fbv, ffmpeg, flex, fltk, fluxbox, freetype,
2995 gadget-test, gawk, gdb, genext2fs, gettext, giblib,
2996 glib-networking, gmp, gmpc, gnupg, gnutls, gpsd,
2997 gst-plugins-{bad,base,good}, gstreamer, gzip, haserl, hdparm,
2998 heirloom-mailx, hiawanta, hostapd, icu, imagemagick, imlib2,
2999 inadyn, infozip, iproute2, ipset, iptables, iw, jpeg, jquery,
3000 jquery-sparklines, jqeury-validation, kismet, kmod, lame,
3001 libao, libcap, libcurl, libdvdnav, libdvdread, libecore,
3002 libedbus, libedje, libeet, libefreet, libeina, libeio,
3003 liberation, libelementary, libembryo, libethumb, libev,
3004 libevas, libffi, libfribidi, libfuse, libgcrypt, libglib2,
3005 libgpg-error, libgtk2, libhid, libidn, libmicrohttpd, libmpd,
3006 libnl, libnspr, libnss, libogg, libpcap, libplayer, libpng,
3007 libroxml, librsvg, libseccomp, libsigc, libsndfile, libungif,
3008 libupnp, liburcu, libusb-compat, libvncserver, libvorbis,
3009 libxml2, libxslt, lighttpd, links, linux-firmware,
3010 linux-fusion, ltp-testsuite, ltrace,
3011 lttng-{babel,libust,modules,tools}, lvm2, lua, luajit, lzop,
3012 matchbox-{desktop,lib}, mdadm, metacity, midori, minicom, mpd,
3013 mpfr, mplayer, mtd, mysql_client, ncurses, neon, netatalk,
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01003014 networkmanager, nspr, ntfs-3g, nuttcp, ofone, olsr, openssl,
3015 openvpn, opkg, oprofile, opus, opus-tools, orc, ortp, pango,
3016 pciutils, pcmanfm, pcre, pcsc-lite, perl, php, pixman,
3017 pkgconf, polarssl, pptp-linux, proxychains, pulseaudio,
3018 python, python3, qemu, qextserialport, qt, quagga, radvd,
3019 readline, rng-tools, rt-tests, rubix, ruby, sam-ba, samba,
3020 sane-backends, sconeserver, scons, screen, sdl, sdl_gfx,
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01003021 sdl_mixer, sdl_ttf, sdparm, sed, ser2net, smartmontools,
3022 speex, sqlite, squid, sshfs, strace, sudo, sylpheed, tn5250,
3023 taglib, tar, torsmo, transmission, tslib, uboot-tools, ulogd,
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01003024 usb_modeswitch, util-linux, valgrind, vim, vsftpd, wavpack,
3025 webkit, wipe, wireless_tools, wpa_supplicant, xapp_xinit,
3026 xapp_xinput-calibrator, xapp_xman, xapp_xmh, xlib_libX11,
3027 xlib_libXdmcp, xlib_libXft, xlib_libpthread-stubs,
3028 xlib_xtrans, xproto_xcmiscproto, xproto_xextproto,
3029 xserver_xorg-server, xstroke, xvkbd, xz
3030
3031 New packages: b43-firmware, b43-fwcutter, bustle,
3032 cache-calibrator, cegui06, celt051, classpath, curlftpfs,
3033 dvb-apps, dvbsnoop, elfutils, enlightenment, firmware-imx,
3034 flashbench, gd, gesftpserver, gst-fsl-plugins, httping, iftop,
3035 imx-lib, jamvm, jpeg-turbo, keyutils, libatasmart, libcofi,
3036 libebml, libevas-generic-loaders, libfslcodec, libfslparser,
3037 libfslvpuwrap, libgsasl, libiscsi, libmatroska, libmcrypt,
3038 libmhash, libqwt, libseccomp, libsha1, linenoise, mcrypt,
3039 media-ctl, ncdu, neard, neardal, nettle, perf, polkit,
3040 proxychains, python-bottle, python-pyparsing, rpi-firmware,
3041 rpi-userland, sg3_utils, slirp, snowball-hdmiservice, spice,
3042 spice-protocol, tcllib, tvheadend, udisks, usbredir
3043 ux500-firmware, vde2, xcb-utils-keysyms, yavta,
3044 zd1211-firmware
3045
Peter Korsgaard1ccf5232013-02-09 16:03:29 +01003046 Removed packages: customize, xdriver_xf86-input-{acecad,aiptek},
Peter Korsgaard6de88ca2013-02-04 22:33:47 +01003047 xdriver_xf86-video-{apm,chips,i740,rendition,s3,s3virge,sisusb},
3048 xdriver_xf86-video-sun{cg14,cg3,cg6,ffb,leo,tcx},
3049 xdriver_xf86-video-{tsend,xgi,xgixp}
3050
3051 Deprecated packages: xstroke
3052
3053 Issues resolved (http://bugs.uclibc.org):
3054
3055 #4237: building shared openssl w/-Os fails due to gcc bug
3056 #5690: python3 does not obey to BR2_PACKAGE_PYTHON3_PYC_ONLY=y
3057 #5602: python3 should install a "python" symbolic link
3058 #5846: Extra slash added to last slash in URL
3059
30602012.11.1, Released January 3rd, 2013:
3061
3062 Toolchain: Fixed non-largefile builds on recent Ubuntu
3063 versions.
3064
3065 Arch: fix missing x86/generic handling, Build for Xtensa with
3066 longcalls option.
3067
3068 Updated/fixed packages: dosfstools, qt
3069
Peter Korsgaardd201b952012-12-02 16:33:09 -080030702012.11, Released December 2nd, 2012:
3071
3072 Git shallow clone fix for older git version.
3073
3074 Updated/fixed packages: ctuio, libtool
3075
3076 Issues resolved (http://bugs.uclibc.org):
3077
3078 #5726: List all the available hook points
3079
Peter Korsgaard1a59dfa2012-11-30 22:59:02 -080030802012.11-rc2, Released November 30th, 2012:
Peter Korsgaard0f9bad92012-11-29 23:00:40 -08003081
3082 Minor fixes around the tree.
3083
3084 Various manual updates and fixes.
3085
Peter Korsgaardd38b25f2012-11-30 14:27:34 -08003086 Add checks for legacy features.
3087
3088 Updated/fixed packages: acpid, alsa-lib, arptables, binutils,
Peter Korsgaard1a59dfa2012-11-30 22:59:02 -08003089 busybox, ccache, cjson, cramfs, directfb, flex, fluxbox, gdb,
3090 hiawatha, igh-ethercat, imagemagick, imlib2, lcdproc,
3091 libdaemon, libecore, libhid, libmad, libpcap, libsigc, libusb,
3092 linux-fusion, matchbox, ocf-linux, owl-linux, python, rrdtool,
3093 scons, strace, sylpheed
Peter Korsgaard0f9bad92012-11-29 23:00:40 -08003094
Peter Korsgaard2b7be2f2012-11-29 23:05:44 -08003095 Issues resolved (http://bugs.uclibc.org):
3096
3097 #5732: Error : package/alsa-lib/alsa-lib.mk
3098
Peter Korsgaard47ee3052012-11-17 23:15:45 +010030992012.11-rc1, Released November 17th, 2012
Peter Korsgaardf9686562012-09-03 21:27:41 +02003100
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01003101 Fixes all over the tree and new features.
3102
3103 Defconfigs: use u-boot 2012.10 on at91 and beaglebone,
3104 sheevaplug + qemu: bump kernel version, add qemu-mips64-malta
3105 + nitrogen6x defconfigs.
3106
3107 Bootloaders: add u-boot 2012.07/10, ais target format, add
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01003108 barebox 2012.08/09/10/11, linker overlap issue fix for
3109 at91bootstrap, mxs-bootlets updated for new Barebox versions.
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01003110
Peter Korsgaard0ab9a3f2012-11-17 23:54:08 +01003111 Toolchains: binutils 2.23.1, gcc 4.7.2, default to gcc 4.6.x,
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01003112 Codebench arm/sh/x86 2012.03/09, Linaro 2012.08/09/10.
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01003113 Libtirpc support for modern glibc variants. Toolchain on
3114 target has been deprecated.
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01003115
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01003116 Initial Aarch64 support, Xtensa support re-added.
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01003117
3118 Infrastructure: Use shallow git clone when possible, use
3119 tarballs rather than git URLs for github. Moved to pkgconf
3120 rather than pkg-config. System directory added, default
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01003121 skeleton/device tables moved. More than 1 post-build script
3122 can now be used. output/target now contains a
3123 THIS_IS_NOT_YOUR_ROOT_FILESYSTEM warning, to help people
3124 understand how to (not) use it.
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01003125
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01003126 Manual has been reworked and extended.
3127
3128 Legal-info: Lots of package annotations, CSV file fixes,
3129 _LICENSE / _REDISTRIBUTE splitup, per-package hooks.
3130
3131 Updated/fixed packages: acpid, alsa-lib, alsa-utils,
Peter Korsgaard0ab9a3f2012-11-17 23:54:08 +01003132 alsamixergui, attr, autoconf, automake, bash, bind, binutils,
3133 bison, blackbox, bluez-utils, busybox, cairo, can-utils,
3134 cifs-utils, cjson, cmake, collectd, connman, conntrack-tools,
3135 coreutils, cups, cvs, dbus, dhcp, directfb, dmalloc, dnsmasq,
3136 dropbear, e2fsprogs, ethtool, fbdump, feh, fftw, file,
3137 flashrom, fluxbox, gdb, gdisk, gdk-pixbuf, genext2fs, gettext,
3138 gnutls, gpsd, gqview, grep, gsl, gst-plugins-{bad,good},
3139 hdparm, hiawatha, hostapd, input-tools, iproute2, ipset,
3140 iptables, iw, json-c, kexec, kmod, lcdproc, leafpad, less,
3141 libcurl, libdrm, libdvdnav, libdvdread, libffi, libfuse,
3142 libglib2, libhid, liblockfile, libmad, libmbus, libmnl,
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01003143 libnetfilter_{acct,conntrack,cthelper,cttimeout,queue},
3144 libnfc, libnfc-llcp, libnfnetlink, libnl, libnspr, libnss,
3145 libpcap, libplayer, libtool, libtorrent, liburcu, libv4l,
3146 libxcb, libxml2, libxslt, links, linux-firmware, lm-sensors,
3147 lmbench, lockfile-progs, logrotate, lshw, lsof,
3148 lttng-babeltrace, lttng-tools, lua, luajit, mesa3d, microperl,
3149 mii-diag, module-init-tools, mpc, mpd, mpg123, mplayer,
3150 mtd-utils, mysql_client, nbd, ncurses, netatalk, netkitbase,
3151 netkittelnet, netsnmp, newt, nfs-utils, openntpd, openssh,
3152 openssl, opkg, patch, pciutils, pcre, php, poco, polarssl,
3153 popt, portmap, pppd, procps, pulseaudio, python, python-nfc,
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01003154 python-protobuf, qt, quota, rp-pppoe, rtorrent, sam-ba, samba,
3155 scons, sdl_gfx, smartmontools, sqlite, squid, strace, sudo,
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01003156 sylpheed, tcpdump, tremor, ttcp, tiff, unionfs,
3157 usb_modeswitch, usbutils, util-linux, vala, valgrind, vpnc,
3158 vsftpd, webkit, wget, which, wpa_supplicant, x11vnc, xapp_*,
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01003159 xdriver_*, xenomai, xfont_*, xinetd, xl2tp, xlib_*, xlsclient,
3160 xproto_*, xserver_xorg-server, xutil_util-macros, xz, zeromq
3161
3162 New packages: arptables, at91bootstrap3, boot-wrapper-aarch64,
3163 ccid, cpanminus, cpuload, erlang, evtest, fb-test-apps,
3164 fxload, gdbm, gnupg, googlefontdirectory, grantlee, gsl,
3165 lcdapi, liblo, liblog4c-localtime, libtirpc, linux-pam,
Peter Korsgaard48f0fe02012-11-17 23:08:59 +01003166 lua-msgpack-native, macchanger, mtdev, mtdev2tuio, nfacct,
3167 opus, opus-tools, pcsc-lite, perl, pkgconf, python-meld3,
3168 python3, qemu, qextserialport, qtuio, rpcbind, schifra,
3169 sconeserver, supervisor, time, ulogd, usb_modeswitch_data,
3170 yasm
Peter Korsgaardd36fcce2012-11-14 22:28:05 +01003171
3172 Deprecated packages: netkitbase, netkittelnet
3173
3174 Issues resolved (http://bugs.uclibc.org):
3175
3176 #807: [PATCH] samba - make iconv and smbd optional
3177 #3049: binutils have a sysroot bug in ld
3178 #5330: update vsftpd to 3.0.0
3179 #5486: libglib2 build fails on: libs/libglib-2.0.so: undefined...
3180 #5666: Fails to build python 2.7.2 for 2440 arm
3181
Thomas Petazzoni288b7392012-08-31 10:49:41 +020031822012.08, Release August 31th, 2012
3183
3184 Updated/fixed packages: microperl, cups, luajit, rrdtool,
3185 prboom, oprofile.
3186
3187 Added license information for: sqlite.
3188
3189 Changed the source URLs of all packages located on Sourceforge
3190 in order to use the automatic mirror selection URL
3191 downloads.sourceforge.net, and get rid of the
3192 BR2_SOURCEFORGE_MIRROR option.
3193
Thomas Petazzoni8437b562012-08-25 22:47:23 +020031942012.08-rc3, Released August 25th, 2012
3195
3196 Updated/fixed packages: libglib2, netsnmp, freetype, libfuse,
3197 libpng, x11vnc, zlib, gpsd, ifplugd, bash, distcc.
3198
3199 Added license informations for: barebox, grub, syslinux,
3200 uboot, xloader, yajl, zlib, zxing, alsa-lib, alsa-utils,
3201 faad2, nano, fbdump, rsync, librsync, fontconfig,
3202 inotify-tools,
3203
Thomas Petazzonib58c83a2012-08-15 12:11:48 +020032042012.08-rc2, Released August 15th, 2012
3205
3206 Updated/fixed packages: imagemagick, sudo, crosstool-ng.
3207
3208 Added license informations for: mxml, nanocom, empty, expat,
3209 lua, lucjson, xinetd, cjson, luaexpat, lmbench, bwm-ng,
3210 input-event-daemon, luajit, cgilua, copas, coxpcall,
3211 luafilesystem, luasocket, rings, wsapi, xavante, libtpl,
3212 avahi, busybox, libfcgi, ifplugd, libcgicc, libcurl,
3213 libdaemon, libdnet, libgpg-error, libpcap, libpng, lighttpd,
3214 mtd, openssl, psmisc, socat, spawn-fcgi.
3215
3216 Fixes to Microblaze external toolchains
3217 configuration. Improvements of the pkg-stats
3218 script. Out-of-tree fix for the graph-depends script.
3219
3220 Kernel headers version bump.
3221
Thomas Petazzoni4009cbb2012-08-01 20:46:31 +020032222012.08-rc1, Released August 1st, 2012
Peter Korsgaard5b112232012-05-31 09:17:10 +02003223
Peter Korsgaard1ea85742012-06-24 22:45:30 +02003224 Fixes all over the tree and new features.
3225
Thomas Petazzonic665fc02012-07-31 23:36:51 +02003226 Integration of a legal information reporting infrastructure,
3227 which allows to generate detailed informations about the
3228 licenses and source code of all components of a system
3229 generated by Buildroot. License information will progressively
3230 be added on packages.
Peter Korsgaard1ea85742012-06-24 22:45:30 +02003231
Thomas Petazzonic665fc02012-07-31 23:36:51 +02003232 Default configuration files added for Calao-systems USB-A9263
3233 and Calao-systems USB-A9G20-LPW.
3234
3235 External toolchains update: allow download of a custom
3236 toolchain, add Linaro 2012.05 and 2012.06 for ARM, add
3237 Blackfin toolchain 2012R1-BETA1, add Sourcery CodeBench MIPS
3238 2011.09.
3239
3240 Allow the restriction of downloads to the primary site only.
3241 This is useful for project developers who want to ensure that
3242 the project can be built even if the upstream tarball
3243 locations disappear.
3244
3245 Add a 'System configuration' choice to select between 3
3246 different init systems: Busybox init, SysV init and Systemd
3247 init.
3248
3249 Cleanups to the package infrastructure. The visible change to
3250 developers is that $(eval $(call AUTOTARGETS)) is now $(eval
3251 $(autotools-package)), and similarly for other package
3252 infrastructures and host packages. Refer to the documentation
3253 for details.
3254
3255 By default, automatic detection of the number of compilation
3256 jobs to use, depending on the number of CPUs available.
3257
Thomas Petazzonifdbc2f42012-07-31 23:47:31 +02003258 Improvements to generate systems with static libraries only
Thomas Petazzonic665fc02012-07-31 23:36:51 +02003259 (infrastructure and package fixes).
3260
Thomas Petazzonifdbc2f42012-07-31 23:47:31 +02003261 Add proper support in the Linux kernel package to generate
3262 Device Tree Blobs or combined Device Tree / Kernel
3263 images. This will be useful on Microblaze, PowerPC and ARM,
3264 which are architectures making extensive use of the Device
3265 Tree.
3266
Thomas Petazzonic665fc02012-07-31 23:36:51 +02003267 Updated/fixed packages: audiofile, autoconf, automake, axel,
3268 barebox, bash, beecrypt, berkeleydb, bind, bison, bluez_utils,
3269 bonnie, boost, busybox, bsdiff, bwm-ng, bzip2, cifs-utils,
3270 cgilua, cmake, connman, conntrack-tools, crosstool-ng, cups,
3271 dbus, dhcp, dnsmasq, e2fsprogs, eeprog, ethtool, faad2, fbv,
3272 ffmpeg, freetype, gmp, gnutls, gob2, gpsd, grep,
3273 gst-plugins-base, gst-plugins-good, gzip, hiawatha, hostapd,
3274 htop, icu, igh-ethercat, imagemagick, input-tools, iostat,
3275 iproute2, ipset, iptables, iw, kmod, less, libcap, libgci,
3276 libconfig, libcurl, libelf, libevas, libeXosip2, libexif,
3277 libfuse, libidn, libmad, libmbus, libmnl,
3278 libnetfilter-conntrack, libnl, libnspr, libnss, libogg,
3279 libosip2, libpcap, libpng, libroxml, liburcu, libusb, libxml2,
3280 libxslt, lighttpd, linux, ltrace, lttng-libust, lttng-modules,
3281 lttng-tools, lua, m4, memtester, midori, mii-diag,
3282 module-init-tools, mpfr, mpg123, mrouted, msmtp, mtd, mxml,
3283 mysql_client, nasm, nbd, ncurses, nfs-utils, opencv, openocd,
3284 openssl, pciutils, php, polarssl, portaudio, pppd,
3285 pthread-stubs, pulseaudio, qt, quagga, quota, radvd, rpm,
3286 rrdtool, samba, sam-ba, scons, sdl_gfx, sdl_sound, speex,
3287 sqlite, squashfs, squid, sudo, synergy, syslinux, systemd,
3288 tar, tcpdump, tcpreplay, udev, usbutils, valgrind, wget,
3289 wpa_supplicant, wsapi, xavante, xserver_xorg-server, zlib
3290
3291 New packages: cjson, collectd, dfu-util, dmidecode, elftosb,
3292 fbterm, flashrom, freerdp, inadyn, libfreefare,
3293 libnetfilter_cttimeout, libnfc, libnfc-llcp, liboping,
3294 libtorrent, linphone, logsurfer, lshw, luacjson, luaexpat,
3295 luajit, mediastreamer, mobile-broadband-provider-info, monit,
3296 mxs-bootlets, nanocom, nss-mdns, ofone, omap-u-boot-utils,
3297 opkg, ortp, owl-linux, python-id3, python-nfc, quota,
3298 ramspeed, rtorrent, sound-theme-borealis,
3299 sound-theme-freedesktop, sysprof, webrtc-audio-processing,
3300 xinetd, zxing
Peter Korsgaard1ea85742012-06-24 22:45:30 +02003301
Thomas Petazzoni3b38ade2012-08-31 10:45:06 +02003302 Issues resolved (http://bugs.uclibc.org):
3303
3304 #1315: Allow use of older external toolchains without sysroot
3305 support [won't fix]
3306 #5276: Hiawatha needs to manage IPV6 if so [fixed]
3307 #5360: buildroot fails when building "host-libglib2 2.30.2
3308 Building" [won't fix, upstream problem]
3309 #5384: Can't build packages relying on gets on newer glibc
3310 [fixed]
3311
Peter Korsgaardbce34ab2012-05-30 23:23:07 +020033122012.05, Released May 30th, 2012:
3313
3314 Updated/fixed packages: busybox, netsnmp, pptp-linux
3315
Peter Korsgaard0b0d7ba2012-05-25 21:09:50 +020033162012.05-rc3, Released May 25th, 2012:
3317
3318 Minor fixes around the tree.
3319
3320 Infra: Fix for DOWNLOAD macro when using primary mirrors with
3321 scp targets.
3322
3323 Toolchain: Kernel headers 3.2.18 / 3.3.7.
3324
3325 Updated/fixed packages: binutils, bison, busybox, cifs-utils,
3326 gnuchess, gpsd, iperf, libmpeg2, mtd, ntfs-3g, oprofile,
3327 xserver-xorg
3328
Peter Korsgaardb07ad402012-05-18 22:50:37 +020033292012.05-rc2, Released May 18th, 2012:
3330
3331 Fixes all over the tree.
3332
3333 Toolchain: uClibc: Use 0.9.33.2, Crosstool-ng: fix gperf
3334 dependency, disable decimal floats support, Linux 3.2.17 /
3335 3.3.6 kernel headers. Fix sysroot copy handling for toolchains
3336 without C++ support.
3337
3338 Updated/fixed packages: apr, apr-util, ccache, dnsmasq,
3339 heirloom-mailx, gdb, ndisc6, opencv, openssl, socat, vala
3340
33412012.05-rc1, Released May 10th, 2012:
Peter Korsgaard5c3a3372012-03-01 14:03:39 +01003342
Peter Korsgaard17c2d622012-03-15 23:59:32 +01003343 Fixes all over the tree and new features.
3344
3345 Use /etc/os-release for version info rather than
3346 /etc/br-version.
3347
3348 CMake toolchain file moved to $HOST_DIR/usr/share/buildroot.
3349
Peter Korsgaarde22dd642012-04-19 01:01:56 +02003350 Apply-patches.sh: cleanups, archived patches handling fixes,
3351 support series files.
Peter Korsgaard17c2d622012-03-15 23:59:32 +01003352
Peter Korsgaard82822ef2012-05-09 23:17:14 +02003353 Defconfigs: beaglebone, mx53qsb, pandaboard, qemu configs for
3354 arm-vexpress/microblaze/ppc-mpc88544ds, use 3.2.x for
3355 atngw100, use 3.3.x for qemu configs.
Peter Korsgaard17c2d622012-03-15 23:59:32 +01003356
Peter Korsgaard82822ef2012-05-09 23:17:14 +02003357 Menu structure: Libraries moved out of multimedia section
3358
3359 Atom processor support. Prescott fix, blackfin ABI fix,
3360 Microblaze architecture support (using ext toolchain). Cleanup
3361 architecture names, deprecate Xtensa support.
Peter Korsgaarde22dd642012-04-19 01:01:56 +02003362
3363 Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
Peter Korsgaarda53a3b52012-05-03 22:52:27 +02003364 default to uClibc 0.9.33.x, enable
3365 UCLIBC_SUPPORT_AI_ADDRCONFIG by default, static and 64bit
3366 fixes for external toolchains, linaro ext toolchains, new
Peter Korsgaard82822ef2012-05-09 23:17:14 +02003367 sourcery codebench ext toolchains, GDB 7.4.1, crosstool-ng
3368 1.15.2.
Peter Korsgaard17c2d622012-03-15 23:59:32 +01003369
Peter Korsgaard82822ef2012-05-09 23:17:14 +02003370 Bootloaders: U-Boot: add 2012.04.01, SPL and u-boot.img
3371 support. Barebox: add 2012.04, remove 2011.12.
Peter Korsgaardbf636a92012-04-25 12:21:53 +02003372
Peter Korsgaarde22dd642012-04-19 01:01:56 +02003373 Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
Peter Korsgaarda53a3b52012-05-03 22:52:27 +02003374 barebox, berkeleydb, bind, bluez_utils, boost, busybox,
Peter Korsgaard82822ef2012-05-09 23:17:14 +02003375 can-utils, ccache, cifs-utils, coreutils, cups, dbus, dhcp,
3376 directfb, dnsmasq, doom-wad, dosfstools, e2fsprogs, expat,
3377 fakeroot, feh, ffmpeg, file, fis, freetype, gamin, gawk,
3378 gdk-pixbuf, gettext, giblib, glib-networking, gmp, gnutls,
3379 gpsd, grep, gstreamer, gst-plugins-{bad,base,good,ugly},
3380 haserl, hdparm, imagemagick, iproute2, iptable, iw, kexec,
3381 kmod, lame, libaio, libarchive, libatomic_ops, libconfig,
3382 libcurl, libdvdnav, libdvdread, libedbus, libethumb, libffi,
3383 libfuse, libglib2, libgtk2, libhid, libmad, libmbus, libmpeg2,
3384 libnl, libplayer, libpng, libsigc, libsoup, libupnp, liburcu,
3385 libusb, libusb-compat, libxml2, libxml-parser-perl, libxslt,
3386 lighttpd, linux-firmware, linux-fusion, lite, lsof, ltrace,
3387 lttng-libust, lua, m4, makedevs, microperl, mpd, mpfr, mpg123,
3388 mrouted, mtd, mysql_client, nbd, ncftp, ncurses, neon,
3389 netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g, openntpd,
Gustavo Zacariase940b302012-05-07 00:33:36 +00003390 openssh, openssl, parted, pango, pcre, php, pixman, poco,
Peter Korsgaard82822ef2012-05-09 23:17:14 +02003391 psmisc, pulseaudio, python, qt, quagga, radvd, rpm, rsync,
3392 ruby, samba, sam-ba, sane-backends, sawman, screen, sdl_net,
3393 smartmontools, speex, sqlite, squashfs3, squid, sshfs, sudo,
Gustavo Zacariase940b302012-05-07 00:33:36 +00003394 syslinux, sysstat, taglib, tcpdump, tftp-hpa, transmission,
3395 tiff, tinyhttpd, uboot-tools, udev, uemacs, unionfs, usbutils,
Peter Korsgaard82822ef2012-05-09 23:17:14 +02003396 util-linux, vala, valgrind, vim, vsftpd, wget, wipe,
3397 wpa_supplicant, xdriver_xf86-{input-vmmouse,video-fbdev},
3398 xfsprogs, zlib
Peter Korsgaard17c2d622012-03-15 23:59:32 +01003399
Peter Korsgaard82822ef2012-05-09 23:17:14 +02003400 New packages: apr, apr-util, audiofile, bellagio,
3401 conntrack-tools, empty, fmtools, glib-networking,
3402 heirloom-mailx, hiawatha, latencytop, lcdproc, libcap-ng,
3403 libdmtx, libfcgi, libnetfilter_conntrack, libnfnetlink,
3404 libtpl, localedef, minicom, msmtp, ndisc6, netatalk,
3405 ocf-linux, openswan, parted, polarssl, protobuf, read-edid,
3406 socketcand, stress, systemd, ushare, zeromq
Peter Korsgaard17c2d622012-03-15 23:59:32 +01003407
Peter Korsgaardb6a507c2012-03-18 23:08:01 +01003408 Deprecated packages: ttcp
3409
Peter Korsgaard17c2d622012-03-15 23:59:32 +01003410 Removed packages: ntfsprogs
3411
3412 Issues resolved (http://bugs.uclibc.org):
3413
Peter Korsgaardbf636a92012-04-25 12:21:53 +02003414 #2353: [lua] fix build with 2010.08-rc1
Peter Korsgaarda53a3b52012-05-03 22:52:27 +02003415 #2503: Microperl fails build on MIPSel or with Fedora13.x86_64
3416 #2557: [PATCH] mkfs.xfs complains about missing libxfs.so.0
3417 #2881: Can't build project statically with external toolchain
Kevin Cernekee2b668162011-05-17 14:29:26 -07003418 #3751: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
Peter Korsgaarda53a3b52012-05-03 22:52:27 +02003419 #4808: ccache may build against wrong zlib
Peter Korsgaard17c2d622012-03-15 23:59:32 +01003420 #4880: New package lcdproc
Simon Dawsonf526c4d2012-03-15 08:51:27 +00003421 #4886: New package protobuf
Peter Korsgaarda53a3b52012-05-03 22:52:27 +02003422 #4892: build fails on ltp-testsuite-20101031/testcases/kernel/fs/...
3423 #4898: * make: [target-finalize] Error 1 (ignored)*
3424 #4985: Qt 4.7.4 build crashes with Linux 2.6.29
3425 #4970: udev 181 fails to build if kernel version 3.3 is selected
3426 #5018: dialog broken: exits with assert in uClibc
3427 #5102: qt package moc, uic, rcc read from wrong place
Peter Korsgaard15744b72012-05-03 17:40:28 +02003428 #5144: Patch to fix ixon bug in uemacs
Gustavo Zacarias98873712012-05-07 00:33:37 +00003429 #5198: Line graphics output is broken in GNU Screen
Gustavo Zacariase940b302012-05-07 00:33:36 +00003430 #5204: Missing terminfo file(s) for GNU screen terminal type
Peter Korsgaard17c2d622012-03-15 23:59:32 +01003431
Peter Korsgaard03ceab62012-02-29 23:19:47 +010034322012.02, Released February 29th, 2012:
3433
3434 Updated/fixed packages: libecore
3435
Peter Korsgaard6d24b412012-02-27 16:29:50 +010034362012.02-rc3, Released February 27th, 2012:
3437
3438 Fixes all over the tree.
3439
3440 Automatic host dependencies handling for cmake packages
3441 fixed. Customize package deprecated as using a post-build
3442 script is nowadays the preferred way of adding extra stuff to
3443 the rootfs.
3444
3445 Linux-headers 3.0.x / 3.2.x stable version bumped.
3446
3447 QEMU defconfigs updated to 3.2.x kernels and readme fixed.
3448
3449 Updated/fixed packages: dropbear, ffmpeg, libpng
3450
Peter Korsgaard3d6ff4f2012-02-19 23:16:50 +010034512012.02-rc2, Released February 19th, 2012:
3452
3453 Fixes all over the tree.
3454
3455 Toolchain: uClibc: Added upstream post-0.9.33 fixes, Bump
3456 linux-headers 3.0.x / 3.2.x stable versions.
3457
3458 Documentation: Added makedev / <pkg>_DEVICES /
3459 <pkg>_PERMISSIONS documentation.
3460
3461 Updated/fixed packages: busybox, ffmpeg, gst-dsp, libecore,
3462 libvncserver, mxml, python.
3463
34642012.02-rc1, Released February 12th, 2012:
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01003465
3466 Fixes all over the tree and new features.
3467
Peter Korsgaardc847b4a2012-01-22 23:48:36 +01003468 Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java
Peter Korsgaard08f46cc2012-01-31 13:48:44 +01003469 support removed, Powerpc SPE ABI support. GDB ELF support fix,
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01003470 GDB 7.4, crosstool-NG 1.13.4.
Peter Korsgaard1bde07d2011-12-11 23:54:12 +01003471
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01003472 Gentargets: scp and mercurial support.
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01003473 Autotools: derive host dependencies from target by default.
3474 Packages can now declare device table snippets.
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01003475
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01003476 Host utilities menu with commonly used host tools.
3477
3478 defconfigs: qemu configs for x86-64, mips and sparc, at91
Peter Korsgaard03ceab62012-02-29 23:19:47 +01003479 defconfigs now use modern U-Boot / mainline Linux, added
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01003480 lpc3250 defconfigs.
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01003481
Peter Korsgaarda01db912012-01-02 23:25:00 +01003482 uClibc: remove 0.9.30, backport unshare() support, add
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01003483 0.9.32.1 / 0.9.33, use same config for ctng.
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01003484
Peter Korsgaardc847b4a2012-01-22 23:48:36 +01003485 Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions,
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01003486 Barebox: add 2012.01/02, remove 2011.10/11, LPC32xx
3487 bootloaders added.
Peter Korsgaarda01db912012-01-02 23:25:00 +01003488
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01003489 Various manual updates. Release tarballs now contain generated
3490 manual in text/html/pdf formats.
3491
3492 Buildroot now calls the stop function of scripts in
3493 /etc/init.d at shutdown.
Maxime Ripard234dd8e2012-01-11 18:09:23 +01003494
Peter Korsgaard08f46cc2012-01-31 13:48:44 +01003495 Updated/fixed packages: atk, avahi, barebox, bash, beecrypt,
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01003496 bind, binutils, bison, bluez_utils, bzip2, busybox, cairo,
3497 ccache, cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog,
3498 diffutils, dmalloc, dropbear, e2fsprogs, ebtables, ed,
3499 ethtool, expat, ffmpeg, file, fis, flex, fluxbox, fontconfig,
3500 freetype, gawk, grep, gst-dsp, gst-ffmpeg, gst-plugins-base,
3501 hdparm, hostapd, htop, i2c-tools, icu, iproute2, ipsec-tools,
3502 ipset, iptables, iw, jpeg, kismet, lame, libcap, libcgi,
3503 libev, libeXosip2, libffi, libftdi, libgpg-error, libgtk2,
3504 libidn, libmms, libmnl, libmodbus, libnl, libogg, libosip,
3505 libpcap, libpng, libraw1394, libroxml, libusb, libusb-compat,
3506 libv4l, libvorbis, libxcb, libxml-parser-perl, libxslt,
3507 lighttpd, links, lm-sensors, lua, m4, module-init-tools, mpc,
3508 mesa3d, mpd, mpfr, mplayer, mtd-utils, nano, nbd, ncurses,
3509 netperf, netsnmp, ntp, opencv, openocd, openssl, openvpn, orc,
3510 pciutils, pcre, pixman, pkg-config, poco, popt, proftpd,
3511 python, python-serial, qt, ruby, samba, sdl, sdparm,
3512 squashfs3, sshfs, sqlite, squid, sudo, syslinux, tcl, tcpdump,
3513 ti-utils, tiff, tremor, uboot, uboot-tools, udev, usbmount,
3514 util-linux, vala, valgrind, vsftpd, wpa_supplicant,
3515 xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xinit},
3516 xapp_xinput, xapp_xman, xcb-util, xdm, xenomai,
3517 xf86-video-sis, xfont_{encodings,font-util},
Peter Korsgaardc847b4a2012-01-22 23:48:36 +01003518 xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender},
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01003519 xlib_libxkbfile, xterm, xutil_makedepend, yajl
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01003520
Peter Korsgaardeaf412b2012-02-12 22:56:15 +01003521 New packages: boost, connman, dstat, expedite, explorercanvas,
3522 feh, flot, giblib, igh-ethercat, imlib2, jquery,
3523 jquery-sparklines, jquery-validation, jsmin, kmod, libecore,
3524 libedbus, libedje, libeet, libeina, libelementary, libesmtp,
3525 libethumb, libevas, libical, libmbus, liboauth, liburcu,
3526 libvncserver, linux-firmware,
3527 lttng-{babeltrace,libust,modules,tools}, NetworkManager,
3528 open2300, python-distutilscross, python-dpkt,
3529 python-netifaces, python-pygame, python-setuptools, rt-tests,
3530 sam-ba, sane-backends, sqlcipher, transmission, unionfs,
3531 xf86-input-tslib, xinput-calibrator
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01003532
3533 Issues resolved (http://bugs.uclibc.org):
3534
3535 #743: Add Transmission bit torrent option to buildroot
Peter Korsgaard27a35802012-02-03 21:22:50 +01003536 #755: Add Boost libraries as a package
3537 #2299: Add crypto support to libsoup
Peter Korsgaardaead8be2012-02-03 14:38:48 +01003538 #2617: Pixman 0.19.2 & Cairo 1.10.0
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01003539 #3403: libgpg-error: bump to version 1.10
3540 #3409: libgpg-error: download from gnupg.org
3541 #3421: nano: make tiny flag optional
Peter Korsgaardaead8be2012-02-03 14:38:48 +01003542 #3691: New EFL packages
Thomas Petazzoni502465e2012-02-02 23:29:26 +01003543 #4664: Cannot patch AT91Bootstrap
Frederik Pasch4861aed2012-01-16 13:54:57 +01003544 #4700: setlocalversion not working for combination svn/ubuntu 11.10...
Frederik Pasch1e39b8a2012-02-09 21:20:12 +01003545 #4760: Qt: add host-pkg-config to dependency-list
Peter Korsgaard11eb9e72011-12-08 23:09:24 +01003546
Peter Korsgaardc29253e2011-12-01 00:08:44 +010035472011.11, Released November 30th, 2011:
3548
3549 Fixes all over the tree.
3550
3551 Bump kernel headers / default Linux version to 3.1.4.
3552
3553 Updated/fixed packages: ruby
3554
Peter Korsgaard4dc18dc2011-11-26 22:04:24 +010035552011.11-rc3, Released November 26th, 2011:
Peter Korsgaard0ff53f12011-11-24 23:03:42 +01003556
3557 Fixes all over the tree.
3558
3559 Toolchain: Fix gdb dependencies for external toolchains,
3560 adjust uClibc patches so they don't confuse modern versions of
3561 patch, bump crosstool-ng, kernel headers and linux versions.
3562
3563 Updated/fixed packages: busybox, freetype, mplayer, opencv,
Peter Korsgaard6d985f92011-11-26 21:51:42 +01003564 php, rsyslog, ruby, thttpd, xapp_xf86dga
Peter Korsgaard0ff53f12011-11-24 23:03:42 +01003565
Damian Kaczmarek9f930d22011-10-21 00:05:23 +02003566 Issues resolved (http://bugs.uclibc.org):
3567
Danomi Mocelopolisec02a342011-11-26 21:56:25 +01003568 #4357: Prevent patch commands from accessing source control
Damian Kaczmarek9f930d22011-10-21 00:05:23 +02003569 #4369: Fix permissions on untared lsof archive
3570
Peter Korsgaard6088ac02011-11-18 14:00:24 +010035712011.11-rc2, Released November 18th, 2011:
Peter Korsgaard8e6c8192011-11-17 06:54:58 +01003572
3573 Fixes all over the tree and new features.
3574
3575 Updated asciidoc documentation
3576
3577 Toolchain: Bumped 3.x stable kernel headers, use wget in
Peter Korsgaard630fd4f2011-11-18 13:56:39 +01003578 crosstool-ng as well, bump crosstool-ng version, gdb fixes,
3579 uClibc sparc fix.
Peter Korsgaard8e6c8192011-11-17 06:54:58 +01003580
3581 Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb,
Peter Korsgaard630fd4f2011-11-18 13:56:39 +01003582 mplayer, newt, qt, rpm, rrdtool, tar, tftpd
Peter Korsgaard8e6c8192011-11-17 06:54:58 +01003583
Gustavo Zacarias8c38a0a2011-11-11 18:12:46 -03003584 Issues resolved (http://bugs.uclibc.org):
3585
Peter Korsgaard2b8643f2011-11-17 23:56:44 +01003586 #3355: mplayer fails to build
Gustavo Zacarias8c38a0a2011-11-11 18:12:46 -03003587 #4021: uClibc: undefined reference to `__GI___errno_location'
Peter Korsgaarda028c312011-11-18 12:08:02 +01003588 #4297: Qt's qmake uses wrong pkg-config
Gustavo Zacarias8c38a0a2011-11-11 18:12:46 -03003589
Peter Korsgaard1507c392011-11-11 20:26:00 +010035902011.11-rc1, Released November 11th, 2011:
Peter Korsgaard5427c502011-09-05 22:14:33 +02003591
Peter Korsgaard227eeba2011-09-13 00:46:06 +02003592 Fixes all over the tree and new features.
3593
Peter Korsgaard1507c392011-11-11 20:26:00 +01003594 Moved misc scripts and support stuff to support/. Renamed
Peter Korsgaard358601f2011-09-18 22:20:54 +02003595 patch-kernel.sh to support/scripts/apply-patches.sh.
3596
Peter Korsgaard805de392011-11-09 00:33:13 +01003597 Documentation: Moved to asciidoc format, make targets to
3598 generate text/html/pdf/epub output added.
3599
3600 Defconfigs: Qemu configs updated to 3.1 kernel and readmes
3601 added.
3602
Peter Korsgaard358601f2011-09-18 22:20:54 +02003603 Bootloaders: Add support for custom git tree / tarballs for
3604 barebox, similar to how it's handled for u-boot. Clean up
3605 menuconfig options.
3606
3607 Toolchain: Update external codesourcery toolchain download
Peter Korsgaardb367d672011-10-09 22:41:42 +02003608 URLs after Codesourcery got bought by Mentor, add x86
3609 toolchain, update toolchain versions and optimize toolchain
3610 sysroot copying. Fix uClibc 0.9.32 builds for e500 PPC,
3611 updated GDB versions / download URLs. Binutils
Peter Korsgaard805de392011-11-09 00:33:13 +01003612 libbfd/libopcodes static/dynamic linking fix. GCC 4.6.2 added,
3613 use ctng-1.13.0.
Peter Korsgaardb367d672011-10-09 22:41:42 +02003614
3615 Package infrastructure: Support for local packages /
3616 overrides, package dir / name arguments dropped from
3617 {GEN,AUTO,CMAKE}TARGETS.
Peter Korsgaard358601f2011-09-18 22:20:54 +02003618
3619 Linux: Kernel extensions infrastructure support, Xenomai +
3620 RTAI support.
Peter Korsgaard227eeba2011-09-13 00:46:06 +02003621
Peter Korsgaarde55af692011-10-25 09:41:23 +02003622 Updated/fixed packages: acpid, bind, busybox, dash, dbus,
3623 dbus-glib, directfb, dnsmasq, drystone, e2fsprogs, ethtool,
3624 fakeroot, fbdump, file, freetype, fuse, gamin, gmp, gmpc,
3625 gnutls, gob2, gst-plugins-{base,bad,good,ugly}, gstreamer,
3626 hostapd, ifplugd, imagemagick, intltool, ipsec-tools, ipset,
3627 iptables, iw, jpeg, kexec, leafpad, less, libargtable2, libao,
3628 libconfuse, libcuefile, libcurl, libdaemon, libevent,
3629 libglib2, libiconv, libmpd, libreplaygain, libroxml,
Peter Korsgaardb367d672011-10-09 22:41:42 +02003630 libsamplerate, libsndfile, libsoup, libsvgtiny, libtool,
Peter Korsgaard805de392011-11-09 00:33:13 +01003631 libxcb, lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo,
3632 lzop, makedevs, mcookie, mpg123, mpd, mpfr, mtd, musepack,
3633 mutt, mysql_client, ncftp, ncurses, neon, netcat, netsnmp,
3634 ntfs-3g, ntfsprogs, ntp, openntpd, openssh, openssl, oprofile,
3635 orc, pciutils, psmisc, python, qt, quagga, radvd, rpm, rsync,
3636 samba, sawman, sdl_sound, smartmontools, sqlite, squid,
3637 stunnel, sudo, sylpheed, sysstat, taglib, tar, tcpreplay,
3638 tslib, usbutils, util-linux, valgrind, wget, whetstone, which,
3639 wpa-supplicant, xdata_xcursor-themes, xmlstarlet, xterm
Peter Korsgaard227eeba2011-09-13 00:46:06 +02003640
Peter Korsgaardb367d672011-10-09 22:41:42 +02003641 New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c,
Peter Korsgaard805de392011-11-09 00:33:13 +01003642 libev, libftdi, libgeotiff, libmodbus, libplayer, live555,
3643 ngrep, noip, opencv, openocd, picocom, poco, portaudio,
3644 pulseaudio, pv, rtai, vala, xenomai.
3645
3646 Removed packages: liboil, sfdisk, swfdec, webif
Peter Korsgaard227eeba2011-09-13 00:46:06 +02003647
3648 Issues resolved (http://bugs.uclibc.org):
3649
Peter Korsgaard358601f2011-09-18 22:20:54 +02003650 #505: live555: new package
Peter Korsgaarde9c52d72011-11-11 11:38:45 +01003651 #507: Enable live and tv options in MPlayer-1.0rc2
Peter Korsgaard358601f2011-09-18 22:20:54 +02003652 #531: let e2fsprogs package to export headers to staging dir if needed
3653 #1171: Linuxthreads new cannot find sysdep.h
Peter Korsgaard7062aff2011-11-11 20:01:05 +01003654 #1357: Add bluez to buildroot system
Peter Korsgaard358601f2011-09-18 22:20:54 +02003655 #2107: New package: input-event-daemon
3656 #2599: New package: orc (Oil Runtime Compiler)
3657 #2605: gstreamer: Update to 0.10.30
3658 #2677: introducing util-linux-ng as replacement for util-linux
3659 #2917: Qt: Add declarative module
3660 #3145: jffs2 image generation fails
3661 #3271: netperf-2.4.5 fails to compile
Peter Korsgaardb367d672011-10-09 22:41:42 +02003662 #3331: xdata_xcursor-themes depends on xcursorgen
3663 #3343: Add file:// download SITE_METHOD
3664 #3391: Add support for specifying an external kernel tree
3665 #3631: Error while compiling with Xorg
Gustavo Zacariasdd3177c2011-11-11 13:06:49 -03003666 #3709: oprofile doesn't build for mipsel
Peter Korsgaardb367d672011-10-09 22:41:42 +02003667 #3925: midori not getting compile
3668 #4045: Add support for downloading i386 toolchains from codesourcery
Peter Korsgaard54bcf872011-10-10 00:14:27 +02003669 #4165: lrzsz-fix-symlink-at-rebuild.patch
Peter Korsgaard95af4fb2011-10-09 23:26:39 +02003670 #4171: makedevs-unused-but-set-variable.patch
Peter Korsgaard227eeba2011-09-13 00:46:06 +02003671 #4183: Codesourcery toolchain download site has changed
Peter Korsgaard8ece8e22011-10-11 09:11:21 +02003672 #4231: libneon.so: undefined reference to `SSL_SESSION_cmp'
Danomi Mocelopolis92bf8242011-10-28 15:09:23 +02003673 #4381: Add option to lighttpd to enable Lua support
Danomi Mocelopolis6473f6c2011-11-02 12:00:52 +01003674 #4387: Make sure that dest dir exists before installing mtd files
Peter Korsgaard227eeba2011-09-13 00:46:06 +02003675
Peter Korsgaardfacd6022011-08-31 13:44:55 +020036762011.08, Released August 31th, 2011:
3677
3678 Fixes all over the tree.
3679
3680 Toolchain: Fix codesourcery 2009q3 ARM download, Linux 3.0.4
3681 kernel headers.
3682
3683 Updated/fixed packages: ipset, python
3684
Peter Korsgaard73f131c2011-08-29 11:21:17 +020036852011.08-rc2, Released August 29th, 2011:
Peter Korsgaarde0a6bcd2011-08-24 15:07:41 +02003686
3687 Fixes all over the tree.
3688
Peter Korsgaard73f131c2011-08-29 11:21:17 +02003689 Toolchain: crosstool-NG 1.12.1, use binutils 2.21 on
Peter Korsgaarde0a6bcd2011-08-24 15:07:41 +02003690 mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh
3691 (broken).
3692
Peter Korsgaard73f131c2011-08-29 11:21:17 +02003693 Defconfigs: kernel updates, fix mini2440 serial port config,
3694 remove old arm toolchain configs.
3695
3696 Bootloaders: Fix grub patching, add barebox-{n,x,menuconfig}
3697 targets similar to linux/busybox.
3698
Peter Korsgaarde0a6bcd2011-08-24 15:07:41 +02003699 Updated/fixed packages: barebox, directfb, libsoup,
Thomas De Schampheleirebf446512011-08-26 15:01:41 +02003700 libxml-parser-perl, mtd, ncurses, python, ti-utils, udev,
3701 usbmount, util-linux, xfont_font-misc-misc
Peter Korsgaarde0a6bcd2011-08-24 15:07:41 +02003702
Peter Korsgaardcb6c2c42011-08-26 07:13:33 +02003703 Issues resolved (http://bugs.uclibc.org):
3704
Thomas De Schampheleirebf446512011-08-26 15:01:41 +02003705 #3685: ncurses installation hangs due to old version of tic
Peter Korsgaardcb6c2c42011-08-26 07:13:33 +02003706 #4093: Grub fails to install bz2 patch after conversion to...
3707
Peter Korsgaard7ff457c2011-08-04 22:31:30 +020037082011.08-rc1, Released August 4th, 2011:
Peter Korsgaard0a5e7902011-06-06 13:36:55 +02003709
Peter Korsgaard94ad0662011-06-26 23:07:01 +02003710 Fixes all over the tree and new features.
3711
Peter Korsgaardbd76bc52011-07-11 07:44:24 +02003712 Toolchain: uClibc 0.9.32 / NPTL support, 0.9.29 removed,
3713 ext-toolchain-wrapper improvements, improved non-MMU
3714 support. GCC 4.3.6 / 4.6.1.
Peter Korsgaard94ad0662011-06-26 23:07:01 +02003715
Peter Korsgaard333acf32011-07-13 22:43:12 +02003716 GENTARGETS infrastructure extended to cover bootloaders and
3717 Linux kernel as well. Options to retrive Linux/U-Boot from a
3718 custom git repo instead of upstream tarballs.
Peter Korsgaard7ff457c2011-08-04 22:31:30 +02003719 Support for Linux 3.x and release candidate tarballs.
Peter Korsgaard333acf32011-07-13 22:43:12 +02003720 X-Loader bootloader for omap added.
Peter Korsgaard94ad0662011-06-26 23:07:01 +02003721
Peter Korsgaard333acf32011-07-13 22:43:12 +02003722 Make source/external-deps now also works for external
3723 toolchains / crosstool-ng backend.
3724
Peter Korsgaard5255a712011-08-04 22:03:37 +02003725 Updated/fixed packages: autoconf, berkeleydb, bind, binutils,
3726 bmon, bridge-utils, busybox, cmake, dbus, dbus-glib,
3727 e2fsprogs, ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly},
3728 gvfs, hostapd, iproute2, iptables, iw, jpeg, lame, libarchive,
3729 libdnet, libdrm, libgcrypt, libgtk2, libmpeg2, libpng,
3730 libsoup, lighttpd, linux-fusion, lzo, midori, mtd-utils,
Michael J. Hammel5496bc32011-04-23 20:51:41 -06003731 nfs-utils, openvpn, oprofile, orc, pkg-config, proftpd, qt,
3732 ruby, samba, sdl, shared-mime-info, sudo, sqlite, squid,
3733 synergy, udev, usbmount, usbutils, util-linux, valgrind,
3734 webkit, xorg-xserver, xz, zlib
Peter Korsgaard333acf32011-07-13 22:43:12 +02003735
Peter Korsgaarda4a20ac2011-07-28 00:01:47 +02003736 New packages: acl, attr, ebtables, gnutls, inotify-tools,
3737 ipset, libargtable2, libiqrf, libmnl, libnspr, libnss,
3738 libroxml, libyaml, live555, mxml, orc, rsyslog, sredird,
3739 statserial, stunnel, ti-utils, uboot-tools, yajl
3740
Peter Korsgaardd4928672011-08-04 21:20:44 +02003741 Deprecated packages: liboil, swfdec
3742
Peter Korsgaarda4a20ac2011-07-28 00:01:47 +02003743 Removed packages: hal
Peter Korsgaard94ad0662011-06-26 23:07:01 +02003744
3745 Issues resolved (http://bugs.uclibc.org):
3746
Peter Korsgaardbd76bc52011-07-11 07:44:24 +02003747 #3559: libnspr: Add new package
Peter Korsgaardb28de602011-07-13 12:44:42 +02003748 #3595: patch to add libroxml
Peter Korsgaardbd76bc52011-07-11 07:44:24 +02003749 #3565: libnss: Add new package
Michael J. Hammel5496bc32011-04-23 20:51:41 -06003750 #3583: xfonts_font-adobe-100dpi fails due to missing map file
3751 #3649: [PATCH] Add mapdir to existing pkg-config patch
Peter Korsgaard94ad0662011-06-26 23:07:01 +02003752 #3907: 2011.05 - Qt 4.7.3 not building on ARM
Frederik Pasch82e840e2011-07-24 23:51:44 +02003753 #3961: Nfs-utils: Remove SUSv3-function index
Danomi Mocelopolisb9796192011-07-17 22:17:08 +02003754 #3985: "help" target's defconfig list needs sort
Tristan Lelongcef07212011-07-29 09:46:10 +02003755 #3997: bump libroxml to v2.1.0
Peter Korsgaard94ad0662011-06-26 23:07:01 +02003756
Peter Korsgaard9ab73b52011-05-27 16:18:21 +020037572011.05, Released May 27th, 2011:
3758
3759 Updated/fixed packages: makedevs
3760
Peter Korsgaardeffcc9a2011-05-24 15:02:23 +020037612011.05-rc2, Released May 24th, 2011:
3762
3763 Fixes all over the tree.
3764
3765 Toolchain: Code sourcery ARM 2009q1 download URL fixed /
3766 2009q3 external toolchains added. Crosstool-NG bumped to
3767 1.11.3, eglic/glibc configuration fixes. Linux kernel 2.6.38.x
3768 bumped to 2.6.38.7.
3769
3770 Updated/fixed packages: bind, fakeroot, kbd, psmisc, qt
3771
Peter Korsgaard137a4d72011-05-18 21:47:48 +020037722011.05-rc1, Released May 18th, 2011:
Peter Korsgaardda5e5a52011-03-01 14:13:06 +01003773
Peter Korsgaard7234c232011-05-18 21:02:30 +02003774 Fixes all over the tree and new features.
Peter Korsgaard35101932011-04-21 23:52:45 +02003775
Peter Korsgaard7234c232011-05-18 21:02:30 +02003776 External toolchain improvements: We now build a binary
3777 toolchain wrapper and install it into HOST_DIR/usr/bin, which
3778 enforces the correct compiler arguments, making an external
3779 toolchain as easy to use outside of Buildroot as the internal
3780 ones are. This also brought a cleanup of CFLAGS, making the
3781 Buildroot build output easier to read.
3782
3783 Rootfs device handling improvements: Choice between static
3784 /dev, devtmpfs and devtmpfs with either mdev or udev.
3785
3786 Toolchain: More preconfigured codesourcery external
3787 toolchains, improved Crosstool-NG support, fix for GCC
3788 snapshot versions, GCC 4.4.6 / 4.5.3, experimental GCC 4.6.0
3789 support, target-GCC fixes, uClibc fixes, 0.9.32-rc3 support.
3790
3791 Bootloaders: U-boot 2011.03, Barebox 2011.05.0
3792
3793 Linux: support for custom kernel image targets, E.G. for
3794 powerpc builds with embedded device trees.
3795
3796 Misc fixes for qemu defconfigs, ensuring correct serial
3797 terminal setup out of the box.
3798
3799 Misc gentarget / autotools handling fixes.
3800
3801 Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui,
3802 atk, avahi, bind, bison, busybox, copas, dbus-glib, dhcp,
3803 dhcpdump, dnsmasq, dropbear, ethtool, fakeroot, ffmpeg, file,
3804 gamin, gnuconfig, gst-ffmpeg, gst-plugins-good, gtk2-engines,
3805 haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less,
3806 libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng,
3807 libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs,
Peter Korsgaard8b4f5f22011-05-18 22:03:27 +02003808 midori, mpg123, mpc, mpd, mpfr, mplayer, mtd-utils, ncurses,
3809 netsnmp, openssh, openssl, openvpn, pango, pkg-config, popt,
3810 procps, proftpd, qt, quagga, readline, rsync, samba, sdl,
3811 socat, squashfs, squid, sudo, tslib, udev, usbutils, webkit,
Peter Korsgaard7234c232011-05-18 21:02:30 +02003812 wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11,
3813 xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz
3814
3815 New packages: bonnie++, can-utils, gdisk, htop,
3816 input-event-daemon, libexif, libraw, libv4l, ngircd
3817
3818 Removed packages: festival
Peter Korsgaard707dc462011-03-12 22:24:34 +01003819
3820 Issues resolved (http://bugs.uclibc.org):
3821
Peter Korsgaard8451c232011-05-06 16:14:54 +02003822 #2131: Add OpenMP support to the toolchain
Martin Hicks4bc79982011-01-31 15:32:06 -05003823 #3379: New Package: bonnie++
Gustavo Zacarias47736c82011-03-14 14:33:48 -03003824 #3445: Not working openssl-10.0.0d on 386sx
Hector Oron308bc532011-03-13 21:28:18 +01003825 #3451: fakeroot package: wrong FAKEROOT_SITE variable
Hector Oron39aafe82011-03-13 21:33:53 +01003826 #3457: alsamixergui: broken URL
Peter Korsgaard707dc462011-03-12 22:24:34 +01003827 #3475: Calling sync on large filesystems when not always necessary
Peter Korsgaard2c976082011-03-28 21:33:26 +02003828 #3511: make busybox-menuconfig does not download busybox package
Peter Korsgaardf894e852011-04-04 15:44:35 +02003829 #3541: Quotes in the top Makefile:217 break buildroot/kernel config...
Peter Korsgaardcdd4a7a2011-04-24 23:32:46 +02003830 #3571: u-boot: fw_printenv does not build
Peter Korsgaardcd58efb2011-04-24 22:34:50 +02003831 #3643: popt source url is not responding
Alexander Cloutera7e78f92011-05-16 22:41:54 +02003832 #3733: dropbear: make zlib optional
Peter Korsgaard8b4f5f22011-05-18 22:03:27 +02003833 #3757: Buildroot can't build mplayer with libmad
Peter Korsgaard05955602011-03-12 20:38:30 +01003834
Peter Korsgaardf3e79a72011-02-28 21:54:22 +010038352011.02, Released February 28th, 2011:
Peter Korsgaard2f192592011-02-24 20:56:15 +01003836
3837 Fixes all over the tree.
3838
Peter Korsgaardda8700c2011-02-28 16:11:02 +01003839 Updated/fixed packages: alsamixergui, avahi, ffmpeg, icu, mpd,
3840 nuttcp, qt, slang, squashfs, sylpheed, synergy, xerces
Peter Korsgaarde77bef42011-02-27 22:31:05 +01003841
3842 Deprecated packages: devmem2, webif
Peter Korsgaard2f192592011-02-24 20:56:15 +01003843
3844 Issues resolved (http://bugs.uclibc.org):
3845
Peter Korsgaard42daeb72011-02-28 21:46:05 +01003846 #2911: Qt: Disable qt3support-option, if gui-module isn't selected
Peter Korsgaard2f192592011-02-24 20:56:15 +01003847 #3259: Unable to build webkit (on arm)
Peter Korsgaardc82d04c2011-02-25 15:31:33 +01003848 #3295: slang fails to build on mipsel
Peter Korsgaardda8700c2011-02-28 16:11:02 +01003849 #3325: ffmpeg fails to build
Peter Korsgaard2f192592011-02-24 20:56:15 +01003850
Peter Korsgaard2d3d6182011-02-24 10:10:16 +010038512011.02-rc2, Released February 24th, 2011:
Peter Korsgaard2b41d7f2011-02-23 23:30:33 +01003852
3853 Fixes all over the tree.
3854
3855 Festival packages marked as broken. Unless someone steps up
3856 to support them, they will be removed during the 2011.05
3857 development cycle.
3858
3859 Updated/fixed packages: atk, avahi, bind, cairo, dbus,
3860 enchant, fakeroot, gmpc, gpsd, gvfs, iperf, jpeg, libarchive,
3861 libcgicc, libdaemon, libdrm, libevent, libgail, libglib2,
3862 libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp,
Thomas De Schampheleirea85971a2011-02-23 17:44:41 +01003863 makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm,
Gustavo Zacariasfd2bd9e2011-02-21 16:25:06 -03003864 metacity, mpd, nasm, nfs-utils, olsr, openssl, popt,
3865 pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image,
Peter Korsgaardc9253252011-02-24 09:43:52 +01003866 sdl_mixer, sdl_sound, sdl_ttf, squashfs, synergy, taglib,
3867 tcpreplay, tiff, wpa_supplicant, xcb-util,
Peter Korsgaard2b41d7f2011-02-23 23:30:33 +01003868 xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard},
3869 xdriver_xf86-input-{mouse,synaptics,void},
3870 xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb},
3871 xlib_lib{ICE,SM,XScrnSaver,Xau,Xcursor,Xdmcp,Xi,Xinerama},
3872 xlib_lib{Xrandr,Xt,Xtst,Xxf86dga,Xxf86vm,dmx,fontenc,pciaccess},
3873 xserver_xorg-server, xz
3874
3875 Removed packages: ace_of_penguins, vlc
3876
3877 Issues resolved (http://bugs.uclibc.org):
3878
Gustavo Zacariasd17c1652011-02-03 09:55:48 -03003879 #3205: Failing chmod when running "make" in buildroot (openssl)...
Gustavo Zacariasfd2bd9e2011-02-21 16:25:06 -03003880 #3277: quagga fails to build with SNMP support
Peter Korsgaard2b41d7f2011-02-23 23:30:33 +01003881 #3283: See why nfs-utils needs fakeroot, and convert to autotools
Peter Korsgaardc9253252011-02-24 09:43:52 +01003882 #3307: synergy fails to build due to missing XTest library
Peter Korsgaard2b41d7f2011-02-23 23:30:33 +01003883
Peter Korsgaard51f88022011-02-14 22:36:21 +010038842011.02-rc1, Released February 14th, 2011:
3885
3886 Fixes all over the tree and new features.
Peter Korsgaarda8ecce02010-12-03 11:56:28 +01003887
Peter Korsgaard26450042011-01-28 10:43:13 +01003888 External toolchain improvements: clarification of the options,
3889 and introduction of the toolchain profile concept, for
3890 well-known toolchains. Buildroot is now capable of
3891 automatically downloading and extracting well-known toolchains
3892 (for the moment, CodeSourcery ARM, PowerPC, MIPS and SuperH
Peter Korsgaard4120e052011-02-13 22:58:31 +01003893 toolchains are supported). Crosstool-NG backend updated and
3894 improved.
Peter Korsgaard26450042011-01-28 10:43:13 +01003895
3896 Complete rework of how hardware boards are supported.
3897 Each board now only has a single defconfig file, and all
3898 board-specific options have been removed. See
3899 docs/buildroot.html#board_support for details.
3900
3901 Added support for the following boards: Mini2440, Qemu ARM
3902 Versatile, Qemu MIPSel Malta, Qemu PowerPC G3beige, Qemu SH4
3903 r2d and Qemu x86. The Qemu boards support allows to easily
3904 build systems that are known to work under Qemu.
3905
Peter Korsgaard4120e052011-02-13 22:58:31 +01003906 Initial support for Blackfin processors.
3907
Peter Korsgaard26450042011-01-28 10:43:13 +01003908 Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in
3909 preparation for support of SDK. For the same reason, the
3910 toolchain binaries (cross-compiler and other related tools)
Peter Korsgaardd1a93022011-02-02 22:44:21 +01003911 are now installed in $(O)/host/usr/bin/. The cross pkg-config
3912 now also automatically returns correct values for cross
3913 compilation, without needing any environment variables to be
3914 set.
Peter Korsgaard26450042011-01-28 10:43:13 +01003915
Thomas Petazzoni17b66af2010-12-07 21:09:56 +01003916 Ccache support reworked. Now used for both host and target
3917 compilation, and cache is stored in ~/.buildroot-ccache.
3918
Peter Korsgaard26450042011-01-28 10:43:13 +01003919 Toolchain: uClibc 0.9.32-rc2, several components moved to
Peter Korsgaard639e80f2011-01-03 00:11:40 +01003920 normal AUTOTARGET packages.
3921
Peter Korsgaard26450042011-01-28 10:43:13 +01003922 Generic cmake infrastructure, similar to the existing
3923 GENTARGETS/AUTOTARGETS.
3924
Peter Korsgaard639e80f2011-01-03 00:11:40 +01003925 Support for bzr downloads, next to the existing git/svn support.
3926
Peter Korsgaardd1a93022011-02-02 22:44:21 +01003927 Kconfig infrastructure rebased against 2.6.38-rc3, bringing
3928 misc fixes. 'xconfig' now uses Qt4 rather than Qt3.
3929
Peter Korsgaarda7f40df2011-01-14 22:02:47 +01003930 EXT2 file system size handling improved, UBI image support, fs
3931 configuration options cleanup, U-Boot/Barebox version bumps.
Peter Korsgaard639e80f2011-01-03 00:11:40 +01003932
3933 Updated/fixed packages: alsa-utils, at, autoconf, automake,
Peter Korsgaard4120e052011-02-13 22:58:31 +01003934 bash, binutils, bison, busybox, bzip2, cdrkit, cloop, cmake,
Peter Korsgaardd1a93022011-02-02 22:44:21 +01003935 coreutils, cups, dbus, dbus-python, dhcp, directfb,
Peter Korsgaard4120e052011-02-13 22:58:31 +01003936 direcfb-examples, dmalloc, dnsmasq, dosfstools, e2fsprogs, ed,
3937 fbset, ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp,
3938 grep, gperf, gst-ffmpeg, gst-plugins-bad, gst-plugins-base,
3939 gst-plugins-good, gst-plugins-ugly, gstreamer, gvfs, hdparm,
3940 hostapd, i2c-tools, icu, imagemagick, input-tools, iproute2,
3941 iptables, iw, jpeg, kexec, libaio, libart, libcap, libconfig,
3942 libfuse, libglib2, libidn, libmad, libogg, libpcap, libpng,
3943 libsndfile, libtheora, libtool, libusb-compat, libvorbis,
3944 libxcb, libxml2, libxslt, links, linux-fusion, lm-sensors,
3945 lsof, ltp-testsuite, ltrace, lvm2, lzo, m4, makedevs,
3946 memtester, mesa3d, mii-diag, mpc, mpfr, mpg123, mplayer,
3947 mrouted, mtd-utils, nano, netperf, netplug, ntfs-3g, ntp,
3948 openssh, openssl, openvpn, oprofile, pango, patch, pciutils,
3949 php, pkgconfig, portmap, psmisc, python, qt, rsync, ruby,
3950 sawman, screen, sdl_gfx, sdl_sound, smartmontools, socat,
3951 sqlite, squid, sshfs, sstrip, sysklogd, sysstat, sysvinit,
3952 tar, tcpdump, tslib, udev, usbutils, vim, vtun, webkit, wipe,
3953 x11vnc, xapp_xlogo, xcb-proto, xfont_font-util,
3954 xkeyboard-config, xlib_libX11, xz, zlib
Peter Korsgaarda8ecce02010-12-03 11:56:28 +01003955
Peter Korsgaard4120e052011-02-13 22:58:31 +01003956 New packages: dhrystone, dsp-tools, faad2, fbgrab, gst-dsp,
3957 gst-omapfb, irda-utils, lame, libao, libcue, libcuefile,
3958 libffi, libhid, libreplaygain, libsamplerate, libsigc++,
3959 lsuio, mpd, musepack, python-mad, python-serial, rsh-redone,
3960 sdparm, tidsp-binaries, vorbis-tools, wavpack, whetstone,
3961 xl2tp, xmlstarlet
Mike Frysinger95f17bf2010-11-20 01:52:43 -05003962
Martin Banky767dce82010-12-12 22:54:05 +01003963 Removed packages: hotplug, l2tp, libfloat, microcom,
3964 ng-spice-rework
Thomas Petazzoniaf6fd2d2010-12-12 22:53:56 +01003965
Frederik Paschd3d67f72010-12-08 23:09:03 +01003966 Issues resolved (http://bugs.uclibc.org):
3967
Peter Korsgaardd1a93022011-02-02 22:44:21 +01003968 #267: The make target: cross fails because toolchain_build_...
3969 #415: Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against...
Peter Korsgaardf362c512010-12-14 20:45:59 +01003970 #561: ltp-testsuite failed to install
Peter Korsgaardd1a93022011-02-02 22:44:21 +01003971 #1447: Installing gfortran on PowerPC
Peter Korsgaardf362c512010-12-14 20:45:59 +01003972 #1651: Build fail caused by ccache in module-init-tools
Peter Korsgaard6d171922011-01-31 21:30:05 +01003973 #1681: Cross-compiled binaries shouldn't be installed into staging
Peter Korsgaardd1a93022011-02-02 22:44:21 +01003974 #1723: [PATCH] axel: convert to generic package infrastructure and...
Peter Korsgaardf362c512010-12-14 20:45:59 +01003975 #1735: [PATCH] mplayer: convert to autotools infrastructure
Peter Korsgaardd1a93022011-02-02 22:44:21 +01003976 #2551: [PATCH] native toolchain in the target filesystem fails
3977 #2623: buildroot-snapshot-20100922 fails when compiling development...
Matt Fleming7879a4b2010-09-24 14:43:17 +01003978 #2647: makedevs package lacks support for 16-bit major/minor numbers
Thomas Petazzoni4c31d752010-12-22 14:07:09 +01003979 #2371: QT MYSQL Module does not build when MySQL installed on the host
Peter Korsgaard6d171922011-01-31 21:30:05 +01003980 #2839: compile fails in various packages with a odd message "error:...
Peter Korsgaardd1a93022011-02-02 22:44:21 +01003981 #2887: tar "buffer overflow detected" error
Peter Korsgaard6d171922011-01-31 21:30:05 +01003982 #2893: Broken "make source" with external toolchain
Frederik Paschd3d67f72010-12-08 23:09:03 +01003983 #2905: Qt: Speed up compilation, if gui-module isn't selected
Peter Korsgaardeeea3ea2010-12-30 23:10:21 +01003984 #2929: genext2fs: couldn't allocate a block (no free space)
Gustavo Zacarias14a971a2011-02-03 17:45:57 -03003985 #2935: Ntpdate isn't installed
Thomas Petazzoni6ddf4702010-12-22 10:35:04 +01003986 #2965: Broken linkage to xkbcomp (blocking X server startup)
Thomas Petazzonieb563852010-12-21 14:14:53 +01003987 #2983: xlib_libX11 build failed
Andy Kennedy87a5a192011-01-14 15:53:03 -06003988 #3007: kexec doesn't build: Missing regdef.h file
Peter Korsgaardd1a93022011-02-02 22:44:21 +01003989 #3085: Init scripts are not compatible with sysVinit (when busybox...
Gustavo Zacarias9bc58a42011-01-17 09:13:42 -03003990 #3103: make external-deps wants to download gcc-.tar.bz2 when...
Kim Jae-hui0705e442011-01-18 09:20:38 +01003991 #3109: abnormal `make busybox-menuconfig`
Peter Korsgaardd1a93022011-02-02 22:44:21 +01003992 #3115: How about board specific makefiles?
Mark Wickhamc18c1d62011-02-04 19:45:46 +01003993 #3169: python patch has typo, aborts build in scenario
Peter Korsgaard6bfe2932011-02-01 14:25:05 +01003994 #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/
Frederik Paschd3d67f72010-12-08 23:09:03 +01003995
Peter Korsgaarddbc45b02010-11-30 16:52:43 +010039962010.11, Released November 30th, 2010:
Will Newton32b74802010-11-26 12:58:15 +00003997
Marcelo Roberto Jimenez1fbd9ef2010-11-25 15:38:31 -02003998 Fixes all over the tree.
Will Newton32b74802010-11-26 12:58:15 +00003999
Gustavo Zacarias5cafae42010-11-08 13:40:35 -03004000 Updated/fixed packages: libgcrypt, qt, squid, sysstat, tcpdump,
Gustavo Zacariase7fbeda2010-11-18 19:26:45 -03004001 xserver-xorg
Will Newton32b74802010-11-26 12:58:15 +00004002
Marcelo Roberto Jimenez1fbd9ef2010-11-25 15:38:31 -02004003 Issues resolved (http://bugs.uclibc.org):
4004
Gustavo Zacarias5cafae42010-11-08 13:40:35 -03004005 #2773: squid with openssl support needs openssl on the host
Marcelo Roberto Jimenez1fbd9ef2010-11-25 15:38:31 -02004006 #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
4007
Peter Korsgaard09af8382010-11-25 11:29:30 +010040082010.11-rc2, Released November 25th, 2010:
Peter Korsgaarddfbb3892010-11-17 07:27:11 +01004009
4010 Fixes all over the tree.
4011
Peter Korsgaard09af8382010-11-25 11:29:30 +01004012 Add support for LEON Sparc architecture variants. Fix make
4013 source/external-deps for host packages.
Konrad Eiselefe629f92010-11-09 13:27:34 -03004014
Peter Korsgaardb9c58092010-11-25 11:07:08 +01004015 Updated/fixed packages: bash, bind, busybox, dialog, gpsd,
4016 libglib2, libcurl, libmad, lrzsz, midori, module-init-tools,
4017 mtd-utils, openssh, openssl, pciutils, php, qt, sqlite,
4018 sysstat, webkit, zlib
Peter Korsgaarddfbb3892010-11-17 07:27:11 +01004019
4020 Issues resolved (http://bugs.uclibc.org):
4021
Gustavo Zacarias47416622010-11-16 10:14:45 -03004022 #759: Sysstat build broken without libintl
Peter Korsgaard84a6f532010-11-18 10:28:11 +01004023 #2479: host-module-init-tools 3.11 fails to build
Peter Korsgaardb95ccd52010-11-19 16:41:00 +01004024 #2725: Buildroot overrides kernel config
Peter Korsgaardadb0dff2010-11-18 21:50:25 +01004025 #2785: mtd-utils build fails due to missing libmtd
Thomas Rudin972cd422010-11-15 17:12:49 -03004026 #2791: Added PHP-Process Control to the PHP-Package
Stanislav Bogatyreve5edc732010-11-15 16:23:30 -03004027 #2797: pciutils dependencies on zlib not taken into account
Peter Korsgaarddfbb3892010-11-17 07:27:11 +01004028 #2809: failed to compile libglib2
Peter Korsgaarde25fe722010-11-17 22:00:29 +01004029 #2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
4030 #2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
Gustavo Zacariase855e2b2010-11-05 17:20:16 -03004031 #2833: Failed to compile webkit without X11
Peter Korsgaarddfbb3892010-11-17 07:27:11 +01004032
Peter Korsgaardea252b02010-11-08 10:24:31 +010040332010.11-rc1, Released November 8th, 2010:
Peter Korsgaard9bc12b82010-09-02 17:07:22 +02004034
Peter Korsgaardea252b02010-11-08 10:24:31 +01004035 Fixes all over the tree and new features.
Peter Korsgaardbfa9e9e2010-09-05 22:42:01 +02004036
4037 Kconfig infrastructure rebased against 2.6.36-rc1, bringing
4038 misc fixes + nconfig and savedefconfig targets.
4039
Yann E. MORIN10c1eec2010-09-19 21:54:09 +02004040 Toolchain: ARM cortex A9 support, experimental crosstool-ng
Peter Korsgaard3daa9122010-11-05 07:32:52 +01004041 backend, GCC 4.5.x.
Peter Korsgaard92870a72010-09-12 19:36:57 +02004042
Peter Korsgaard785fef12010-09-20 16:19:26 +02004043 Fs: Squashfs 4.1 with lzo support
4044
Peter Korsgaard1860bda2010-09-16 13:25:32 +02004045 Old-style package hooks (*_HOOK_POST_*) removed. Use the more
4046 generic new-style ones instead.
4047
Peter Korsgaarda1726112010-09-16 22:33:06 +02004048 Download handling reworked and support for git/svn downloads
4049 added.
4050
Thomas Petazzoni5f71fc12010-11-04 20:31:25 +01004051 Removed experimental shared config.cache support, as it is
4052 too unreliable.
4053
Yann E. MORINaefad532010-09-26 10:56:12 +02004054 A convenience Makefile wrapper is created when using
4055 out-of-tree building, similar to how it is done for the kernel.
4056
Peter Korsgaard9f36bd42010-09-30 14:44:14 +02004057 Alpha, Cris, IA64 and Sparc64 architecture support removed.
4058
Gustavo Zacarias666bef22010-11-02 16:35:11 -03004059 New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
Felipe Contreras603030a2010-09-20 02:44:40 +03004060 libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz
Peter Korsgaardd380d512010-09-20 17:32:46 +02004061
Martin Banky299f7822010-09-26 00:13:52 -07004062 Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
Peter Korsgaardedfb1262010-09-27 22:08:39 +02004063 automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,
Peter Korsgaardf8b8a482010-10-06 16:44:57 +02004064 bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
Gustavo Zacariasfe67fb02010-11-02 16:30:12 -03004065 dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool,
4066 expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test,
4067 gamin, gawk, genext2fs, gperf, gst-plugins-base,
4068 gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm,
4069 hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools,
4070 iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi,
4071 libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2,
4072 libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd,
4073 libnl, liboil, libosip2, libpcap, libpng, libtool, libungif,
4074 libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs,
Paulius Zaleckasc2d60952010-11-04 10:57:27 +02004075 logrotate, m4, matchbox, mdadm, mesa3d, metacity, mplayer,
4076 mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf,
4077 netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh,
4078 openssl, openvpn, oprofile, pango, patch, pcre, php,
Martin Bankyed720e82010-10-08 01:43:02 -07004079 pkg-config, portmap, pppd, pptp-linux, prboom, proftpd, radvd,
Paulius Zaleckasc2d60952010-11-04 10:57:27 +02004080 rdesktop, readline, rp-pppoe, ruby, qt, quagga, samba, sawman,
Martin Banky2d925fc2010-10-08 01:43:05 -07004081 sdl_mixer, sdl_sound, sed, setserial, shared-mime-info, slang,
Peter Korsgaard70fb5d42010-11-07 20:25:39 +01004082 speex, sqlite, squashfs, startup-notification, strace,
4083 sylpheed, sysstat, taglib, tcpdump, thttpd, tiff, tn5250,
4084 torsmo, tslib, udev, udpcast, usbmount, usbutils, vsftpd,
4085 vtun, which, wireless-tools, wpa_supplicant, xapp_twm,
4086 xapp_xbacklight, xapp_xcursorgen, xapp_xinit, xapp_xinput,
4087 xapp_xmore,
Peter Korsgaardedfb1262010-09-27 22:08:39 +02004088 xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
4089 xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
4090 xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
4091 xdriver-xf86-video-{geode,glide,glint,i128,i740,intel,mach64},
4092 xdriver-xf86-video-{mga,neomagic,newport,nv,openchrome,r128},
4093 xdriver-xf86-video-{rendition,s3,s3virge,savage,siliconmotion},
4094 xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb},
4095 xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
4096 xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp},
Paulius Zaleckas1bc5b0b2010-11-04 10:58:33 +02004097 xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke,
4098 xterm, xvkbd, zlib
Gustavo Zacariasf661b022010-09-01 09:24:37 -03004099
Peter Korsgaard2b9e2fb2010-11-05 14:24:08 +01004100 Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk
Peter Korsgaard06d03782010-09-20 22:35:16 +02004101
Peter Korsgaardba4fd232010-09-13 14:10:09 +02004102 Removed packages: dillo, libglib12, libgtk12, microwin,
Peter Korsgaard771d7632010-09-13 23:04:15 +02004103 pcmcia
Peter Korsgaard5ba97d92010-09-13 00:20:25 +02004104
Paul Burtone0941402010-09-17 14:22:15 +01004105 Issues resolved (http://bugs.uclibc.org):
4106
Peter Korsgaard6d3342e2010-11-05 07:00:18 +01004107 #901: new package: gpsd
Peter Korsgaard61f432f2010-10-14 22:25:07 +02004108 #2389: Generate a Makefile wrapper in $(O)
Peter Korsgaard70fb5d42010-11-07 20:25:39 +01004109 #2461: wireless_tools: install shared library if needed
Peter Korsgaard5e6e63e2010-09-25 23:48:50 +02004110 #2521: Can't compile sdl_mixer, mikmod.h can't be found
Peter Korsgaard69a89912010-11-07 21:02:38 +01004111 #2533: xserver_xorg-server: Enable glx, if mesa3d is built
Peter Korsgaardedfb1262010-09-27 22:08:39 +02004112 #2563: [PATCH] cairo: Expose the configure option to disable some...
Paul Burtone0941402010-09-17 14:22:15 +01004113 #2581: libmms: Update to 0.6, and patch to work on architectures...
Peter Korsgaard891973f2010-10-17 23:32:37 +02004114 #2707: Can't compile linux kernel using buildroot + crosstool-ng
Peter Korsgaard64d8e9a2010-11-07 19:33:11 +01004115 #2731: Build order
Peter Korsgaard93736772010-11-07 19:52:13 +01004116 #2737: buildroot configuration tool crashing when the path exceeds...
Andy Gibbs44b170e2010-11-03 15:09:24 +01004117 #2767: Build for lsof broken in buildroot-2010.08
Paul Burtone0941402010-09-17 14:22:15 +01004118
Peter Korsgaard32b8d432010-09-01 00:07:06 +020041192010.08: Released August 31th, 2010:
Yann E. MORIN49736322010-08-30 15:21:53 +02004120
4121 Fixes all over the tree.
4122
Peter Korsgaard40f8f3f2010-08-30 22:52:01 +02004123 Updated/fixed packages: atk, xstroke
Yann E. MORIN49736322010-08-30 15:21:53 +02004124
Peter Korsgaard1424ff12010-08-31 23:14:47 +02004125 Removed packages: lxdoom
4126
Peter Korsgaarddc3a7eb2010-08-30 11:16:33 +020041272010.08-rc2, Released August 30th, 2010:
Peter Korsgaard2e7ab322010-08-25 16:33:01 +02004128
4129 Fixes all over the tree.
4130
4131 Mark the combination of uClibc 0.9.31, gcc 4.2.x, C++ and
Peter Korsgaardfb67a2d2010-08-30 11:05:32 +02004132 locale support as broken. Remove deprecated GCC 4.2.[1-3]
4133 versions.
Peter Korsgaard2e7ab322010-08-25 16:33:01 +02004134
4135 Mark CRIS architecture as deprecated, as it is discontinued
4136 upstream.
4137
Peter Korsgaardb6806722010-08-25 17:29:09 +02004138 Marked shared config.cache as experimental and disabled by
4139 default as it is known to break with certain package
4140 combinations.
4141
Khem Raj1ed2e4f2010-08-12 15:34:44 -07004142 Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got
4143 added.
4144
Stanislav Bogatyrev62b4c672010-08-27 17:00:39 +02004145 fs: old-style squashfs for big endian archs fixed.
4146
Peter Korsgaard1c4dbb52010-08-30 10:02:39 +02004147 Updated/fixed packages: busybox, gst-plugins-base,
Thomas Petazzoni2ab8ec92010-08-29 19:38:04 +02004148 imagemagick, kismet, libgail, libglib2, libgtk2, lua,
4149 luafilesystem, lzo, ncurses, netcat, pango, php, pppd,
4150 proftpd, qt, samba, startup-notification, swfdec, sysvinit,
4151 util-linux
Peter Korsgaard2e7ab322010-08-25 16:33:01 +02004152
Peter Korsgaard6c519382010-08-29 22:04:02 +02004153 Removed packages: stunnel
4154
Peter Korsgaard2e7ab322010-08-25 16:33:01 +02004155 Issues resolved (http://bugs.uclibc.org):
4156
4157 #635: util-linux fails to build in 2009.08
4158 #2239: netcat package installs its binary to target as avr32-linux...
Peter Korsgaardeba71322010-08-30 10:42:55 +02004159 #2395: libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because...
Simon Paschc4cdcc32010-08-29 23:32:33 +02004160 #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
Stanislav Bogatyreve8fdc082010-08-29 00:10:59 +02004161 #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ...
Peter Korsgaard2e7ab322010-08-25 16:33:01 +02004162
Peter Korsgaard2ef83b42010-07-30 12:35:45 +020041632010.08-rc1, Released July 30th, 2010:
Peter Korsgaarddc5e22e2010-06-01 22:02:43 +02004164
Peter Korsgaard2b42aae2010-06-05 21:09:05 +02004165 Fixes all over the tree and new features.
4166
Peter Korsgaard5fd095b2010-06-15 23:10:03 +02004167 Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2
Peter Korsgaardebf21162010-07-29 17:02:29 +02004168 and non-sysroot support removed. Added support for (snapshot)
4169 NPTL in uClibc, 0.9.28.3 removed,
Peter Korsgaard144e4ed2010-06-15 22:58:17 +02004170
Peter Korsgaarda7a3e752010-06-14 22:25:32 +02004171 Bootloaders: Various cleanups, moved to boot/, added Barebox,
Peter Korsgaardb9997ca2010-07-05 16:54:45 +02004172 removed yaboot. Support building u-boot from custom tarball,
4173 u-boot 2010.06.
Peter Korsgaarda7a3e752010-06-14 22:25:32 +02004174
Peter Korsgaard2b42aae2010-06-05 21:09:05 +02004175 New GTK-based configurator, usable using 'make gconfig'.
Peter Korsgaard3c5deb92010-06-02 21:02:45 +02004176
Peter Korsgaard39e6ba12010-07-26 22:25:19 +02004177 Java packages marked as broken. Unless someone steps up to
4178 support this, they will be removed during the 2010.11
4179 development cycle.
4180
Thomas Petazzonia563a662010-07-26 18:15:11 +02004181 Alpha, IA64 and Sparc64 architectures marked as deprecated.
Peter Korsgaard13a10a02010-07-28 16:27:09 +02004182 GTK+ on DirectFB has also been marked as deprecated, as it is
4183 not supported in recent GTK+ versions, and more and more
4184 packages depends on the new versions.
Thomas Petazzonia563a662010-07-26 18:15:11 +02004185 Unless someone steps up to support them, they will be removed
4186 during the 2010.11 development cycle.
4187
Peter Korsgaardab10ed82010-07-05 11:01:55 +02004188 New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
Peter Korsgaard2c31d742010-07-30 13:03:59 +02004189 libgail, luafilesystem, luasocket, rings, wsapi, xavante, xterm
Gustavo Zacariasa8495cd2010-05-10 14:42:13 -03004190
Peter Korsgaard18fa12f2010-07-27 23:01:29 +02004191 Updated/fixed packages: alsa-lib, alsamixergui, at, atk,
4192 avahi, berkeleydb, bash, blackbox, busybox, bzip2, cairo,
4193 cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc,
4194 dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig,
4195 gawk, gmpc, gnuchess, gst-plugins-base, gst-plugins-good,
Gustavo Zacariasee779632010-07-22 12:50:54 -03004196 gstreamer, gzip, icu, intltool, iostat, ipsec-tools, iptables,
Peter Korsgaardac9ee0b2010-07-30 10:24:08 +02004197 iw, libart, libcgi, libcurl, libdrm, libeXosip, libfuse,
4198 libglib2, libgpg-error, libiconv, libidn, liblockfile, libpng,
4199 libsoup, lighttpd, links, linux-fusion, lmbench, lrzsz,
4200 ltrace, make, midori, module-init-tools, mplayer,
4201 mysql_client, nbd, ncurses, neon, netcat, netperf, netsnmp,
4202 ntfsprogs, openssl, oprofile, pango, php, qt, quagga, samba,
4203 setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, speech-tools,
4204 sqlite, squashfs, swfdec, tftpd, thttpd, tn5250, tremor,
4205 usbutils, webif, webkit, wireless_tools, xerces,
4206 xkeyboard-config, xserver_xorg-server, xvkbd, zlib
Peter Korsgaard3c5deb92010-06-02 21:02:45 +02004207
Peter Korsgaard2c31d742010-07-30 13:03:59 +02004208 Removed packages: modutils, portage, rxvt
Gustavo Zacarias6ef6e962010-06-05 23:00:14 +02004209
Thomas Petazzonie475cf02010-07-25 16:53:52 +02004210 Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
Peter Korsgaardf4800b42010-07-22 21:43:45 +02004211
Peter Korsgaard3c5deb92010-06-02 21:02:45 +02004212 Issues resolved (http://bugs.uclibc.org):
4213
Peter Korsgaard5bf7eb22010-07-19 09:41:59 +02004214 #321: alsa-lib uses host include files for python which breaks ...
Peter Korsgaardacb86ba2010-07-18 22:15:37 +02004215 #361: linux kernel configuration choice works incorrectly
Peter Korsgaardad36fcd2010-07-18 22:35:57 +02004216 #387: Tremor not installed to toolchain
Luca Ceresoli5db72042010-06-14 21:41:45 +02004217 #401: new package: ffmpeg
Peter Korsgaardacb86ba2010-07-18 22:15:37 +02004218 #475: uImage target for U-boot failed generating
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02004219 #543: ATK requires X11 on DirectFB target
4220 #575: webkit: Buildroot Libtool Patch Fails
Peter Korsgaardacb86ba2010-07-18 22:15:37 +02004221 #583: build fails with external x86_64 toolchain
Peter Korsgaardad36fcd2010-07-18 22:35:57 +02004222 #729: sstrip creates corrupted headers
Peter Korsgaard18fa12f2010-07-27 23:01:29 +02004223 #829: Webkit r44552 needs libXt
Peter Korsgaard868ed552010-06-18 22:13:12 +02004224 #835: Package Dataflashboot-1.05 does not compile with buildroot...
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02004225 #847: Compiling target-gcc v4.4 fails with "libc.so.0: cannot open...
4226 #859: Add (head of) nptl branch to list of uClibc versions
4227 #949: compile with debug info
4228 #955: Grub fails to build with External Toolchain
Peter Korsgaard18fa12f2010-07-27 23:01:29 +02004229 #1051: Webkit doesn't compile (Linuxthreads new, x86)
Will Wagner39ca6d52010-01-11 12:28:50 +00004230 #1213: Move .config into output directory
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02004231 #1225: Buildroot fails to account for "nof" subdirectory (no float...
4232 #1231: (sparc) Linux kernel fails to build
4233 #1261: The getline() in output/build/linux-2.6.28/scripts/unifdef.c...
4234 #1339: Busybox needs -fno-strict-aliasing to compile cleanly
Peter Korsgaard5bf7eb22010-07-19 09:41:59 +02004235 #1393: neon config fails libxml/parser.h: libxml2 requires, but not ...
Peter Korsgaard18fa12f2010-07-27 23:01:29 +02004236 #1405: WebKit fails to build because pthread_getattr_np is not impl...
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02004237 #1675: GMP Error during buildroot make process
4238 #1741: external toolchain linking error
Kelvin Cheung41580882010-06-08 13:30:26 +08004239 #1753: lmbench: convert to generic package infrastructure
Thomas Petazzoni3754c512010-06-05 17:18:40 +02004240 #1771: Fakeroot and the target/generic/device_table.txt create bad...
Peter Korsgaarde9bc59e2010-06-07 15:44:30 +02004241 #1807: LZMA 4.32.7, Required header file(s) are missing
Paul Jonesd74be052010-06-06 09:29:04 +10004242 #1813: xkeyboard-config fails to build because of intltool problem
Gustavo Zacariasa0ce68d2010-05-27 14:35:34 -03004243 #1879: Bump iptables to 1.4.8
Gustavo Zacariasaccf2eb2010-05-10 14:58:33 -03004244 #1885: Add a bunch of lua modules
Gustavo Zacarias3638e522010-05-20 11:41:45 -03004245 #1897: Bump libusb to 1.0.7
Gustavo Zacarias8ac2bba2010-06-02 11:54:14 -03004246 #1903: Bump tn5250 to 0.17.4 and migrate to autotargets
Peter Korsgaard3c5deb92010-06-02 21:02:45 +02004247 #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
Gustavo Zacarias0b8c4972010-06-08 13:43:10 -03004248 #1927: Bump file to 5.03 and migrate to autotargets
Gustavo Zacarias8cd06962010-06-07 11:35:58 -03004249 #1933: Bump gawk to 3.1.8 and migrate to autotargets
Gustavo Zacariasd9c2b632010-06-03 15:45:24 -03004250 #1945: PHP: add sqlite3 dependency when using external lib
Gustavo Zacarias3dbc86f2010-06-03 17:10:10 -03004251 #1951: Bump openssl to 0.9.8o
Gustavo Zacariascffb9cf2010-06-03 15:46:14 -03004252 #1957: Bump sqlite to 3.6.23.1
Gustavo Zacarias237c98b2010-06-07 17:09:43 -03004253 #1975: Package removal/deprecation
Paul Jonesd47c73e2010-06-07 22:33:06 +10004254 #1981: zlib: bump to 1.2.5
Paul Jones8df21522010-06-08 10:29:18 +10004255 #1987: intltool: Fix spelling mistake
Gustavo Zacarias3404ad72010-06-09 10:36:26 -03004256 #1993: Bump bash to 4.1.7(1) and migrate to autotargets
Nick Leverton016eb672010-06-09 12:04:25 +02004257 #1999: Typo in path checking
Gustavo Zacarias1c7de592010-06-24 09:11:06 -03004258 #2005: Bump dnsmasq to 2.55 and migrate to gentargets
Peter Korsgaarddff1d592010-06-13 14:24:48 +02004259 #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x
Gustavo Zacariasc32ce8b2010-06-08 16:22:50 -03004260 #2038: Bump ncurses to 5.7
Slava Zanko1b10ce72010-06-24 12:00:59 +03004261 #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
Peter Korsgaardca3489d2010-07-02 14:04:34 +02004262 #2101: blackbox depends on locale support
Thomas Petazzoni93e80142010-06-26 00:02:27 +02004263 #2119: Tries to build kernel, although disabled in config
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02004264 #2125: libXfont build fail
Peter Korsgaarde09aa602010-07-06 14:19:36 +02004265 #2143: buildroot compiler generates segfaulting statically linked exe..
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02004266 #2149: xterm build failure
Peter Korsgaard9280caf2010-07-01 15:35:00 +02004267 #2155: Compression lzo don't set for ubifs
Peter Korsgaardccd0fc42010-07-27 09:08:01 +02004268 #2161: [SECURITY] Update libpng to 1.2.44
Gustavo Zacarias3169aae2010-07-08 14:20:06 -03004269 #2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ...
Peter Korsgaard31aab0c2010-07-30 10:42:02 +02004270 #2181: pixman can't apply pixman-0.10.0-no-tests.patch
Peter Korsgaard1eb59f52010-07-17 00:02:13 +02004271 #2191: linux-fusion build fail
Peter Korsgaardb9221512010-07-16 23:54:21 +02004272 #2221: Qt does not compile (dependencies not taken into account?)
Peter Korsgaard58ddb372010-07-18 22:21:59 +02004273 #2233: Atmel atstk target skeletons have /etc/mtab as a file, not ...
Nick Leverton6c387f22010-07-20 08:58:01 +02004274 #2245: Netcat does not work due to incorrect assumptions about signed..
Peter Korsgaard7f16e542010-07-20 09:19:55 +02004275 #2251: directory output/build after make *_defconfig not found
Peter Korsgaard0c271d52010-07-29 09:10:25 +02004276 #2257: Convert netsnmp package to autotargets
4277 #2263: Bump samba to 3.3.13
Thomas Petazzoniaaa2b662010-07-25 16:53:51 +02004278 #2269: setserial causes make error
Peter Korsgaard3c5deb92010-06-02 21:02:45 +02004279
Peter Korsgaard07da6192010-05-30 22:24:10 +020042802010.05, Released May 30th, 2010:
Peter Korsgaard170b3d32010-05-27 14:48:47 +02004281
4282 Fixes all over the tree.
4283
Peter Korsgaarda4bba082010-05-30 09:32:15 +02004284 Updated/fixed packages: coreutils, hal, libcap,
4285 lockfile-progs, ncftp, xserver_xorg-server
Gustavo Zacarias2816c332010-05-28 14:34:27 -03004286
4287 Issues resolved (http://bugs.uclibc.org):
4288
Peter Korsgaarde1a7d912010-05-30 10:40:19 +02004289 #1789: binutils fails to build for i386
Gustavo Zacarias2816c332010-05-28 14:34:27 -03004290 #1843: Fix libcap build failure
Peter Korsgaard7f1bca82010-05-30 20:11:23 +02004291 #1855: XORG Keyboard driver fails to compile
Peter Korsgaard170b3d32010-05-27 14:48:47 +02004292
Peter Korsgaardbbd96db2010-05-27 14:35:04 +020042932010.05-rc3, Released May 27th, 2010:
Peter Korsgaard93cca7c2010-05-16 22:20:54 +02004294
4295 Fixes all over the tree.
4296
Peter Korsgaard994bb072010-05-26 08:59:46 +02004297 Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
Peter Korsgaardb7300102010-05-25 23:38:44 +02004298 cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
Peter Korsgaard50685f12010-05-26 23:19:44 +02004299 gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad,
Peter Korsgaard062cebb2010-05-27 09:53:01 +02004300 gst-plugins-base, gvfs, hal, iconv, icu, iperf, libcgicc,
4301 libdvdnav, libdvdread, libglade, libglib2, libgtk2, libidn,
4302 libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2,
4303 make, metacity, microperl, mtd-utils, mutt, nbd, netsnmp,
4304 ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, php,
4305 pkg-config, psmisc, qt, samba, shared-mime-info, squashfs,
4306 squashfs3, sshfs, startup-notification, swfdec, sylpheed,
4307 uemacs, util-linux, valgrind, vpnc, vsftpd, webkit, xstroke
Peter Korsgaard484d15d2010-05-20 23:13:01 +02004308
4309 Issues resolved (http://bugs.uclibc.org):
4310
Peter Korsgaardca999e02010-05-27 00:47:31 +02004311 #75: arm buildroot "unrecognized option" error
4312 #699: Buildroot fails to copy libstdc++ to target when using external...
Peter Korsgaard484d15d2010-05-20 23:13:01 +02004313 #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST...
Peter Korsgaard7ab3f962010-05-21 21:11:06 +02004314 #1729: alsamixergui fails to build
Nick Leverton7810eeb2010-05-21 21:03:39 +02004315 #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib
Peter Korsgaard096b21e2010-05-24 08:22:26 +02004316 #1819: pciutils small bugs
Gustavo Zacarias947a9b82010-06-15 10:24:44 -03004317 #2065: Internal toolchain: bump gcc 4.3.x series to 4.3.5
Peter Korsgaard7bb2b482010-05-16 22:29:41 +02004318
Peter Korsgaard6d1ab152010-05-11 21:15:07 +020043192010.05-rc2, Released May 11th, 2010:
Paulius Zaleckasca218de2010-05-03 19:51:58 +03004320
4321 Fixes all over the tree.
4322
Peter Korsgaard49ce10c2010-05-11 09:13:14 +02004323 Updated/fixed packages: busybox, customize, gawk, gnuchess,
4324 hal, hostapd, less, libgcrypt, libnl, libxcb, linux-fusion,
4325 ltp-testsuite, mplayer, netplug, pciutils, php, sed,
4326 shared-mime-info usb_modeswitch, usbutils, vlc wpa_supplicant,
4327 xapp_bdftopcf, xapp_mkfontdir, xdriver_xf86-video-openchrome,
Thomas Petazzonic554cc2a2010-05-10 23:39:50 +02004328 xfont_encodings, xlib_libX11, xlib_libXfont, xlib_xtrans,
4329 xproto_fontcacheproto, xproto_fontsproto, xvkbd
Gustavo Zacarias63b86662010-04-22 15:58:16 -03004330
Peter Korsgaard13de2612010-05-10 22:03:39 +02004331 Removed packages: vice
4332
Gustavo Zacarias63b86662010-04-22 15:58:16 -03004333 Issues resolved (http://bugs.uclibc.org):
4334
Luca Ceresoliea0695f2010-05-06 00:16:59 +02004335 #849: "customize" package copies files to wrong place in target tree
Gustavo Zacarias63b86662010-04-22 15:58:16 -03004336 #985: Bump usb_modeswitch package to 1.1.0
Luca Ceresoliea0695f2010-05-06 00:16:59 +02004337 #1135: Package customize. Wrong copying
Peter Korsgaard79db1ff2010-05-04 23:11:20 +02004338 #1525: Package hal deletes a whole <target>/etc/rc.d directory
Peter Korsgaard395a70f2010-05-08 09:39:00 +02004339 #1531: libxcb 1.5 build fails, due to missing xcbgen Python module
4340 #1669: Busybox failed to compile when using an external toolchain
Gustavo Zacariasdfb50392010-05-06 11:14:38 -03004341 #1699: Fix usbutils dependencies and bump
Gustavo Zacariasa5fe7372010-05-06 11:24:36 -03004342 #1705: Fix pciutils broken cross compiling
Gustavo Zacarias6f4939d2010-05-06 13:32:14 -03004343 #1717: External toolchain fixes for hostapd & wpa_supplicant
Paulius Zaleckasca218de2010-05-03 19:51:58 +03004344
Peter Korsgaardaac61fd2010-05-03 16:12:45 +020043452010.05-rc1, Released May 3rd, 2010:
Peter Korsgaard58794482010-03-02 17:42:23 +01004346
Gustavo Zacariasb1c9a152010-03-26 11:19:43 -03004347 Cleaned up / restructured package menu.
4348
Peter Korsgaard266fa652010-04-05 10:47:54 +02004349 Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
Peter Korsgaard4439d382010-05-02 23:22:26 +02004350 2.6.33 kernel headers, binutils 2.20.1, GCC 4.4.4,
4351 removed broken nios2 support, ppc e300cX/e500mc support,
4352 improved external toolchain support, GDB 7.x support.
Peter Korsgaardc9d195e2010-03-08 14:29:48 +01004353
Peter Korsgaardde859f62010-03-12 23:14:59 +01004354 X.org updated to 7.5.
4355
Peter Korsgaard5724e092010-05-03 16:07:20 +02004356 New packages: cdrkit, cramfs, genext2fs, genromfs,
4357 libatomic_ops, librsync, libusb-compat, lmbench, netperf,
4358 squashfs, squashfs3, squid
Chris Seawooda0386022010-03-22 16:50:51 +01004359
Peter Korsgaard5724e092010-05-03 16:07:20 +02004360 Updated/fixed packages: alsa-utils, argus, autoconf, bison,
4361 busybox, bzip2, directfb, dnsmasq, dosfstools, e2fsprogs,
4362 eeprog, fakeroot, fbv, findutils, freetype, haserl, hostapd,
4363 iperf, iptables, iw, less, libaio, libcgi, libcgicc, libdrm,
4364 libgcrypt, libglib2, libid3tag, libmad, liboil, libosip2,
4365 libpng, libraw1394, libsysfs, libxml2, libxslt, linux-fusion,
4366 ltrace, lua, lzma, madplay, makedevs, matchbox, mdadm,
4367 memstat, mesa3d, mtd-utils, nano, ncurses, openssl, patch,
4368 pciutils, php, pixman, portage, pppd, pthread-stubs, python,
4369 qt, radvd, samba, setserial, smartmontools, tar, tslib,
4370 udpcast, usb_modeswith, vtun, wget, xdata_xcursor-themes,
4371 xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
4372 xlib_libXaw, xlib_libXfont, xlib_libXfontcache,
Gustavo Zacariasbb73ce22010-04-29 18:04:20 -03004373 xlib_libXxf86misc, xlib_libXtst, xlib_libpciaccess,
4374 xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
4375 xproto_xf86miscproto, xserver_xorg-server
Peter Korsgaard58794482010-03-02 17:42:23 +01004376
Will Wagner84e5d7c2010-04-14 18:06:43 +01004377 Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
4378 xlib_libXxf86misc, xxproto_evieext, proto_trapproto,
4379 xproto_xf86miscproto
Will Wagner9638be12010-04-14 18:06:41 +01004380
Alexander Clouteracac2ec2010-03-13 21:43:06 +01004381 Issues resolved (http://bugs.uclibc.org):
4382
Gustavo Zacariasffe25f02009-12-23 09:30:45 -03004383 #513: Add new squid package
Kelvin Cheung0e9aad62009-11-11 10:51:02 +08004384 #661: lmbench: new package
Gustavo Zacariasbb73ce22010-04-29 18:04:20 -03004385 #719: Add lua option to haserl
Richard van Paasen6a3a58f2009-12-14 22:54:12 +01004386 #800: [PATCH] iperf update to 2.0.4
Gustavo Zacarias46913a22010-04-29 18:03:45 -03004387 #803: [PATCH] lua - add shared library patch and config option for...
Richard van Paasen0c776122009-12-14 22:56:10 +01004388 #805: [PATCH] mdadm - version update
Johan Thelincb08cd62010-04-03 10:48:06 +02004389 #817: integrator926_defconfig uses unsupported uboot board name
Yann E. MORIN6db57c62010-04-07 00:50:10 +02004390 #851: Add option to specify --sysroot value for external toolchain
Mike Crowee237c992010-02-11 13:19:35 +00004391 #1093: Upgrade libusb to v1.0.3 and add new libusb-compat
4392 package for compatibility with old packages that expect
4393 the pre-1.0 API.
Gustavo Zacariased91e782010-02-18 12:49:27 -03004394 #1105: Add new netperf package
Gustavo Zacarias8fe6cc92010-02-18 14:51:51 -03004395 #1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
Gustavo Zacarias19f15062010-02-18 16:01:01 -03004396 #1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in
Gustavo Zacarias4f0361a2010-02-18 16:15:58 -03004397 #1123: Bump less to 436 and migrate to Makefile.autotools.in
Gustavo Zacarias3b90d692010-02-18 16:48:24 -03004398 #1129: Bump memstat to 0.8 and migrate to Makefile.package.in
Johan Thelincb08cd62010-04-03 10:48:06 +02004399 #1189: Wrong u-boot configuration name for integrator926 target
Will Wagner17541bd2010-01-26 15:31:37 +00004400 #1219: kernel headers not correctly installed into toolchain/staging
serj.kalichevd07aee12010-05-01 21:08:43 +02004401 #1267: Wrong BR2_EXTRA_VERSION
Peter Korsgaard60f2fb42010-03-18 23:15:06 +01004402 #1273: BR2_INET_IPV6 does not enable IPv6 in pppd
Chris Seawooda0386022010-03-22 16:50:51 +01004403 #1303: Add librsync package
Grant Edwards532e1fb2010-05-01 20:57:28 +02004404 #1321: Busybox link fails due to lack of --sysroot option
Peter Korsgaard820d9172010-03-31 10:40:30 +02004405 #1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
Peter Korsgaard60f2fb42010-03-18 23:15:06 +01004406 #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
Peter Korsgaard0a179ad2010-04-02 15:13:46 +02004407 #1369: cannot build radvd (flex problem)
Peter Korsgaarda12ef5d2010-03-31 12:13:51 +02004408 #1387: xlib_libX11-1.3.2 can't find libjpeg
Gustavo Zacariasaa3486f2010-03-26 10:16:31 -03004409 #1411: [SECURITY] Update openssl package to 0.9.8n
Gustavo Zacariasbc7ffe72010-03-16 14:07:59 -03004410 #1417: Bump iptables to 1.4.7
Gustavo Zacarias801f22b2010-03-17 16:59:32 -03004411 #1423: Bump e2fsprogs to 1.41.11
Gustavo Zacarias0fd37242010-03-26 12:54:39 -03004412 #1429: [SECURITY] Update php to 5.2.13
Gustavo Zacarias5c36fdf2010-03-29 11:58:41 -03004413 #1441: Add binutils 2.20.1
Paulius Zaleckas31365de2010-03-30 17:20:55 +02004414 #1447: Package installation on target with debug symbols is broken
Gustavo Zacariasac5c5fd2010-04-01 17:44:28 +02004415 #1459: Misc QA fixes
Alexander Clouter07f155c2010-04-06 07:43:03 +02004416 #1489: radvd update to 1.6
Gustavo Zacarias633049d2010-04-07 23:00:28 -03004417 #1513: Enable powerpc e300c2, e300c3 and e500mc optimization
Peter Korsgaard6c5225b2010-04-18 22:33:09 +02004418 #1537: dev entries not created anymore
Gustavo Zacarias4ab68832010-04-14 11:17:47 -03004419 #1555: Fix default uclibc-0.9.31 configuration
Gustavo Zacariasba9ed132010-04-14 11:26:45 -03004420 #1561: [SECURITY] Update samba to 3.3.12
Peter Korsgaard65e209c2010-04-15 16:26:15 +02004421 #1567: openssl0.9.8n fails to compile
Peter Korsgaard5ad26722010-04-26 22:58:25 +02004422 #1573: Alsa-utils alsactl/init/* not installed to target
Peter Korsgaardab1f6e52010-04-19 09:11:35 +02004423 #1591: portmap fails to compile
Gustavo Zacarias55886162010-04-22 15:35:15 -03004424 #1615: Convert eeprog package to gentargets
Gustavo Zacarias554ef432010-04-26 11:54:32 -03004425 #1645: Bump hostapd package to 0.7.2
Alexander Clouteracac2ec2010-03-13 21:43:06 +01004426
Peter Korsgaardac1dfc82010-02-26 15:52:48 +010044272010.02, Release February 26th, 2010:
Francisco Gonzalez Morellf4f15702010-02-24 00:01:39 +01004428
4429 Fixes all over the tree.
4430
Peter Korsgaardb209f222010-02-26 10:42:26 +01004431 Updated/fixed packages: avahi, busybox, cramfs, ipsec-tools, libcgicc,
4432 libgtk2, libraw1394, madplay, netsnmp, pango, squashfs, sylpheed, qt,
4433 xfont_font-util
Peter Korsgaardba505382010-02-24 22:59:32 +01004434
Gustavo Zacarias0f40a462010-02-19 09:59:08 -03004435 Removed packages: hostap, openmotif, xpdf
Peter Korsgaardba505382010-02-24 22:59:32 +01004436
4437 Issues resolved (http://bugs.uclibc.org):
4438
4439 #165: openmotif does not build
Gustavo Zacarias0f40a462010-02-19 09:59:08 -03004440 #1147: Remove obsolete hostap package
Peter Korsgaardf5617632010-02-25 17:27:50 +01004441 #1183: make source fails to download gmp, mpfr and patches
Francisco Gonzalez Morellf4f15702010-02-24 00:01:39 +01004442
Peter Korsgaard7bd81252010-02-23 23:28:46 +010044432010.02-rc2, Released February 23th, 2010:
Peter Korsgaard23c8c882010-02-17 11:10:23 +01004444
4445 Fixes all over the tree and new features.
4446
Peter Korsgaard89fd7202010-02-23 21:59:24 +01004447 New packages: intltool
4448
Peter Korsgaardc8ff60c2010-02-19 11:30:54 +01004449 Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus,
Peter Korsgaard89fd7202010-02-23 21:59:24 +01004450 at, automake, ccache, dosfstools, e2fsprogs, flex, gob2, gmpc,
4451 gst-plugins-good, imagemagick, iw, kexec, libeXosip, libgtk2,
4452 libpcap, libpng, libsoup, libxcb, libxml-parser-perl, libxml2,
4453 libxslt, lvm2, matchbox, mplayer, rsync, rubix, shared-mime-info,
4454 tcl, webkit, xapp_mkfontscale, xfont_encodings, xfont_font-util,
4455 xlib_libfontenc, xproto_trapproto, zlib
Peter Korsgaardc8ff60c2010-02-19 11:30:54 +01004456
4457 Removed package: xboard
Peter Korsgaard23c8c882010-02-17 11:10:23 +01004458
Rob Alley6c9d3872010-01-28 02:29:40 +13004459 Issues resolved (http://bugs.uclibc.org):
4460
Peter Korsgaard5239be02010-02-23 20:57:54 +01004461 #335: atk looks for the path to the gnome library on the host
4462 #355: Please update WebKit - it doesn't compile!
4463 #453: libglib2 autoreconf
4464 #457: e2fsprogs link problem
4465 #459: libgtk2 autoreconf
4466 #469: build of libgtk2 for host incorrectly assumes that X.org ...
4467 #671: Bash fails to build when building buildront on Ubuntu 9.04
4468 #711: WebKit host dependencies problems
4469 #821: cp: illegal operation
4470 #1039: Not compiled on ubuntu karmic
Rob Alley6c9d3872010-01-28 02:29:40 +13004471 #1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo
4472
Peter Korsgaardf0bdacd2010-02-09 16:54:30 +010044732010.02-rc1, Released February 9th, 2010:
4474
4475 Fixes all over the tree and new features.
4476
4477 Generalized autotools infrastructure to be usable for
4478 non-autotools packages, see package/Makefile.package.in for
4479 details.
4480
4481 Cleaned up avr32 toolchain config, external source-based
4482 toolchain support is gone.
4483
4484 Dependency checks: Also check for makeinfo, only print output
4485 on errors.
Peter Korsgaardde219282009-12-03 15:59:15 +01004486
Peter Korsgaard6c26a602010-01-23 23:07:20 +01004487 Toolchain: uClibc 0.9.30.2, gcc 4.4.3
Peter Korsgaard6bfb4882010-01-15 14:47:54 +01004488
Peter Korsgaard731f3c32010-02-03 21:26:48 +01004489 New packages: libcdaudio, libdvdnav, libdvdread, hostapd, ser2net,
4490 tcpreplay
Chris Packham20417bb2009-07-30 13:59:49 +12004491
William Wagneraea2ef92010-01-28 18:07:27 +00004492 Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash,
4493 bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq,
Julien Boibessot14d065b2010-02-08 18:39:19 +01004494 e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex,
4495 hal, iptables, iw, jpeg, kismet, libfuse, libglib2, liboil, libpcap,
4496 libungif, libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd,
4497 neon, netstat-nat, newt, openvpn, pcre, php, qt, rdesktop, readline,
4498 rpm, sawman, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot,
4499 usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib
Gustavo Zacariasba4183b2009-12-02 10:32:34 -03004500
Peter Korsgaard640c7402010-02-09 12:21:37 +01004501 Removed package: asterisk, openswan
Peter Korsgaard52234472010-02-08 17:20:41 +01004502
Gustavo Zacariasba4183b2009-12-02 10:32:34 -03004503 Issues resolved (http://bugs.uclibc.org):
4504
Chris Packham20417bb2009-07-30 13:59:49 +12004505 #515: tcpreplay: new package
Lionel Landwerlin10415632009-12-06 22:21:58 +01004506 #553: Wrong DirectFB ps2mouse limitation
Clark Rawlins249f3db2009-12-01 08:46:27 -05004507 #559: mesa3d build fails
Peter Korsgaard7c737972009-12-07 09:14:36 +01004508 #679: Autoconf cannot find M4
Gustavo Zacarias44816b12009-11-30 11:45:35 -03004509 #739: New/updated hostapd package
Gustavo Zacariasd8968c62009-11-30 12:58:49 -03004510 #749: Bump usbutils package to version 0.86
Peter Korsgaard79c9a432009-12-06 15:40:03 +01004511 #751: Kernel 2.6 snapshot fetch fail
Gustavo Zacarias1ba3c842009-12-01 17:00:59 -03004512 #753: Bump lighttpd package to 1.4.25
Anders Darander9c374252009-12-02 13:29:23 +01004513 #757: U-Boot: mkimage cannot be installed using external toolchain
Gustavo Zacariasba4183b2009-12-02 10:32:34 -03004514 #761: Add binutils 2.20 to toolchain options
Gustavo Zacarias9f177282009-12-02 12:39:21 -03004515 #763: [SECURITY] Update pcre to 7.9
Gustavo Zacarias09c181f2009-12-02 16:36:43 -03004516 #765: Add buildroot branding to gcc
Gustavo Zacarias7a901722009-12-02 14:39:52 -03004517 #767: Bump iw package to 0.9.18
Gustavo Zacariasb5867d92009-12-03 13:19:27 -03004518 #773: [SECURITY] Update bind to 9.5.2-P1
grante0a62bb42009-12-10 16:12:21 -06004519 #795: Minor edits to fix typos, grammar, spelling, usage in documen...
Gustavo Zacarias4833d132009-12-14 17:27:01 -03004520 #813: Drop not very useful generic package selection options ...
Anders Daranderb9656e82009-12-23 10:05:45 +01004521 #823: Editor backup files (~) is copied from the target_skeleton
Gustavo Zacarias9400c732009-12-23 10:41:36 -03004522 #827: Bump mtd-utils package to version 1.2.0
Peter Korsgaardc47124d2010-01-18 00:32:45 +01004523 #841: Build error
Gustavo Zacarias0908e852010-01-19 15:09:28 -03004524 #913: Bump iptables to 1.4.6
Gustavo Zacariasc95e3b82010-01-19 15:06:36 -03004525 #919: Bump usb_modeswitch package to 1.0.7
Gustavo Zacariasca2ad7d2010-01-19 15:07:54 -03004526 #925: Bump wpa_supplicant package to 0.6.10
Gustavo Zacariasdb9dcbe2010-01-19 16:13:55 -03004527 #931: Bump kismet package to 2010-01-R1
Gustavo Zacariasb3febda2010-01-19 16:54:45 -03004528 #937: Bump openvpn package to 2.1.1
Gustavo Zacariasc623a232010-01-20 11:17:53 -03004529 #943: Bump sqlite package to 3.6.22
Gustavo Zacarias3416f262010-01-26 11:36:07 -03004530 #961: Bump dnsmasq to 2.52
Gustavo Zacarias60ce1b02010-01-26 11:47:42 -03004531 #967: Bump netstat-nat to 1.4.10
Gustavo Zacarias6455c322010-01-25 10:42:50 -03004532 #973: Bump iw to 0.9.19
Peter Korsgaardfbf84d42010-01-31 22:13:45 +01004533 #1003: DHCP options disabled with busybox-1.16.0
Peter Korsgaard934c7bb2010-01-29 15:01:04 +01004534 #1009: [SECURITY] Bump php to 5.2.12
Gustavo Zacarias49d92eb2010-02-01 13:53:12 -03004535 #1015: [SECURITY] Bump bind to 9.5.1-P2
Peter Korsgaardc3174392010-02-03 17:27:51 +01004536 #1027: Busybox flash commands conflict with those from mtd-utils
Gustavo Zacariasd5d48252010-02-09 11:30:06 -03004537 #1063: [SECURITY] Update lighttpd to 1.4.26
Peter Korsgaardbf4d2d82009-12-04 09:24:01 +01004538
Peter Korsgaard798927c2009-12-01 15:20:18 +010045392009.11, Released December 1st, 2009:
Peter Korsgaardb48fb8c2009-11-30 11:00:28 +01004540
4541 Additional fixes and cleanups.
4542
Peter Korsgaard9d998ad2009-12-01 12:18:38 +01004543 Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk,
4544 microperl, ncurses, vim
Peter Korsgaardb48fb8c2009-11-30 11:00:28 +01004545
4546 Issues resolved (http://bugs.uclibc.org):
4547
4548 #707: Cant configure fltk-1.1.7. configure: error: Configure could ...
4549
Peter Korsgaard31bd9742009-11-29 23:26:54 +010045502009.11-rc2, Released November 29th, 2009:
4551
4552 Additional fixes and cleanups.
Daniel Mack6b6bdae2009-11-24 19:52:26 +01004553
Peter Korsgaardade675c2009-11-29 21:25:49 +01004554 Updated/fixed packages: busybox, dbus, fltk, gvfs, ltrace
Daniel Mack6b6bdae2009-11-24 19:52:26 +01004555
Peter Korsgaard2d04d562009-11-23 23:20:21 +010045562009.11-rc1, Released November 23rd, 2009:
Gustavo Zacarias74834992009-09-01 23:02:06 +02004557
Peter Korsgaardb8a917f2009-11-23 10:24:52 +01004558 Fixes all over the tree and new features.
4559
4560 Cleaned up / Simplified build directory layout. Refer to
4561 docs/buildroot.html#using for details.
4562
4563 Target defconfig files moved to configs/ and listed in 'make help'
4564 output.
4565
Peter Korsgaard406053d2009-11-20 14:05:48 +01004566 Fixed *clean targets. Now clean removes everything generated,
4567 so you can do a fresh rebuild. Distclean furthermore removes
4568 kbuild tools and .config, bringing the source tree back in a
4569 pristine state.
4570
Peter Korsgaardb8a917f2009-11-23 10:24:52 +01004571 Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default
4572 soft / hardfloat setting for architecture, ensure target-ldd
4573 gets installed.
Laine Walker-Avina83182dd2009-10-29 10:30:50 -07004574
Peter Korsgaard41146432009-09-29 11:45:50 +02004575 New packages: divine, gvfs, libarchive, libmicrohttpd,
Lionel Landwerlin0ad58692009-10-18 21:03:09 +02004576 sdl_sound, swfdec, sysstat
Daniel Mack32518792009-08-25 16:04:56 +02004577
Peter Korsgaard81e4ba32009-11-23 13:03:59 +01004578 Updated/fixed packages: alsa-lib, alsamixergui, autoconf, bootutils,
4579 busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf,
4580 gqview, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good,
Peter Korsgaardf6cbb262009-11-23 13:02:54 +01004581 imagemagick, ipkg, iptables, iw, kernel-headers, kismet, leafpad,
4582 libelf, libevent, libglib2, libidn, liblockfile, libmad, libpcap,
Peter Korsgaardfa946b72009-11-23 13:11:00 +01004583 libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
Peter Korsgaard1dd9d9f2009-11-23 13:54:05 +01004584 matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
Peter Korsgaard7ba54a02009-11-23 14:41:36 +01004585 ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
Baruch Siach883f0662009-11-23 23:05:23 +01004586 python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, sdl_image,
Peter Korsgaardb7046772009-11-23 15:10:53 +01004587 shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
Peter Korsgaard9627e212009-11-23 16:31:35 +01004588 synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot,
4589 udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
Lionel Landwerlin5ad8ad02010-01-27 02:08:49 +01004590 xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib[5~
Peter Korsgaard76aaac62009-09-14 15:54:24 +02004591
Peter Korsgaard87d74d92009-11-23 11:30:07 +01004592 Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
Peter Korsgaard8a19a792009-10-01 22:32:44 +02004593
Gustavo Zacarias74834992009-09-01 23:02:06 +02004594 Issues resolved (http://bugs.uclibc.org):
4595
Sven Neumann1d9178d2009-09-21 23:26:51 +02004596 #301: allow to install libsmbclient
Sven Neumannbc95b3a2009-09-27 23:19:40 +02004597 #303: add gvfs package
Evan Zelkowitz8e8354d2009-09-20 10:02:44 +02004598 #477: Add sdl_sound package
Gustavo Zacarias57f3b112009-09-01 14:01:40 -03004599 #487: Make kismet package sexier
Gustavo Zacariasbdf41d62009-09-01 13:04:17 -03004600 #511: New package usb_modeswitch
Gustavo Zacarias74834992009-09-01 23:02:06 +02004601 #527: misc fixes for dnsmasq package
Will Newtona07032e2009-08-11 16:35:23 +01004602 #565: libevent: Bump version and clean up makefile
Olaf Rempel27cf8112009-09-16 08:39:26 +02004603 #587: Use iptables multipurpose binaries and bump to 1.4.4
Peter Korsgaardda25e922009-10-25 22:15:06 +01004604 #593: Missing early check for patch(1)
Peter Korsgaardb71951b2009-11-22 21:25:31 +01004605 #597: (REOP) Selecting busybox in buildroot's config clobbers ar ...
Peter Korsgaard17168392009-09-21 17:42:22 +02004606 #609: libmicrohttpd: New package
4607 #615: python: Don't delete .py files unless asked
Peter Korsgaardf5239c32009-09-19 09:46:55 +02004608 #617: netkit/inetd requires RPC and fails to build if RPC is disabled
Kelvin Cheung07019b22009-11-22 21:08:37 +01004609 #619: netkittelnet requires netkitbase to install, but there's no ...
Vincent Palatin6aac0032009-11-22 21:18:11 +01004610 #645: allow to build nbd-server with NBD package
Gustavo Zacarias829d4ff2009-10-09 10:31:31 -03004611 #653: [SECURITY] Update php package to version 5.2.11
Gustavo Zacariasab17f402009-10-09 10:42:41 -03004612 #655: Update sqlite package to version 3.6.18
Simon Paschf72f3fd2009-10-13 14:23:08 +02004613 #657: Bug in imagemagick-clean target
Kelvin Cheung07019b22009-11-22 21:08:37 +01004614 #663: Add option for NAND flash with 512B Page and 16 kB erasesize ...
rvpaasend7f5f042009-10-18 19:35:12 +02004615 #665: [PATCH] Samba package
rvpaasen69ec17c2009-10-29 21:35:33 +01004616 #667: [PATCH] e2fsprogs
Peter Korsgaard351b6792009-11-22 21:03:42 +01004617 #683: SDL-dfb does not select directfb
Peter Korsgaard3445ff42009-11-22 20:52:15 +01004618 #701: make install problem with unstripped binaries
Gustavo Zacarias48ed49e2009-11-10 13:42:35 -03004619 #703: [SECURITY] Update openssl package to 0.9.8l
Gustavo Zacarias3848cd62009-11-10 12:01:09 -03004620 #705: Bump spawn-fcgi package to 1.6.3
Gustavo Zacarias4e276862009-11-10 13:58:07 -03004621 #709: Bump lighttpd package to 1.4.24
Gustavo Zacarias26073d22009-11-13 09:49:43 -03004622 #713: Migrate openntpd package to Makefile.autotools.in
Gustavo Zacarias83f98812009-11-13 12:07:56 -03004623 #715: Bump libidn package to 1.15 and other fixes
Gustavo Zacarias882e1372009-11-13 12:12:09 -03004624 #717: Bump dnsmasq to 2.51 and introduce new IDN option
Gustavo Zacariasbd49a622009-11-19 10:26:43 -03004625 #731: Bump iw package to 0.9.17
Gustavo Zacarias74834992009-09-01 23:02:06 +02004626
Peter Korsgaardf0eb8b52009-08-31 10:23:48 +020046272009.08, Released August 31th, 2009:
4628
4629 Additional fixes and cleanups.
4630
4631 Updated/fixed packages: ctorrent, saveconfig/getconfig,
4632 sdl_net, util-linux.
Peter Korsgaard014df312009-08-30 22:01:23 +02004633
4634 Issues resolved (http://bugs.uclibc.org):
4635
4636 #529: util-linux doesn't find headers and include libs correctly
Kelvin Cheungcc8a9172009-08-31 07:23:59 +02004637 #557: Build ctorrent with SSL support if available
Peter Korsgaard014df312009-08-30 22:01:23 +02004638
Peter Korsgaard4595a2f2009-08-26 23:21:30 +020046392009.08-rc3, Released August 26th, 2009:
4640
4641 Additional fixes and cleanups.
4642
4643 Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus,
4644 directfb, enchant, kernel headers.
4645
4646 Issues resolved (http://bugs.uclibc.org):
4647
4648 #471: Allow directfb compilation with debug
4649 #541: Removal of CVS directories in target filesystem broken
4650 #547: berkeleydb: Update config.{sub, guess}
4651 #549: enchant: Fix dependencies.
4652 #569: Fix alsa-utils build for x86 on x86-64
4653
Peter Korsgaard4ebaaf42009-08-06 10:39:54 +020046542009.08-rc2, Released August 6th, 2009:
4655
4656 Additional fixes and new features.
4657
4658 New packages: libuuid, gcc 4.3.4.
4659
Peter Korsgaard4595a2f2009-08-26 23:21:30 +02004660 Updated/fixed packages: busybox, classpath, gzip, ipsec-tools,
4661 jamvm, libusb, microperl, neon, popt, sed, webkit.
Peter Korsgaard4ebaaf42009-08-06 10:39:54 +02004662
4663 Fixed issue with 'make oldconfig'
Peter Korsgaard0468b5c2009-08-04 22:58:54 +02004664
4665 Issues resolved (http://bugs.uclibc.org):
4666
4667 #525: sed broken with external toolchain
Peter Korsgaard15dab042009-08-05 09:23:29 +02004668 #537: Fix gzip build with recent glibc
Peter Korsgaard0468b5c2009-08-04 22:58:54 +02004669
Peter Korsgaard3190d5b2009-08-02 23:09:07 +020046702009.08-rc1, Released August 2nd, 2009:
4671
4672 Fixes all over the tree and new features.
Peter Korsgaard533718a2009-06-23 09:40:23 +02004673
Thomas Petazzoni66095252009-07-27 11:06:32 +02004674 Improvement of external toolchain support:
4675 - Support for glibc toolchains.
4676 - The toolchain configuration announced to Buildroot is
4677 verified against the real toolchain configuration.
4678 - Fixes, documentation.
4679
4680 Cleanup X.org support: clarified configuration options, and
4681 removed mandatory dependency on useless libraries such as
4682 libXt or libXaw.
4683
Thomas Petazzonid9a95012009-07-27 18:08:32 +02004684 New QT-based configurator, usable using 'make xconfig'.
4685
Peter Korsgaard3190d5b2009-08-02 23:09:07 +02004686 Support for the Xtensa architecture.
4687
4688 Toolchain: GCC 4.4.1, 2.6.30 kernel headers, removed < 2.6.26
4689 headers.
4690
4691 New packages: bmon, ctorrent, dosfstools, enchant,
4692 gst-plugins-bad, iw, libmms, libnl, netstat-nat, ntfsprogs,
4693 sdl_gfx, spawn-fcgi.
4694
4695 Updated packages: bind, busybox, coreutils, sqlite, directfb,
4696 expat, gamin, gnuconfig, haserl, ipsec-tools, classpath,
4697 libcurl, libglib2, liblockfile, libpng, libsoup, libxml2,
4698 lighttpd, ltp-testsuite, lvm2, matchbox, memstat,
4699 gst-plugins-good, gstreamer, libogg, libvorbis, mplayer,
4700 neon, openssl, pciutils, php, qt, ruby, sawman, webkit,
4701 wpa-supplicant, xdriver_xf86-input-synaptics,
4702 xdriver_xf86-video-intel, xlib_libXfont, xlib_libXft,
4703 xlib_libXt, xproto_xproto, xserver-xorg, xutil_makedepend,
4704 xutil_util-macros.
4705
Peter Korsgaard533718a2009-06-23 09:40:23 +02004706 Issues resolved (http://bugs.uclibc.org):
4707
Peter Korsgaard2e71cd82009-07-07 23:26:36 +02004708 #83: liblockfile fails to compile due to eaccess redefinition
Peter Korsgaard0aa70622009-07-24 07:51:16 +02004709 #163: Xtensa architecture port
Thomas Petazzoni7a1a3342009-07-28 16:18:10 +02004710 #171: xorg-server / kernel headers 2.6.26 - vm86.c compilation issue
Peter Korsgaard533718a2009-06-23 09:40:23 +02004711 #241: device mapper + lvm2: build together
Olaf Rempel52dbe072009-03-02 17:35:41 +01004712 #243: ctorrent: new package
Olaf Rempelbb14fc42009-03-02 17:58:13 +01004713 #247: ntfsprogs: new package
Peter Korsgaard71c810f2009-07-18 00:04:20 +02004714 #271: Library 'libgcc_s.so.1' not installed in search path
Gustavo Zacarias57c2e792009-07-26 21:08:51 +02004715 #287: New package libnl
Gustavo Zacarias9a6d6cf2009-08-02 22:25:04 +02004716 #289: New package iw
Will Newton6fecd532009-07-27 12:20:27 +01004717 #331: Update MPlayer to version 1.0rc2
Gustavo Zacarias58180102009-06-30 21:40:23 +02004718 #333: Bump sqlite package to 3.6.15
Peter Korsgaarde61606a2009-06-23 13:55:38 +02004719 #349: update libsoup to version 2.26.2
Gustavo Zacariasc2dbefd2009-07-26 21:50:02 +02004720 #357: New package netstat-nat
Gustavo Zacarias234fb282009-07-02 14:55:51 +02004721 #359,#413: Upgrade openvpn to Makefile.autotools.in
Peter Korsgaard533718a2009-06-23 09:40:23 +02004722 #367: linux kernel compile error for arm926t
Evan Zelkowitz10e9b7e2009-07-18 11:29:26 +02004723 #369: Add SDL_gfx package
Peter Korsgaard533718a2009-06-23 09:40:23 +02004724 #373: Support for building gstreamer without libxml
Peter Korsgaarde61606a2009-06-23 13:55:38 +02004725 #379: update DirectFB to version 1.4.0
Peter Korsgaard533718a2009-06-23 09:40:23 +02004726 #383: gst-plugins-good: Allow soup plugin to be configured
4727 #385: neon: Fix pkgconfig dependency
Peter Korsgaardbd26b582009-07-16 15:07:20 +02004728 #387: Tremor not installed to toolchain
Gustavo Zacariasba4fbdc2009-07-26 22:03:15 +02004729 #389: New package bmon
Peter Korsgaard533718a2009-06-23 09:40:23 +02004730 #391: gstreamer: Bump version to 0.10.23
4731 #393: gst-plugins-base: Bump version to 0.10.23
4732 #395: gst-plugins-bad: New package
Peter Korsgaardf4311822009-07-27 00:05:14 +02004733 #403: Error while building iso9660 image
Peter Korsgaard533718a2009-06-23 09:40:23 +02004734 #409: Bump php package to 5.2.10
4735 #411: ipsec-tools: Bump version to 0.7.2
Gustavo Zacarias0468be62009-07-01 15:36:19 +02004736 #417: New package spawn-fcgi
Gustavo Zacarias264b9c12009-07-01 15:31:59 +02004737 #419: Bump lighttpd package to 1.4.23
Will Newton27ce9422009-07-27 10:39:50 +02004738 #421: toolchain: Clean up toolchain locale support menu
Will Newton81f99902009-06-29 11:54:06 +01004739 #427: webkit: Update to WebKit svn r44552
Will Newton56fcdc92009-07-02 16:54:41 +01004740 #437: ltp-testsuite: Bump version to 20090630
Mike Crowef26acf62009-06-18 13:29:02 +01004741 #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
Peter Korsgaarde0debb72009-07-17 21:07:42 +02004742 #467: DirectFB 1.4.1
Peter Korsgaard0aa70622009-07-24 07:51:16 +02004743 #473: memstat_0.5.tar.gz has install with -D and that fails "make"
Will Newton5079d7a2009-07-28 11:37:20 +01004744 #491: libxml2: Bump version to 0.7.3
Gustavo Zacariasff69aee2009-07-29 10:02:15 -03004745 #495: Bump bind package to 9.5.1-P3 (security)
Peter Korsgaard2a966bc2009-07-29 21:49:45 +02004746 #497: OpenSSL RSA key generation hangs on x86_64
Gustavo Zacarias00c8bdd2009-07-30 10:09:47 -03004747 #509: Bump sqlite package to 3.6.16
Peter Korsgaarda7b50b92009-08-02 09:59:15 +02004748 #523: pciutils broken with external toolchain
Daniele Salvatore Albano9be449f2009-08-02 22:32:03 +02004749 #533: Update gamin to 0.1.10 to fix compilation
Peter Korsgaard533718a2009-06-23 09:40:23 +02004750
Peter Korsgaarda69b3d62009-06-01 09:00:03 +020047512009.05, Released June 1st, 2009:
4752
4753 Fixes for dropbear & diffutils, bump linux-advanced 2.6.29.x
4754 version and marked ubifsroot as broken.
4755
Peter Korsgaard45e11e22009-05-27 20:44:08 +020047562009.05-rc3, Released May 27th, 2009:
4757
4758 Fixes for toolchain (gcc arm pr37436), stable kernel versions,
4759 busybox, curl, libusb, readline, python and strace.
4760
4761 Issues resolved (http://bugs.uclibc.org):
4762
4763 #345: libcurl package needs a urandom fix
4764
Peter Korsgaard13328d22009-05-19 20:18:04 +020047652009.05-rc2, Released May 19th, 2009:
4766
4767 Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix
4768 for newer hosts), stable kernel versions, busybox, cups,
4769 dmraid, docker, mesa3d, rsync and updated defconfigs.
4770
4771 xserver marked as broken on AVR32 and atngw100-expanded
4772 config removed.
Peter Korsgaard61aeb6e2009-05-06 17:09:16 +02004773
4774 Issues resolved (http://bugs.uclibc.org):
4775
4776 #167: metacity does not build
Peter Korsgaard13328d22009-05-19 20:18:04 +02004777 #295: gamin installs python support even if python is disabled
4778 #323: gen_matypes fails to execute during build of Mesa when us...
Peter Korsgaard61aeb6e2009-05-06 17:09:16 +02004779
Peter Korsgaardcf92bc22009-05-05 11:53:14 +020047802009.05-rc1, Released May 5th, 2009:
4781
4782 Fixes all over the tree, further conversion of packages to
4783 Makefile.autotools.in and we now build host versions of
4784 packages where needed for build time dependencies instead of
4785 relying on the correct versions being available on the build
4786 host. Ancient toolchain / busybox versions have furthermore
4787 been removed as announced in the 2009.02 release notes.
4788
4789 New packages: flac, gob2, lzop, taglib, wpa_supplicant
4790
4791 Updated packages: avahi, bind, binutils, busybox, dbus, dbus-glib,
4792 directfb, dnsmasq, freetype, gcc, gmp, gstreamer, iptables, kernel
4793 headers, kexec, libglib2, libpng, libsndfile, lua, mpfr, ntfs-3g,
4794 openssl, php, qtopia4, rsync, samba, sqlite, tar, uboot, uclibc,
4795 util-linux, xorg7, xerces
4796
4797 Issues resolved (http://bugs.uclibc.org):
4798
4799 #5,#77,#141,#143: Convert php package to Makefile.autotools.in
4800 and a ton of other improvements
4801 #19: page.h missing by util-linux
4802 #37: update libglib2 to version 2.18.4
4803 #61: tslib puts staging_dir into pkgconfig file
4804 #69: tar refuses to build
4805 #71,#175: ./wchar.h:41:12: error: empty filename in #include
4806 #73: Bump openssl package to the latest version
4807 #81: New package wpa_supplicant
4808 #99: new package: flac
4809 #101: update gstreamer packages
4810 #105,#313: menuconfig segfaults on tinyx if wchar is not
4811 selected
4812 #107: convert libvorbis to Makefile.autotools.in
4813 #109: Make pppd package avoid bsd err
4814 #111: binutils 2.17 fails to build when texinfo >= 4.10
4815 #133: Modify ncurses5-config to get correct include path
4816 #137: Bump php to version 5.2.9
4817 #139: Bump sqlite to 3.6.11 and convert to
4818 Makefile.autotools.in
4819 #145: Bump bind package to 9.5.1-P1 (security)
4820 #147: buildroot toolchain fails to build w/binutils-2.19.1
4821 #151: openssl package trivial fixes
4822 #161: vim fails on patching with errors in configure.patch
4823 #169: blackbox-0.70.1 does not build
4824 #177: xdriver_xf86-input-keyboard does not build
4825 #179: Upgrade dropbear to Makefile.autotools.in
4826 #181: Update to Xorg 7.4
4827 #187: ntfs-3g: could not build cross
4828 #191: alsa-lib ARM binaries always built with EABI
4829 #213: Bump wpa_supplicant package to version 0.6.9
4830 #217: Bump openssl package to 0.9.8k (security)
4831 #219: Toolchain build fails on m4
4832 #225: m4 macros are out of place
4833 #233: make ipv6 optional in iptables
4834 #237: ncftp: convert to Makefile.autotools.in
4835 #239: ntfs-3g: convert to Makefile.autotools.in
4836 #245: lzop: new package
4837 #271: Bump bind package to 9.5.1-P2 (security)
4838 #277: Bump sqlite package to 3.6.16
4839 #279: update libglib2 to version 2.20.1
4840 #281: update DirectFB to version 1.2.8
4841 #283: add taglib
4842 #285: compilation of samba fails if IPV6 support is missing
4843 #293: update samba to version 3.3.3
4844 #299: add shared-mime-info package
4845 #307: make openssl package respect build flags