Release Notes for Alpine 2.1.0 rc2

From Alpine Linux
Revision as of 06:03, 12 March 2012 by Dubiousjim (talk | contribs) (Category:News)

Alpine Linux 2.1.x brings several new features:

  • linux-2.6.35.x kernel
  • gcc-4.5.x
  • gdb-7.2
  • perl-5.12
  • asterisk-1.8.x
  • postgres-9.0.x
  • dovecot-2.0.x
  • php/apache2 support
  • initial support for udev as alternative to busybox mdev
  • xorg-server-1.9.x (with udev and hotplugging support)
  • gtk+-2.22 and friends
  • kamailio-3.1

Some of the minor fixes include:

  • ping as normal user works
  • the package alpine-base ships /etc/alpine-release
  • 'lbu package -' should work even if there are pre/post scripts to lbu
  • less verbose Alpine init. Only show error if any
  • no info message about not starting mounting modloop
  • encrypted apkovls should work again

Package changes since 2.0.3

TO BE INSERTED

Important notes when upgrading from v1.10

  • The v2.0 series introduces an ABI-incompatible version of uClibc with NPTL threading support. This means that you cannot mix packages from older releases with v2.0. To upgrade you will need to make sure that you only have v2.0 repositories in your /etc/apk/repositories list and then do:

    apk upgrade --update-cache --available

Note: There might be packages with same version number in v1.10 repositories so it is very important that the --available option is there to make sure that those gets replaced properly
  • You must remove GNU wget before doing the upgrade and only use busybox wget.

apk del wget

  • All .so links moved to -dev package. It might be an idea to remove alpine-sdk and all *-dev packages before doing the upgrade. If you get problems due to a -dev package want overwrite a .so file owned by other package then you might want use the --force option.
Note: Uninstalling alpine-sdk might remove sudo. To make it stay you'll first have to do:

apk add sudo