We are constantly working on the software and we will release software when we feel that it is stable enough. A few issues were found as you can see in the bugtracker and we decided to fix the before we release the RC. Our goal is to release stable software and we will not release a RC that has known issues. If you want to get a software on a given date, then you can just checkout the software at any date you want from our svn stable branch, the software is as stable then as if wo would have released it on that day.
Is it the right way to do it? cd /tmp svn export svn://svn.ispconfig.org/ispconfig3/trunk/ cd trunk/install php -q update.php (or php -q install.php to instal) Right?
The above commands would checkout SVN trunk and not the 3.0.5 release branch. To get the 3.0.5 release, use these commands: cd /tmp svn export svn://svn.ispconfig.org/ispconfig3/branches/ispconfig-3.0.5 cd ispconfig-3.0.5/install php -q update.php (or php -q install.php to instal)
I updated my test server (Thanx God) from SVN repository and here it is: When updating DNS records: ERROR xfer_error_regex
DNS -> Click at zone -> try to click at "Records tab". I didnt make any changes in DNS Zone tab. Screen attached
Ok. I've fixed that in svn. I guess you might understand now why it does not make sense to release software too early...
Write me an email to dev [at] ispconfig [dot] org with the following details: - Your forum username - Your sourceforge.net username (if you have an account there) - Your real name (I prefer to know that when I hand out login details to our svn) I will send you asvn login then and add you to the dev group here at howtoforge.