blob: 61a51fbbb6a4c04335bb23efd9534a1b32cb2d45 [file] [log] [blame]
Peter Korsgaarda8ecce02010-12-03 11:56:28 +010012011.02, Not yet released:
2
Peter Korsgaard26450042011-01-28 10:43:13 +01003 External toolchain improvements: clarification of the options,
4 and introduction of the toolchain profile concept, for
5 well-known toolchains. Buildroot is now capable of
6 automatically downloading and extracting well-known toolchains
7 (for the moment, CodeSourcery ARM, PowerPC, MIPS and SuperH
8 toolchains are supported).
9
10 Complete rework of how hardware boards are supported.
11 Each board now only has a single defconfig file, and all
12 board-specific options have been removed. See
13 docs/buildroot.html#board_support for details.
14
15 Added support for the following boards: Mini2440, Qemu ARM
16 Versatile, Qemu MIPSel Malta, Qemu PowerPC G3beige, Qemu SH4
17 r2d and Qemu x86. The Qemu boards support allows to easily
18 build systems that are known to work under Qemu.
19
20 Staging directory moved into $(O)/host/usr/<tuple>/sysroot, in
21 preparation for support of SDK. For the same reason, the
22 toolchain binaries (cross-compiler and other related tools)
Peter Korsgaardd1a93022011-02-02 22:44:21 +010023 are now installed in $(O)/host/usr/bin/. The cross pkg-config
24 now also automatically returns correct values for cross
25 compilation, without needing any environment variables to be
26 set.
Peter Korsgaard26450042011-01-28 10:43:13 +010027
Thomas Petazzoni17b66af2010-12-07 21:09:56 +010028 Ccache support reworked. Now used for both host and target
29 compilation, and cache is stored in ~/.buildroot-ccache.
30
Peter Korsgaard26450042011-01-28 10:43:13 +010031 Toolchain: uClibc 0.9.32-rc2, several components moved to
Peter Korsgaard639e80f2011-01-03 00:11:40 +010032 normal AUTOTARGET packages.
33
Peter Korsgaard26450042011-01-28 10:43:13 +010034 Generic cmake infrastructure, similar to the existing
35 GENTARGETS/AUTOTARGETS.
36
Peter Korsgaard639e80f2011-01-03 00:11:40 +010037 Support for bzr downloads, next to the existing git/svn support.
38
Peter Korsgaardd1a93022011-02-02 22:44:21 +010039 Kconfig infrastructure rebased against 2.6.38-rc3, bringing
40 misc fixes. 'xconfig' now uses Qt4 rather than Qt3.
41
Peter Korsgaarda7f40df2011-01-14 22:02:47 +010042 EXT2 file system size handling improved, UBI image support, fs
43 configuration options cleanup, U-Boot/Barebox version bumps.
Peter Korsgaard639e80f2011-01-03 00:11:40 +010044
45 Updated/fixed packages: alsa-utils, at, autoconf, automake,
Peter Korsgaard26450042011-01-28 10:43:13 +010046 bash, binutils, bison, busybox, bzip2, cdrkit, cloop,
Peter Korsgaardd1a93022011-02-02 22:44:21 +010047 coreutils, cups, dbus, dbus-python, dhcp, directfb,
48 direcfb-examples, dmalloc, dnsmasq, dosfstools, ed, fbset,
49 ffmpeg, findutils, flac, freetype, gdk-pixbuf, gmp, grep,
50 gperf, gst-plugins-good, gstreamer, gvfs, hdparm, hostapd,
51 i2c-tools, icu, imagemagick, input-tools, iproute2, iptables,
52 jpeg, kexec, libaio, libart, libcap, libconfig, libfuse,
53 libglib2, libidn, libmad, libogg, libpcap, libsndfile,
54 libtheora, libtool, libusb-compat, libvorbis, libxcb, libxml2,
55 libxslt, linux-fusion, lm-sensors, lsof, ltp-testsuite,
56 ltrace, lvm2, lzo, m4, makedevs, memtester, mesa3d, mii-diag,
57 mpc, mpfr, mpg123, mplayer, mrouted, mtd-utils, nano, netperf,
58 netplug, ntfs-3g, ntp, openssh, openssl, openvpn, oprofile,
59 pango, patch, pciutils, php, pkgconfig, portmap, psmisc,
60 python, qt, rsync, ruby, screen, sdl_gfx, sdl_sound,
Peter Korsgaard26450042011-01-28 10:43:13 +010061 smartmontools, sqlite, squid, sshfs, sstrip, sysklogd,
62 sysstat, sysvinit, tar, tcpdump, tslib, udev, usbutils, vim,
Peter Korsgaardd1a93022011-02-02 22:44:21 +010063 vtun, webkit, wipe, x11vnc, xapp_xlogo, xcb-proto,
64 xfont_font-util, xkeyboard-config, xlib_libX11, xz, zlib
Peter Korsgaarda8ecce02010-12-03 11:56:28 +010065
Peter Korsgaard3c51d902011-01-20 15:26:28 +010066 New packages: dhrystone, faad2, fbgrab, irda-utils, libao,
Peter Korsgaardd1a93022011-02-02 22:44:21 +010067 libcuefile, libffi, libhid, libreplaygain, libsamplerate,
68 libsigc++, lsuio, mpd, musepack, python-mad, python-serial,
69 rsh-redone, sdparm, vorbis-tools, wavpack, whetstone, xl2tp
Mike Frysinger95f17bf2010-11-20 01:52:43 -050070
Martin Banky767dce82010-12-12 22:54:05 +010071 Removed packages: hotplug, l2tp, libfloat, microcom,
72 ng-spice-rework
Thomas Petazzoniaf6fd2d2010-12-12 22:53:56 +010073
Frederik Paschd3d67f72010-12-08 23:09:03 +010074 Issues resolved (http://bugs.uclibc.org):
75
Peter Korsgaardd1a93022011-02-02 22:44:21 +010076 #267: The make target: cross fails because toolchain_build_...
77 #415: Berkeley DB: mut_pthread.o: relocation R_X86_64_32 against...
Peter Korsgaardf362c512010-12-14 20:45:59 +010078 #561: ltp-testsuite failed to install
Peter Korsgaardd1a93022011-02-02 22:44:21 +010079 #1447: Installing gfortran on PowerPC
Peter Korsgaardf362c512010-12-14 20:45:59 +010080 #1651: Build fail caused by ccache in module-init-tools
Peter Korsgaard6d171922011-01-31 21:30:05 +010081 #1681: Cross-compiled binaries shouldn't be installed into staging
Peter Korsgaardd1a93022011-02-02 22:44:21 +010082 #1723: [PATCH] axel: convert to generic package infrastructure and...
Peter Korsgaardf362c512010-12-14 20:45:59 +010083 #1735: [PATCH] mplayer: convert to autotools infrastructure
Peter Korsgaardd1a93022011-02-02 22:44:21 +010084 #2551: [PATCH] native toolchain in the target filesystem fails
85 #2623: buildroot-snapshot-20100922 fails when compiling development...
Matt Fleming7879a4b2010-09-24 14:43:17 +010086 #2647: makedevs package lacks support for 16-bit major/minor numbers
Thomas Petazzoni4c31d752010-12-22 14:07:09 +010087 #2371: QT MYSQL Module does not build when MySQL installed on the host
Peter Korsgaard6d171922011-01-31 21:30:05 +010088 #2839: compile fails in various packages with a odd message "error:...
Peter Korsgaardd1a93022011-02-02 22:44:21 +010089 #2887: tar "buffer overflow detected" error
Peter Korsgaard6d171922011-01-31 21:30:05 +010090 #2893: Broken "make source" with external toolchain
Frederik Paschd3d67f72010-12-08 23:09:03 +010091 #2905: Qt: Speed up compilation, if gui-module isn't selected
Peter Korsgaardeeea3ea2010-12-30 23:10:21 +010092 #2929: genext2fs: couldn't allocate a block (no free space)
Thomas Petazzoni6ddf4702010-12-22 10:35:04 +010093 #2965: Broken linkage to xkbcomp (blocking X server startup)
Thomas Petazzonieb563852010-12-21 14:14:53 +010094 #2983: xlib_libX11 build failed
Andy Kennedy87a5a192011-01-14 15:53:03 -060095 #3007: kexec doesn't build: Missing regdef.h file
Peter Korsgaardd1a93022011-02-02 22:44:21 +010096 #3085: Init scripts are not compatible with sysVinit (when busybox...
Gustavo Zacarias9bc58a42011-01-17 09:13:42 -030097 #3103: make external-deps wants to download gcc-.tar.bz2 when...
Kim Jae-hui0705e442011-01-18 09:20:38 +010098 #3109: abnormal `make busybox-menuconfig`
Peter Korsgaardd1a93022011-02-02 22:44:21 +010099 #3115: How about board specific makefiles?
Mark Wickhamc18c1d62011-02-04 19:45:46 +0100100 #3169: python patch has typo, aborts build in scenario
Peter Korsgaard6bfe2932011-02-01 14:25:05 +0100101 #3181: dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/
Frederik Paschd3d67f72010-12-08 23:09:03 +0100102
Peter Korsgaarddbc45b02010-11-30 16:52:43 +01001032010.11, Released November 30th, 2010:
Will Newton32b74802010-11-26 12:58:15 +0000104
Marcelo Roberto Jimenez1fbd9ef2010-11-25 15:38:31 -0200105 Fixes all over the tree.
Will Newton32b74802010-11-26 12:58:15 +0000106
Gustavo Zacarias5cafae42010-11-08 13:40:35 -0300107 Updated/fixed packages: libgcrypt, qt, squid, sysstat, tcpdump,
Gustavo Zacariase7fbeda2010-11-18 19:26:45 -0300108 xserver-xorg
Will Newton32b74802010-11-26 12:58:15 +0000109
Marcelo Roberto Jimenez1fbd9ef2010-11-25 15:38:31 -0200110 Issues resolved (http://bugs.uclibc.org):
111
Gustavo Zacarias5cafae42010-11-08 13:40:35 -0300112 #2773: squid with openssl support needs openssl on the host
Marcelo Roberto Jimenez1fbd9ef2010-11-25 15:38:31 -0200113 #2857: OBJDUMP definition is missing from TARGET_CONFIGURE_OPTS
114
Peter Korsgaard09af8382010-11-25 11:29:30 +01001152010.11-rc2, Released November 25th, 2010:
Peter Korsgaarddfbb3892010-11-17 07:27:11 +0100116
117 Fixes all over the tree.
118
Peter Korsgaard09af8382010-11-25 11:29:30 +0100119 Add support for LEON Sparc architecture variants. Fix make
120 source/external-deps for host packages.
Konrad Eiselefe629f92010-11-09 13:27:34 -0300121
Peter Korsgaardb9c58092010-11-25 11:07:08 +0100122 Updated/fixed packages: bash, bind, busybox, dialog, gpsd,
123 libglib2, libcurl, libmad, lrzsz, midori, module-init-tools,
124 mtd-utils, openssh, openssl, pciutils, php, qt, sqlite,
125 sysstat, webkit, zlib
Peter Korsgaarddfbb3892010-11-17 07:27:11 +0100126
127 Issues resolved (http://bugs.uclibc.org):
128
Gustavo Zacarias47416622010-11-16 10:14:45 -0300129 #759: Sysstat build broken without libintl
Peter Korsgaard84a6f532010-11-18 10:28:11 +0100130 #2479: host-module-init-tools 3.11 fails to build
Peter Korsgaardb95ccd52010-11-19 16:41:00 +0100131 #2725: Buildroot overrides kernel config
Peter Korsgaardadb0dff2010-11-18 21:50:25 +0100132 #2785: mtd-utils build fails due to missing libmtd
Thomas Rudin972cd422010-11-15 17:12:49 -0300133 #2791: Added PHP-Process Control to the PHP-Package
Stanislav Bogatyreve5edc732010-11-15 16:23:30 -0300134 #2797: pciutils dependencies on zlib not taken into account
Peter Korsgaarddfbb3892010-11-17 07:27:11 +0100135 #2809: failed to compile libglib2
Peter Korsgaarde25fe722010-11-17 22:00:29 +0100136 #2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
137 #2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
Gustavo Zacariase855e2b2010-11-05 17:20:16 -0300138 #2833: Failed to compile webkit without X11
Peter Korsgaarddfbb3892010-11-17 07:27:11 +0100139
Peter Korsgaardea252b02010-11-08 10:24:31 +01001402010.11-rc1, Released November 8th, 2010:
Peter Korsgaard9bc12b82010-09-02 17:07:22 +0200141
Peter Korsgaardea252b02010-11-08 10:24:31 +0100142 Fixes all over the tree and new features.
Peter Korsgaardbfa9e9e2010-09-05 22:42:01 +0200143
144 Kconfig infrastructure rebased against 2.6.36-rc1, bringing
145 misc fixes + nconfig and savedefconfig targets.
146
Yann E. MORIN10c1eec2010-09-19 21:54:09 +0200147 Toolchain: ARM cortex A9 support, experimental crosstool-ng
Peter Korsgaard3daa9122010-11-05 07:32:52 +0100148 backend, GCC 4.5.x.
Peter Korsgaard92870a72010-09-12 19:36:57 +0200149
Peter Korsgaard785fef12010-09-20 16:19:26 +0200150 Fs: Squashfs 4.1 with lzo support
151
Peter Korsgaard1860bda2010-09-16 13:25:32 +0200152 Old-style package hooks (*_HOOK_POST_*) removed. Use the more
153 generic new-style ones instead.
154
Peter Korsgaarda1726112010-09-16 22:33:06 +0200155 Download handling reworked and support for git/svn downloads
156 added.
157
Thomas Petazzoni5f71fc12010-11-04 20:31:25 +0100158 Removed experimental shared config.cache support, as it is
159 too unreliable.
160
Yann E. MORINaefad532010-09-26 10:56:12 +0200161 A convenience Makefile wrapper is created when using
162 out-of-tree building, similar to how it is done for the kernel.
163
Peter Korsgaard9f36bd42010-09-30 14:44:14 +0200164 Alpha, Cris, IA64 and Sparc64 architecture support removed.
165
Gustavo Zacarias666bef22010-11-02 16:35:11 -0300166 New packages: argp-standalone, gdk-pixbuf, gpsd, gst-ffmpeg,
Felipe Contreras603030a2010-09-20 02:44:40 +0300167 libmpeg2, kbd, librsvg, nuttcp, rng-tools, rrdtool, xz
Peter Korsgaardd380d512010-09-20 17:32:46 +0200168
Martin Banky299f7822010-09-26 00:13:52 -0700169 Updated/fixed packages: acpid, alsa-lib, argus, at, autoconf,
Peter Korsgaardedfb1262010-09-27 22:08:39 +0200170 automake, avahi, axel, beecrypt, berkeleydb, bind, bmon, boa,
Peter Korsgaardf8b8a482010-10-06 16:44:57 +0200171 bootutils, bridge-utils, bsdiff, busybox, cvs, dbus, directfb,
Gustavo Zacariasfe67fb02010-11-02 16:30:12 -0300172 dmraid, docker, dosfstools, dropbear, e2fsprogs, ethtool,
173 expat, ezxml, fbset, fconfig, ffmpeg, freetype, gadgetfs-test,
174 gamin, gawk, genext2fs, gperf, gst-plugins-base,
175 gst-plugins-ugly, gtk2-themes, gtkperf, gvfs, haserl, hdparm,
176 hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools,
177 iproute2, iptables, iw, jpeg, kexec, kismet, less, libcgi,
178 libcurl, libdaemon, libdnet, liberation, libevent, libeXosip2,
179 libglade, libgtk2, libiconv, libidn, libintl, libmms, libmpd,
180 libnl, liboil, libosip2, libpcap, libpng, libtool, libungif,
181 libxml2, libxslt, lighttpd, lite, lm-sensors, lockfile-progs,
Paulius Zaleckasc2d60952010-11-04 10:57:27 +0200182 logrotate, m4, matchbox, mdadm, mesa3d, metacity, mplayer,
183 mtd-utils, mysql_client, nano, nbd, ncftp, neon, netperf,
184 netsnmp, ng-spice-rework, ntfsprogs, ntp, openntpd, openssh,
185 openssl, openvpn, oprofile, pango, patch, pcre, php,
Martin Bankyed720e82010-10-08 01:43:02 -0700186 pkg-config, portmap, pppd, pptp-linux, prboom, proftpd, radvd,
Paulius Zaleckasc2d60952010-11-04 10:57:27 +0200187 rdesktop, readline, rp-pppoe, ruby, qt, quagga, samba, sawman,
Martin Banky2d925fc2010-10-08 01:43:05 -0700188 sdl_mixer, sdl_sound, sed, setserial, shared-mime-info, slang,
Peter Korsgaard70fb5d42010-11-07 20:25:39 +0100189 speex, sqlite, squashfs, startup-notification, strace,
190 sylpheed, sysstat, taglib, tcpdump, thttpd, tiff, tn5250,
191 torsmo, tslib, udev, udpcast, usbmount, usbutils, vsftpd,
192 vtun, which, wireless-tools, wpa_supplicant, xapp_twm,
193 xapp_xbacklight, xapp_xcursorgen, xapp_xinit, xapp_xinput,
194 xapp_xmore,
Peter Korsgaardedfb1262010-09-27 22:08:39 +0200195 xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
196 xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
197 xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
198 xdriver-xf86-video-{geode,glide,glint,i128,i740,intel,mach64},
199 xdriver-xf86-video-{mga,neomagic,newport,nv,openchrome,r128},
200 xdriver-xf86-video-{rendition,s3,s3virge,savage,siliconmotion},
201 xdriver-xf86-video-{sis,sisusb,suncg3,suncg6,suncg14,sunffb},
202 xdriver-xf86-video-{sunleo,suntcx,tdfx,tga,trident,v4l,vesa},
203 xdriver-xf86-video-{vmware,voodeo,wsfb,xgi,xgixp},
Paulius Zaleckas1bc5b0b2010-11-04 10:58:33 +0200204 xkeyboard-config, xlib_libX11, xserver_xorg-server, xstroke,
205 xterm, xvkbd, zlib
Gustavo Zacariasf661b022010-09-01 09:24:37 -0300206
Peter Korsgaard2b9e2fb2010-11-05 14:24:08 +0100207 Deprecated packages: hotplug, lzma, ng-spice-rework, sfdisk
Peter Korsgaard06d03782010-09-20 22:35:16 +0200208
Peter Korsgaardba4fd232010-09-13 14:10:09 +0200209 Removed packages: dillo, libglib12, libgtk12, microwin,
Peter Korsgaard771d7632010-09-13 23:04:15 +0200210 pcmcia
Peter Korsgaard5ba97d92010-09-13 00:20:25 +0200211
Paul Burtone0941402010-09-17 14:22:15 +0100212 Issues resolved (http://bugs.uclibc.org):
213
Peter Korsgaard6d3342e2010-11-05 07:00:18 +0100214 #901: new package: gpsd
Peter Korsgaard61f432f2010-10-14 22:25:07 +0200215 #2389: Generate a Makefile wrapper in $(O)
Peter Korsgaard70fb5d42010-11-07 20:25:39 +0100216 #2461: wireless_tools: install shared library if needed
Peter Korsgaard5e6e63e2010-09-25 23:48:50 +0200217 #2521: Can't compile sdl_mixer, mikmod.h can't be found
Peter Korsgaard69a89912010-11-07 21:02:38 +0100218 #2533: xserver_xorg-server: Enable glx, if mesa3d is built
Peter Korsgaardedfb1262010-09-27 22:08:39 +0200219 #2563: [PATCH] cairo: Expose the configure option to disable some...
Paul Burtone0941402010-09-17 14:22:15 +0100220 #2581: libmms: Update to 0.6, and patch to work on architectures...
Peter Korsgaard891973f2010-10-17 23:32:37 +0200221 #2707: Can't compile linux kernel using buildroot + crosstool-ng
Peter Korsgaard64d8e9a2010-11-07 19:33:11 +0100222 #2731: Build order
Peter Korsgaard93736772010-11-07 19:52:13 +0100223 #2737: buildroot configuration tool crashing when the path exceeds...
Andy Gibbs44b170e2010-11-03 15:09:24 +0100224 #2767: Build for lsof broken in buildroot-2010.08
Paul Burtone0941402010-09-17 14:22:15 +0100225
Peter Korsgaard32b8d432010-09-01 00:07:06 +02002262010.08: Released August 31th, 2010:
Yann E. MORIN49736322010-08-30 15:21:53 +0200227
228 Fixes all over the tree.
229
Peter Korsgaard40f8f3f2010-08-30 22:52:01 +0200230 Updated/fixed packages: atk, xstroke
Yann E. MORIN49736322010-08-30 15:21:53 +0200231
Peter Korsgaard1424ff12010-08-31 23:14:47 +0200232 Removed packages: lxdoom
233
Peter Korsgaarddc3a7eb2010-08-30 11:16:33 +02002342010.08-rc2, Released August 30th, 2010:
Peter Korsgaard2e7ab322010-08-25 16:33:01 +0200235
236 Fixes all over the tree.
237
238 Mark the combination of uClibc 0.9.31, gcc 4.2.x, C++ and
Peter Korsgaardfb67a2d2010-08-30 11:05:32 +0200239 locale support as broken. Remove deprecated GCC 4.2.[1-3]
240 versions.
Peter Korsgaard2e7ab322010-08-25 16:33:01 +0200241
242 Mark CRIS architecture as deprecated, as it is discontinued
243 upstream.
244
Peter Korsgaardb6806722010-08-25 17:29:09 +0200245 Marked shared config.cache as experimental and disabled by
246 default as it is known to break with certain package
247 combinations.
248
Khem Raj1ed2e4f2010-08-12 15:34:44 -0700249 Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got
250 added.
251
Stanislav Bogatyrev62b4c672010-08-27 17:00:39 +0200252 fs: old-style squashfs for big endian archs fixed.
253
Peter Korsgaard1c4dbb52010-08-30 10:02:39 +0200254 Updated/fixed packages: busybox, gst-plugins-base,
Thomas Petazzoni2ab8ec92010-08-29 19:38:04 +0200255 imagemagick, kismet, libgail, libglib2, libgtk2, lua,
256 luafilesystem, lzo, ncurses, netcat, pango, php, pppd,
257 proftpd, qt, samba, startup-notification, swfdec, sysvinit,
258 util-linux
Peter Korsgaard2e7ab322010-08-25 16:33:01 +0200259
Peter Korsgaard6c519382010-08-29 22:04:02 +0200260 Removed packages: stunnel
261
Peter Korsgaard2e7ab322010-08-25 16:33:01 +0200262 Issues resolved (http://bugs.uclibc.org):
263
264 #635: util-linux fails to build in 2009.08
265 #2239: netcat package installs its binary to target as avr32-linux...
Peter Korsgaardeba71322010-08-30 10:42:55 +0200266 #2395: libglib2-2.24.1 and libxml2-2.7.7 fails build on MIPS because...
Simon Paschc4cdcc32010-08-29 23:32:33 +0200267 #2443: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
Stanislav Bogatyreve8fdc082010-08-29 00:10:59 +0200268 #2449: Minor fixes for squashfs makefile and correct PowerPC e500 ...
Peter Korsgaard2e7ab322010-08-25 16:33:01 +0200269
Peter Korsgaard2ef83b42010-07-30 12:35:45 +02002702010.08-rc1, Released July 30th, 2010:
Peter Korsgaarddc5e22e2010-06-01 22:02:43 +0200271
Peter Korsgaard2b42aae2010-06-05 21:09:05 +0200272 Fixes all over the tree and new features.
273
Peter Korsgaard5fd095b2010-06-15 23:10:03 +0200274 Toolchain: GCC 4.3.5, older 4.3.x versions removed. GCC 4.1.2
Peter Korsgaardebf21162010-07-29 17:02:29 +0200275 and non-sysroot support removed. Added support for (snapshot)
276 NPTL in uClibc, 0.9.28.3 removed,
Peter Korsgaard144e4ed2010-06-15 22:58:17 +0200277
Peter Korsgaarda7a3e752010-06-14 22:25:32 +0200278 Bootloaders: Various cleanups, moved to boot/, added Barebox,
Peter Korsgaardb9997ca2010-07-05 16:54:45 +0200279 removed yaboot. Support building u-boot from custom tarball,
280 u-boot 2010.06.
Peter Korsgaarda7a3e752010-06-14 22:25:32 +0200281
Peter Korsgaard2b42aae2010-06-05 21:09:05 +0200282 New GTK-based configurator, usable using 'make gconfig'.
Peter Korsgaard3c5deb92010-06-02 21:02:45 +0200283
Peter Korsgaard39e6ba12010-07-26 22:25:19 +0200284 Java packages marked as broken. Unless someone steps up to
285 support this, they will be removed during the 2010.11
286 development cycle.
287
Thomas Petazzonia563a662010-07-26 18:15:11 +0200288 Alpha, IA64 and Sparc64 architectures marked as deprecated.
Peter Korsgaard13a10a02010-07-28 16:27:09 +0200289 GTK+ on DirectFB has also been marked as deprecated, as it is
290 not supported in recent GTK+ versions, and more and more
291 packages depends on the new versions.
Thomas Petazzonia563a662010-07-26 18:15:11 +0200292 Unless someone steps up to support them, they will be removed
293 during the 2010.11 development cycle.
294
Peter Korsgaardab10ed82010-07-05 11:01:55 +0200295 New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
Peter Korsgaard2c31d742010-07-30 13:03:59 +0200296 libgail, luafilesystem, luasocket, rings, wsapi, xavante, xterm
Gustavo Zacariasa8495cd2010-05-10 14:42:13 -0300297
Peter Korsgaard18fa12f2010-07-27 23:01:29 +0200298 Updated/fixed packages: alsa-lib, alsamixergui, at, atk,
299 avahi, berkeleydb, bash, blackbox, busybox, bzip2, cairo,
300 cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc,
301 dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig,
302 gawk, gmpc, gnuchess, gst-plugins-base, gst-plugins-good,
Gustavo Zacariasee779632010-07-22 12:50:54 -0300303 gstreamer, gzip, icu, intltool, iostat, ipsec-tools, iptables,
Peter Korsgaardac9ee0b2010-07-30 10:24:08 +0200304 iw, libart, libcgi, libcurl, libdrm, libeXosip, libfuse,
305 libglib2, libgpg-error, libiconv, libidn, liblockfile, libpng,
306 libsoup, lighttpd, links, linux-fusion, lmbench, lrzsz,
307 ltrace, make, midori, module-init-tools, mplayer,
308 mysql_client, nbd, ncurses, neon, netcat, netperf, netsnmp,
309 ntfsprogs, openssl, oprofile, pango, php, qt, quagga, samba,
310 setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, speech-tools,
311 sqlite, squashfs, swfdec, tftpd, thttpd, tn5250, tremor,
312 usbutils, webif, webkit, wireless_tools, xerces,
313 xkeyboard-config, xserver_xorg-server, xvkbd, zlib
Peter Korsgaard3c5deb92010-06-02 21:02:45 +0200314
Peter Korsgaard2c31d742010-07-30 13:03:59 +0200315 Removed packages: modutils, portage, rxvt
Gustavo Zacarias6ef6e962010-06-05 23:00:14 +0200316
Thomas Petazzonie475cf02010-07-25 16:53:52 +0200317 Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia
Peter Korsgaardf4800b42010-07-22 21:43:45 +0200318
Peter Korsgaard3c5deb92010-06-02 21:02:45 +0200319 Issues resolved (http://bugs.uclibc.org):
320
Peter Korsgaard5bf7eb22010-07-19 09:41:59 +0200321 #321: alsa-lib uses host include files for python which breaks ...
Peter Korsgaardacb86ba2010-07-18 22:15:37 +0200322 #361: linux kernel configuration choice works incorrectly
Peter Korsgaardad36fcd2010-07-18 22:35:57 +0200323 #387: Tremor not installed to toolchain
Luca Ceresoli5db72042010-06-14 21:41:45 +0200324 #401: new package: ffmpeg
Peter Korsgaardacb86ba2010-07-18 22:15:37 +0200325 #475: uImage target for U-boot failed generating
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200326 #543: ATK requires X11 on DirectFB target
327 #575: webkit: Buildroot Libtool Patch Fails
Peter Korsgaardacb86ba2010-07-18 22:15:37 +0200328 #583: build fails with external x86_64 toolchain
Peter Korsgaardad36fcd2010-07-18 22:35:57 +0200329 #729: sstrip creates corrupted headers
Peter Korsgaard18fa12f2010-07-27 23:01:29 +0200330 #829: Webkit r44552 needs libXt
Peter Korsgaard868ed552010-06-18 22:13:12 +0200331 #835: Package Dataflashboot-1.05 does not compile with buildroot...
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200332 #847: Compiling target-gcc v4.4 fails with "libc.so.0: cannot open...
333 #859: Add (head of) nptl branch to list of uClibc versions
334 #949: compile with debug info
335 #955: Grub fails to build with External Toolchain
Peter Korsgaard18fa12f2010-07-27 23:01:29 +0200336 #1051: Webkit doesn't compile (Linuxthreads new, x86)
Will Wagner39ca6d52010-01-11 12:28:50 +0000337 #1213: Move .config into output directory
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200338 #1225: Buildroot fails to account for "nof" subdirectory (no float...
339 #1231: (sparc) Linux kernel fails to build
340 #1261: The getline() in output/build/linux-2.6.28/scripts/unifdef.c...
341 #1339: Busybox needs -fno-strict-aliasing to compile cleanly
Peter Korsgaard5bf7eb22010-07-19 09:41:59 +0200342 #1393: neon config fails libxml/parser.h: libxml2 requires, but not ...
Peter Korsgaard18fa12f2010-07-27 23:01:29 +0200343 #1405: WebKit fails to build because pthread_getattr_np is not impl...
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200344 #1675: GMP Error during buildroot make process
345 #1741: external toolchain linking error
Kelvin Cheung41580882010-06-08 13:30:26 +0800346 #1753: lmbench: convert to generic package infrastructure
Thomas Petazzoni3754c512010-06-05 17:18:40 +0200347 #1771: Fakeroot and the target/generic/device_table.txt create bad...
Peter Korsgaarde9bc59e2010-06-07 15:44:30 +0200348 #1807: LZMA 4.32.7, Required header file(s) are missing
Paul Jonesd74be052010-06-06 09:29:04 +1000349 #1813: xkeyboard-config fails to build because of intltool problem
Gustavo Zacariasa0ce68d2010-05-27 14:35:34 -0300350 #1879: Bump iptables to 1.4.8
Gustavo Zacariasaccf2eb2010-05-10 14:58:33 -0300351 #1885: Add a bunch of lua modules
Gustavo Zacarias3638e522010-05-20 11:41:45 -0300352 #1897: Bump libusb to 1.0.7
Gustavo Zacarias8ac2bba2010-06-02 11:54:14 -0300353 #1903: Bump tn5250 to 0.17.4 and migrate to autotargets
Peter Korsgaard3c5deb92010-06-02 21:02:45 +0200354 #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
Gustavo Zacarias0b8c4972010-06-08 13:43:10 -0300355 #1927: Bump file to 5.03 and migrate to autotargets
Gustavo Zacarias8cd06962010-06-07 11:35:58 -0300356 #1933: Bump gawk to 3.1.8 and migrate to autotargets
Gustavo Zacariasd9c2b632010-06-03 15:45:24 -0300357 #1945: PHP: add sqlite3 dependency when using external lib
Gustavo Zacarias3dbc86f2010-06-03 17:10:10 -0300358 #1951: Bump openssl to 0.9.8o
Gustavo Zacariascffb9cf2010-06-03 15:46:14 -0300359 #1957: Bump sqlite to 3.6.23.1
Gustavo Zacarias237c98b2010-06-07 17:09:43 -0300360 #1975: Package removal/deprecation
Paul Jonesd47c73e2010-06-07 22:33:06 +1000361 #1981: zlib: bump to 1.2.5
Paul Jones8df21522010-06-08 10:29:18 +1000362 #1987: intltool: Fix spelling mistake
Gustavo Zacarias3404ad72010-06-09 10:36:26 -0300363 #1993: Bump bash to 4.1.7(1) and migrate to autotargets
Nick Leverton016eb672010-06-09 12:04:25 +0200364 #1999: Typo in path checking
Gustavo Zacarias1c7de592010-06-24 09:11:06 -0300365 #2005: Bump dnsmasq to 2.55 and migrate to gentargets
Peter Korsgaarddff1d592010-06-13 14:24:48 +0200366 #2035: ipsec-tools-0.7.2 fails to build with gcc-4.4.x
Gustavo Zacariasc32ce8b2010-06-08 16:22:50 -0300367 #2038: Bump ncurses to 5.7
Slava Zanko1b10ce72010-06-24 12:00:59 +0300368 #2095: make gconfig: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
Peter Korsgaardca3489d2010-07-02 14:04:34 +0200369 #2101: blackbox depends on locale support
Thomas Petazzoni93e80142010-06-26 00:02:27 +0200370 #2119: Tries to build kernel, although disabled in config
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200371 #2125: libXfont build fail
Peter Korsgaarde09aa602010-07-06 14:19:36 +0200372 #2143: buildroot compiler generates segfaulting statically linked exe..
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200373 #2149: xterm build failure
Peter Korsgaard9280caf2010-07-01 15:35:00 +0200374 #2155: Compression lzo don't set for ubifs
Peter Korsgaardccd0fc42010-07-27 09:08:01 +0200375 #2161: [SECURITY] Update libpng to 1.2.44
Gustavo Zacarias3169aae2010-07-08 14:20:06 -0300376 #2167: Bump busybox to 1.17.0, convert to gentargets, drop 1.12, ...
Peter Korsgaard31aab0c2010-07-30 10:42:02 +0200377 #2181: pixman can't apply pixman-0.10.0-no-tests.patch
Peter Korsgaard1eb59f52010-07-17 00:02:13 +0200378 #2191: linux-fusion build fail
Peter Korsgaardb9221512010-07-16 23:54:21 +0200379 #2221: Qt does not compile (dependencies not taken into account?)
Peter Korsgaard58ddb372010-07-18 22:21:59 +0200380 #2233: Atmel atstk target skeletons have /etc/mtab as a file, not ...
Nick Leverton6c387f22010-07-20 08:58:01 +0200381 #2245: Netcat does not work due to incorrect assumptions about signed..
Peter Korsgaard7f16e542010-07-20 09:19:55 +0200382 #2251: directory output/build after make *_defconfig not found
Peter Korsgaard0c271d52010-07-29 09:10:25 +0200383 #2257: Convert netsnmp package to autotargets
384 #2263: Bump samba to 3.3.13
Thomas Petazzoniaaa2b662010-07-25 16:53:51 +0200385 #2269: setserial causes make error
Peter Korsgaard3c5deb92010-06-02 21:02:45 +0200386
Peter Korsgaard07da6192010-05-30 22:24:10 +02003872010.05, Released May 30th, 2010:
Peter Korsgaard170b3d32010-05-27 14:48:47 +0200388
389 Fixes all over the tree.
390
Peter Korsgaarda4bba082010-05-30 09:32:15 +0200391 Updated/fixed packages: coreutils, hal, libcap,
392 lockfile-progs, ncftp, xserver_xorg-server
Gustavo Zacarias2816c332010-05-28 14:34:27 -0300393
394 Issues resolved (http://bugs.uclibc.org):
395
Peter Korsgaarde1a7d912010-05-30 10:40:19 +0200396 #1789: binutils fails to build for i386
Gustavo Zacarias2816c332010-05-28 14:34:27 -0300397 #1843: Fix libcap build failure
Peter Korsgaard7f1bca82010-05-30 20:11:23 +0200398 #1855: XORG Keyboard driver fails to compile
Peter Korsgaard170b3d32010-05-27 14:48:47 +0200399
Peter Korsgaardbbd96db2010-05-27 14:35:04 +02004002010.05-rc3, Released May 27th, 2010:
Peter Korsgaard93cca7c2010-05-16 22:20:54 +0200401
402 Fixes all over the tree.
403
Peter Korsgaard994bb072010-05-26 08:59:46 +0200404 Updated/fixed packages: aumix, atk, avahi, bmon, busybox, cairo,
Peter Korsgaardb7300102010-05-25 23:38:44 +0200405 cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
Peter Korsgaard50685f12010-05-26 23:19:44 +0200406 gettext, gmpc, gob2, grep, gstreamer, gst-plugins-bad,
Peter Korsgaard062cebb2010-05-27 09:53:01 +0200407 gst-plugins-base, gvfs, hal, iconv, icu, iperf, libcgicc,
408 libdvdnav, libdvdread, libglade, libglib2, libgtk2, libidn,
409 libmms, libmpd, libpcap, libsoup, lmbench, lsof, ltrace, lvm2,
410 make, metacity, microperl, mtd-utils, mutt, nbd, netsnmp,
411 ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm, php,
412 pkg-config, psmisc, qt, samba, shared-mime-info, squashfs,
413 squashfs3, sshfs, startup-notification, swfdec, sylpheed,
414 uemacs, util-linux, valgrind, vpnc, vsftpd, webkit, xstroke
Peter Korsgaard484d15d2010-05-20 23:13:01 +0200415
416 Issues resolved (http://bugs.uclibc.org):
417
Peter Korsgaardca999e02010-05-27 00:47:31 +0200418 #75: arm buildroot "unrecognized option" error
419 #699: Buildroot fails to copy libstdc++ to target when using external...
Peter Korsgaard484d15d2010-05-20 23:13:01 +0200420 #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST...
Peter Korsgaard7ab3f962010-05-21 21:11:06 +0200421 #1729: alsamixergui fails to build
Nick Leverton7810eeb2010-05-21 21:03:39 +0200422 #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib
Peter Korsgaard096b21e2010-05-24 08:22:26 +0200423 #1819: pciutils small bugs
Gustavo Zacarias947a9b82010-06-15 10:24:44 -0300424 #2065: Internal toolchain: bump gcc 4.3.x series to 4.3.5
Peter Korsgaard7bb2b482010-05-16 22:29:41 +0200425
Peter Korsgaard6d1ab152010-05-11 21:15:07 +02004262010.05-rc2, Released May 11th, 2010:
Paulius Zaleckasca218de2010-05-03 19:51:58 +0300427
428 Fixes all over the tree.
429
Peter Korsgaard49ce10c2010-05-11 09:13:14 +0200430 Updated/fixed packages: busybox, customize, gawk, gnuchess,
431 hal, hostapd, less, libgcrypt, libnl, libxcb, linux-fusion,
432 ltp-testsuite, mplayer, netplug, pciutils, php, sed,
433 shared-mime-info usb_modeswitch, usbutils, vlc wpa_supplicant,
434 xapp_bdftopcf, xapp_mkfontdir, xdriver_xf86-video-openchrome,
Thomas Petazzonic554cc2a2010-05-10 23:39:50 +0200435 xfont_encodings, xlib_libX11, xlib_libXfont, xlib_xtrans,
436 xproto_fontcacheproto, xproto_fontsproto, xvkbd
Gustavo Zacarias63b86662010-04-22 15:58:16 -0300437
Peter Korsgaard13de2612010-05-10 22:03:39 +0200438 Removed packages: vice
439
Gustavo Zacarias63b86662010-04-22 15:58:16 -0300440 Issues resolved (http://bugs.uclibc.org):
441
Luca Ceresoliea0695f2010-05-06 00:16:59 +0200442 #849: "customize" package copies files to wrong place in target tree
Gustavo Zacarias63b86662010-04-22 15:58:16 -0300443 #985: Bump usb_modeswitch package to 1.1.0
Luca Ceresoliea0695f2010-05-06 00:16:59 +0200444 #1135: Package customize. Wrong copying
Peter Korsgaard79db1ff2010-05-04 23:11:20 +0200445 #1525: Package hal deletes a whole <target>/etc/rc.d directory
Peter Korsgaard395a70f2010-05-08 09:39:00 +0200446 #1531: libxcb 1.5 build fails, due to missing xcbgen Python module
447 #1669: Busybox failed to compile when using an external toolchain
Gustavo Zacariasdfb50392010-05-06 11:14:38 -0300448 #1699: Fix usbutils dependencies and bump
Gustavo Zacariasa5fe7372010-05-06 11:24:36 -0300449 #1705: Fix pciutils broken cross compiling
Gustavo Zacarias6f4939d2010-05-06 13:32:14 -0300450 #1717: External toolchain fixes for hostapd & wpa_supplicant
Paulius Zaleckasca218de2010-05-03 19:51:58 +0300451
Peter Korsgaardaac61fd2010-05-03 16:12:45 +02004522010.05-rc1, Released May 3rd, 2010:
Peter Korsgaard58794482010-03-02 17:42:23 +0100453
Gustavo Zacariasb1c9a152010-03-26 11:19:43 -0300454 Cleaned up / restructured package menu.
455
Peter Korsgaard266fa652010-04-05 10:47:54 +0200456 Toolchain: uClibc 0.9.30.3 / 0.9.31, older 0.9.30.x removed.
Peter Korsgaard4439d382010-05-02 23:22:26 +0200457 2.6.33 kernel headers, binutils 2.20.1, GCC 4.4.4,
458 removed broken nios2 support, ppc e300cX/e500mc support,
459 improved external toolchain support, GDB 7.x support.
Peter Korsgaardc9d195e2010-03-08 14:29:48 +0100460
Peter Korsgaardde859f62010-03-12 23:14:59 +0100461 X.org updated to 7.5.
462
Peter Korsgaard5724e092010-05-03 16:07:20 +0200463 New packages: cdrkit, cramfs, genext2fs, genromfs,
464 libatomic_ops, librsync, libusb-compat, lmbench, netperf,
465 squashfs, squashfs3, squid
Chris Seawooda0386022010-03-22 16:50:51 +0100466
Peter Korsgaard5724e092010-05-03 16:07:20 +0200467 Updated/fixed packages: alsa-utils, argus, autoconf, bison,
468 busybox, bzip2, directfb, dnsmasq, dosfstools, e2fsprogs,
469 eeprog, fakeroot, fbv, findutils, freetype, haserl, hostapd,
470 iperf, iptables, iw, less, libaio, libcgi, libcgicc, libdrm,
471 libgcrypt, libglib2, libid3tag, libmad, liboil, libosip2,
472 libpng, libraw1394, libsysfs, libxml2, libxslt, linux-fusion,
473 ltrace, lua, lzma, madplay, makedevs, matchbox, mdadm,
474 memstat, mesa3d, mtd-utils, nano, ncurses, openssl, patch,
475 pciutils, php, pixman, portage, pppd, pthread-stubs, python,
476 qt, radvd, samba, setserial, smartmontools, tar, tslib,
477 udpcast, usb_modeswith, vtun, wget, xdata_xcursor-themes,
478 xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
479 xlib_libXaw, xlib_libXfont, xlib_libXfontcache,
Gustavo Zacariasbb73ce22010-04-29 18:04:20 -0300480 xlib_libXxf86misc, xlib_libXtst, xlib_libpciaccess,
481 xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
482 xproto_xf86miscproto, xserver_xorg-server
Peter Korsgaard58794482010-03-02 17:42:23 +0100483
Will Wagner84e5d7c2010-04-14 18:06:43 +0100484 Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
485 xlib_libXxf86misc, xxproto_evieext, proto_trapproto,
486 xproto_xf86miscproto
Will Wagner9638be12010-04-14 18:06:41 +0100487
Alexander Clouteracac2ec2010-03-13 21:43:06 +0100488 Issues resolved (http://bugs.uclibc.org):
489
Gustavo Zacariasffe25f02009-12-23 09:30:45 -0300490 #513: Add new squid package
Kelvin Cheung0e9aad62009-11-11 10:51:02 +0800491 #661: lmbench: new package
Gustavo Zacariasbb73ce22010-04-29 18:04:20 -0300492 #719: Add lua option to haserl
Richard van Paasen6a3a58f2009-12-14 22:54:12 +0100493 #800: [PATCH] iperf update to 2.0.4
Gustavo Zacarias46913a22010-04-29 18:03:45 -0300494 #803: [PATCH] lua - add shared library patch and config option for...
Richard van Paasen0c776122009-12-14 22:56:10 +0100495 #805: [PATCH] mdadm - version update
Johan Thelincb08cd62010-04-03 10:48:06 +0200496 #817: integrator926_defconfig uses unsupported uboot board name
Yann E. MORIN6db57c62010-04-07 00:50:10 +0200497 #851: Add option to specify --sysroot value for external toolchain
Mike Crowee237c992010-02-11 13:19:35 +0000498 #1093: Upgrade libusb to v1.0.3 and add new libusb-compat
499 package for compatibility with old packages that expect
500 the pre-1.0 API.
Gustavo Zacariased91e782010-02-18 12:49:27 -0300501 #1105: Add new netperf package
Gustavo Zacarias8fe6cc92010-02-18 14:51:51 -0300502 #1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
Gustavo Zacarias19f15062010-02-18 16:01:01 -0300503 #1117: Bump nano to 2.2.3 and migrate to Makefile.autotools.in
Gustavo Zacarias4f0361a2010-02-18 16:15:58 -0300504 #1123: Bump less to 436 and migrate to Makefile.autotools.in
Gustavo Zacarias3b90d692010-02-18 16:48:24 -0300505 #1129: Bump memstat to 0.8 and migrate to Makefile.package.in
Johan Thelincb08cd62010-04-03 10:48:06 +0200506 #1189: Wrong u-boot configuration name for integrator926 target
Will Wagner17541bd2010-01-26 15:31:37 +0000507 #1219: kernel headers not correctly installed into toolchain/staging
serj.kalichevd07aee12010-05-01 21:08:43 +0200508 #1267: Wrong BR2_EXTRA_VERSION
Peter Korsgaard60f2fb42010-03-18 23:15:06 +0100509 #1273: BR2_INET_IPV6 does not enable IPv6 in pppd
Chris Seawooda0386022010-03-22 16:50:51 +0100510 #1303: Add librsync package
Grant Edwards532e1fb2010-05-01 20:57:28 +0200511 #1321: Busybox link fails due to lack of --sysroot option
Peter Korsgaard820d9172010-03-31 10:40:30 +0200512 #1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
Peter Korsgaard60f2fb42010-03-18 23:15:06 +0100513 #1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
Peter Korsgaard0a179ad2010-04-02 15:13:46 +0200514 #1369: cannot build radvd (flex problem)
Peter Korsgaarda12ef5d2010-03-31 12:13:51 +0200515 #1387: xlib_libX11-1.3.2 can't find libjpeg
Gustavo Zacariasaa3486f2010-03-26 10:16:31 -0300516 #1411: [SECURITY] Update openssl package to 0.9.8n
Gustavo Zacariasbc7ffe72010-03-16 14:07:59 -0300517 #1417: Bump iptables to 1.4.7
Gustavo Zacarias801f22b2010-03-17 16:59:32 -0300518 #1423: Bump e2fsprogs to 1.41.11
Gustavo Zacarias0fd37242010-03-26 12:54:39 -0300519 #1429: [SECURITY] Update php to 5.2.13
Gustavo Zacarias5c36fdf2010-03-29 11:58:41 -0300520 #1441: Add binutils 2.20.1
Paulius Zaleckas31365de2010-03-30 17:20:55 +0200521 #1447: Package installation on target with debug symbols is broken
Gustavo Zacariasac5c5fd2010-04-01 17:44:28 +0200522 #1459: Misc QA fixes
Alexander Clouter07f155c2010-04-06 07:43:03 +0200523 #1489: radvd update to 1.6
Gustavo Zacarias633049d2010-04-07 23:00:28 -0300524 #1513: Enable powerpc e300c2, e300c3 and e500mc optimization
Peter Korsgaard6c5225b2010-04-18 22:33:09 +0200525 #1537: dev entries not created anymore
Gustavo Zacarias4ab68832010-04-14 11:17:47 -0300526 #1555: Fix default uclibc-0.9.31 configuration
Gustavo Zacariasba9ed132010-04-14 11:26:45 -0300527 #1561: [SECURITY] Update samba to 3.3.12
Peter Korsgaard65e209c2010-04-15 16:26:15 +0200528 #1567: openssl0.9.8n fails to compile
Peter Korsgaard5ad26722010-04-26 22:58:25 +0200529 #1573: Alsa-utils alsactl/init/* not installed to target
Peter Korsgaardab1f6e52010-04-19 09:11:35 +0200530 #1591: portmap fails to compile
Gustavo Zacarias55886162010-04-22 15:35:15 -0300531 #1615: Convert eeprog package to gentargets
Gustavo Zacarias554ef432010-04-26 11:54:32 -0300532 #1645: Bump hostapd package to 0.7.2
Alexander Clouteracac2ec2010-03-13 21:43:06 +0100533
Peter Korsgaardac1dfc82010-02-26 15:52:48 +01005342010.02, Release February 26th, 2010:
Francisco Gonzalez Morellf4f15702010-02-24 00:01:39 +0100535
536 Fixes all over the tree.
537
Peter Korsgaardb209f222010-02-26 10:42:26 +0100538 Updated/fixed packages: avahi, busybox, cramfs, ipsec-tools, libcgicc,
539 libgtk2, libraw1394, madplay, netsnmp, pango, squashfs, sylpheed, qt,
540 xfont_font-util
Peter Korsgaardba505382010-02-24 22:59:32 +0100541
Gustavo Zacarias0f40a462010-02-19 09:59:08 -0300542 Removed packages: hostap, openmotif, xpdf
Peter Korsgaardba505382010-02-24 22:59:32 +0100543
544 Issues resolved (http://bugs.uclibc.org):
545
546 #165: openmotif does not build
Gustavo Zacarias0f40a462010-02-19 09:59:08 -0300547 #1147: Remove obsolete hostap package
Peter Korsgaardf5617632010-02-25 17:27:50 +0100548 #1183: make source fails to download gmp, mpfr and patches
Francisco Gonzalez Morellf4f15702010-02-24 00:01:39 +0100549
Peter Korsgaard7bd81252010-02-23 23:28:46 +01005502010.02-rc2, Released February 23th, 2010:
Peter Korsgaard23c8c882010-02-17 11:10:23 +0100551
552 Fixes all over the tree and new features.
553
Peter Korsgaard89fd7202010-02-23 21:59:24 +0100554 New packages: intltool
555
Peter Korsgaardc8ff60c2010-02-19 11:30:54 +0100556 Updated/fixed packages: ace_of_penguins, alsa-lib, alsa-utils, argus,
Peter Korsgaard89fd7202010-02-23 21:59:24 +0100557 at, automake, ccache, dosfstools, e2fsprogs, flex, gob2, gmpc,
558 gst-plugins-good, imagemagick, iw, kexec, libeXosip, libgtk2,
559 libpcap, libpng, libsoup, libxcb, libxml-parser-perl, libxml2,
560 libxslt, lvm2, matchbox, mplayer, rsync, rubix, shared-mime-info,
561 tcl, webkit, xapp_mkfontscale, xfont_encodings, xfont_font-util,
562 xlib_libfontenc, xproto_trapproto, zlib
Peter Korsgaardc8ff60c2010-02-19 11:30:54 +0100563
564 Removed package: xboard
Peter Korsgaard23c8c882010-02-17 11:10:23 +0100565
Rob Alley6c9d3872010-01-28 02:29:40 +1300566 Issues resolved (http://bugs.uclibc.org):
567
Peter Korsgaard5239be02010-02-23 20:57:54 +0100568 #335: atk looks for the path to the gnome library on the host
569 #355: Please update WebKit - it doesn't compile!
570 #453: libglib2 autoreconf
571 #457: e2fsprogs link problem
572 #459: libgtk2 autoreconf
573 #469: build of libgtk2 for host incorrectly assumes that X.org ...
574 #671: Bash fails to build when building buildront on Ubuntu 9.04
575 #711: WebKit host dependencies problems
576 #821: cp: illegal operation
577 #1039: Not compiled on ubuntu karmic
Rob Alley6c9d3872010-01-28 02:29:40 +1300578 #1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo
579
Peter Korsgaardf0bdacd2010-02-09 16:54:30 +01005802010.02-rc1, Released February 9th, 2010:
581
582 Fixes all over the tree and new features.
583
584 Generalized autotools infrastructure to be usable for
585 non-autotools packages, see package/Makefile.package.in for
586 details.
587
588 Cleaned up avr32 toolchain config, external source-based
589 toolchain support is gone.
590
591 Dependency checks: Also check for makeinfo, only print output
592 on errors.
Peter Korsgaardde219282009-12-03 15:59:15 +0100593
Peter Korsgaard6c26a602010-01-23 23:07:20 +0100594 Toolchain: uClibc 0.9.30.2, gcc 4.4.3
Peter Korsgaard6bfb4882010-01-15 14:47:54 +0100595
Peter Korsgaard731f3c32010-02-03 21:26:48 +0100596 New packages: libcdaudio, libdvdnav, libdvdread, hostapd, ser2net,
597 tcpreplay
Chris Packham20417bb2009-07-30 13:59:49 +1200598
William Wagneraea2ef92010-01-28 18:07:27 +0000599 Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash,
600 bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq,
Julien Boibessot14d065b2010-02-08 18:39:19 +0100601 e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex,
602 hal, iptables, iw, jpeg, kismet, libfuse, libglib2, liboil, libpcap,
603 libungif, libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd,
604 neon, netstat-nat, newt, openvpn, pcre, php, qt, rdesktop, readline,
605 rpm, sawman, sdl, sdl_ttf, sqlite, sshfs, tremor, u-boot,
606 usb_modeswitch, usbutils, webkit, wpa_supplicant, xfsprogs, zlib
Gustavo Zacariasba4183b2009-12-02 10:32:34 -0300607
Peter Korsgaard640c7402010-02-09 12:21:37 +0100608 Removed package: asterisk, openswan
Peter Korsgaard52234472010-02-08 17:20:41 +0100609
Gustavo Zacariasba4183b2009-12-02 10:32:34 -0300610 Issues resolved (http://bugs.uclibc.org):
611
Chris Packham20417bb2009-07-30 13:59:49 +1200612 #515: tcpreplay: new package
Lionel Landwerlin10415632009-12-06 22:21:58 +0100613 #553: Wrong DirectFB ps2mouse limitation
Clark Rawlins249f3db2009-12-01 08:46:27 -0500614 #559: mesa3d build fails
Peter Korsgaard7c737972009-12-07 09:14:36 +0100615 #679: Autoconf cannot find M4
Gustavo Zacarias44816b12009-11-30 11:45:35 -0300616 #739: New/updated hostapd package
Gustavo Zacariasd8968c62009-11-30 12:58:49 -0300617 #749: Bump usbutils package to version 0.86
Peter Korsgaard79c9a432009-12-06 15:40:03 +0100618 #751: Kernel 2.6 snapshot fetch fail
Gustavo Zacarias1ba3c842009-12-01 17:00:59 -0300619 #753: Bump lighttpd package to 1.4.25
Anders Darander9c374252009-12-02 13:29:23 +0100620 #757: U-Boot: mkimage cannot be installed using external toolchain
Gustavo Zacariasba4183b2009-12-02 10:32:34 -0300621 #761: Add binutils 2.20 to toolchain options
Gustavo Zacarias9f177282009-12-02 12:39:21 -0300622 #763: [SECURITY] Update pcre to 7.9
Gustavo Zacarias09c181f2009-12-02 16:36:43 -0300623 #765: Add buildroot branding to gcc
Gustavo Zacarias7a901722009-12-02 14:39:52 -0300624 #767: Bump iw package to 0.9.18
Gustavo Zacariasb5867d92009-12-03 13:19:27 -0300625 #773: [SECURITY] Update bind to 9.5.2-P1
grante0a62bb42009-12-10 16:12:21 -0600626 #795: Minor edits to fix typos, grammar, spelling, usage in documen...
Gustavo Zacarias4833d132009-12-14 17:27:01 -0300627 #813: Drop not very useful generic package selection options ...
Anders Daranderb9656e82009-12-23 10:05:45 +0100628 #823: Editor backup files (~) is copied from the target_skeleton
Gustavo Zacarias9400c732009-12-23 10:41:36 -0300629 #827: Bump mtd-utils package to version 1.2.0
Peter Korsgaardc47124d2010-01-18 00:32:45 +0100630 #841: Build error
Gustavo Zacarias0908e852010-01-19 15:09:28 -0300631 #913: Bump iptables to 1.4.6
Gustavo Zacariasc95e3b82010-01-19 15:06:36 -0300632 #919: Bump usb_modeswitch package to 1.0.7
Gustavo Zacariasca2ad7d2010-01-19 15:07:54 -0300633 #925: Bump wpa_supplicant package to 0.6.10
Gustavo Zacariasdb9dcbe2010-01-19 16:13:55 -0300634 #931: Bump kismet package to 2010-01-R1
Gustavo Zacariasb3febda2010-01-19 16:54:45 -0300635 #937: Bump openvpn package to 2.1.1
Gustavo Zacariasc623a232010-01-20 11:17:53 -0300636 #943: Bump sqlite package to 3.6.22
Gustavo Zacarias3416f262010-01-26 11:36:07 -0300637 #961: Bump dnsmasq to 2.52
Gustavo Zacarias60ce1b02010-01-26 11:47:42 -0300638 #967: Bump netstat-nat to 1.4.10
Gustavo Zacarias6455c322010-01-25 10:42:50 -0300639 #973: Bump iw to 0.9.19
Peter Korsgaardfbf84d42010-01-31 22:13:45 +0100640 #1003: DHCP options disabled with busybox-1.16.0
Peter Korsgaard934c7bb2010-01-29 15:01:04 +0100641 #1009: [SECURITY] Bump php to 5.2.12
Gustavo Zacarias49d92eb2010-02-01 13:53:12 -0300642 #1015: [SECURITY] Bump bind to 9.5.1-P2
Peter Korsgaardc3174392010-02-03 17:27:51 +0100643 #1027: Busybox flash commands conflict with those from mtd-utils
Gustavo Zacariasd5d48252010-02-09 11:30:06 -0300644 #1063: [SECURITY] Update lighttpd to 1.4.26
Peter Korsgaardbf4d2d82009-12-04 09:24:01 +0100645
Peter Korsgaard798927c2009-12-01 15:20:18 +01006462009.11, Released December 1st, 2009:
Peter Korsgaardb48fb8c2009-11-30 11:00:28 +0100647
648 Additional fixes and cleanups.
649
Peter Korsgaard9d998ad2009-12-01 12:18:38 +0100650 Updated/fixed packages: alsamixergui, autoconf, coreutils, fltk,
651 microperl, ncurses, vim
Peter Korsgaardb48fb8c2009-11-30 11:00:28 +0100652
653 Issues resolved (http://bugs.uclibc.org):
654
655 #707: Cant configure fltk-1.1.7. configure: error: Configure could ...
656
Peter Korsgaard31bd9742009-11-29 23:26:54 +01006572009.11-rc2, Released November 29th, 2009:
658
659 Additional fixes and cleanups.
Daniel Mack6b6bdae2009-11-24 19:52:26 +0100660
Peter Korsgaardade675c2009-11-29 21:25:49 +0100661 Updated/fixed packages: busybox, dbus, fltk, gvfs, ltrace
Daniel Mack6b6bdae2009-11-24 19:52:26 +0100662
Peter Korsgaard2d04d562009-11-23 23:20:21 +01006632009.11-rc1, Released November 23rd, 2009:
Gustavo Zacarias74834992009-09-01 23:02:06 +0200664
Peter Korsgaardb8a917f2009-11-23 10:24:52 +0100665 Fixes all over the tree and new features.
666
667 Cleaned up / Simplified build directory layout. Refer to
668 docs/buildroot.html#using for details.
669
670 Target defconfig files moved to configs/ and listed in 'make help'
671 output.
672
Peter Korsgaard406053d2009-11-20 14:05:48 +0100673 Fixed *clean targets. Now clean removes everything generated,
674 so you can do a fresh rebuild. Distclean furthermore removes
675 kbuild tools and .config, bringing the source tree back in a
676 pristine state.
677
Peter Korsgaardb8a917f2009-11-23 10:24:52 +0100678 Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default
679 soft / hardfloat setting for architecture, ensure target-ldd
680 gets installed.
Laine Walker-Avina83182dd2009-10-29 10:30:50 -0700681
Peter Korsgaard41146432009-09-29 11:45:50 +0200682 New packages: divine, gvfs, libarchive, libmicrohttpd,
Lionel Landwerlin0ad58692009-10-18 21:03:09 +0200683 sdl_sound, swfdec, sysstat
Daniel Mack32518792009-08-25 16:04:56 +0200684
Peter Korsgaard81e4ba32009-11-23 13:03:59 +0100685 Updated/fixed packages: alsa-lib, alsamixergui, autoconf, bootutils,
686 busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf,
687 gqview, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good,
Peter Korsgaardf6cbb262009-11-23 13:02:54 +0100688 imagemagick, ipkg, iptables, iw, kernel-headers, kismet, leafpad,
689 libelf, libevent, libglib2, libidn, liblockfile, libmad, libpcap,
Peter Korsgaardfa946b72009-11-23 13:11:00 +0100690 libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
Peter Korsgaard1dd9d9f2009-11-23 13:54:05 +0100691 matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
Peter Korsgaard7ba54a02009-11-23 14:41:36 +0100692 ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
Baruch Siach883f0662009-11-23 23:05:23 +0100693 python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl, sdl_image,
Peter Korsgaardb7046772009-11-23 15:10:53 +0100694 shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
Peter Korsgaard9627e212009-11-23 16:31:35 +0100695 synergy, syslinux, sysklogd, target-binutils, tcpdump, torsmo, u-boot,
696 udpcast, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
Lionel Landwerlin5ad8ad02010-01-27 02:08:49 +0100697 xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib[5~
Peter Korsgaard76aaac62009-09-14 15:54:24 +0200698
Peter Korsgaard87d74d92009-11-23 11:30:07 +0100699 Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
Peter Korsgaard8a19a792009-10-01 22:32:44 +0200700
Gustavo Zacarias74834992009-09-01 23:02:06 +0200701 Issues resolved (http://bugs.uclibc.org):
702
Sven Neumann1d9178d2009-09-21 23:26:51 +0200703 #301: allow to install libsmbclient
Sven Neumannbc95b3a2009-09-27 23:19:40 +0200704 #303: add gvfs package
Evan Zelkowitz8e8354d2009-09-20 10:02:44 +0200705 #477: Add sdl_sound package
Gustavo Zacarias57f3b112009-09-01 14:01:40 -0300706 #487: Make kismet package sexier
Gustavo Zacariasbdf41d62009-09-01 13:04:17 -0300707 #511: New package usb_modeswitch
Gustavo Zacarias74834992009-09-01 23:02:06 +0200708 #527: misc fixes for dnsmasq package
Will Newtona07032e2009-08-11 16:35:23 +0100709 #565: libevent: Bump version and clean up makefile
Olaf Rempel27cf8112009-09-16 08:39:26 +0200710 #587: Use iptables multipurpose binaries and bump to 1.4.4
Peter Korsgaardda25e922009-10-25 22:15:06 +0100711 #593: Missing early check for patch(1)
Peter Korsgaardb71951b2009-11-22 21:25:31 +0100712 #597: (REOP) Selecting busybox in buildroot's config clobbers ar ...
Peter Korsgaard17168392009-09-21 17:42:22 +0200713 #609: libmicrohttpd: New package
714 #615: python: Don't delete .py files unless asked
Peter Korsgaardf5239c32009-09-19 09:46:55 +0200715 #617: netkit/inetd requires RPC and fails to build if RPC is disabled
Kelvin Cheung07019b22009-11-22 21:08:37 +0100716 #619: netkittelnet requires netkitbase to install, but there's no ...
Vincent Palatin6aac0032009-11-22 21:18:11 +0100717 #645: allow to build nbd-server with NBD package
Gustavo Zacarias829d4ff2009-10-09 10:31:31 -0300718 #653: [SECURITY] Update php package to version 5.2.11
Gustavo Zacariasab17f402009-10-09 10:42:41 -0300719 #655: Update sqlite package to version 3.6.18
Simon Paschf72f3fd2009-10-13 14:23:08 +0200720 #657: Bug in imagemagick-clean target
Kelvin Cheung07019b22009-11-22 21:08:37 +0100721 #663: Add option for NAND flash with 512B Page and 16 kB erasesize ...
rvpaasend7f5f042009-10-18 19:35:12 +0200722 #665: [PATCH] Samba package
rvpaasen69ec17c2009-10-29 21:35:33 +0100723 #667: [PATCH] e2fsprogs
Peter Korsgaard351b6792009-11-22 21:03:42 +0100724 #683: SDL-dfb does not select directfb
Peter Korsgaard3445ff42009-11-22 20:52:15 +0100725 #701: make install problem with unstripped binaries
Gustavo Zacarias48ed49e2009-11-10 13:42:35 -0300726 #703: [SECURITY] Update openssl package to 0.9.8l
Gustavo Zacarias3848cd62009-11-10 12:01:09 -0300727 #705: Bump spawn-fcgi package to 1.6.3
Gustavo Zacarias4e276862009-11-10 13:58:07 -0300728 #709: Bump lighttpd package to 1.4.24
Gustavo Zacarias26073d22009-11-13 09:49:43 -0300729 #713: Migrate openntpd package to Makefile.autotools.in
Gustavo Zacarias83f98812009-11-13 12:07:56 -0300730 #715: Bump libidn package to 1.15 and other fixes
Gustavo Zacarias882e1372009-11-13 12:12:09 -0300731 #717: Bump dnsmasq to 2.51 and introduce new IDN option
Gustavo Zacariasbd49a622009-11-19 10:26:43 -0300732 #731: Bump iw package to 0.9.17
Gustavo Zacarias74834992009-09-01 23:02:06 +0200733
Peter Korsgaardf0eb8b52009-08-31 10:23:48 +02007342009.08, Released August 31th, 2009:
735
736 Additional fixes and cleanups.
737
738 Updated/fixed packages: ctorrent, saveconfig/getconfig,
739 sdl_net, util-linux.
Peter Korsgaard014df312009-08-30 22:01:23 +0200740
741 Issues resolved (http://bugs.uclibc.org):
742
743 #529: util-linux doesn't find headers and include libs correctly
Kelvin Cheungcc8a9172009-08-31 07:23:59 +0200744 #557: Build ctorrent with SSL support if available
Peter Korsgaard014df312009-08-30 22:01:23 +0200745
Peter Korsgaard4595a2f2009-08-26 23:21:30 +02007462009.08-rc3, Released August 26th, 2009:
747
748 Additional fixes and cleanups.
749
750 Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus,
751 directfb, enchant, kernel headers.
752
753 Issues resolved (http://bugs.uclibc.org):
754
755 #471: Allow directfb compilation with debug
756 #541: Removal of CVS directories in target filesystem broken
757 #547: berkeleydb: Update config.{sub, guess}
758 #549: enchant: Fix dependencies.
759 #569: Fix alsa-utils build for x86 on x86-64
760
Peter Korsgaard4ebaaf42009-08-06 10:39:54 +02007612009.08-rc2, Released August 6th, 2009:
762
763 Additional fixes and new features.
764
765 New packages: libuuid, gcc 4.3.4.
766
Peter Korsgaard4595a2f2009-08-26 23:21:30 +0200767 Updated/fixed packages: busybox, classpath, gzip, ipsec-tools,
768 jamvm, libusb, microperl, neon, popt, sed, webkit.
Peter Korsgaard4ebaaf42009-08-06 10:39:54 +0200769
770 Fixed issue with 'make oldconfig'
Peter Korsgaard0468b5c2009-08-04 22:58:54 +0200771
772 Issues resolved (http://bugs.uclibc.org):
773
774 #525: sed broken with external toolchain
Peter Korsgaard15dab042009-08-05 09:23:29 +0200775 #537: Fix gzip build with recent glibc
Peter Korsgaard0468b5c2009-08-04 22:58:54 +0200776
Peter Korsgaard3190d5b2009-08-02 23:09:07 +02007772009.08-rc1, Released August 2nd, 2009:
778
779 Fixes all over the tree and new features.
Peter Korsgaard533718a2009-06-23 09:40:23 +0200780
Thomas Petazzoni66095252009-07-27 11:06:32 +0200781 Improvement of external toolchain support:
782 - Support for glibc toolchains.
783 - The toolchain configuration announced to Buildroot is
784 verified against the real toolchain configuration.
785 - Fixes, documentation.
786
787 Cleanup X.org support: clarified configuration options, and
788 removed mandatory dependency on useless libraries such as
789 libXt or libXaw.
790
Thomas Petazzonid9a95012009-07-27 18:08:32 +0200791 New QT-based configurator, usable using 'make xconfig'.
792
Peter Korsgaard3190d5b2009-08-02 23:09:07 +0200793 Support for the Xtensa architecture.
794
795 Toolchain: GCC 4.4.1, 2.6.30 kernel headers, removed < 2.6.26
796 headers.
797
798 New packages: bmon, ctorrent, dosfstools, enchant,
799 gst-plugins-bad, iw, libmms, libnl, netstat-nat, ntfsprogs,
800 sdl_gfx, spawn-fcgi.
801
802 Updated packages: bind, busybox, coreutils, sqlite, directfb,
803 expat, gamin, gnuconfig, haserl, ipsec-tools, classpath,
804 libcurl, libglib2, liblockfile, libpng, libsoup, libxml2,
805 lighttpd, ltp-testsuite, lvm2, matchbox, memstat,
806 gst-plugins-good, gstreamer, libogg, libvorbis, mplayer,
807 neon, openssl, pciutils, php, qt, ruby, sawman, webkit,
808 wpa-supplicant, xdriver_xf86-input-synaptics,
809 xdriver_xf86-video-intel, xlib_libXfont, xlib_libXft,
810 xlib_libXt, xproto_xproto, xserver-xorg, xutil_makedepend,
811 xutil_util-macros.
812
Peter Korsgaard533718a2009-06-23 09:40:23 +0200813 Issues resolved (http://bugs.uclibc.org):
814
Peter Korsgaard2e71cd82009-07-07 23:26:36 +0200815 #83: liblockfile fails to compile due to eaccess redefinition
Peter Korsgaard0aa70622009-07-24 07:51:16 +0200816 #163: Xtensa architecture port
Thomas Petazzoni7a1a3342009-07-28 16:18:10 +0200817 #171: xorg-server / kernel headers 2.6.26 - vm86.c compilation issue
Peter Korsgaard533718a2009-06-23 09:40:23 +0200818 #241: device mapper + lvm2: build together
Olaf Rempel52dbe072009-03-02 17:35:41 +0100819 #243: ctorrent: new package
Olaf Rempelbb14fc42009-03-02 17:58:13 +0100820 #247: ntfsprogs: new package
Peter Korsgaard71c810f2009-07-18 00:04:20 +0200821 #271: Library 'libgcc_s.so.1' not installed in search path
Gustavo Zacarias57c2e792009-07-26 21:08:51 +0200822 #287: New package libnl
Gustavo Zacarias9a6d6cf2009-08-02 22:25:04 +0200823 #289: New package iw
Will Newton6fecd532009-07-27 12:20:27 +0100824 #331: Update MPlayer to version 1.0rc2
Gustavo Zacarias58180102009-06-30 21:40:23 +0200825 #333: Bump sqlite package to 3.6.15
Peter Korsgaarde61606a2009-06-23 13:55:38 +0200826 #349: update libsoup to version 2.26.2
Gustavo Zacariasc2dbefd2009-07-26 21:50:02 +0200827 #357: New package netstat-nat
Gustavo Zacarias234fb282009-07-02 14:55:51 +0200828 #359,#413: Upgrade openvpn to Makefile.autotools.in
Peter Korsgaard533718a2009-06-23 09:40:23 +0200829 #367: linux kernel compile error for arm926t
Evan Zelkowitz10e9b7e2009-07-18 11:29:26 +0200830 #369: Add SDL_gfx package
Peter Korsgaard533718a2009-06-23 09:40:23 +0200831 #373: Support for building gstreamer without libxml
Peter Korsgaarde61606a2009-06-23 13:55:38 +0200832 #379: update DirectFB to version 1.4.0
Peter Korsgaard533718a2009-06-23 09:40:23 +0200833 #383: gst-plugins-good: Allow soup plugin to be configured
834 #385: neon: Fix pkgconfig dependency
Peter Korsgaardbd26b582009-07-16 15:07:20 +0200835 #387: Tremor not installed to toolchain
Gustavo Zacariasba4fbdc2009-07-26 22:03:15 +0200836 #389: New package bmon
Peter Korsgaard533718a2009-06-23 09:40:23 +0200837 #391: gstreamer: Bump version to 0.10.23
838 #393: gst-plugins-base: Bump version to 0.10.23
839 #395: gst-plugins-bad: New package
Peter Korsgaardf4311822009-07-27 00:05:14 +0200840 #403: Error while building iso9660 image
Peter Korsgaard533718a2009-06-23 09:40:23 +0200841 #409: Bump php package to 5.2.10
842 #411: ipsec-tools: Bump version to 0.7.2
Gustavo Zacarias0468be62009-07-01 15:36:19 +0200843 #417: New package spawn-fcgi
Gustavo Zacarias264b9c12009-07-01 15:31:59 +0200844 #419: Bump lighttpd package to 1.4.23
Will Newton27ce9422009-07-27 10:39:50 +0200845 #421: toolchain: Clean up toolchain locale support menu
Will Newton81f99902009-06-29 11:54:06 +0100846 #427: webkit: Update to WebKit svn r44552
Will Newton56fcdc92009-07-02 16:54:41 +0100847 #437: ltp-testsuite: Bump version to 20090630
Mike Crowef26acf62009-06-18 13:29:02 +0100848 #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
Peter Korsgaarde0debb72009-07-17 21:07:42 +0200849 #467: DirectFB 1.4.1
Peter Korsgaard0aa70622009-07-24 07:51:16 +0200850 #473: memstat_0.5.tar.gz has install with -D and that fails "make"
Will Newton5079d7a2009-07-28 11:37:20 +0100851 #491: libxml2: Bump version to 0.7.3
Gustavo Zacariasff69aee2009-07-29 10:02:15 -0300852 #495: Bump bind package to 9.5.1-P3 (security)
Peter Korsgaard2a966bc2009-07-29 21:49:45 +0200853 #497: OpenSSL RSA key generation hangs on x86_64
Gustavo Zacarias00c8bdd2009-07-30 10:09:47 -0300854 #509: Bump sqlite package to 3.6.16
Peter Korsgaarda7b50b92009-08-02 09:59:15 +0200855 #523: pciutils broken with external toolchain
Daniele Salvatore Albano9be449f2009-08-02 22:32:03 +0200856 #533: Update gamin to 0.1.10 to fix compilation
Peter Korsgaard533718a2009-06-23 09:40:23 +0200857
Peter Korsgaarda69b3d62009-06-01 09:00:03 +02008582009.05, Released June 1st, 2009:
859
860 Fixes for dropbear & diffutils, bump linux-advanced 2.6.29.x
861 version and marked ubifsroot as broken.
862
Peter Korsgaard45e11e22009-05-27 20:44:08 +02008632009.05-rc3, Released May 27th, 2009:
864
865 Fixes for toolchain (gcc arm pr37436), stable kernel versions,
866 busybox, curl, libusb, readline, python and strace.
867
868 Issues resolved (http://bugs.uclibc.org):
869
870 #345: libcurl package needs a urandom fix
871
Peter Korsgaard13328d22009-05-19 20:18:04 +02008722009.05-rc2, Released May 19th, 2009:
873
874 Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix
875 for newer hosts), stable kernel versions, busybox, cups,
876 dmraid, docker, mesa3d, rsync and updated defconfigs.
877
878 xserver marked as broken on AVR32 and atngw100-expanded
879 config removed.
Peter Korsgaard61aeb6e2009-05-06 17:09:16 +0200880
881 Issues resolved (http://bugs.uclibc.org):
882
883 #167: metacity does not build
Peter Korsgaard13328d22009-05-19 20:18:04 +0200884 #295: gamin installs python support even if python is disabled
885 #323: gen_matypes fails to execute during build of Mesa when us...
Peter Korsgaard61aeb6e2009-05-06 17:09:16 +0200886
Peter Korsgaardcf92bc22009-05-05 11:53:14 +02008872009.05-rc1, Released May 5th, 2009:
888
889 Fixes all over the tree, further conversion of packages to
890 Makefile.autotools.in and we now build host versions of
891 packages where needed for build time dependencies instead of
892 relying on the correct versions being available on the build
893 host. Ancient toolchain / busybox versions have furthermore
894 been removed as announced in the 2009.02 release notes.
895
896 New packages: flac, gob2, lzop, taglib, wpa_supplicant
897
898 Updated packages: avahi, bind, binutils, busybox, dbus, dbus-glib,
899 directfb, dnsmasq, freetype, gcc, gmp, gstreamer, iptables, kernel
900 headers, kexec, libglib2, libpng, libsndfile, lua, mpfr, ntfs-3g,
901 openssl, php, qtopia4, rsync, samba, sqlite, tar, uboot, uclibc,
902 util-linux, xorg7, xerces
903
904 Issues resolved (http://bugs.uclibc.org):
905
906 #5,#77,#141,#143: Convert php package to Makefile.autotools.in
907 and a ton of other improvements
908 #19: page.h missing by util-linux
909 #37: update libglib2 to version 2.18.4
910 #61: tslib puts staging_dir into pkgconfig file
911 #69: tar refuses to build
912 #71,#175: ./wchar.h:41:12: error: empty filename in #include
913 #73: Bump openssl package to the latest version
914 #81: New package wpa_supplicant
915 #99: new package: flac
916 #101: update gstreamer packages
917 #105,#313: menuconfig segfaults on tinyx if wchar is not
918 selected
919 #107: convert libvorbis to Makefile.autotools.in
920 #109: Make pppd package avoid bsd err
921 #111: binutils 2.17 fails to build when texinfo >= 4.10
922 #133: Modify ncurses5-config to get correct include path
923 #137: Bump php to version 5.2.9
924 #139: Bump sqlite to 3.6.11 and convert to
925 Makefile.autotools.in
926 #145: Bump bind package to 9.5.1-P1 (security)
927 #147: buildroot toolchain fails to build w/binutils-2.19.1
928 #151: openssl package trivial fixes
929 #161: vim fails on patching with errors in configure.patch
930 #169: blackbox-0.70.1 does not build
931 #177: xdriver_xf86-input-keyboard does not build
932 #179: Upgrade dropbear to Makefile.autotools.in
933 #181: Update to Xorg 7.4
934 #187: ntfs-3g: could not build cross
935 #191: alsa-lib ARM binaries always built with EABI
936 #213: Bump wpa_supplicant package to version 0.6.9
937 #217: Bump openssl package to 0.9.8k (security)
938 #219: Toolchain build fails on m4
939 #225: m4 macros are out of place
940 #233: make ipv6 optional in iptables
941 #237: ncftp: convert to Makefile.autotools.in
942 #239: ntfs-3g: convert to Makefile.autotools.in
943 #245: lzop: new package
944 #271: Bump bind package to 9.5.1-P2 (security)
945 #277: Bump sqlite package to 3.6.16
946 #279: update libglib2 to version 2.20.1
947 #281: update DirectFB to version 1.2.8
948 #283: add taglib
949 #285: compilation of samba fails if IPV6 support is missing
950 #293: update samba to version 3.3.3
951 #299: add shared-mime-info package
952 #307: make openssl package respect build flags