Wiki

Clone wiki

BibSonomy / documentation / releases / 2015 / 3.2.0

3.2.0

NOTE: Please use 3.2.1. since it fixes a crucial bug in the Fulltext search that used to cause many exceptions.

Date: 27.03.2015

Issues: https://bitbucket.org/bibsonomy/bibsonomy/issues?milestone=3.0.0&milestone=3.0.1&milestone=3.1&milestone=3.1.1&milestone=3.2&status=open&status=new

released

  • Russian language
  • fixed group activation mail
  • fixed csl
  • fixed msoffice urls (old)

external

internal

  • bug fixes
  • scraper fixes

Necessary Changes

Context Files

Add the following to each resource in the context xml. this will keep the connections alive and thus avoid exceptions.

            logAbandoned="true"
            validationQuery="SELECT 42"
            testWhileIdle="true"
            testOnBorrow="true"
            testOnReturn="true"
            minEvictableIdleTimeMillis="5000"
            numTestsPerEvictionRun="10"
            timeBetweenEvictionRunsMillis="5000"
            validationInterval="30000"

properties

batch scripts

other software

database

Updated