diff --git a/build.xml b/build.xml index db8bf0c420c8754d0f155b2a9d43e6db7046ed23..728ab02bdbfad5c54ea4372863f1dba76962ae4a 100644 --- a/build.xml +++ b/build.xml @@ -26,7 +26,7 @@ <property name="php-cs-fixers" value="no_blank_lines_before_namespaces,function_call_space,trailing_spaces,unused_use,lowercase_keywords,encoding,parenthesis,php_closing_tag,visibility,duplicate_semicolon,extra_empty_lines,no_blank_lines_after_class_opening,no_empty_lines_after_phpdocs,operators_spaces,spaces_before_semicolon,ternary_spaces,concat_with_spaces,short_array_syntax,phpdoc_no_access,remove_leading_slash_use" /> - <property name="version" value="2.5" /> + <property name="version" value="2.5.1" /> <!-- We only need the -p switch if the password is non-blank --> <if><not><equals arg1="${mysqlrootpass}" arg2="" /></not><then> diff --git a/config/vufind/config.ini b/config/vufind/config.ini index cf1bdaea653ef59deee24805a57157a8ae750728..07398383f9828deaed5aad2e3557d562652ac05c 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -102,7 +102,7 @@ showBulkOptions = false ; Should users be allowed to save searches in their accounts? allowSavedSearches = true ; Generator value to display in an HTML header <meta> tag: -generator = "VuFind 2.5" +generator = "VuFind 2.5.1" ; This section allows you to configure the mechanism used for storing user ; sessions. Available types: File, Memcache, Database. diff --git a/module/VuFind/src/VuFind/RecordDriver/EDS.php b/module/VuFind/src/VuFind/RecordDriver/EDS.php index 33ef25bbd805fe9d5bc35e7281da11f9b13224d6..d930eacba1723b91ef58ec2e90df451f9060ef97 100644 --- a/module/VuFind/src/VuFind/RecordDriver/EDS.php +++ b/module/VuFind/src/VuFind/RecordDriver/EDS.php @@ -581,4 +581,4 @@ class EDS extends SolrDefault // EDS is not export-friendly; disable all formats. return true; } -} \ No newline at end of file +} diff --git a/packages/DEBIAN/changelog b/packages/DEBIAN/changelog index 3843797b14ffdf85c9d0ab7d5aae2f7410a4c9ed..978aa6d1ac7257d327aef06ab444c34ea1b4959e 100644 --- a/packages/DEBIAN/changelog +++ b/packages/DEBIAN/changelog @@ -1,3 +1,9 @@ +vufind 2.5.1 distribution; urgency=low + + * VuFind 2.5.1 release (see http://vufind.org/wiki/changelog for details) + + -- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net> Mo 11 Jan 2016 09:30:11 UTC + vufind 2.5 distribution; urgency=low * VuFind 2.5 release (see http://vufind.org/wiki/changelog for details) diff --git a/packages/DEBIAN/control b/packages/DEBIAN/control index a4944eb444df9e137f0bde083411e5da76d4bc29..4e71dc04a6ea504acf0fc8e615f1f8511ea7b185 100644 --- a/packages/DEBIAN/control +++ b/packages/DEBIAN/control @@ -1,5 +1,5 @@ Package: vufind2 -Version: 2.5 +Version: 2.5.1 Section: World Wide Web Priority: Optional Architecture: all