Ideally we would have a 6 months cycle, 2 releases per year:
x.0 would be released after every new Slackware version while x.1 six months later containing only a kernel update and bugfixes.
We may consider updating LXDE/KDE, but not the base libs and toolchain (001-core, 002-xorg and devel module). They must remain the same for saving compatibility with each full slackware version. Slackware-current is not the case anymore.
Having a 6 months development cycle doesn't mean that nothing gonna happen during next 3-4 months

Even now you can submit a patch which can enter next release.
Few rules to follow:
- describe in details what your patch/fix is bringing to Porteus (include info about arch: 32/64/both)
- ideally patches would be posted here as a modules (easy to add to the existing ISO and test). diff files could be also accepted but i think brokenman also would prefer xzm's
- preserve full path in the module
example for files which goes to the ISO and not the module:
/boot/doc/bloaders.txt
/boot/syslinux/liloinst.sh
/porteus/make_iso.sh
example for files which goes to the the module:
/etc/rc.d/rc.M
/home/guest/.config/pcmanfm/some_file
- if you add patch containing a config files (for example kwriterc, .bashrc) for a guest, then same files must be attached for root.
example:
/home/guest/.bashrc
and
/root/.bashrc
- correct permissions must be set on all files
- name of the module should clearly state what the xzm contains.
i have created a folder on our community server for each arch (i486, x86_64) where fixes and patches will be uploaded for testing before they make into first beta of next release:
http://ponce.cc/porteus/i486/testing/1.0-fixes/
http://ponce.cc/porteus/x86_64/testing/1.0-fixes/
Remember: do not add fixes from 32bits to 64bit Porteus as it may break some things!!
Patches containing new features can be also stored over there.
Blaze and wread submitted some patches already in other thread:
http://porteus.org/forum/viewtopic.php?f=41&t=619
from now on let's try to gather all patches in this particular thread for easy tracking purpose.
Dont work too hard and enjoy the summer guys!