<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 2.0//EN" "http://my.netscape.com/publish/formats/rss-2.0.dtd"><rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Server News</title>
	<link>http://server.open-steam.org//?type=rss</link>
	<description></description>
	<dc:language>de</dc:language>
	<dc:date>Thu, 09 Sep 2010 11:10:55 +0200</dc:date>
	<admin:generatorAgent>LLMS RSS Feed</admin:generatorAgent>
	<item>
		<title>open-sTeam server 2.8 released</title>
		<dc:creator>Robert Hinn</dc:creator>
		<dc:date>Mon, 05 May 2008 14:15:04 +0200</dc:date>
		<link>http://server.open-steam.org//?show=all#653209</link>
		<category></category>		<content:encoded><![CDATA[<div class='html'><p>The new stable version 2.8 of the open-sTeam server software has been officially released today.</p>
<p>Improvements of the new version are:
</p>
<ul><li> COAL serialization with native code (performance improvement)
</li><li> fixed compiling of native code on Mac OS X 10.5 (Leopard)
</li><li> added filtering and pagination methods to the search module, containers, user and group mailboxes and annotations
</li><li> some LDAP improvements (e.g. support for structural groups)
</li><li> fixed an issue where the cachesize setting would be ignored
</li><li> added support for decorations on objects (allows for dynamically extending objects with functionality)
</li><li> RSS feeds now have a content namespace
</li><li> added support for iconsets (iconsets are packages/modules that can define default icons for objects)
</li><li> all server.log output will now be prepended with a timestamp
</li><li> smtp, security and slow_requests log files will now be rotated, too
</li><li> improved init.d scripts (stabilized the restart option, even if the server takes so much time for shutdown that the script times out)
</li><li> build process cleaup
</li><li> various stability improvements
</li></li></ul><br/>The new 2.8 server version will automatically perform some updates on the database when started for the first time. The first server start with the new version might therefore take some time until the updates have been completed, so you should prepare for some downtime before updating.<p>The new server sources can be downloaded in the <a class="external" href="/download">download</a> section. Packages for <a class="external" href="/download/debian/etch">Debian Linux 4.0 (Etch)</a> and <a class="external" href="/download/ubuntu/gutsy">Ubuntu Linux 7.10 (Gutsy Gibbon)</a> are available in the respective download sections and in our <a class="external" href="http://apt.open-steam.org">apt-repository</a>. Packages for <a class="external" href="/download/opensuse/10.3">openSUSE Linux 10.3</a> and <a class="external" href="/download/opensuse/10.2">10.2</a> and <a class="external" href="/download/sle/10">SUSE Linux Enterprise 10</a> are available in the respective download sections and in our <a class="external" href="http://rpm.open-steam.org">rpm-repository</a>.</p>
</div>]]></content:encoded>	</item>
	<item>
		<title>sTeam server 2.4 released</title>
		<dc:creator>Robert Hinn</dc:creator>
		<dc:date>Tue, 20 Mar 2007 18:50:02 +0100</dc:date>
		<link>http://server.open-steam.org//?show=all#448925</link>
		<category></category>		<content:encoded><![CDATA[<html>
<body>
<p>
The new stable version 2.4 of the open-sTeam server software has been released today, replacing the previous 2.2 series. The improvements of the new version are:
</p>
<p>
<ul>
<li>improved LDAP support (mapping arbitrary LDAP attributes to sTeam attributes, non-persistent attribute mapping)</li>
<li>better synchronization between persistence layers (e.g. LDAP)</li>
<li>mail improvements (mailing is now threaded, sent-mail folder support has been introduced)</li>
<li>database modifications to support backup via mysqldump</li>
<li>user and group lookup tables for faster searches</li>
<li>object paths lookup table for faster searches</li>
<li>test-suites for stability checks during development</li>
</ul>
</p>
<p>
The new 2.4 server version will automatically perform some updates on the database when started for the first time. Since this modifications update some tables, your MySQL server might need free disk-space the same size as your current steam database size. The first server start with the new version will also take some time until the updates have been completed, so you should prepare for some downtime before updating.
</p>
<p>
The new server sources can be downloaded in the <a href="Download">download</a> section, the new Debian Linux packages are available in our apt-repository and in our <a href="Download/Debian%20Linux">Debian Linux</a> download section.
</p>
</body>
</html>
]]></content:encoded>	</item>
	<item>
		<title>Roadmap 2.5</title>
		<dc:creator>Thomas Bopp</dc:creator>
		<dc:date>Fri, 01 Dec 2006 13:56:11 +0100</dc:date>
		<link>http://server.open-steam.org//?show=all#306268</link>
		<category></category>		<content:encoded><![CDATA[<div class='html'><p>The sTeam development team started working on steam 2.5 (steam 2.4 will be released soon). The development focus will be on speed improvements.</p>
<ul><li> coal.so Module implements COAL in C
</li><li> Analysing CPU usage (profiling)
</li><li> Support for different Databases (MySQL, Postgres, DB/2)
  This support will only be for saving - searching will be mysql dependent 
  The reason is to allow easy integration of other databases in the future
</li><li> Optimized Saving of objects (save queue becomes too large, too many attributes saved twice)
</li><li> threaded ldap usage with lastModify timestamp checking in background
</li><li> Improved filepath with annotation and version path
</li></li></ul><br/>
<br/>Optional:
<ul><li> Support for JMS (Java Messaging Services) for easier integration of java applications</li></ul></div>]]></content:encoded>	</item>
	<item>
		<title>enhanced testsuites and release management</title>
		<dc:creator>Thomas Bopp</dc:creator>
		<dc:date>Sun, 28 May 2006 19:51:49 +0200</dc:date>
		<link>http://server.open-steam.org//?show=all#159798</link>
		<category></category>		<content:encoded><![CDATA[In order to improve the server stability and have less problems with side-effects of code the testsuite of the steam server has been improved in our current development version. This means there are much more tests including mail sending and using http-client facility to access the server and check for correctness.<br />
<br />
Quality Management has also been improved for steam releases. We established some workflows for stable and testing releases including manual testing and installation procedures. ]]></content:encoded>	</item>
	<item>
		<title>sTeam updated to 2.3</title>
		<dc:creator>Thomas Bopp</dc:creator>
		<dc:date>Thu, 30 Mar 2006 08:45:34 +0200</dc:date>
		<link>http://server.open-steam.org//?show=all#133105</link>
		<category></category>		<content:encoded><![CDATA[<p>CVS branches for steam-2_2 and steam-2_3 have been created. Our demo server has been updated to use steam 2.3. </p><br />
<br />
<p>Latest changes in 2.3 are better support for Events in services. A new lucene search index is in preparation.</p><br />
]]></content:encoded>	</item>
	<item>
		<title>Release Candidate for sTeam 2.2</title>
		<dc:creator>Thomas Bopp</dc:creator>
		<dc:date>Mon, 27 Mar 2006 20:04:17 +0200</dc:date>
		<link>http://server.open-steam.org//?show=all#131469</link>
		<category></category>		<content:encoded><![CDATA[<p>The new server distribution is finished. Today the package has been successfully installed on our local sTeam machine. You can get this package from the Download page. </p>
<p>Please note that this is not the final release. We will upload the final version in a couple of days (if everything works fine). </p>

<h3>Changes</h3>
<ul>
<li>Pike 7.6 supported (7.6.69 and better)</li>
<li>Improved event handling (and some bug fixes)</li>
<li>New logging module, output http logs in standard format (eg awstats compatible). </li>
<li>Fixed factory and attribute registration</li>
<li>Mail System Fixes: some bugs and less spam-scores</li>
<li>Configuration Interface improved: expect less confusion with config files</li>
<li>Many bug fixes</li>
</ul>
]]></content:encoded>	</item>
	<item>
		<title>sTeam switches to latest Pike-Release</title>
		<dc:creator>Thomas Bopp</dc:creator>
		<dc:date>Fri, 24 Mar 2006 20:56:32 +0100</dc:date>
		<link>http://server.open-steam.org//?show=all#127301</link>
		<category></category>		<content:encoded><![CDATA[We are happy to announce a new server release, which will be compatible with the newest<br />
Pike-Releases. The result will be better conformance to the HTTP protocol and enhanced speed. We already updated our demo server, which also serves this web page.<br />
<br />
Especially, the WebDAV interface benefits from this new Release. Apple WebDAV's performance is very much improved and Novell Webdrive and Netdrive Clients are able to connect now.]]></content:encoded>	</item>
	</channel>
</rss>