diff --git a/build.xml b/build.xml index 385f89d40b3dd1c9bdba2da5d60a592158093ddd..40d16d7a91b41e09011a1922c5e11793cbe83ef6 100644 --- a/build.xml +++ b/build.xml @@ -28,7 +28,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,eof_ending" /> - <property name="version" value="3.0.1" /> + <property name="version" value="3.0.2" /> <!-- We only need the -p switch if the password is non-blank --> <if><not><equals arg1="${mysqlrootpass}" arg2="" /></not><then> diff --git a/composer.json b/composer.json index 551c25a73abf285445b1e34b1c0d10da7ea886b9..bb59af061068f84a6f9dee56249f302b0863bf99 100644 --- a/composer.json +++ b/composer.json @@ -8,12 +8,6 @@ } ], "license": "GPL-2.0", - "repositories": [ - { - "type": "composer", - "url": "https://packages.zendframework.com/" - } - ], "require": { "aferrandini/phpqrcode": "1.0.1", "jasig/phpcas": "1.3.3", diff --git a/config/vufind/config.ini b/config/vufind/config.ini index 9c5839f9ab65bedcd1b7a9b766ce3cfcc93208e5..9a168c3e39fca0256fb5fc498e4684ea7e8d7bb8 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -109,7 +109,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 3.0.1" +generator = "VuFind 3.0.2" ; This section allows you to configure the mechanism used for storing user ; sessions. Available types: File, Memcache, Database. diff --git a/packages/DEBIAN/changelog b/packages/DEBIAN/changelog index 8524042a4452492bdf92b24e9c862c9bd62ca08a..8a3e22435563133dd7adac694f4027a183dace14 100644 --- a/packages/DEBIAN/changelog +++ b/packages/DEBIAN/changelog @@ -1,3 +1,9 @@ +vufind 3.0.2 distribution; urgency=low + + * VuFind 3.0.2 release (see http://vufind.org/wiki/changelog for details) + + -- maintainer VuFind Project Administration Team <vufind-admins@lists.sourceforge.net> Tu 5 Jul 2016 12:02:33 UTC + vufind 3.0.1 distribution; urgency=low * VuFind 3.0.1 release (see http://vufind.org/wiki/changelog for details) diff --git a/packages/DEBIAN/control b/packages/DEBIAN/control index 9016c826dd19a96e416cca31060f97c4b9b82eca..f7c1364285e18d4df2ed9c536c173a30f764296d 100644 --- a/packages/DEBIAN/control +++ b/packages/DEBIAN/control @@ -1,5 +1,5 @@ Package: vufind -Version: 3.0.1 +Version: 3.0.2 Section: World Wide Web Priority: Optional Architecture: all