Category: scm-manager

News and posts from scm-manager category

SCM-Manager and the POODLE vulnerability

Posted on 2014-10-18 by Sebastian Sdorra


If you are using scm-server with a configured https connector, please be sure that you exclude the SSLv3 protocol to avoid the POODLE vulnerability.

Add the following xml elements to your https connector in your server-config.xml:

<Arg>
  <New class="org.eclipse.jetty.http.ssl.SslContextFactory">
    <Set name="excludeProtocols">
      <Array type="java.lang.String">
        <Item>SSLv2Hello</Item>
        <Item>SSLv3</Item>
      </Array>
    </Set>
  </New>
</Arg>

The complete connector section should now be…


Posted in scm-manager, security


SCM-Manager 1.41

Posted on 2014-09-28 by Sebastian Sdorra


Version 1.41 of SCM-Manager is now available for download.

Downloadhttps://www.scm-manager.org/download/
Release noteshttps://bitbucket.org/sdorra/scm-manager/wiki/release-notes
Getting startedhttps://bitbucket.org/sdorra/scm-manager/wiki/getting-started


Posted in release, scm-manager


Survey Software Development Teams

Posted on 2014-07-10 by Sebastian Sdorra


Hello,
currently Mr. Robert Finke, student at the technical university of Clausthal, Germany, is conducting an online survey, in the context of his bachelor thesis, about the software using behavior of software development teams.

The survey is absolutely anonymous and should not…


Posted in scm-manager


SCM-Manager 1.40

Posted on 2014-07-04 by Sebastian Sdorra


Version 1.40 of SCM-Manager is now available for download.

Downloadhttps://www.scm-manager.org/download/
Release noteshttps://bitbucket.org/sdorra/scm-manager/wiki/release-notes
Getting startedhttps://bitbucket.org/sdorra/scm-manager/wiki/getting-started


Posted in release, scm-manager


SCM-Manager 1.39

Posted on 2014-07-02 by Sebastian Sdorra



Posted in release, scm-manager


SCM-Manager 1.38

Posted on 2014-05-04 by Sebastian Sdorra



Posted in release, scm-manager


SCM-Manager 1.37

Posted on 2014-04-21 by Sebastian Sdorra



Posted in release, scm-manager


SCM-Manager 1.36

Posted on 2014-03-09 by Sebastian Sdorra


Version 1.36 of SCM-Manager is now available for download.

Downloadhttps://www.scm-manager.org/download/
Release notes: https://bitbucket.org/sdorra/scm-manager/wiki/release-notes
Getting started: https://bitbucket.org/sdorra/scm-manager/wiki/getting-started

Warning: Versions prior to 1.36 are creating incompatible subversion repositories, if the subversion option “with 1.7 Compatible” is enabled. Those repositories have to be converted before they could be used with version 1.36 or later.


Posted in release, scm-manager


SCM-Manager 1.35

Posted on 2013-12-30 by Sebastian Sdorra



Posted in release, scm-manager


SCM-Manager 1.34

Posted on 2013-10-05 by Sebastian Sdorra



Posted in release, scm-manager