blob: c17e1419e67280b5d83d0d606e0c6dc7634fdb7b [file] [log] [blame]
Peter Korsgaard5c3a3372012-03-01 14:03:39 +010012012.05, Not released yet:
2
Peter Korsgaard17c2d622012-03-15 23:59:32 +01003 Fixes all over the tree and new features.
4
5 Use /etc/os-release for version info rather than
6 /etc/br-version.
7
8 CMake toolchain file moved to $HOST_DIR/usr/share/buildroot.
9
Peter Korsgaarde22dd642012-04-19 01:01:56 +020010 Apply-patches.sh: cleanups, archived patches handling fixes,
11 support series files.
Peter Korsgaard17c2d622012-03-15 23:59:32 +010012
Peter Korsgaarde22dd642012-04-19 01:01:56 +020013 Defconfigs: mx53qsb, use 3.2.x for atngw100, use 3.3.x for
14 qemu configs.
Peter Korsgaard17c2d622012-03-15 23:59:32 +010015
Peter Korsgaarde22dd642012-04-19 01:01:56 +020016 Atom processor support. Microblaze architecture support (using
Peter Korsgaardbf636a92012-04-25 12:21:53 +020017 ext toolchain). Cleanup architecture names, deprecate Xtensa
18 support.
Peter Korsgaarde22dd642012-04-19 01:01:56 +020019
20 Toolchain: Add GCC 4.4.7, 4.6.3, 4.7.0. uClibc 0.9.33.1,
Peter Korsgaarda53a3b52012-05-03 22:52:27 +020021 default to uClibc 0.9.33.x, enable
22 UCLIBC_SUPPORT_AI_ADDRCONFIG by default, static and 64bit
23 fixes for external toolchains, linaro ext toolchains, new
Peter Korsgaardaa96b4e2012-05-03 23:29:08 +020024 sourcery codebench ext toolchains, GDB 7.4.1.
Peter Korsgaard17c2d622012-03-15 23:59:32 +010025
Peter Korsgaarda53a3b52012-05-03 22:52:27 +020026 Bootloaders: U-Boot: add 2012.04.01. Barebox: add 2012.04,
27 remove 2011.12.
Peter Korsgaardbf636a92012-04-25 12:21:53 +020028
Peter Korsgaarde22dd642012-04-19 01:01:56 +020029 Updated/fixed packages: alsa-lib, alsa-utils, at, atk, avahi,
Peter Korsgaarda53a3b52012-05-03 22:52:27 +020030 barebox, berkeleydb, bind, bluez_utils, boost, busybox,
31 can-utils, ccache, coreutils, cups, dbus, dhcp, directfb,
32 dnsmasq, doom-wad, dosfstools, e2fsprogs, expat, fakeroot,
33 feh, ffmpeg, file, fis, freetype, gamin, gawk, gdk-pixbuf,
34 giblib, glib-networking, gmp, gnutls, gpsd, grep, gstreamer,
Peter Korsgaardbf636a92012-04-25 12:21:53 +020035 gst-plugins-{bad,base,good,ugly}, haserl, hdparm, imagemagick,
Peter Korsgaarda53a3b52012-05-03 22:52:27 +020036 iproute2, iptable, iw, kexec, kmod, lame, libarchive,
37 libatomic_ops, libconfig, libcurl, libdvdnav, libdvdread,
38 libedbus, libethumb, libffi, libfuse, libglib2, libgtk2,
39 libhid, libmbus, libmpeg2, libnl, libpng, libsigc, libsoup,
40 libupnp, liburcu, libusb, libusb-compat, libxml2,
Peter Korsgaarde22dd642012-04-19 01:01:56 +020041 libxml-parser-perl, libxslt, linux-firmware, linux-fusion,
Peter Korsgaarda53a3b52012-05-03 22:52:27 +020042 lite, lsof, ltrace, lttng-libust, lua, makedevs, microperl,
Gustavo Zacariase940b302012-05-07 00:33:36 +000043 mpd, mpfr, mpg123, mrouted, mtd, mysql_client, nbd, ncurses,
44 neon, netsnmp, network-manager, nfs-utils, ngrep, ntfs-3g,
45 openssh, openssl, parted, pango, pcre, php, pixman, poco,
46 psmisc, pulseaudio, python, qt, quagga, radvd, rpm, ruby,
47 samba, sam-ba, sane-backends, sawman, screen, sdl_net,
48 smartmontools, sqlite, squashfs3, squid, sshfs, sudo,
49 syslinux, sysstat, taglib, tcpdump, tftp-hpa, transmission,
50 tiff, tinyhttpd, uboot-tools, udev, uemacs, unionfs, usbutils,
51 util-linux, vala, valgrind, vim, vsftpd, wipe,
Peter Korsgaarda53a3b52012-05-03 22:52:27 +020052 xdriver_xf86-{input-vmmouse,video-fbdev}, xfsprogs, zlib
Peter Korsgaard17c2d622012-03-15 23:59:32 +010053
Peter Korsgaarda53a3b52012-05-03 22:52:27 +020054 New packages: apr, audiofile, bellagio, fmtools,
55 glib-networking, heirloom-mailx, hiawatha, latencytop,
56 lcdproc, libcap-ng, libdmtx, libfcgi, libtpl, minicom, msmtp,
57 ndisc6, netatalk, parted, polarssl, protobuf, socketcand,
58 systemd, ushare, zeromq
Peter Korsgaard17c2d622012-03-15 23:59:32 +010059
Peter Korsgaardb6a507c2012-03-18 23:08:01 +010060 Deprecated packages: ttcp
61
Peter Korsgaard17c2d622012-03-15 23:59:32 +010062 Removed packages: ntfsprogs
63
64 Issues resolved (http://bugs.uclibc.org):
65
Peter Korsgaardbf636a92012-04-25 12:21:53 +020066 #2353: [lua] fix build with 2010.08-rc1
Peter Korsgaarda53a3b52012-05-03 22:52:27 +020067 #2503: Microperl fails build on MIPSel or with Fedora13.x86_64
68 #2557: [PATCH] mkfs.xfs complains about missing libxfs.so.0
69 #2881: Can't build project statically with external toolchain
Kevin Cernekee2b668162011-05-17 14:29:26 -070070 #3751: MIPS: fix BR2_GCC_TARGET_ABI for MIPS n64
Peter Korsgaarda53a3b52012-05-03 22:52:27 +020071 #4808: ccache may build against wrong zlib
Peter Korsgaard17c2d622012-03-15 23:59:32 +010072 #4880: New package lcdproc
Simon Dawsonf526c4d2012-03-15 08:51:27 +000073 #4886: New package protobuf
Peter Korsgaarda53a3b52012-05-03 22:52:27 +020074 #4892: build fails on ltp-testsuite-20101031/testcases/kernel/fs/...
75 #4898: * make: [target-finalize] Error 1 (ignored)*
76 #4985: Qt 4.7.4 build crashes with Linux 2.6.29
77 #4970: udev 181 fails to build if kernel version 3.3 is selected
78 #5018: dialog broken: exits with assert in uClibc
79 #5102: qt package moc, uic, rcc read from wrong place
Peter Korsgaard15744b72012-05-03 17:40:28 +020080 #5144: Patch to fix ixon bug in uemacs
Gustavo Zacarias98873712012-05-07 00:33:37 +000081 #5198: Line graphics output is broken in GNU Screen
Gustavo Zacariase940b302012-05-07 00:33:36 +000082 #5204: Missing terminfo file(s) for GNU screen terminal type
Peter Korsgaard17c2d622012-03-15 23:59:32 +010083
Peter Korsgaard03ceab62012-02-29 23:19:47 +0100842012.02, Released February 29th, 2012:
85
86 Updated/fixed packages: libecore
87
Peter Korsgaard6d24b412012-02-27 16:29:50 +0100882012.02-rc3, Released February 27th, 2012:
89
90 Fixes all over the tree.
91
92 Automatic host dependencies handling for cmake packages
93 fixed. Customize package deprecated as using a post-build
94 script is nowadays the preferred way of adding extra stuff to
95 the rootfs.
96
97 Linux-headers 3.0.x / 3.2.x stable version bumped.
98
99 QEMU defconfigs updated to 3.2.x kernels and readme fixed.
100
101 Updated/fixed packages: dropbear, ffmpeg, libpng
102
Peter Korsgaard3d6ff4f2012-02-19 23:16:50 +01001032012.02-rc2, Released February 19th, 2012:
104
105 Fixes all over the tree.
106
107 Toolchain: uClibc: Added upstream post-0.9.33 fixes, Bump
108 linux-headers 3.0.x / 3.2.x stable versions.
109
110 Documentation: Added makedev / <pkg>_DEVICES /
111 <pkg>_PERMISSIONS documentation.
112
113 Updated/fixed packages: busybox, ffmpeg, gst-dsp, libecore,
114 libvncserver, mxml, python.
115
1162012.02-rc1, Released February 12th, 2012:
Peter Korsgaard11eb9e72011-12-08 23:09:24 +0100117
118 Fixes all over the tree and new features.
119
Peter Korsgaardc847b4a2012-01-22 23:48:36 +0100120 Toolchain: Default to GCC 4.5.x, add binutils 2.22. Java
Peter Korsgaard08f46cc2012-01-31 13:48:44 +0100121 support removed, Powerpc SPE ABI support. GDB ELF support fix,
Peter Korsgaardeaf412b2012-02-12 22:56:15 +0100122 GDB 7.4, crosstool-NG 1.13.4.
Peter Korsgaard1bde07d2011-12-11 23:54:12 +0100123
Peter Korsgaard11eb9e72011-12-08 23:09:24 +0100124 Gentargets: scp and mercurial support.
Peter Korsgaardeaf412b2012-02-12 22:56:15 +0100125 Autotools: derive host dependencies from target by default.
126 Packages can now declare device table snippets.
Peter Korsgaard11eb9e72011-12-08 23:09:24 +0100127
Peter Korsgaardeaf412b2012-02-12 22:56:15 +0100128 Host utilities menu with commonly used host tools.
129
130 defconfigs: qemu configs for x86-64, mips and sparc, at91
Peter Korsgaard03ceab62012-02-29 23:19:47 +0100131 defconfigs now use modern U-Boot / mainline Linux, added
Peter Korsgaardeaf412b2012-02-12 22:56:15 +0100132 lpc3250 defconfigs.
Peter Korsgaard11eb9e72011-12-08 23:09:24 +0100133
Peter Korsgaarda01db912012-01-02 23:25:00 +0100134 uClibc: remove 0.9.30, backport unshare() support, add
Peter Korsgaardeaf412b2012-02-12 22:56:15 +0100135 0.9.32.1 / 0.9.33, use same config for ctng.
Peter Korsgaard11eb9e72011-12-08 23:09:24 +0100136
Peter Korsgaardc847b4a2012-01-22 23:48:36 +0100137 Bootloaders: U-Boot: add 2011.12, remove 2010.xx versions,
Peter Korsgaardeaf412b2012-02-12 22:56:15 +0100138 Barebox: add 2012.01/02, remove 2011.10/11, LPC32xx
139 bootloaders added.
Peter Korsgaarda01db912012-01-02 23:25:00 +0100140
Peter Korsgaardeaf412b2012-02-12 22:56:15 +0100141 Various manual updates. Release tarballs now contain generated
142 manual in text/html/pdf formats.
143
144 Buildroot now calls the stop function of scripts in
145 /etc/init.d at shutdown.
Maxime Ripard234dd8e2012-01-11 18:09:23 +0100146
Peter Korsgaard08f46cc2012-01-31 13:48:44 +0100147 Updated/fixed packages: atk, avahi, barebox, bash, beecrypt,
Peter Korsgaardeaf412b2012-02-12 22:56:15 +0100148 bind, binutils, bison, bluez_utils, bzip2, busybox, cairo,
149 ccache, cdrkit, coreutils, cramfs, dbus, dbus-glib, dialog,
150 diffutils, dmalloc, dropbear, e2fsprogs, ebtables, ed,
151 ethtool, expat, ffmpeg, file, fis, flex, fluxbox, fontconfig,
152 freetype, gawk, grep, gst-dsp, gst-ffmpeg, gst-plugins-base,
153 hdparm, hostapd, htop, i2c-tools, icu, iproute2, ipsec-tools,
154 ipset, iptables, iw, jpeg, kismet, lame, libcap, libcgi,
155 libev, libeXosip2, libffi, libftdi, libgpg-error, libgtk2,
156 libidn, libmms, libmnl, libmodbus, libnl, libogg, libosip,
157 libpcap, libpng, libraw1394, libroxml, libusb, libusb-compat,
158 libv4l, libvorbis, libxcb, libxml-parser-perl, libxslt,
159 lighttpd, links, lm-sensors, lua, m4, module-init-tools, mpc,
160 mesa3d, mpd, mpfr, mplayer, mtd-utils, nano, nbd, ncurses,
161 netperf, netsnmp, ntp, opencv, openocd, openssl, openvpn, orc,
162 pciutils, pcre, pixman, pkg-config, poco, popt, proftpd,
163 python, python-serial, qt, ruby, samba, sdl, sdparm,
164 squashfs3, sshfs, sqlite, squid, sudo, syslinux, tcl, tcpdump,
165 ti-utils, tiff, tremor, uboot, uboot-tools, udev, usbmount,
166 util-linux, vala, valgrind, vsftpd, wpa_supplicant,
167 xapp_{bdftopcf,mkfontdir,mkfontscale,xkbcomp,xcursorgen,xinit},
168 xapp_xinput, xapp_xman, xcb-util, xdm, xenomai,
169 xf86-video-sis, xfont_{encodings,font-util},
Peter Korsgaardc847b4a2012-01-22 23:48:36 +0100170 xlib_lib{fontenc,X11,Xau,Xcursor,Xdmcp,Xfixes,Xfont,Xrender},
Peter Korsgaardeaf412b2012-02-12 22:56:15 +0100171 xlib_libxkbfile, xterm, xutil_makedepend, yajl
Peter Korsgaard11eb9e72011-12-08 23:09:24 +0100172
Peter Korsgaardeaf412b2012-02-12 22:56:15 +0100173 New packages: boost, connman, dstat, expedite, explorercanvas,
174 feh, flot, giblib, igh-ethercat, imlib2, jquery,
175 jquery-sparklines, jquery-validation, jsmin, kmod, libecore,
176 libedbus, libedje, libeet, libeina, libelementary, libesmtp,
177 libethumb, libevas, libical, libmbus, liboauth, liburcu,
178 libvncserver, linux-firmware,
179 lttng-{babeltrace,libust,modules,tools}, NetworkManager,
180 open2300, python-distutilscross, python-dpkt,
181 python-netifaces, python-pygame, python-setuptools, rt-tests,
182 sam-ba, sane-backends, sqlcipher, transmission, unionfs,
183 xf86-input-tslib, xinput-calibrator
Peter Korsgaard11eb9e72011-12-08 23:09:24 +0100184
185 Issues resolved (http://bugs.uclibc.org):
186
187 #743: Add Transmission bit torrent option to buildroot
Peter Korsgaard27a35802012-02-03 21:22:50 +0100188 #755: Add Boost libraries as a package
189 #2299: Add crypto support to libsoup
Peter Korsgaardaead8be2012-02-03 14:38:48 +0100190 #2617: Pixman 0.19.2 & Cairo 1.10.0
Peter Korsgaard11eb9e72011-12-08 23:09:24 +0100191 #3403: libgpg-error: bump to version 1.10
192 #3409: libgpg-error: download from gnupg.org
193 #3421: nano: make tiny flag optional
Peter Korsgaardaead8be2012-02-03 14:38:48 +0100194 #3691: New EFL packages
Thomas Petazzoni502465e2012-02-02 23:29:26 +0100195 #4664: Cannot patch AT91Bootstrap
Frederik Pasch4861aed2012-01-16 13:54:57 +0100196 #4700: setlocalversion not working for combination svn/ubuntu 11.10...
Frederik Pasch1e39b8a2012-02-09 21:20:12 +0100197 #4760: Qt: add host-pkg-config to dependency-list
Peter Korsgaard11eb9e72011-12-08 23:09:24 +0100198
Peter Korsgaardc29253e2011-12-01 00:08:44 +01001992011.11, Released November 30th, 2011:
200
201 Fixes all over the tree.
202
203 Bump kernel headers / default Linux version to 3.1.4.
204
205 Updated/fixed packages: ruby
206
Peter Korsgaard4dc18dc2011-11-26 22:04:24 +01002072011.11-rc3, Released November 26th, 2011:
Peter Korsgaard0ff53f12011-11-24 23:03:42 +0100208
209 Fixes all over the tree.
210
211 Toolchain: Fix gdb dependencies for external toolchains,
212 adjust uClibc patches so they don't confuse modern versions of
213 patch, bump crosstool-ng, kernel headers and linux versions.
214
215 Updated/fixed packages: busybox, freetype, mplayer, opencv,
Peter Korsgaard6d985f92011-11-26 21:51:42 +0100216 php, rsyslog, ruby, thttpd, xapp_xf86dga
Peter Korsgaard0ff53f12011-11-24 23:03:42 +0100217
Damian Kaczmarek9f930d22011-10-21 00:05:23 +0200218 Issues resolved (http://bugs.uclibc.org):
219
Danomi Mocelopolisec02a342011-11-26 21:56:25 +0100220 #4357: Prevent patch commands from accessing source control
Damian Kaczmarek9f930d22011-10-21 00:05:23 +0200221 #4369: Fix permissions on untared lsof archive
222
Peter Korsgaard6088ac02011-11-18 14:00:24 +01002232011.11-rc2, Released November 18th, 2011:
Peter Korsgaard8e6c8192011-11-17 06:54:58 +0100224
225 Fixes all over the tree and new features.
226
227 Updated asciidoc documentation
228
229 Toolchain: Bumped 3.x stable kernel headers, use wget in
Peter Korsgaard630fd4f2011-11-18 13:56:39 +0100230 crosstool-ng as well, bump crosstool-ng version, gdb fixes,
231 uClibc sparc fix.
Peter Korsgaard8e6c8192011-11-17 06:54:58 +0100232
233 Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb,
Peter Korsgaard630fd4f2011-11-18 13:56:39 +0100234 mplayer, newt, qt, rpm, rrdtool, tar, tftpd
Peter Korsgaard8e6c8192011-11-17 06:54:58 +0100235
Gustavo Zacarias8c38a0a2011-11-11 18:12:46 -0300236 Issues resolved (http://bugs.uclibc.org):
237
Peter Korsgaard2b8643f2011-11-17 23:56:44 +0100238 #3355: mplayer fails to build
Gustavo Zacarias8c38a0a2011-11-11 18:12:46 -0300239 #4021: uClibc: undefined reference to `__GI___errno_location'
Peter Korsgaarda028c312011-11-18 12:08:02 +0100240 #4297: Qt's qmake uses wrong pkg-config
Gustavo Zacarias8c38a0a2011-11-11 18:12:46 -0300241
Peter Korsgaard1507c392011-11-11 20:26:00 +01002422011.11-rc1, Released November 11th, 2011:
Peter Korsgaard5427c502011-09-05 22:14:33 +0200243
Peter Korsgaard227eeba2011-09-13 00:46:06 +0200244 Fixes all over the tree and new features.
245
Peter Korsgaard1507c392011-11-11 20:26:00 +0100246 Moved misc scripts and support stuff to support/. Renamed
Peter Korsgaard358601f2011-09-18 22:20:54 +0200247 patch-kernel.sh to support/scripts/apply-patches.sh.
248
Peter Korsgaard805de392011-11-09 00:33:13 +0100249 Documentation: Moved to asciidoc format, make targets to
250 generate text/html/pdf/epub output added.
251
252 Defconfigs: Qemu configs updated to 3.1 kernel and readmes
253 added.
254
Peter Korsgaard358601f2011-09-18 22:20:54 +0200255 Bootloaders: Add support for custom git tree / tarballs for
256 barebox, similar to how it's handled for u-boot. Clean up
257 menuconfig options.
258
259 Toolchain: Update external codesourcery toolchain download
Peter Korsgaardb367d672011-10-09 22:41:42 +0200260 URLs after Codesourcery got bought by Mentor, add x86
261 toolchain, update toolchain versions and optimize toolchain
262 sysroot copying. Fix uClibc 0.9.32 builds for e500 PPC,
263 updated GDB versions / download URLs. Binutils
Peter Korsgaard805de392011-11-09 00:33:13 +0100264 libbfd/libopcodes static/dynamic linking fix. GCC 4.6.2 added,
265 use ctng-1.13.0.
Peter Korsgaardb367d672011-10-09 22:41:42 +0200266
267 Package infrastructure: Support for local packages /
268 overrides, package dir / name arguments dropped from
269 {GEN,AUTO,CMAKE}TARGETS.
Peter Korsgaard358601f2011-09-18 22:20:54 +0200270
271 Linux: Kernel extensions infrastructure support, Xenomai +
272 RTAI support.
Peter Korsgaard227eeba2011-09-13 00:46:06 +0200273
Peter Korsgaarde55af692011-10-25 09:41:23 +0200274 Updated/fixed packages: acpid, bind, busybox, dash, dbus,
275 dbus-glib, directfb, dnsmasq, drystone, e2fsprogs, ethtool,
276 fakeroot, fbdump, file, freetype, fuse, gamin, gmp, gmpc,
277 gnutls, gob2, gst-plugins-{base,bad,good,ugly}, gstreamer,
278 hostapd, ifplugd, imagemagick, intltool, ipsec-tools, ipset,
279 iptables, iw, jpeg, kexec, leafpad, less, libargtable2, libao,
280 libconfuse, libcuefile, libcurl, libdaemon, libevent,
281 libglib2, libiconv, libmpd, libreplaygain, libroxml,
Peter Korsgaardb367d672011-10-09 22:41:42 +0200282 libsamplerate, libsndfile, libsoup, libsvgtiny, libtool,
Peter Korsgaard805de392011-11-09 00:33:13 +0100283 libxcb, lighttpd, links, linux-fusion, lite, lrzsz, lsof, lzo,
284 lzop, makedevs, mcookie, mpg123, mpd, mpfr, mtd, musepack,
285 mutt, mysql_client, ncftp, ncurses, neon, netcat, netsnmp,
286 ntfs-3g, ntfsprogs, ntp, openntpd, openssh, openssl, oprofile,
287 orc, pciutils, psmisc, python, qt, quagga, radvd, rpm, rsync,
288 samba, sawman, sdl_sound, smartmontools, sqlite, squid,
289 stunnel, sudo, sylpheed, sysstat, taglib, tar, tcpreplay,
290 tslib, usbutils, util-linux, valgrind, wget, whetstone, which,
291 wpa-supplicant, xdata_xcursor-themes, xmlstarlet, xterm
Peter Korsgaard227eeba2011-09-13 00:46:06 +0200292
Peter Korsgaardb367d672011-10-09 22:41:42 +0200293 New packages: bluez-utils, cifs-utils, fftw, fluxbox, json-c,
Peter Korsgaard805de392011-11-09 00:33:13 +0100294 libev, libftdi, libgeotiff, libmodbus, libplayer, live555,
295 ngrep, noip, opencv, openocd, picocom, poco, portaudio,
296 pulseaudio, pv, rtai, vala, xenomai.
297
298 Removed packages: liboil, sfdisk, swfdec, webif
Peter Korsgaard227eeba2011-09-13 00:46:06 +0200299
300 Issues resolved (http://bugs.uclibc.org):
301
Peter Korsgaard358601f2011-09-18 22:20:54 +0200302 #505: live555: new package
Peter Korsgaarde9c52d72011-11-11 11:38:45 +0100303 #507: Enable live and tv options in MPlayer-1.0rc2
Peter Korsgaard358601f2011-09-18 22:20:54 +0200304 #531: let e2fsprogs package to export headers to staging dir if needed
305 #1171: Linuxthreads new cannot find sysdep.h
Peter Korsgaard7062aff2011-11-11 20:01:05 +0100306 #1357: Add bluez to buildroot system
Peter Korsgaard358601f2011-09-18 22:20:54 +0200307 #2107: New package: input-event-daemon
308 #2599: New package: orc (Oil Runtime Compiler)
309 #2605: gstreamer: Update to 0.10.30
310 #2677: introducing util-linux-ng as replacement for util-linux
311 #2917: Qt: Add declarative module
312 #3145: jffs2 image generation fails
313 #3271: netperf-2.4.5 fails to compile
Peter Korsgaardb367d672011-10-09 22:41:42 +0200314 #3331: xdata_xcursor-themes depends on xcursorgen
315 #3343: Add file:// download SITE_METHOD
316 #3391: Add support for specifying an external kernel tree
317 #3631: Error while compiling with Xorg
Gustavo Zacariasdd3177c2011-11-11 13:06:49 -0300318 #3709: oprofile doesn't build for mipsel
Peter Korsgaardb367d672011-10-09 22:41:42 +0200319 #3925: midori not getting compile
320 #4045: Add support for downloading i386 toolchains from codesourcery
Peter Korsgaard54bcf872011-10-10 00:14:27 +0200321 #4165: lrzsz-fix-symlink-at-rebuild.patch
Peter Korsgaard95af4fb2011-10-09 23:26:39 +0200322 #4171: makedevs-unused-but-set-variable.patch
Peter Korsgaard227eeba2011-09-13 00:46:06 +0200323 #4183: Codesourcery toolchain download site has changed
Peter Korsgaard8ece8e22011-10-11 09:11:21 +0200324 #4231: libneon.so: undefined reference to `SSL_SESSION_cmp'
Danomi Mocelopolis92bf8242011-10-28 15:09:23 +0200325 #4381: Add option to lighttpd to enable Lua support
Danomi Mocelopolis6473f6c2011-11-02 12:00:52 +0100326 #4387: Make sure that dest dir exists before installing mtd files
Peter Korsgaard227eeba2011-09-13 00:46:06 +0200327
Peter Korsgaardfacd6022011-08-31 13:44:55 +02003282011.08, Released August 31th, 2011:
329
330 Fixes all over the tree.
331
332 Toolchain: Fix codesourcery 2009q3 ARM download, Linux 3.0.4
333 kernel headers.
334
335 Updated/fixed packages: ipset, python
336
Peter Korsgaard73f131c2011-08-29 11:21:17 +02003372011.08-rc2, Released August 29th, 2011:
Peter Korsgaarde0a6bcd2011-08-24 15:07:41 +0200338
339 Fixes all over the tree.
340
Peter Korsgaard73f131c2011-08-29 11:21:17 +0200341 Toolchain: crosstool-NG 1.12.1, use binutils 2.21 on
Peter Korsgaarde0a6bcd2011-08-24 15:07:41 +0200342 mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh
343 (broken).
344
Peter Korsgaard73f131c2011-08-29 11:21:17 +0200345 Defconfigs: kernel updates, fix mini2440 serial port config,
346 remove old arm toolchain configs.
347
348 Bootloaders: Fix grub patching, add barebox-{n,x,menuconfig}
349 targets similar to linux/busybox.
350
Peter Korsgaarde0a6bcd2011-08-24 15:07:41 +0200351 Updated/fixed packages: barebox, directfb, libsoup,
Thomas De Schampheleirebf446512011-08-26 15:01:41 +0200352 libxml-parser-perl, mtd, ncurses, python, ti-utils, udev,
353 usbmount, util-linux, xfont_font-misc-misc
Peter Korsgaarde0a6bcd2011-08-24 15:07:41 +0200354
Peter Korsgaardcb6c2c42011-08-26 07:13:33 +0200355 Issues resolved (http://bugs.uclibc.org):
356
Thomas De Schampheleirebf446512011-08-26 15:01:41 +0200357 #3685: ncurses installation hangs due to old version of tic
Peter Korsgaardcb6c2c42011-08-26 07:13:33 +0200358 #4093: Grub fails to install bz2 patch after conversion to...
359
Peter Korsgaard7ff457c2011-08-04 22:31:30 +02003602011.08-rc1, Released August 4th, 2011:
Peter Korsgaard0a5e7902011-06-06 13:36:55 +0200361
Peter Korsgaard94ad0662011-06-26 23:07:01 +0200362 Fixes all over the tree and new features.
363
Peter Korsgaardbd76bc52011-07-11 07:44:24 +0200364 Toolchain: uClibc 0.9.32 / NPTL support, 0.9.29 removed,
365 ext-toolchain-wrapper improvements, improved non-MMU
366 support. GCC 4.3.6 / 4.6.1.
Peter Korsgaard94ad0662011-06-26 23:07:01 +0200367
Peter Korsgaard333acf32011-07-13 22:43:12 +0200368 GENTARGETS infrastructure extended to cover bootloaders and
369 Linux kernel as well. Options to retrive Linux/U-Boot from a
370 custom git repo instead of upstream tarballs.
Peter Korsgaard7ff457c2011-08-04 22:31:30 +0200371 Support for Linux 3.x and release candidate tarballs.
Peter Korsgaard333acf32011-07-13 22:43:12 +0200372 X-Loader bootloader for omap added.
Peter Korsgaard94ad0662011-06-26 23:07:01 +0200373
Peter Korsgaard333acf32011-07-13 22:43:12 +0200374 Make source/external-deps now also works for external
375 toolchains / crosstool-ng backend.
376
Peter Korsgaard5255a712011-08-04 22:03:37 +0200377 Updated/fixed packages: autoconf, berkeleydb, bind, binutils,
378 bmon, bridge-utils, busybox, cmake, dbus, dbus-glib,
379 e2fsprogs, ethtool, ffmpeg, gst-plugins-{bad,base,good,ugly},
380 gvfs, hostapd, iproute2, iptables, iw, jpeg, lame, libarchive,
381 libdnet, libdrm, libgcrypt, libgtk2, libmpeg2, libpng,
382 libsoup, lighttpd, linux-fusion, lzo, midori, mtd-utils,
Michael J. Hammel5496bc32011-04-23 20:51:41 -0600383 nfs-utils, openvpn, oprofile, orc, pkg-config, proftpd, qt,
384 ruby, samba, sdl, shared-mime-info, sudo, sqlite, squid,
385 synergy, udev, usbmount, usbutils, util-linux, valgrind,
386 webkit, xorg-xserver, xz, zlib
Peter Korsgaard333acf32011-07-13 22:43:12 +0200387
Peter Korsgaarda4a20ac2011-07-28 00:01:47 +0200388 New packages: acl, attr, ebtables, gnutls, inotify-tools,
389 ipset, libargtable2, libiqrf, libmnl, libnspr, libnss,
390 libroxml, libyaml, live555, mxml, orc, rsyslog, sredird,
391 statserial, stunnel, ti-utils, uboot-tools, yajl
392
Peter Korsgaardd4928672011-08-04 21:20:44 +0200393 Deprecated packages: liboil, swfdec
394
Peter Korsgaarda4a20ac2011-07-28 00:01:47 +0200395 Removed packages: hal
Peter Korsgaard94ad0662011-06-26 23:07:01 +0200396
397 Issues resolved (http://bugs.uclibc.org):
398
Peter Korsgaardbd76bc52011-07-11 07:44:24 +0200399 #3559: libnspr: Add new package
Peter Korsgaardb28de602011-07-13 12:44:42 +0200400 #3595: patch to add libroxml
Peter Korsgaardbd76bc52011-07-11 07:44:24 +0200401 #3565: libnss: Add new package
Michael J. Hammel5496bc32011-04-23 20:51:41 -0600402 #3583: xfonts_font-adobe-100dpi fails due to missing map file
403 #3649: [PATCH] Add mapdir to existing pkg-config patch
Peter Korsgaard94ad0662011-06-26 23:07:01 +0200404 #3907: 2011.05 - Qt 4.7.3 not building on ARM
Frederik Pasch82e840e2011-07-24 23:51:44 +0200405 #3961: Nfs-utils: Remove SUSv3-function index
Danomi Mocelopolisb9796192011-07-17 22:17:08 +0200406 #3985: "help" target's defconfig list needs sort
Tristan Lelongcef07212011-07-29 09:46:10 +0200407 #3997: bump libroxml to v2.1.0
Peter Korsgaard94ad0662011-06-26 23:07:01 +0200408
Peter Korsgaard9ab73b52011-05-27 16:18:21 +02004092011.05, Released May 27th, 2011:
410
411 Updated/fixed packages: makedevs
412
Peter Korsgaardeffcc9a2011-05-24 15:02:23 +02004132011.05-rc2, Released May 24th, 2011:
414
415 Fixes all over the tree.
416
417 Toolchain: Code sourcery ARM 2009q1 download URL fixed /
418 2009q3 external toolchains added. Crosstool-NG bumped to
419 1.11.3, eglic/glibc configuration fixes. Linux kernel 2.6.38.x
420 bumped to 2.6.38.7.
421
422 Updated/fixed packages: bind, fakeroot, kbd, psmisc, qt
423
Peter Korsgaard137a4d72011-05-18 21:47:48 +02004242011.05-rc1, Released May 18th, 2011:
Peter Korsgaardda5e5a52011-03-01 14:13:06 +0100425
Peter Korsgaard7234c232011-05-18 21:02:30 +0200426 Fixes all over the tree and new features.
Peter Korsgaard35101932011-04-21 23:52:45 +0200427
Peter Korsgaard7234c232011-05-18 21:02:30 +0200428 External toolchain improvements: We now build a binary
429 toolchain wrapper and install it into HOST_DIR/usr/bin, which
430 enforces the correct compiler arguments, making an external
431 toolchain as easy to use outside of Buildroot as the internal
432 ones are. This also brought a cleanup of CFLAGS, making the
433 Buildroot build output easier to read.
434
435 Rootfs device handling improvements: Choice between static
436 /dev, devtmpfs and devtmpfs with either mdev or udev.
437
438 Toolchain: More preconfigured codesourcery external
439 toolchains, improved Crosstool-NG support, fix for GCC
440 snapshot versions, GCC 4.4.6 / 4.5.3, experimental GCC 4.6.0
441 support, target-GCC fixes, uClibc fixes, 0.9.32-rc3 support.
442
443 Bootloaders: U-boot 2011.03, Barebox 2011.05.0
444
445 Linux: support for custom kernel image targets, E.G. for
446 powerpc builds with embedded device trees.
447
448 Misc fixes for qemu defconfigs, ensuring correct serial
449 terminal setup out of the box.
450
451 Misc gentarget / autotools handling fixes.
452
453 Updated/fixed packages: alsa-lib, alsa-utils, alsamixergui,
454 atk, avahi, bind, bison, busybox, copas, dbus-glib, dhcp,
455 dhcpdump, dnsmasq, dropbear, ethtool, fakeroot, ffmpeg, file,
456 gamin, gnuconfig, gst-ffmpeg, gst-plugins-good, gtk2-engines,
457 haserl, hostapd, icu, imagemagick, iproute2, iw, kismet, less,
458 libcap, libdnet, libglade, libglib2, libgtk2, libnl, libpng,
459 libxml2, libxml2, libxslt, lighttpd, lockfile-progs, makedevs,
Peter Korsgaard8b4f5f22011-05-18 22:03:27 +0200460 midori, mpg123, mpc, mpd, mpfr, mplayer, mtd-utils, ncurses,
461 netsnmp, openssh, openssl, openvpn, pango, pkg-config, popt,
462 procps, proftpd, qt, quagga, readline, rsync, samba, sdl,
463 socat, squashfs, squid, sudo, tslib, udev, usbutils, webkit,
Peter Korsgaard7234c232011-05-18 21:02:30 +0200464 wpa_supplicant, xerces, xfont_font-misc-misc, xlib_libX11,
465 xlib_libXfont, xlib_xtrans, xorg-server, xterm, xz
466
467 New packages: bonnie++, can-utils, gdisk, htop,
468 input-event-daemon, libexif, libraw, libv4l, ngircd
469
470 Removed packages: festival
Peter Korsgaard707dc462011-03-12 22:24:34 +0100471
472 Issues resolved (http://bugs.uclibc.org):
473
Peter Korsgaard8451c232011-05-06 16:14:54 +0200474 #2131: Add OpenMP support to the toolchain
Martin Hicks4bc79982011-01-31 15:32:06 -0500475 #3379: New Package: bonnie++
Gustavo Zacarias47736c82011-03-14 14:33:48 -0300476 #3445: Not working openssl-10.0.0d on 386sx
Hector Oron308bc532011-03-13 21:28:18 +0100477 #3451: fakeroot package: wrong FAKEROOT_SITE variable
Hector Oron39aafe82011-03-13 21:33:53 +0100478 #3457: alsamixergui: broken URL
Peter Korsgaard707dc462011-03-12 22:24:34 +0100479 #3475: Calling sync on large filesystems when not always necessary
Peter Korsgaard2c976082011-03-28 21:33:26 +0200480 #3511: make busybox-menuconfig does not download busybox package
Peter Korsgaardf894e852011-04-04 15:44:35 +0200481 #3541: Quotes in the top Makefile:217 break buildroot/kernel config...
Peter Korsgaardcdd4a7a2011-04-24 23:32:46 +0200482 #3571: u-boot: fw_printenv does not build
Peter Korsgaardcd58efb2011-04-24 22:34:50 +0200483 #3643: popt source url is not responding
Alexander Cloutera7e78f92011-05-16 22:41:54 +0200484 #3733: dropbear: make zlib optional
Peter Korsgaard8b4f5f22011-05-18 22:03:27 +0200485 #3757: Buildroot can't build mplayer with libmad
Peter Korsgaard05955602011-03-12 20:38:30 +0100486
Peter Korsgaardf3e79a72011-02-28 21:54:22 +01004872011.02, Released February 28th, 2011:
Peter Korsgaard2f192592011-02-24 20:56:15 +0100488
489 Fixes all over the tree.
490
Peter Korsgaardda8700c2011-02-28 16:11:02 +0100491 Updated/fixed packages: alsamixergui, avahi, ffmpeg, icu, mpd,
492 nuttcp, qt, slang, squashfs, sylpheed, synergy, xerces
Peter Korsgaarde77bef42011-02-27 22:31:05 +0100493
494 Deprecated packages: devmem2, webif
Peter Korsgaard2f192592011-02-24 20:56:15 +0100495
496 Issues resolved (http://bugs.uclibc.org):
497
Peter Korsgaard42daeb72011-02-28 21:46:05 +0100498 #2911: Qt: Disable qt3support-option, if gui-module isn't selected
Peter Korsgaard2f192592011-02-24 20:56:15 +0100499 #3259: Unable to build webkit (on arm)
Peter Korsgaardc82d04c2011-02-25 15:31:33 +0100500 #3295: slang fails to build on mipsel
Peter Korsgaardda8700c2011-02-28 16:11:02 +0100501 #3325: ffmpeg fails to build
Peter Korsgaard2f192592011-02-24 20:56:15 +0100502
Peter Korsgaard2d3d6182011-02-24 10:10:16 +01005032011.02-rc2, Released February 24th, 2011:
Peter Korsgaard2b41d7f2011-02-23 23:30:33 +0100504
505 Fixes all over the tree.
506
507 Festival packages marked as broken. Unless someone steps up
508 to support them, they will be removed during the 2011.05
509 development cycle.
510
511 Updated/fixed packages: atk, avahi, bind, cairo, dbus,
512 enchant, fakeroot, gmpc, gpsd, gvfs, iperf, jpeg, libarchive,
513 libcgicc, libdaemon, libdrm, libevent, libgail, libglib2,
514 libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp,
Thomas De Schampheleirea85971a2011-02-23 17:44:41 +0100515 makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm,
Gustavo Zacariasfd2bd9e2011-02-21 16:25:06 -0300516 metacity, mpd, nasm, nfs-utils, olsr, openssl, popt,
517 pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image,
Peter Korsgaardc9253252011-02-24 09:43:52 +0100518 sdl_mixer, sdl_sound, sdl_ttf, squashfs, synergy, taglib,
519 tcpreplay, tiff, wpa_supplicant, xcb-util,
Peter Korsgaard2b41d7f2011-02-23 23:30:33 +0100520 xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard},
521 xdriver_xf86-input-{mouse,synaptics,void},
522 xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb},
523 xlib_lib{ICE,SM,XScrnSaver,Xau,Xcursor,Xdmcp,Xi,Xinerama},
524 xlib_lib{Xrandr,Xt,Xtst,Xxf86dga,Xxf86vm,dmx,fontenc,pciaccess},
525 xserver_xorg-server, xz
526
527 Removed packages: ace_of_penguins, vlc
528
529 Issues resolved (http://bugs.uclibc.org):
530
Gustavo Zacariasd17c1652011-02-03 09:55:48 -0300531 #3205: Failing chmod when running "make" in buildroot (openssl)...
Gustavo Zacariasfd2bd9e2011-02-21 16:25:06 -0300532 #3277: quagga fails to build with SNMP support
Peter Korsgaard2b41d7f2011-02-23 23:30:33 +0100533 #3283: See why nfs-utils needs fakeroot, and convert to autotools
Peter Korsgaardc9253252011-02-24 09:43:52 +0100534 #3307: synergy fails to build due to missing XTest library
Peter Korsgaard2b41d7f2011-02-23 23:30:33 +0100535
Peter Korsgaard51f88022011-02-14 22:36:21 +01005362011.02-rc1, Released February 14th, 2011:
537
538 Fixes all over the tree and new features.
Peter Korsgaarda8ecce02010-12-03 11:56:28 +0100539
Peter Korsgaard26450042011-01-28 10:43:13 +0100540 External toolchain improvements: clarification of the options,
541 and introduction of the toolchain profile concept, for
542 well-known toolchains. Buildroot is now capable of
543 automatically downloading and extracting well-known toolchains
544 (for the moment, CodeSourcery ARM, PowerPC, MIPS and SuperH
Peter Korsgaard4120e052011-02-13 22:58:31 +0100545 toolchains are supported). Crosstool-NG backend updated and
546 improved.
Peter Korsgaard26450042011-01-28 10:43:13 +0100547
548 Complete rework of how hardware boards are supported.
549 Each board now only has a single defconfig file, and all
550 board-specific options have been removed. See
551 docs/buildroot.html#board_support for details.
552
553 Added support for the following boards: Mini2440, Qemu ARM
554 Versatile, Qemu MIPSel Malta, Qemu PowerPC G3beige, Qemu SH4
555 r2d and Qemu x86. The Qemu boards support allows to easily
556 build systems that are known to work under Qemu.
557
Peter Korsgaard4120e052011-02-13 22:58:31 +0100558 Initial support for Blackfin processors.
559
Peter Korsgaard26450042011-01-28 10:43:13 +0100560 Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in
561 preparation for support of SDK. For the same reason, the
562 toolchain binaries (cross-compiler and other related tools)
Peter Korsgaardd1a93022011-02-02 22:44:21 +0100563 are now installed in $(O)/host/usr/bin/. The cross pkg-config
564 now also automatically returns correct values for cross
565 compilation, without needing any environment variables to be
566 set.
Peter Korsgaard26450042011-01-28 10:43:13 +0100567
Thomas Petazzoni17b66af2010-12-07 21:09:56 +0100568 Ccache support reworked. Now used for both host and target
569 compilation, and cache is stored in ~/.buildroot-ccache.
570
Peter Korsgaard26450042011-01-28 10:43:13 +0100571 Toolchain: uClibc 0.9.32-rc2, several components moved to
Peter Korsgaard639e80f2011-01-03 00:11:40 +0100572 normal AUTOTARGET packages.
573
Peter Korsgaard26450042011-01-28 10:43:13 +0100574 Generic cmake infrastructure, similar to the existing
575 GENTARGETS/AUTOTARGETS.
576
Peter Korsgaard639e80f2011-01-03 00:11:40 +0100577 Support for bzr downloads, next to the existing git/svn support.
578
Peter Korsgaardd1a93022011-02-02 22:44:21 +0100579 Kconfig infrastructure rebased against 2.6.38-rc3, bringing
580 misc fixes. 'xconfig' now uses Qt4 rather than Qt3.
581
Peter Korsgaarda7f40df2011-01-14 22:02:47 +0100582 EXT2 file system size handling improved, UBI image support, fs
583 configuration options cleanup, U-Boot/Barebox version bumps.
Peter Korsgaard639e80f2011-01-03 00:11:40 +0100584
585 Updated/fixed packages: alsa-utils, at, autoconf, automake,
Peter Korsgaard4120e052011-02-13 22:58:31 +0100586 bash, binutils, bison, busybox, bzip2, cdrkit, cloop, cmake,
Peter Korsgaardd1a93022011-02-02 22:44:21 +0100587 coreutils, cups, dbus, dbus-python, dhcp, directfb,
Peter Korsgaard4120e052011-02-13 22:58:31 +0100588 direcfb-examples, dmalloc, dnsmasq, dosfstools, e2fsprogs, ed,
589 fbset, ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp,
590 grep, gperf, gst-ffmpeg, gst-plugins-bad, gst-plugins-base,
591 gst-plugins-good, gst-plugins-ugly, gstreamer, gvfs, hdparm,
592 hostapd, i2c-tools, icu, imagemagick, input-tools, iproute2,
593 iptables, iw, jpeg, kexec, libaio, libart, libcap, libconfig,
594 libfuse, libglib2, libidn, libmad, libogg, libpcap, libpng,
595 libsndfile, libtheora, libtool, libusb-compat, libvorbis,
596 libxcb, libxml2, libxslt, links, linux-fusion, lm-sensors,
597 lsof, ltp-testsuite, ltrace, lvm2, lzo, m4, makedevs,
598 memtester, mesa3d, mii-diag, mpc, mpfr, mpg123, mplayer,
599 mrouted, mtd-utils, nano, netperf, netplug, ntfs-3g, ntp,
600 openssh, openssl, openvpn, oprofile, pango, patch, pciutils,
601 php, pkgconfig, portmap, psmisc, python, qt, rsync, ruby,
602 sawman, screen, sdl_gfx, sdl_sound, smartmontools, socat,
603 sqlite, squid, sshfs, sstrip, sysklogd, sysstat, sysvinit,
604 tar, tcpdump, tslib, udev, usbutils, vim, vtun, webkit, wipe,
605 x11vnc, xapp_xlogo, xcb-proto, xfont_font-util,
606 xkeyboard-config, xlib_libX11, xz, zlib
Peter Korsgaarda8ecce02010-12-03 11:56:28 +0100607
Peter Korsgaard4120e052011-02-13 22:58:31 +0100608 New packages: dhrystone, dsp-tools, faad2, fbgrab, gst-dsp,
609 gst-omapfb, irda-utils, lame, libao, libcue, libcuefile,
610 libffi, libhid, libreplaygain, libsamplerate, libsigc++,
611 lsuio, mpd, musepack, python-mad, python-serial, rsh-redone,
612 sdparm, tidsp-binaries, vorbis-tools, wavpack, whetstone,
613 xl2tp, xmlstarlet
Mike Frysinger95f17bf2010-11-20 01:52:43 -0500614
Martin Banky767dce82010-12-12 22:54:05 +0100615 Removed packages: hotplug, l2tp, libfloat, microcom,
616 ng-spice-rework
Thomas Petazzoniaf6fd2d2010-12-12 22:53:56 +0100617
Frederik Paschd3d67f72010-12-08 23:09:03 +0100618 Issues resolved (http://bugs.uclibc.org):
619
Peter Korsgaardd1a93022011-02-02 22:44:21 +0100620 #267: The make target: cross fails because toolchain_build_...
621 #415: Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against...
Peter Korsgaardf362c512010-12-14 20:45:59 +0100622 #561: ltp-testsuite failed to install
Peter Korsgaardd1a93022011-02-02 22:44:21 +0100623 #1447: Installing gfortran on PowerPC
Peter Korsgaardf362c512010-12-14 20:45:59 +0100624 #1651: Build fail caused by ccache in module-init-tools
Peter Korsgaard6d171922011-01-31 21:30:05 +0100625 #1681: Cross-compiled binaries shouldn't be installed into staging
Peter Korsgaardd1a93022011-02-02 22:44:21 +0100626 #1723: [PATCH] axel: convert to generic package infrastructure and...
Peter Korsgaardf362c512010-12-14 20:45:59 +0100627 #1735: [PATCH] mplayer: convert to autotools infrastructure
Peter Korsgaardd1a93022011-02-02 22:44:21 +0100628 #2551: [PATCH] native toolchain in the target filesystem fails
629 #2623: buildroot-snapshot-20100922 fails when compiling development...
Matt Fleming7879a4b2010-09-24 14:43:17 +0100630 #2647: makedevs package lacks support for 16-bit major/minor numbers
Thomas Petazzoni4c31d752010-12-22 14:07:09 +0100631 #2371: QT MYSQL Module does not build when MySQL installed on the host
Peter Korsgaard6d171922011-01-31 21:30:05 +0100632 #2839: compile fails in various packages with a odd message "error:...
Peter Korsgaardd1a93022011-02-02 22:44:21 +0100633 #2887: tar "buffer overflow detected" error
Peter Korsgaard6d171922011-01-31 21:30:05 +0100634 #2893: Broken "make source" with external toolchain
Frederik Paschd3d67f72010-12-08 23:09:03 +0100635 #2905: Qt: Speed up compilation, if gui-module isn't selected
Peter Korsgaardeeea3ea2010-12-30 23:10:21 +0100636 #2929: genext2fs: couldn't allocate a block (no free space)
Gustavo Zacarias14a971a2011-02-03 17:45:57 -0300637 #2935: Ntpdate isn't installed
Thomas Petazzoni6ddf4702010-12-22 10:35:04 +0100638 #2965: Broken linkage to xkbcomp (blocking X server startup)
Thomas Petazzonieb563852010-12-21 14:14:53 +0100639 #2983: xlib_libX11 build failed
Andy Kennedy87a5a192011-01-14 15:53:03 -0600640 #3007: kexec doesn't build: Missing regdef.h file
Peter Korsgaardd1a93022011-02-02 22:44:21 +0100641 #3085: Init scripts are not compatible with sysVinit (when busybox...
Gustavo Zacarias9bc58a42011-01-17 09:13:42 -0300642 #3103: make external-deps wants to download gcc-.tar.bz2 when...
Kim Jae-hui0705e442011-01-18 09:20:38 +0100643 #3109: abnormal `make busybox-menuconfig`
Peter Korsgaardd1a93022011-02-02 22:44:21 +0100644 #3115: How about board specific makefiles?
Mark Wickhamc18c1d62011-02-04 19:45:46 +0100645 #3169: python patch has typo, aborts build in scenario
Peter Korsgaard6bfe2932011-02-01 14:25:05 +0100646 #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/
Frederik Paschd3d67f72010-12-08 23:09:03 +0100647
Peter Korsgaarddbc45b02010-11-30 16:52:43 +01006482010.11, Released November 30th, 2010:
Will Newton32b74802010-11-26 12:58:15 +0000649
Marcelo Roberto Jimenez1fbd9ef2010-11-25 15:38:31 -0200650 Fixes all over the tree.
Will Newton32b74802010-11-26 12:58:15 +0000651
Gustavo Zacarias5cafae42010-11-08 13:40:35 -0300652 Updated/fixed packages: libgcrypt, qt, squid, sysstat, tcpdump,
Gustavo Zacariase7fbeda2010-11-18 19:26:45 -0300653 xserver-xorg
Will Newton32b74802010-11-26 12:58:15 +0000654
Marcelo Roberto Jimenez1fbd9ef2010-11-25 15:38:31 -0200655 Issues resolved (http://bugs.uclibc.org):
656
Gustavo Zacarias5cafae42010-11-08 13:40:35 -0300657 #2773: squid with openssl support needs openssl on the host
Marcelo Roberto Jimenez1fbd9ef2010-11-25 15:38:31 -0200658 #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
659
Peter Korsgaard09af8382010-11-25 11:29:30 +01006602010.11-rc2, Released November 25th, 2010:
Peter Korsgaarddfbb3892010-11-17 07:27:11 +0100661
662 Fixes all over the tree.
663
Peter Korsgaard09af8382010-11-25 11:29:30 +0100664 Add support for LEON Sparc architecture variants. Fix make
665 source/external-deps for host packages.
Konrad Eiselefe629f92010-11-09 13:27:34 -0300666
Peter Korsgaardb9c58092010-11-25 11:07:08 +0100667 Updated/fixed packages: bash, bind, busybox, dialog, gpsd,
668 libglib2, libcurl, libmad, lrzsz, midori, module-init-tools,
669 mtd-utils, openssh, openssl, pciutils, php, qt, sqlite,
670 sysstat, webkit, zlib
Peter Korsgaarddfbb3892010-11-17 07:27:11 +0100671
672 Issues resolved (http://bugs.uclibc.org):
673
Gustavo Zacarias47416622010-11-16 10:14:45 -0300674 #759: Sysstat build broken without libintl
Peter Korsgaard84a6f532010-11-18 10:28:11 +0100675 #2479: host-module-init-tools 3.11 fails to build
Peter Korsgaardb95ccd52010-11-19 16:41:00 +0100676 #2725: Buildroot overrides kernel config
Peter Korsgaardadb0dff2010-11-18 21:50:25 +0100677 #2785: mtd-utils build fails due to missing libmtd
Thomas Rudin972cd422010-11-15 17:12:49 -0300678 #2791: Added PHP-Process Control to the PHP-Package
Stanislav Bogatyreve5edc732010-11-15 16:23:30 -0300679 #2797: pciutils dependencies on zlib not taken into account
Peter Korsgaarddfbb3892010-11-17 07:27:11 +0100680 #2809: failed to compile libglib2
Peter Korsgaarde25fe722010-11-17 22:00:29 +0100681 #2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
682 #2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
Gustavo Zacariase855e2b2010-11-05 17:20:16 -0300683 #2833: Failed to compile webkit without X11
Peter Korsgaarddfbb3892010-11-17 07:27:11 +0100684
Peter Korsgaardea252b02010-11-08 10:24:31 +01006852010.11-rc1, Released November 8th, 2010:
Peter Korsgaard9bc12b82010-09-02 17:07:22 +0200686
Peter Korsgaardea252b02010-11-08 10:24:31 +0100687 Fixes all over the tree and new features.
Peter Korsgaardbfa9e9e2010-09-05 22:42:01 +0200688
689 Kconfig infrastructure rebased against 2.6.36-rc1, bringing
690 misc fixes + nconfig and savedefconfig targets.
691
Yann E. MORIN10c1eec2010-09-19 21:54:09 +0200692 Toolchain: ARM cortex A9 support, experimental crosstool-ng
Peter Korsgaard3daa9122010-11-05 07:32:52 +0100693 backend, GCC 4.5.x.
Peter Korsgaard92870a72010-09-12 19:36:57 +0200694
Peter Korsgaard785fef12010-09-20 16:19:26 +0200695 Fs: Squashfs 4.1 with lzo support
696
Peter Korsgaard1860bda2010-09-16 13:25:32 +0200697 Old-style package hooks (*_HOOK_POST_*) removed. Use the more
698 generic new-style ones instead.
699
Peter Korsgaarda1726112010-09-16 22:33:06 +0200700 Download handling reworked and support for git/svn downloads
701 added.
702
Thomas Petazzoni5f71fc12010-11-04 20:31:25 +0100703 Removed experimental shared config.cache support, as it is
704 too unreliable.
705
Yann E. MORINaefad532010-09-26 10:56:12 +0200706 A convenience Makefile wrapper is created when using
707 out-of-tree building, similar to how it is done for the kernel.
708
Peter Korsgaard9f36bd42010-09-30 14:44:14 +0200709 Alpha, Cris, IA64 and Sparc64 architecture support removed.
710
Gustavo Zacarias666bef22010-11-02 16:35:11 -0300711 New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
Felipe Contreras603030a2010-09-20 02:44:40 +0300712 libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz
Peter Korsgaardd380d512010-09-20 17:32:46 +0200713
Martin Banky299f7822010-09-26 00:13:52 -0700714 Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
Peter Korsgaardedfb1262010-09-27 22:08:39 +0200715 automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,
Peter Korsgaardf8b8a482010-10-06 16:44:57 +0200716 bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
Gustavo Zacariasfe67fb02010-11-02 16:30:12 -0300717 dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool,
718 expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test,
719 gamin, gawk, genext2fs, gperf, gst-plugins-base,
720 gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm,
721 hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools,
722 iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi,
723 libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2,
724 libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd,
725 libnl, liboil, libosip2, libpcap, libpng, libtool, libungif,
726 libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs,
Paulius Zaleckasc2d60952010-11-04 10:57:27 +0200727 logrotate, m4, matchbox, mdadm, mesa3d, metacity, mplayer,
728 mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf,
729 netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh,
730 openssl, openvpn, oprofile, pango, patch, pcre, php,
Martin Bankyed720e82010-10-08 01:43:02 -0700731 pkg-config, portmap, pppd, pptp-linux, prboom, proftpd, radvd,
Paulius Zaleckasc2d60952010-11-04 10:57:27 +0200732 rdesktop, readline, rp-pppoe, ruby, qt, quagga, samba, sawman,
Martin Banky2d925fc2010-10-08 01:43:05 -0700733 sdl_mixer, sdl_sound, sed, setserial, shared-mime-info, slang,
Peter Korsgaard70fb5d42010-11-07 20:25:39 +0100734 speex, sqlite, squashfs, startup-notification, strace,
735 sylpheed, sysstat, taglib, tcpdump, thttpd, tiff, tn5250,
736 torsmo, tslib, udev, udpcast, usbmount, usbutils, vsftpd,
737 vtun, which, wireless-tools, wpa_supplicant, xapp_twm,
738 xapp_xbacklight, xapp_xcursorgen, xapp_xinit, xapp_xinput,
739 xapp_xmore,
Peter Korsgaardedfb1262010-09-27 22:08:39 +0200740 xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
741 xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
742 xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
743 xdriver-xf86-video-{geode,glide,glint,i128,i740,intel,mach64},
744 xdriver-xf86-video-{mga,neomagic,newport,nv,openchrome,r128},
745 xdriver-xf86-video-{rendition,s3,s3virge,savage,siliconmotion},
746 xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb},
747 xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
748 xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp},
Paulius Zaleckas1bc5b0b2010-11-04 10:58:33 +0200749 xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke,
750 xterm, xvkbd, zlib
Gustavo Zacariasf661b022010-09-01 09:24:37 -0300751
Peter Korsgaard2b9e2fb2010-11-05 14:24:08 +0100752 Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk
Peter Korsgaard06d03782010-09-20 22:35:16 +0200753
Peter Korsgaardba4fd232010-09-13 14:10:09 +0200754 Removed packages: dillo, libglib12, libgtk12, microwin,
Peter Korsgaard771d7632010-09-13 23:04:15 +0200755 pcmcia
Peter Korsgaard5ba97d92010-09-13 00:20:25 +0200756
Paul Burtone0941402010-09-17 14:22:15 +0100757 Issues resolved (http://bugs.uclibc.org):
758
Peter Korsgaard6d3342e2010-11-05 07:00:18 +0100759 #901: new package: gpsd
Peter Korsgaard61f432f2010-10-14 22:25:07 +0200760 #2389: Generate a Makefile wrapper in $(O)
Peter Korsgaard70fb5d42010-11-07 20:25:39 +0100761 #2461: wireless_tools: install shared library if needed
Peter Korsgaard5e6e63e2010-09-25 23:48:50 +0200762 #2521: Can't compile sdl_mixer, mikmod.h can't be found
Peter Korsgaard69a89912010-11-07 21:02:38 +0100763 #2533: xserver_xorg-server: Enable glx, if mesa3d is built
Peter Korsgaardedfb1262010-09-27 22:08:39 +0200764 #2563: [PATCH] cairo: Expose the configure option to disable some...
Paul Burtone0941402010-09-17 14:22:15 +0100765 #2581: libmms: Update to 0.6, and patch to work on architectures...
Peter Korsgaard891973f2010-10-17 23:32:37 +0200766 #2707: Can't compile linux kernel using buildroot + crosstool-ng
Peter Korsgaard64d8e9a2010-11-07 19:33:11 +0100767 #2731: Build order
Peter Korsgaard93736772010-11-07 19:52:13 +0100768 #2737: buildroot configuration tool crashing when the path exceeds...
Andy Gibbs44b170e2010-11-03 15:09:24 +0100769 #2767: Build for lsof broken in buildroot-2010.08
Paul Burtone0941402010-09-17 14:22:15 +0100770
Peter Korsgaard32b8d432010-09-01 00:07:06 +02007712010.08: Released August 31th, 2010:
Yann E. MORIN49736322010-08-30 15:21:53 +0200772
773 Fixes all over the tree.
774
Peter Korsgaard40f8f3f2010-08-30 22:52:01 +0200775 Updated/fixed packages: atk, xstroke
Yann E. MORIN49736322010-08-30 15:21:53 +0200776
Peter Korsgaard1424ff12010-08-31 23:14:47 +0200777 Removed packages: lxdoom
778
Peter Korsgaarddc3a7eb2010-08-30 11:16:33 +02007792010.08-rc2, Released August 30th, 2010:
Peter Korsgaard2e7ab322010-08-25 16:33:01 +0200780
781 Fixes all over the tree.
782
783 Mark the combination of uClibc 0.9.31, gcc 4.2.x, C++ and
Peter Korsgaardfb67a2d2010-08-30 11:05:32 +0200784 locale support as broken. Remove deprecated GCC 4.2.[1-3]
785 versions.
Peter Korsgaard2e7ab322010-08-25 16:33:01 +0200786
787 Mark CRIS architecture as deprecated, as it is discontinued
788 upstream.
789
Peter Korsgaardb6806722010-08-25 17:29:09 +0200790 Marked shared config.cache as experimental and disabled by
791 default as it is known to break with certain package
792 combinations.
793
Khem Raj1ed2e4f2010-08-12 15:34:44 -0700794 Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got
795 added.
796
Stanislav Bogatyrev62b4c672010-08-27 17:00:39 +0200797 fs: old-style squashfs for big endian archs fixed.
798
Peter Korsgaard1c4dbb52010-08-30 10:02:39 +0200799 Updated/fixed packages: busybox, gst-plugins-base,
Thomas Petazzoni2ab8ec92010-08-29 19:38:04 +0200800 imagemagick, kismet, libgail, libglib2, libgtk2, lua,
801 luafilesystem, lzo, ncurses, netcat, pango, php, pppd,
802 proftpd, qt, samba, startup-notification, swfdec, sysvinit,
803 util-linux
Peter Korsgaard2e7ab322010-08-25 16:33:01 +0200804
Peter Korsgaard6c519382010-08-29 22:04:02 +0200805 Removed packages: stunnel
806
Peter Korsgaard2e7ab322010-08-25 16:33:01 +0200807 Issues resolved (http://bugs.uclibc.org):
808
809 #635: util-linux fails to build in 2009.08
810 #2239: netcat package installs its binary to target as avr32-linux...
Peter Korsgaardeba71322010-08-30 10:42:55 +0200811 #2395: libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because...
Simon Paschc4cdcc32010-08-29 23:32:33 +0200812 #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
Stanislav Bogatyreve8fdc082010-08-29 00:10:59 +0200813 #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ...
Peter Korsgaard2e7ab322010-08-25 16:33:01 +0200814
Peter Korsgaard2ef83b42010-07-30 12:35:45 +02008152010.08-rc1, Released July 30th, 2010:
Peter Korsgaarddc5e22e2010-06-01 22:02:43 +0200816
Peter Korsgaard2b42aae2010-06-05 21:09:05 +0200817 Fixes all over the tree and new features.
818
Peter Korsgaard5fd095b2010-06-15 23:10:03 +0200819 Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2
Peter Korsgaardebf21162010-07-29 17:02:29 +0200820 and non-sysroot support removed. Added support for (snapshot)
821 NPTL in uClibc, 0.9.28.3 removed,
Peter Korsgaard144e4ed2010-06-15 22:58:17 +0200822
Peter Korsgaarda7a3e752010-06-14 22:25:32 +0200823 Bootloaders: Various cleanups, moved to boot/, added Barebox,
Peter Korsgaardb9997ca2010-07-05 16:54:45 +0200824 removed yaboot. Support building u-boot from custom tarball,
825 u-boot 2010.06.
Peter Korsgaarda7a3e752010-06-14 22:25:32 +0200826
Peter Korsgaard2b42aae2010-06-05 21:09:05 +0200827 New GTK-based configurator, usable using 'make gconfig'.
Peter Korsgaard3c5deb92010-06-02 21:02:45 +0200828
Peter Korsgaard39e6ba12010-07-26 22:25:19 +0200829 Java packages marked as broken. Unless someone steps up to
830 support this, they will be removed during the 2010.11
831 development cycle.
832
Thomas Petazzonia563a662010-07-26 18:15:11 +0200833 Alpha, IA64 and Sparc64 architectures marked as deprecated.
Peter Korsgaard13a10a02010-07-28 16:27:09 +0200834 GTK+ on DirectFB has also been marked as deprecated, as it is
835 not supported in recent GTK+ versions, and more and more
836 packages depends on the new versions.
Thomas Petazzonia563a662010-07-26 18:15:11 +0200837 Unless someone steps up to support them, they will be removed
838 during the 2010.11 development cycle.
839
Peter Korsgaardab10ed82010-07-05 11:01:55 +0200840 New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
Peter Korsgaard2c31d742010-07-30 13:03:59 +0200841 libgail, luafilesystem, luasocket, rings, wsapi, xavante, xterm
Gustavo Zacariasa8495cd2010-05-10 14:42:13 -0300842
Peter Korsgaard18fa12f2010-07-27 23:01:29 +0200843 Updated/fixed packages: alsa-lib, alsamixergui, at, atk,
844 avahi, berkeleydb, bash, blackbox, busybox, bzip2, cairo,
845 cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc,
846 dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig,
847 gawk, gmpc, gnuchess, gst-plugins-base, gst-plugins-good,
Gustavo Zacariasee779632010-07-22 12:50:54 -0300848 gstreamer, gzip, icu, intltool, iostat, ipsec-tools, iptables,
Peter Korsgaardac9ee0b2010-07-30 10:24:08 +0200849 iw, libart, libcgi, libcurl, libdrm, libeXosip, libfuse,
850 libglib2, libgpg-error, libiconv, libidn, liblockfile, libpng,
851 libsoup, lighttpd, links, linux-fusion, lmbench, lrzsz,
852 ltrace, make, midori, module-init-tools, mplayer,
853 mysql_client, nbd, ncurses, neon, netcat, netperf, netsnmp,
854 ntfsprogs, openssl, oprofile, pango, php, qt, quagga, samba,
855 setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, speech-tools,
856 sqlite, squashfs, swfdec, tftpd, thttpd, tn5250, tremor,
857 usbutils, webif, webkit, wireless_tools, xerces,
858 xkeyboard-config, xserver_xorg-server, xvkbd, zlib
Peter Korsgaard3c5deb92010-06-02 21:02:45 +0200859
Peter Korsgaard2c31d742010-07-30 13:03:59 +0200860 Removed packages: modutils, portage, rxvt
Gustavo Zacarias6ef6e962010-06-05 23:00:14 +0200861
Thomas Petazzonie475cf02010-07-25 16:53:52 +0200862 Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
Peter Korsgaardf4800b42010-07-22 21:43:45 +0200863
Peter Korsgaard3c5deb92010-06-02 21:02:45 +0200864 Issues resolved (http://bugs.uclibc.org):
865
Peter Korsgaard5bf7eb22010-07-19 09:41:59 +0200866 #321: alsa-lib uses host include files for python which breaks ...
Peter Korsgaardacb86ba2010-07-18 22:15:37 +0200867 #361: linux kernel configuration choice works incorrectly
Peter Korsgaardad36fcd2010-07-18 22:35:57 +0200868 #387: Tremor not installed to toolchain
Luca Ceresoli5db72042010-06-14 21:41:45 +0200869 #401: new package: ffmpeg
Peter Korsgaardacb86ba2010-07-18 22:15:37 +0200870 #475: uImage target for U-boot failed generating
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200871 #543: ATK requires X11 on DirectFB target
872 #575: webkit: Buildroot Libtool Patch Fails
Peter Korsgaardacb86ba2010-07-18 22:15:37 +0200873 #583: build fails with external x86_64 toolchain
Peter Korsgaardad36fcd2010-07-18 22:35:57 +0200874 #729: sstrip creates corrupted headers
Peter Korsgaard18fa12f2010-07-27 23:01:29 +0200875 #829: Webkit r44552 needs libXt
Peter Korsgaard868ed552010-06-18 22:13:12 +0200876 #835: Package Dataflashboot-1.05 does not compile with buildroot...
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200877 #847: Compiling target-gcc v4.4 fails with "libc.so.0: cannot open...
878 #859: Add (head of) nptl branch to list of uClibc versions
879 #949: compile with debug info
880 #955: Grub fails to build with External Toolchain
Peter Korsgaard18fa12f2010-07-27 23:01:29 +0200881 #1051: Webkit doesn't compile (Linuxthreads new, x86)
Will Wagner39ca6d52010-01-11 12:28:50 +0000882 #1213: Move .config into output directory
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200883 #1225: Buildroot fails to account for "nof" subdirectory (no float...
884 #1231: (sparc) Linux kernel fails to build
885 #1261: The getline() in output/build/linux-2.6.28/scripts/unifdef.c...
886 #1339: Busybox needs -fno-strict-aliasing to compile cleanly
Peter Korsgaard5bf7eb22010-07-19 09:41:59 +0200887 #1393: neon config fails libxml/parser.h: libxml2 requires, but not ...
Peter Korsgaard18fa12f2010-07-27 23:01:29 +0200888 #1405: WebKit fails to build because pthread_getattr_np is not impl...
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200889 #1675: GMP Error during buildroot make process
890 #1741: external toolchain linking error
Kelvin Cheung41580882010-06-08 13:30:26 +0800891 #1753: lmbench: convert to generic package infrastructure
Thomas Petazzoni3754c512010-06-05 17:18:40 +0200892 #1771: Fakeroot and the target/generic/device_table.txt create bad...
Peter Korsgaarde9bc59e2010-06-07 15:44:30 +0200893 #1807: LZMA 4.32.7, Required header file(s) are missing
Paul Jonesd74be052010-06-06 09:29:04 +1000894 #1813: xkeyboard-config fails to build because of intltool problem
Gustavo Zacariasa0ce68d2010-05-27 14:35:34 -0300895 #1879: Bump iptables to 1.4.8
Gustavo Zacariasaccf2eb2010-05-10 14:58:33 -0300896 #1885: Add a bunch of lua modules
Gustavo Zacarias3638e522010-05-20 11:41:45 -0300897 #1897: Bump libusb to 1.0.7
Gustavo Zacarias8ac2bba2010-06-02 11:54:14 -0300898 #1903: Bump tn5250 to 0.17.4 and migrate to autotargets
Peter Korsgaard3c5deb92010-06-02 21:02:45 +0200899 #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
Gustavo Zacarias0b8c4972010-06-08 13:43:10 -0300900 #1927: Bump file to 5.03 and migrate to autotargets
Gustavo Zacarias8cd06962010-06-07 11:35:58 -0300901 #1933: Bump gawk to 3.1.8 and migrate to autotargets
Gustavo Zacariasd9c2b632010-06-03 15:45:24 -0300902 #1945: PHP: add sqlite3 dependency when using external lib
Gustavo Zacarias3dbc86f2010-06-03 17:10:10 -0300903 #1951: Bump openssl to 0.9.8o
Gustavo Zacariascffb9cf2010-06-03 15:46:14 -0300904 #1957: Bump sqlite to 3.6.23.1
Gustavo Zacarias237c98b2010-06-07 17:09:43 -0300905 #1975: Package removal/deprecation
Paul Jonesd47c73e2010-06-07 22:33:06 +1000906 #1981: zlib: bump to 1.2.5
Paul Jones8df21522010-06-08 10:29:18 +1000907 #1987: intltool: Fix spelling mistake
Gustavo Zacarias3404ad72010-06-09 10:36:26 -0300908 #1993: Bump bash to 4.1.7(1) and migrate to autotargets
Nick Leverton016eb672010-06-09 12:04:25 +0200909 #1999: Typo in path checking
Gustavo Zacarias1c7de592010-06-24 09:11:06 -0300910 #2005: Bump dnsmasq to 2.55 and migrate to gentargets
Peter Korsgaarddff1d592010-06-13 14:24:48 +0200911 #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x
Gustavo Zacariasc32ce8b2010-06-08 16:22:50 -0300912 #2038: Bump ncurses to 5.7
Slava Zanko1b10ce72010-06-24 12:00:59 +0300913 #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
Peter Korsgaardca3489d2010-07-02 14:04:34 +0200914 #2101: blackbox depends on locale support
Thomas Petazzoni93e80142010-06-26 00:02:27 +0200915 #2119: Tries to build kernel, although disabled in config
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200916 #2125: libXfont build fail
Peter Korsgaarde09aa602010-07-06 14:19:36 +0200917 #2143: buildroot compiler generates segfaulting statically linked exe..
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200918 #2149: xterm build failure
Peter Korsgaard9280caf2010-07-01 15:35:00 +0200919 #2155: Compression lzo don't set for ubifs
Peter Korsgaardccd0fc42010-07-27 09:08:01 +0200920 #2161: [SECURITY] Update libpng to 1.2.44
Gustavo Zacarias3169aae2010-07-08 14:20:06 -0300921 #2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ...
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200922 #2181: pixman can't apply pixman-0.10.0-no-tests.patch
Peter Korsgaard1eb59f52010-07-17 00:02:13 +0200923 #2191: linux-fusion build fail
Peter Korsgaardb9221512010-07-16 23:54:21 +0200924 #2221: Qt does not compile (dependencies not taken into account?)
Peter Korsgaard58ddb372010-07-18 22:21:59 +0200925 #2233: Atmel atstk target skeletons have /etc/mtab as a file, not ...
Nick Leverton6c387f22010-07-20 08:58:01 +0200926 #2245: Netcat does not work due to incorrect assumptions about signed..
Peter Korsgaard7f16e542010-07-20 09:19:55 +0200927 #2251: directory output/build after make *_defconfig not found
Peter Korsgaard0c271d52010-07-29 09:10:25 +0200928 #2257: Convert netsnmp package to autotargets
929 #2263: Bump samba to 3.3.13
Thomas Petazzoniaaa2b662010-07-25 16:53:51 +0200930 #2269: setserial causes make error
Peter Korsgaard3c5deb92010-06-02 21:02:45 +0200931
Peter Korsgaard07da6192010-05-30 22:24:10 +02009322010.05, Released May 30th, 2010:
Peter Korsgaard170b3d32010-05-27 14:48:47 +0200933
934 Fixes all over the tree.
935
Peter Korsgaarda4bba082010-05-30 09:32:15 +0200936 Updated/fixed packages: coreutils, hal, libcap,
937 lockfile-progs, ncftp, xserver_xorg-server
Gustavo Zacarias2816c332010-05-28 14:34:27 -0300938
939 Issues resolved (http://bugs.uclibc.org):
940
Peter Korsgaarde1a7d912010-05-30 10:40:19 +0200941 #1789: binutils fails to build for i386
Gustavo Zacarias2816c332010-05-28 14:34:27 -0300942 #1843: Fix libcap build failure
Peter Korsgaard7f1bca82010-05-30 20:11:23 +0200943 #1855: XORG Keyboard driver fails to compile
Peter Korsgaard170b3d32010-05-27 14:48:47 +0200944
Peter Korsgaardbbd96db2010-05-27 14:35:04 +02009452010.05-rc3, Released May 27th, 2010:
Peter Korsgaard93cca7c2010-05-16 22:20:54 +0200946
947 Fixes all over the tree.
948
Peter Korsgaard994bb072010-05-26 08:59:46 +0200949 Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
Peter Korsgaardb7300102010-05-25 23:38:44 +0200950 cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
Peter Korsgaard50685f12010-05-26 23:19:44 +0200951 gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad,
Peter Korsgaard062cebb2010-05-27 09:53:01 +0200952 gst-plugins-base, gvfs, hal, iconv, icu, iperf, libcgicc,
953 libdvdnav, libdvdread, libglade, libglib2, libgtk2, libidn,
954 libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2,
955 make, metacity, microperl, mtd-utils, mutt, nbd, netsnmp,
956 ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, php,
957 pkg-config, psmisc, qt, samba, shared-mime-info, squashfs,
958 squashfs3, sshfs, startup-notification, swfdec, sylpheed,
959 uemacs, util-linux, valgrind, vpnc, vsftpd, webkit, xstroke
Peter Korsgaard484d15d2010-05-20 23:13:01 +0200960
961 Issues resolved (http://bugs.uclibc.org):
962
Peter Korsgaardca999e02010-05-27 00:47:31 +0200963 #75: arm buildroot "unrecognized option" error
964 #699: Buildroot fails to copy libstdc++ to target when using external...
Peter Korsgaard484d15d2010-05-20 23:13:01 +0200965 #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST...
Peter Korsgaard7ab3f962010-05-21 21:11:06 +0200966 #1729: alsamixergui fails to build
Nick Leverton7810eeb2010-05-21 21:03:39 +0200967 #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib
Peter Korsgaard096b21e2010-05-24 08:22:26 +0200968 #1819: pciutils small bugs
Gustavo Zacarias947a9b82010-06-15 10:24:44 -0300969 #2065: Internal toolchain: bump gcc 4.3.x series to 4.3.5
Peter Korsgaard7bb2b482010-05-16 22:29:41 +0200970
Peter Korsgaard6d1ab152010-05-11 21:15:07 +02009712010.05-rc2, Released May 11th, 2010:
Paulius Zaleckasca218de2010-05-03 19:51:58 +0300972
973 Fixes all over the tree.
974
Peter Korsgaard49ce10c2010-05-11 09:13:14 +0200975 Updated/fixed packages: busybox, customize, gawk, gnuchess,
976 hal, hostapd, less, libgcrypt, libnl, libxcb, linux-fusion,
977 ltp-testsuite, mplayer, netplug, pciutils, php, sed,
978 shared-mime-info usb_modeswitch, usbutils, vlc wpa_supplicant,
979 xapp_bdftopcf, xapp_mkfontdir, xdriver_xf86-video-openchrome,
Thomas Petazzonic554cc2a2010-05-10 23:39:50 +0200980 xfont_encodings, xlib_libX11, xlib_libXfont, xlib_xtrans,
981 xproto_fontcacheproto, xproto_fontsproto, xvkbd
Gustavo Zacarias63b86662010-04-22 15:58:16 -0300982
Peter Korsgaard13de2612010-05-10 22:03:39 +0200983 Removed packages: vice
984
Gustavo Zacarias63b86662010-04-22 15:58:16 -0300985 Issues resolved (http://bugs.uclibc.org):
986
Luca Ceresoliea0695f2010-05-06 00:16:59 +0200987 #849: "customize" package copies files to wrong place in target tree
Gustavo Zacarias63b86662010-04-22 15:58:16 -0300988 #985: Bump usb_modeswitch package to 1.1.0
Luca Ceresoliea0695f2010-05-06 00:16:59 +0200989 #1135: Package customize. Wrong copying
Peter Korsgaard79db1ff2010-05-04 23:11:20 +0200990 #1525: Package hal deletes a whole <target>/etc/rc.d directory
Peter Korsgaard395a70f2010-05-08 09:39:00 +0200991 #1531: libxcb 1.5 build fails, due to missing xcbgen Python module
992 #1669: Busybox failed to compile when using an external toolchain
Gustavo Zacariasdfb50392010-05-06 11:14:38 -0300993 #1699: Fix usbutils dependencies and bump
Gustavo Zacariasa5fe7372010-05-06 11:24:36 -0300994 #1705: Fix pciutils broken cross compiling
Gustavo Zacarias6f4939d2010-05-06 13:32:14 -0300995 #1717: External toolchain fixes for hostapd & wpa_supplicant
Paulius Zaleckasca218de2010-05-03 19:51:58 +0300996
Peter Korsgaardaac61fd2010-05-03 16:12:45 +02009972010.05-rc1, Released May 3rd, 2010:
Peter Korsgaard58794482010-03-02 17:42:23 +0100998
Gustavo Zacariasb1c9a152010-03-26 11:19:43 -0300999 Cleaned up / restructured package menu.
1000
Peter Korsgaard266fa652010-04-05 10:47:54 +02001001 Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
Peter Korsgaard4439d382010-05-02 23:22:26 +02001002 2.6.33 kernel headers, binutils 2.20.1, GCC 4.4.4,
1003 removed broken nios2 support, ppc e300cX/e500mc support,
1004 improved external toolchain support, GDB 7.x support.
Peter Korsgaardc9d195e2010-03-08 14:29:48 +01001005
Peter Korsgaardde859f62010-03-12 23:14:59 +01001006 X.org updated to 7.5.
1007
Peter Korsgaard5724e092010-05-03 16:07:20 +02001008 New packages: cdrkit, cramfs, genext2fs, genromfs,
1009 libatomic_ops, librsync, libusb-compat, lmbench, netperf,
1010 squashfs, squashfs3, squid
Chris Seawooda0386022010-03-22 16:50:51 +01001011
Peter Korsgaard5724e092010-05-03 16:07:20 +02001012 Updated/fixed packages: alsa-utils, argus, autoconf, bison,
1013 busybox, bzip2, directfb, dnsmasq, dosfstools, e2fsprogs,
1014 eeprog, fakeroot, fbv, findutils, freetype, haserl, hostapd,
1015 iperf, iptables, iw, less, libaio, libcgi, libcgicc, libdrm,
1016 libgcrypt, libglib2, libid3tag, libmad, liboil, libosip2,
1017 libpng, libraw1394, libsysfs, libxml2, libxslt, linux-fusion,
1018 ltrace, lua, lzma, madplay, makedevs, matchbox, mdadm,
1019 memstat, mesa3d, mtd-utils, nano, ncurses, openssl, patch,
1020 pciutils, php, pixman, portage, pppd, pthread-stubs, python,
1021 qt, radvd, samba, setserial, smartmontools, tar, tslib,
1022 udpcast, usb_modeswith, vtun, wget, xdata_xcursor-themes,
1023 xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
1024 xlib_libXaw, xlib_libXfont, xlib_libXfontcache,
Gustavo Zacariasbb73ce22010-04-29 18:04:20 -03001025 xlib_libXxf86misc, xlib_libXtst, xlib_libpciaccess,
1026 xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
1027 xproto_xf86miscproto, xserver_xorg-server
Peter Korsgaard58794482010-03-02 17:42:23 +01001028
Will Wagner84e5d7c2010-04-14 18:06:43 +01001029 Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
1030 xlib_libXxf86misc, xxproto_evieext, proto_trapproto,
1031 xproto_xf86miscproto
Will Wagner9638be12010-04-14 18:06:41 +01001032
Alexander Clouteracac2ec2010-03-13 21:43:06 +01001033 Issues resolved (http://bugs.uclibc.org):
1034
Gustavo Zacariasffe25f02009-12-23 09:30:45 -03001035 #513: Add new squid package
Kelvin Cheung0e9aad62009-11-11 10:51:02 +08001036 #661: lmbench: new package
Gustavo Zacariasbb73ce22010-04-29 18:04:20 -03001037 #719: Add lua option to haserl
Richard van Paasen6a3a58f2009-12-14 22:54:12 +01001038 #800: [PATCH] iperf update to 2.0.4
Gustavo Zacarias46913a22010-04-29 18:03:45 -03001039 #803: [PATCH] lua - add shared library patch and config option for...
Richard van Paasen0c776122009-12-14 22:56:10 +01001040 #805: [PATCH] mdadm - version update
Johan Thelincb08cd62010-04-03 10:48:06 +02001041 #817: integrator926_defconfig uses unsupported uboot board name
Yann E. MORIN6db57c62010-04-07 00:50:10 +02001042 #851: Add option to specify --sysroot value for external toolchain
Mike Crowee237c992010-02-11 13:19:35 +00001043 #1093: Upgrade libusb to v1.0.3 and add new libusb-compat
1044 package for compatibility with old packages that expect
1045 the pre-1.0 API.
Gustavo Zacariased91e782010-02-18 12:49:27 -03001046 #1105: Add new netperf package
Gustavo Zacarias8fe6cc92010-02-18 14:51:51 -03001047 #1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
Gustavo Zacarias19f15062010-02-18 16:01:01 -03001048 #1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in
Gustavo Zacarias4f0361a2010-02-18 16:15:58 -03001049 #1123: Bump less to 436 and migrate to Makefile.autotools.in
Gustavo Zacarias3b90d692010-02-18 16:48:24 -03001050 #1129: Bump memstat to 0.8 and migrate to Makefile.package.in
Johan Thelincb08cd62010-04-03 10:48:06 +02001051 #1189: Wrong u-boot configuration name for integrator926 target
Will Wagner17541bd2010-01-26 15:31:37 +00001052 #1219: kernel headers not correctly installed into toolchain/staging
serj.kalichevd07aee12010-05-01 21:08:43 +02001053 #1267: Wrong BR2_EXTRA_VERSION
Peter Korsgaard60f2fb42010-03-18 23:15:06 +01001054 #1273: BR2_INET_IPV6 does not enable IPv6 in pppd
Chris Seawooda0386022010-03-22 16:50:51 +01001055 #1303: Add librsync package
Grant Edwards532e1fb2010-05-01 20:57:28 +02001056 #1321: Busybox link fails due to lack of --sysroot option
Peter Korsgaard820d9172010-03-31 10:40:30 +02001057 #1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
Peter Korsgaard60f2fb42010-03-18 23:15:06 +01001058 #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
Peter Korsgaard0a179ad2010-04-02 15:13:46 +02001059 #1369: cannot build radvd (flex problem)
Peter Korsgaarda12ef5d2010-03-31 12:13:51 +02001060 #1387: xlib_libX11-1.3.2 can't find libjpeg
Gustavo Zacariasaa3486f2010-03-26 10:16:31 -03001061 #1411: [SECURITY] Update openssl package to 0.9.8n
Gustavo Zacariasbc7ffe72010-03-16 14:07:59 -03001062 #1417: Bump iptables to 1.4.7
Gustavo Zacarias801f22b2010-03-17 16:59:32 -03001063 #1423: Bump e2fsprogs to 1.41.11
Gustavo Zacarias0fd37242010-03-26 12:54:39 -03001064 #1429: [SECURITY] Update php to 5.2.13
Gustavo Zacarias5c36fdf2010-03-29 11:58:41 -03001065 #1441: Add binutils 2.20.1
Paulius Zaleckas31365de2010-03-30 17:20:55 +02001066 #1447: Package installation on target with debug symbols is broken
Gustavo Zacariasac5c5fd2010-04-01 17:44:28 +02001067 #1459: Misc QA fixes
Alexander Clouter07f155c2010-04-06 07:43:03 +02001068 #1489: radvd update to 1.6
Gustavo Zacarias633049d2010-04-07 23:00:28 -03001069 #1513: Enable powerpc e300c2, e300c3 and e500mc optimization
Peter Korsgaard6c5225b2010-04-18 22:33:09 +02001070 #1537: dev entries not created anymore
Gustavo Zacarias4ab68832010-04-14 11:17:47 -03001071 #1555: Fix default uclibc-0.9.31 configuration
Gustavo Zacariasba9ed132010-04-14 11:26:45 -03001072 #1561: [SECURITY] Update samba to 3.3.12
Peter Korsgaard65e209c2010-04-15 16:26:15 +02001073 #1567: openssl0.9.8n fails to compile
Peter Korsgaard5ad26722010-04-26 22:58:25 +02001074 #1573: Alsa-utils alsactl/init/* not installed to target
Peter Korsgaardab1f6e52010-04-19 09:11:35 +02001075 #1591: portmap fails to compile
Gustavo Zacarias55886162010-04-22 15:35:15 -03001076 #1615: Convert eeprog package to gentargets
Gustavo Zacarias554ef432010-04-26 11:54:32 -03001077 #1645: Bump hostapd package to 0.7.2
Alexander Clouteracac2ec2010-03-13 21:43:06 +01001078
Peter Korsgaardac1dfc82010-02-26 15:52:48 +010010792010.02, Release February 26th, 2010:
Francisco Gonzalez Morellf4f15702010-02-24 00:01:39 +01001080
1081 Fixes all over the tree.
1082
Peter Korsgaardb209f222010-02-26 10:42:26 +01001083 Updated/fixed packages: avahi, busybox, cramfs, ipsec-tools, libcgicc,
1084 libgtk2, libraw1394, madplay, netsnmp, pango, squashfs, sylpheed, qt,
1085 xfont_font-util
Peter Korsgaardba505382010-02-24 22:59:32 +01001086
Gustavo Zacarias0f40a462010-02-19 09:59:08 -03001087 Removed packages: hostap, openmotif, xpdf
Peter Korsgaardba505382010-02-24 22:59:32 +01001088
1089 Issues resolved (http://bugs.uclibc.org):
1090
1091 #165: openmotif does not build
Gustavo Zacarias0f40a462010-02-19 09:59:08 -03001092 #1147: Remove obsolete hostap package
Peter Korsgaardf5617632010-02-25 17:27:50 +01001093 #1183: make source fails to download gmp, mpfr and patches
Francisco Gonzalez Morellf4f15702010-02-24 00:01:39 +01001094
Peter Korsgaard7bd81252010-02-23 23:28:46 +010010952010.02-rc2, Released February 23th, 2010:
Peter Korsgaard23c8c882010-02-17 11:10:23 +01001096
1097 Fixes all over the tree and new features.
1098
Peter Korsgaard89fd7202010-02-23 21:59:24 +01001099 New packages: intltool
1100
Peter Korsgaardc8ff60c2010-02-19 11:30:54 +01001101 Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus,
Peter Korsgaard89fd7202010-02-23 21:59:24 +01001102 at, automake, ccache, dosfstools, e2fsprogs, flex, gob2, gmpc,
1103 gst-plugins-good, imagemagick, iw, kexec, libeXosip, libgtk2,
1104 libpcap, libpng, libsoup, libxcb, libxml-parser-perl, libxml2,
1105 libxslt, lvm2, matchbox, mplayer, rsync, rubix, shared-mime-info,
1106 tcl, webkit, xapp_mkfontscale, xfont_encodings, xfont_font-util,
1107 xlib_libfontenc, xproto_trapproto, zlib
Peter Korsgaardc8ff60c2010-02-19 11:30:54 +01001108
1109 Removed package: xboard
Peter Korsgaard23c8c882010-02-17 11:10:23 +01001110
Rob Alley6c9d3872010-01-28 02:29:40 +13001111 Issues resolved (http://bugs.uclibc.org):
1112
Peter Korsgaard5239be02010-02-23 20:57:54 +01001113 #335: atk looks for the path to the gnome library on the host
1114 #355: Please update WebKit - it doesn't compile!
1115 #453: libglib2 autoreconf
1116 #457: e2fsprogs link problem
1117 #459: libgtk2 autoreconf
1118 #469: build of libgtk2 for host incorrectly assumes that X.org ...
1119 #671: Bash fails to build when building buildront on Ubuntu 9.04
1120 #711: WebKit host dependencies problems
1121 #821: cp: illegal operation
1122 #1039: Not compiled on ubuntu karmic
Rob Alley6c9d3872010-01-28 02:29:40 +13001123 #1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo
1124
Peter Korsgaardf0bdacd2010-02-09 16:54:30 +010011252010.02-rc1, Released February 9th, 2010:
1126
1127 Fixes all over the tree and new features.
1128
1129 Generalized autotools infrastructure to be usable for
1130 non-autotools packages, see package/Makefile.package.in for
1131 details.
1132
1133 Cleaned up avr32 toolchain config, external source-based
1134 toolchain support is gone.
1135
1136 Dependency checks: Also check for makeinfo, only print output
1137 on errors.
Peter Korsgaardde219282009-12-03 15:59:15 +01001138
Peter Korsgaard6c26a602010-01-23 23:07:20 +01001139 Toolchain: uClibc 0.9.30.2, gcc 4.4.3
Peter Korsgaard6bfb4882010-01-15 14:47:54 +01001140
Peter Korsgaard731f3c32010-02-03 21:26:48 +01001141 New packages: libcdaudio, libdvdnav, libdvdread, hostapd, ser2net,
1142 tcpreplay
Chris Packham20417bb2009-07-30 13:59:49 +12001143
William Wagneraea2ef92010-01-28 18:07:27 +00001144 Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash,
1145 bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq,
Julien Boibessot14d065b2010-02-08 18:39:19 +01001146 e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex,
1147 hal, iptables, iw, jpeg, kismet, libfuse, libglib2, liboil, libpcap,
1148 libungif, libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd,
1149 neon, netstat-nat, newt, openvpn, pcre, php, qt, rdesktop, readline,
1150 rpm, sawman, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot,
1151 usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib
Gustavo Zacariasba4183b2009-12-02 10:32:34 -03001152
Peter Korsgaard640c7402010-02-09 12:21:37 +01001153 Removed package: asterisk, openswan
Peter Korsgaard52234472010-02-08 17:20:41 +01001154
Gustavo Zacariasba4183b2009-12-02 10:32:34 -03001155 Issues resolved (http://bugs.uclibc.org):
1156
Chris Packham20417bb2009-07-30 13:59:49 +12001157 #515: tcpreplay: new package
Lionel Landwerlin10415632009-12-06 22:21:58 +01001158 #553: Wrong DirectFB ps2mouse limitation
Clark Rawlins249f3db2009-12-01 08:46:27 -05001159 #559: mesa3d build fails
Peter Korsgaard7c737972009-12-07 09:14:36 +01001160 #679: Autoconf cannot find M4
Gustavo Zacarias44816b12009-11-30 11:45:35 -03001161 #739: New/updated hostapd package
Gustavo Zacariasd8968c62009-11-30 12:58:49 -03001162 #749: Bump usbutils package to version 0.86
Peter Korsgaard79c9a432009-12-06 15:40:03 +01001163 #751: Kernel 2.6 snapshot fetch fail
Gustavo Zacarias1ba3c842009-12-01 17:00:59 -03001164 #753: Bump lighttpd package to 1.4.25
Anders Darander9c374252009-12-02 13:29:23 +01001165 #757: U-Boot: mkimage cannot be installed using external toolchain
Gustavo Zacariasba4183b2009-12-02 10:32:34 -03001166 #761: Add binutils 2.20 to toolchain options
Gustavo Zacarias9f177282009-12-02 12:39:21 -03001167 #763: [SECURITY] Update pcre to 7.9
Gustavo Zacarias09c181f2009-12-02 16:36:43 -03001168 #765: Add buildroot branding to gcc
Gustavo Zacarias7a901722009-12-02 14:39:52 -03001169 #767: Bump iw package to 0.9.18
Gustavo Zacariasb5867d92009-12-03 13:19:27 -03001170 #773: [SECURITY] Update bind to 9.5.2-P1
grante0a62bb42009-12-10 16:12:21 -06001171 #795: Minor edits to fix typos, grammar, spelling, usage in documen...
Gustavo Zacarias4833d132009-12-14 17:27:01 -03001172 #813: Drop not very useful generic package selection options ...
Anders Daranderb9656e82009-12-23 10:05:45 +01001173 #823: Editor backup files (~) is copied from the target_skeleton
Gustavo Zacarias9400c732009-12-23 10:41:36 -03001174 #827: Bump mtd-utils package to version 1.2.0
Peter Korsgaardc47124d2010-01-18 00:32:45 +01001175 #841: Build error
Gustavo Zacarias0908e852010-01-19 15:09:28 -03001176 #913: Bump iptables to 1.4.6
Gustavo Zacariasc95e3b82010-01-19 15:06:36 -03001177 #919: Bump usb_modeswitch package to 1.0.7
Gustavo Zacariasca2ad7d2010-01-19 15:07:54 -03001178 #925: Bump wpa_supplicant package to 0.6.10
Gustavo Zacariasdb9dcbe2010-01-19 16:13:55 -03001179 #931: Bump kismet package to 2010-01-R1
Gustavo Zacariasb3febda2010-01-19 16:54:45 -03001180 #937: Bump openvpn package to 2.1.1
Gustavo Zacariasc623a232010-01-20 11:17:53 -03001181 #943: Bump sqlite package to 3.6.22
Gustavo Zacarias3416f262010-01-26 11:36:07 -03001182 #961: Bump dnsmasq to 2.52
Gustavo Zacarias60ce1b02010-01-26 11:47:42 -03001183 #967: Bump netstat-nat to 1.4.10
Gustavo Zacarias6455c322010-01-25 10:42:50 -03001184 #973: Bump iw to 0.9.19
Peter Korsgaardfbf84d42010-01-31 22:13:45 +01001185 #1003: DHCP options disabled with busybox-1.16.0
Peter Korsgaard934c7bb2010-01-29 15:01:04 +01001186 #1009: [SECURITY] Bump php to 5.2.12
Gustavo Zacarias49d92eb2010-02-01 13:53:12 -03001187 #1015: [SECURITY] Bump bind to 9.5.1-P2
Peter Korsgaardc3174392010-02-03 17:27:51 +01001188 #1027: Busybox flash commands conflict with those from mtd-utils
Gustavo Zacariasd5d48252010-02-09 11:30:06 -03001189 #1063: [SECURITY] Update lighttpd to 1.4.26
Peter Korsgaardbf4d2d82009-12-04 09:24:01 +01001190
Peter Korsgaard798927c2009-12-01 15:20:18 +010011912009.11, Released December 1st, 2009:
Peter Korsgaardb48fb8c2009-11-30 11:00:28 +01001192
1193 Additional fixes and cleanups.
1194
Peter Korsgaard9d998ad2009-12-01 12:18:38 +01001195 Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk,
1196 microperl, ncurses, vim
Peter Korsgaardb48fb8c2009-11-30 11:00:28 +01001197
1198 Issues resolved (http://bugs.uclibc.org):
1199
1200 #707: Cant configure fltk-1.1.7. configure: error: Configure could ...
1201
Peter Korsgaard31bd9742009-11-29 23:26:54 +010012022009.11-rc2, Released November 29th, 2009:
1203
1204 Additional fixes and cleanups.
Daniel Mack6b6bdae2009-11-24 19:52:26 +01001205
Peter Korsgaardade675c2009-11-29 21:25:49 +01001206 Updated/fixed packages: busybox, dbus, fltk, gvfs, ltrace
Daniel Mack6b6bdae2009-11-24 19:52:26 +01001207
Peter Korsgaard2d04d562009-11-23 23:20:21 +010012082009.11-rc1, Released November 23rd, 2009:
Gustavo Zacarias74834992009-09-01 23:02:06 +02001209
Peter Korsgaardb8a917f2009-11-23 10:24:52 +01001210 Fixes all over the tree and new features.
1211
1212 Cleaned up / Simplified build directory layout. Refer to
1213 docs/buildroot.html#using for details.
1214
1215 Target defconfig files moved to configs/ and listed in 'make help'
1216 output.
1217
Peter Korsgaard406053d2009-11-20 14:05:48 +01001218 Fixed *clean targets. Now clean removes everything generated,
1219 so you can do a fresh rebuild. Distclean furthermore removes
1220 kbuild tools and .config, bringing the source tree back in a
1221 pristine state.
1222
Peter Korsgaardb8a917f2009-11-23 10:24:52 +01001223 Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default
1224 soft / hardfloat setting for architecture, ensure target-ldd
1225 gets installed.
Laine Walker-Avina83182dd2009-10-29 10:30:50 -07001226
Peter Korsgaard41146432009-09-29 11:45:50 +02001227 New packages: divine, gvfs, libarchive, libmicrohttpd,
Lionel Landwerlin0ad58692009-10-18 21:03:09 +02001228 sdl_sound, swfdec, sysstat
Daniel Mack32518792009-08-25 16:04:56 +02001229
Peter Korsgaard81e4ba32009-11-23 13:03:59 +01001230 Updated/fixed packages: alsa-lib, alsamixergui, autoconf, bootutils,
1231 busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf,
1232 gqview, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good,
Peter Korsgaardf6cbb262009-11-23 13:02:54 +01001233 imagemagick, ipkg, iptables, iw, kernel-headers, kismet, leafpad,
1234 libelf, libevent, libglib2, libidn, liblockfile, libmad, libpcap,
Peter Korsgaardfa946b72009-11-23 13:11:00 +01001235 libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
Peter Korsgaard1dd9d9f2009-11-23 13:54:05 +01001236 matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
Peter Korsgaard7ba54a02009-11-23 14:41:36 +01001237 ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
Baruch Siach883f0662009-11-23 23:05:23 +01001238 python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, sdl_image,
Peter Korsgaardb7046772009-11-23 15:10:53 +01001239 shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
Peter Korsgaard9627e212009-11-23 16:31:35 +01001240 synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot,
1241 udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
Lionel Landwerlin5ad8ad02010-01-27 02:08:49 +01001242 xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib[5~
Peter Korsgaard76aaac62009-09-14 15:54:24 +02001243
Peter Korsgaard87d74d92009-11-23 11:30:07 +01001244 Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
Peter Korsgaard8a19a792009-10-01 22:32:44 +02001245
Gustavo Zacarias74834992009-09-01 23:02:06 +02001246 Issues resolved (http://bugs.uclibc.org):
1247
Sven Neumann1d9178d2009-09-21 23:26:51 +02001248 #301: allow to install libsmbclient
Sven Neumannbc95b3a2009-09-27 23:19:40 +02001249 #303: add gvfs package
Evan Zelkowitz8e8354d2009-09-20 10:02:44 +02001250 #477: Add sdl_sound package
Gustavo Zacarias57f3b112009-09-01 14:01:40 -03001251 #487: Make kismet package sexier
Gustavo Zacariasbdf41d62009-09-01 13:04:17 -03001252 #511: New package usb_modeswitch
Gustavo Zacarias74834992009-09-01 23:02:06 +02001253 #527: misc fixes for dnsmasq package
Will Newtona07032e2009-08-11 16:35:23 +01001254 #565: libevent: Bump version and clean up makefile
Olaf Rempel27cf8112009-09-16 08:39:26 +02001255 #587: Use iptables multipurpose binaries and bump to 1.4.4
Peter Korsgaardda25e922009-10-25 22:15:06 +01001256 #593: Missing early check for patch(1)
Peter Korsgaardb71951b2009-11-22 21:25:31 +01001257 #597: (REOP) Selecting busybox in buildroot's config clobbers ar ...
Peter Korsgaard17168392009-09-21 17:42:22 +02001258 #609: libmicrohttpd: New package
1259 #615: python: Don't delete .py files unless asked
Peter Korsgaardf5239c32009-09-19 09:46:55 +02001260 #617: netkit/inetd requires RPC and fails to build if RPC is disabled
Kelvin Cheung07019b22009-11-22 21:08:37 +01001261 #619: netkittelnet requires netkitbase to install, but there's no ...
Vincent Palatin6aac0032009-11-22 21:18:11 +01001262 #645: allow to build nbd-server with NBD package
Gustavo Zacarias829d4ff2009-10-09 10:31:31 -03001263 #653: [SECURITY] Update php package to version 5.2.11
Gustavo Zacariasab17f402009-10-09 10:42:41 -03001264 #655: Update sqlite package to version 3.6.18
Simon Paschf72f3fd2009-10-13 14:23:08 +02001265 #657: Bug in imagemagick-clean target
Kelvin Cheung07019b22009-11-22 21:08:37 +01001266 #663: Add option for NAND flash with 512B Page and 16 kB erasesize ...
rvpaasend7f5f042009-10-18 19:35:12 +02001267 #665: [PATCH] Samba package
rvpaasen69ec17c2009-10-29 21:35:33 +01001268 #667: [PATCH] e2fsprogs
Peter Korsgaard351b6792009-11-22 21:03:42 +01001269 #683: SDL-dfb does not select directfb
Peter Korsgaard3445ff42009-11-22 20:52:15 +01001270 #701: make install problem with unstripped binaries
Gustavo Zacarias48ed49e2009-11-10 13:42:35 -03001271 #703: [SECURITY] Update openssl package to 0.9.8l
Gustavo Zacarias3848cd62009-11-10 12:01:09 -03001272 #705: Bump spawn-fcgi package to 1.6.3
Gustavo Zacarias4e276862009-11-10 13:58:07 -03001273 #709: Bump lighttpd package to 1.4.24
Gustavo Zacarias26073d22009-11-13 09:49:43 -03001274 #713: Migrate openntpd package to Makefile.autotools.in
Gustavo Zacarias83f98812009-11-13 12:07:56 -03001275 #715: Bump libidn package to 1.15 and other fixes
Gustavo Zacarias882e1372009-11-13 12:12:09 -03001276 #717: Bump dnsmasq to 2.51 and introduce new IDN option
Gustavo Zacariasbd49a622009-11-19 10:26:43 -03001277 #731: Bump iw package to 0.9.17
Gustavo Zacarias74834992009-09-01 23:02:06 +02001278
Peter Korsgaardf0eb8b52009-08-31 10:23:48 +020012792009.08, Released August 31th, 2009:
1280
1281 Additional fixes and cleanups.
1282
1283 Updated/fixed packages: ctorrent, saveconfig/getconfig,
1284 sdl_net, util-linux.
Peter Korsgaard014df312009-08-30 22:01:23 +02001285
1286 Issues resolved (http://bugs.uclibc.org):
1287
1288 #529: util-linux doesn't find headers and include libs correctly
Kelvin Cheungcc8a9172009-08-31 07:23:59 +02001289 #557: Build ctorrent with SSL support if available
Peter Korsgaard014df312009-08-30 22:01:23 +02001290
Peter Korsgaard4595a2f2009-08-26 23:21:30 +020012912009.08-rc3, Released August 26th, 2009:
1292
1293 Additional fixes and cleanups.
1294
1295 Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus,
1296 directfb, enchant, kernel headers.
1297
1298 Issues resolved (http://bugs.uclibc.org):
1299
1300 #471: Allow directfb compilation with debug
1301 #541: Removal of CVS directories in target filesystem broken
1302 #547: berkeleydb: Update config.{sub, guess}
1303 #549: enchant: Fix dependencies.
1304 #569: Fix alsa-utils build for x86 on x86-64
1305
Peter Korsgaard4ebaaf42009-08-06 10:39:54 +020013062009.08-rc2, Released August 6th, 2009:
1307
1308 Additional fixes and new features.
1309
1310 New packages: libuuid, gcc 4.3.4.
1311
Peter Korsgaard4595a2f2009-08-26 23:21:30 +02001312 Updated/fixed packages: busybox, classpath, gzip, ipsec-tools,
1313 jamvm, libusb, microperl, neon, popt, sed, webkit.
Peter Korsgaard4ebaaf42009-08-06 10:39:54 +02001314
1315 Fixed issue with 'make oldconfig'
Peter Korsgaard0468b5c2009-08-04 22:58:54 +02001316
1317 Issues resolved (http://bugs.uclibc.org):
1318
1319 #525: sed broken with external toolchain
Peter Korsgaard15dab042009-08-05 09:23:29 +02001320 #537: Fix gzip build with recent glibc
Peter Korsgaard0468b5c2009-08-04 22:58:54 +02001321
Peter Korsgaard3190d5b2009-08-02 23:09:07 +020013222009.08-rc1, Released August 2nd, 2009:
1323
1324 Fixes all over the tree and new features.
Peter Korsgaard533718a2009-06-23 09:40:23 +02001325
Thomas Petazzoni66095252009-07-27 11:06:32 +02001326 Improvement of external toolchain support:
1327 - Support for glibc toolchains.
1328 - The toolchain configuration announced to Buildroot is
1329 verified against the real toolchain configuration.
1330 - Fixes, documentation.
1331
1332 Cleanup X.org support: clarified configuration options, and
1333 removed mandatory dependency on useless libraries such as
1334 libXt or libXaw.
1335
Thomas Petazzonid9a95012009-07-27 18:08:32 +02001336 New QT-based configurator, usable using 'make xconfig'.
1337
Peter Korsgaard3190d5b2009-08-02 23:09:07 +02001338 Support for the Xtensa architecture.
1339
1340 Toolchain: GCC 4.4.1, 2.6.30 kernel headers, removed < 2.6.26
1341 headers.
1342
1343 New packages: bmon, ctorrent, dosfstools, enchant,
1344 gst-plugins-bad, iw, libmms, libnl, netstat-nat, ntfsprogs,
1345 sdl_gfx, spawn-fcgi.
1346
1347 Updated packages: bind, busybox, coreutils, sqlite, directfb,
1348 expat, gamin, gnuconfig, haserl, ipsec-tools, classpath,
1349 libcurl, libglib2, liblockfile, libpng, libsoup, libxml2,
1350 lighttpd, ltp-testsuite, lvm2, matchbox, memstat,
1351 gst-plugins-good, gstreamer, libogg, libvorbis, mplayer,
1352 neon, openssl, pciutils, php, qt, ruby, sawman, webkit,
1353 wpa-supplicant, xdriver_xf86-input-synaptics,
1354 xdriver_xf86-video-intel, xlib_libXfont, xlib_libXft,
1355 xlib_libXt, xproto_xproto, xserver-xorg, xutil_makedepend,
1356 xutil_util-macros.
1357
Peter Korsgaard533718a2009-06-23 09:40:23 +02001358 Issues resolved (http://bugs.uclibc.org):
1359
Peter Korsgaard2e71cd82009-07-07 23:26:36 +02001360 #83: liblockfile fails to compile due to eaccess redefinition
Peter Korsgaard0aa70622009-07-24 07:51:16 +02001361 #163: Xtensa architecture port
Thomas Petazzoni7a1a3342009-07-28 16:18:10 +02001362 #171: xorg-server / kernel headers 2.6.26 - vm86.c compilation issue
Peter Korsgaard533718a2009-06-23 09:40:23 +02001363 #241: device mapper + lvm2: build together
Olaf Rempel52dbe072009-03-02 17:35:41 +01001364 #243: ctorrent: new package
Olaf Rempelbb14fc42009-03-02 17:58:13 +01001365 #247: ntfsprogs: new package
Peter Korsgaard71c810f2009-07-18 00:04:20 +02001366 #271: Library 'libgcc_s.so.1' not installed in search path
Gustavo Zacarias57c2e792009-07-26 21:08:51 +02001367 #287: New package libnl
Gustavo Zacarias9a6d6cf2009-08-02 22:25:04 +02001368 #289: New package iw
Will Newton6fecd532009-07-27 12:20:27 +01001369 #331: Update MPlayer to version 1.0rc2
Gustavo Zacarias58180102009-06-30 21:40:23 +02001370 #333: Bump sqlite package to 3.6.15
Peter Korsgaarde61606a2009-06-23 13:55:38 +02001371 #349: update libsoup to version 2.26.2
Gustavo Zacariasc2dbefd2009-07-26 21:50:02 +02001372 #357: New package netstat-nat
Gustavo Zacarias234fb282009-07-02 14:55:51 +02001373 #359,#413: Upgrade openvpn to Makefile.autotools.in
Peter Korsgaard533718a2009-06-23 09:40:23 +02001374 #367: linux kernel compile error for arm926t
Evan Zelkowitz10e9b7e2009-07-18 11:29:26 +02001375 #369: Add SDL_gfx package
Peter Korsgaard533718a2009-06-23 09:40:23 +02001376 #373: Support for building gstreamer without libxml
Peter Korsgaarde61606a2009-06-23 13:55:38 +02001377 #379: update DirectFB to version 1.4.0
Peter Korsgaard533718a2009-06-23 09:40:23 +02001378 #383: gst-plugins-good: Allow soup plugin to be configured
1379 #385: neon: Fix pkgconfig dependency
Peter Korsgaardbd26b582009-07-16 15:07:20 +02001380 #387: Tremor not installed to toolchain
Gustavo Zacariasba4fbdc2009-07-26 22:03:15 +02001381 #389: New package bmon
Peter Korsgaard533718a2009-06-23 09:40:23 +02001382 #391: gstreamer: Bump version to 0.10.23
1383 #393: gst-plugins-base: Bump version to 0.10.23
1384 #395: gst-plugins-bad: New package
Peter Korsgaardf4311822009-07-27 00:05:14 +02001385 #403: Error while building iso9660 image
Peter Korsgaard533718a2009-06-23 09:40:23 +02001386 #409: Bump php package to 5.2.10
1387 #411: ipsec-tools: Bump version to 0.7.2
Gustavo Zacarias0468be62009-07-01 15:36:19 +02001388 #417: New package spawn-fcgi
Gustavo Zacarias264b9c12009-07-01 15:31:59 +02001389 #419: Bump lighttpd package to 1.4.23
Will Newton27ce9422009-07-27 10:39:50 +02001390 #421: toolchain: Clean up toolchain locale support menu
Will Newton81f99902009-06-29 11:54:06 +01001391 #427: webkit: Update to WebKit svn r44552
Will Newton56fcdc92009-07-02 16:54:41 +01001392 #437: ltp-testsuite: Bump version to 20090630
Mike Crowef26acf62009-06-18 13:29:02 +01001393 #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
Peter Korsgaarde0debb72009-07-17 21:07:42 +02001394 #467: DirectFB 1.4.1
Peter Korsgaard0aa70622009-07-24 07:51:16 +02001395 #473: memstat_0.5.tar.gz has install with -D and that fails "make"
Will Newton5079d7a2009-07-28 11:37:20 +01001396 #491: libxml2: Bump version to 0.7.3
Gustavo Zacariasff69aee2009-07-29 10:02:15 -03001397 #495: Bump bind package to 9.5.1-P3 (security)
Peter Korsgaard2a966bc2009-07-29 21:49:45 +02001398 #497: OpenSSL RSA key generation hangs on x86_64
Gustavo Zacarias00c8bdd2009-07-30 10:09:47 -03001399 #509: Bump sqlite package to 3.6.16
Peter Korsgaarda7b50b92009-08-02 09:59:15 +02001400 #523: pciutils broken with external toolchain
Daniele Salvatore Albano9be449f2009-08-02 22:32:03 +02001401 #533: Update gamin to 0.1.10 to fix compilation
Peter Korsgaard533718a2009-06-23 09:40:23 +02001402
Peter Korsgaarda69b3d62009-06-01 09:00:03 +020014032009.05, Released June 1st, 2009:
1404
1405 Fixes for dropbear & diffutils, bump linux-advanced 2.6.29.x
1406 version and marked ubifsroot as broken.
1407
Peter Korsgaard45e11e22009-05-27 20:44:08 +020014082009.05-rc3, Released May 27th, 2009:
1409
1410 Fixes for toolchain (gcc arm pr37436), stable kernel versions,
1411 busybox, curl, libusb, readline, python and strace.
1412
1413 Issues resolved (http://bugs.uclibc.org):
1414
1415 #345: libcurl package needs a urandom fix
1416
Peter Korsgaard13328d22009-05-19 20:18:04 +020014172009.05-rc2, Released May 19th, 2009:
1418
1419 Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix
1420 for newer hosts), stable kernel versions, busybox, cups,
1421 dmraid, docker, mesa3d, rsync and updated defconfigs.
1422
1423 xserver marked as broken on AVR32 and atngw100-expanded
1424 config removed.
Peter Korsgaard61aeb6e2009-05-06 17:09:16 +02001425
1426 Issues resolved (http://bugs.uclibc.org):
1427
1428 #167: metacity does not build
Peter Korsgaard13328d22009-05-19 20:18:04 +02001429 #295: gamin installs python support even if python is disabled
1430 #323: gen_matypes fails to execute during build of Mesa when us...
Peter Korsgaard61aeb6e2009-05-06 17:09:16 +02001431
Peter Korsgaardcf92bc22009-05-05 11:53:14 +020014322009.05-rc1, Released May 5th, 2009:
1433
1434 Fixes all over the tree, further conversion of packages to
1435 Makefile.autotools.in and we now build host versions of
1436 packages where needed for build time dependencies instead of
1437 relying on the correct versions being available on the build
1438 host. Ancient toolchain / busybox versions have furthermore
1439 been removed as announced in the 2009.02 release notes.
1440
1441 New packages: flac, gob2, lzop, taglib, wpa_supplicant
1442
1443 Updated packages: avahi, bind, binutils, busybox, dbus, dbus-glib,
1444 directfb, dnsmasq, freetype, gcc, gmp, gstreamer, iptables, kernel
1445 headers, kexec, libglib2, libpng, libsndfile, lua, mpfr, ntfs-3g,
1446 openssl, php, qtopia4, rsync, samba, sqlite, tar, uboot, uclibc,
1447 util-linux, xorg7, xerces
1448
1449 Issues resolved (http://bugs.uclibc.org):
1450
1451 #5,#77,#141,#143: Convert php package to Makefile.autotools.in
1452 and a ton of other improvements
1453 #19: page.h missing by util-linux
1454 #37: update libglib2 to version 2.18.4
1455 #61: tslib puts staging_dir into pkgconfig file
1456 #69: tar refuses to build
1457 #71,#175: ./wchar.h:41:12: error: empty filename in #include
1458 #73: Bump openssl package to the latest version
1459 #81: New package wpa_supplicant
1460 #99: new package: flac
1461 #101: update gstreamer packages
1462 #105,#313: menuconfig segfaults on tinyx if wchar is not
1463 selected
1464 #107: convert libvorbis to Makefile.autotools.in
1465 #109: Make pppd package avoid bsd err
1466 #111: binutils 2.17 fails to build when texinfo >= 4.10
1467 #133: Modify ncurses5-config to get correct include path
1468 #137: Bump php to version 5.2.9
1469 #139: Bump sqlite to 3.6.11 and convert to
1470 Makefile.autotools.in
1471 #145: Bump bind package to 9.5.1-P1 (security)
1472 #147: buildroot toolchain fails to build w/binutils-2.19.1
1473 #151: openssl package trivial fixes
1474 #161: vim fails on patching with errors in configure.patch
1475 #169: blackbox-0.70.1 does not build
1476 #177: xdriver_xf86-input-keyboard does not build
1477 #179: Upgrade dropbear to Makefile.autotools.in
1478 #181: Update to Xorg 7.4
1479 #187: ntfs-3g: could not build cross
1480 #191: alsa-lib ARM binaries always built with EABI
1481 #213: Bump wpa_supplicant package to version 0.6.9
1482 #217: Bump openssl package to 0.9.8k (security)
1483 #219: Toolchain build fails on m4
1484 #225: m4 macros are out of place
1485 #233: make ipv6 optional in iptables
1486 #237: ncftp: convert to Makefile.autotools.in
1487 #239: ntfs-3g: convert to Makefile.autotools.in
1488 #245: lzop: new package
1489 #271: Bump bind package to 9.5.1-P2 (security)
1490 #277: Bump sqlite package to 3.6.16
1491 #279: update libglib2 to version 2.20.1
1492 #281: update DirectFB to version 1.2.8
1493 #283: add taglib
1494 #285: compilation of samba fails if IPV6 support is missing
1495 #293: update samba to version 3.3.3
1496 #299: add shared-mime-info package
1497 #307: make openssl package respect build flags