two screenshots:
http://img848.imageshack.us/img848/9214 ... kranu2.jpg
http://img651.imageshack.us/img651/7360/snapshot1ja.png
here is the Changelog for this release:
/boot
- new win_start_here.hta script by brokenman!
- rebuilt linuxrc completely, it's smaller and well organized now. livedbg file is copied now to /var/log/porteus-livedbg. added 'Porteus booted from:' function (thanks to Rava for suggestion)
- added 'rootcopy=' cheatcode to linuxrc and cheatcoded.txt. now you can specify different folder (even on different device) which will be used instead of standard /porteus/rootcopy. usefull when used togheder with from_iso=
- updated chetacodes.txt as after compiling all nls's into vmlinuz, list of available iocharsets can be found only in /usr/doc/language/fat.txt
- upgraded syslinux to 4.03 (ext4 and btrfs support)
- added graphical menu for liloinst.sh script, some limitations comparing to syslinux:
* limit of characters in 'label' - that's why i have used 'KDE' instead of 'Graphics mode (KDE)'
* LILO wont accept blank characters in the name - that's why i used: 'Always_fresh' instead of 'Always fresh'
* editing of cheatcodes is not possible, you can just add something to existing ones.
/porteus
- userland bumped to Slackware-13.37-rc4
- rebased existing modules according to this thread: http://forum.porteus.org/viewtopic.php?f=53&t=359
000-kernel
- upgraded to 2.6.38.2
- added support for GPT partitions. thanks to [IDC]Dragon.
001-core
- rebuilded 'activate/deactivate' scripts which now covers hangs caused by depmod and kbuildsycoca commands. lxde menu is always updated with new icons. activate always run 'ldconfig' after each insertion, only one instance of 'activate' script is allowed to be executed at time (insertion may be little slower)
- fixed small bug in liblinuxlive ($3 was missing in create_module function - my fault)
- rc.M synced with upstream
= rc.S aufs is remounted 'rw' after /proc and /sys are mounted (to fix mtab issue), /root has always 0700 perms now (thanks to Rava)
- rebuiild rc.4 - all scenarios should be covered now (thanks to brokenman and wread for help)
- updated magic_folders (sync and activate on the fly)
- updater LST so kxkbrc settings are showed only when KDE module is present
- updater porteus_encrypter to sync it with new linuxrc
002-xorg
- rebuilt 'xactivate/xdeactivate' - changes as per 'activate/deactivate'
- added 'Porteus save.dat manager' which allows you to create/resize/recover 'save.dat' containers (thanks to Blaze for suggestion and brokenman for implementation)
- fixed 'xorg not reading .Xresources' issue by adding proper actions to /opt/porteus-scripts/path (xterm has black background)
- fixed bug in porteus modmanager causing 100% cpu in some rare cases
- new Nodoka gtk-theme as oxygen-molecule depends on KDE-4 icons
004-kde
- updated to 4.6.2!
- nicer wallpaper
- added few more languages to kxkbrc
- removed weather plasmoids from taskbar (some people found it annoying)
005-devel
- added porteus kernel headers (not slackware's one)
006-firefox
- updated firefox to 4.0: new UI layout so please post suggestions what should be added/removed/changed (including addons)
Please test it as much as you can.
every feedback is welcome

Cheers
KNOWN BUGS:
1. 'activation' doesnt work when launched in doplphin from guest account. Solution: edit /usr/bin/activate' and raise number of allowed instanced to 4 as in this example:
while [ $pid -gt 4 ]; do
2. hibernation is broken so dont try it. Luckily upstream is aware of it:
http://www.slackware.com/changelog/current.php?cpu=i386
i just patched the kernel and works like a charm now

to be avail in next Porteus release.
3. bluedevil never finishes scanning for new devices. Solution: bump libbluedevil to version 1.8.1.
to be done in next Porteus release.
Edited by Hamza , Reason : Add some infos