X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by mail.alpinelinux.org (Postfix) with ESMTP id 27DF97C6D57 for ; Sat, 27 Aug 2011 16:53:20 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 7EC4DAE4004 for ; Sat, 27 Aug 2011 16:53:19 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FdrKbbXqansS for ; Sat, 27 Aug 2011 16:53:18 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 3DABC376277 for ; Sat, 27 Aug 2011 16:53:18 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 072D960CABEFB for ; Sat, 27 Aug 2011 16:53:18 +0000 (UTC) Received: from localhost (unknown [10.65.96.20]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id DA3F360CABEE7 for ; Sat, 27 Aug 2011 16:53:17 +0000 (UTC) Date: Sat, 27 Aug 2011 18:53:10 +0200 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] New edge snapshot, 110827 Message-ID: <20110827185310.473724e5@alpinelinux.org> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.5; i686-pc-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Hi, I have pushed a new edge snapshot with various bigger changes that are planned for Alpine Linux 2.3. Please note that the edge snapshot got approx 7MB smaller, even if it contains more features :) * Linux 3.0 New kernel. xen dom0 support is probably the biggest news here. * Firmware included in modloop You no longer need apk add linux-firmware if you use a "live" boot. The firmware files are included in the module loopback image (the modloop). * modloop as squashfs During all the years we have used cramfs for the modloop image. Back at that time I picked cramfs over squashfs only because the cramfs kernel module was smaller. At that time I wanted be able to boot the system from floppies so that made a difference back then. We haven't supported boot from floppy for many years now so it makes much more sense to have a better compressed modloop. squashfs with xz compression does this for us. * busybox-1.19 New busybox release. Some of the more interesting things are: - support for syslog.conf which I believe gives use the possibility to split logfiles into mail.log, auth.log etc. - Adds ctrl-r (history search) in shell (yay!) - new applets 'users' and 'groups' Enjoy! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---