Difference between revisions of "New Features in EPrints 3.3.9"

From EPrints Documentation
Jump to: navigation, search
(Created page with '{{releasenotes}} == Upgrade Notes == * Please see New Features in EPrints 3.3.5 for new 3.3 features. * This version requires a database upgrade to fix missing ordervalues (t…')
 
Line 2: Line 2:
 
== Upgrade Notes ==
 
== Upgrade Notes ==
 
* Please see [[New Features in EPrints 3.3.5]] for new 3.3 features.
 
* Please see [[New Features in EPrints 3.3.5]] for new 3.3 features.
* This version requires a database upgrade to fix missing ordervalues (this was a regression in 3.3.8).
+
* '''Requires a database upgrade to fix missing ordervalues (this was a regression in 3.3.8).''' This increases the database schema version to <tt>3.3.4</tt>.
 +
* Introduces a new MySQL option <tt>dbengine</tt> which, if set to "InnoDB", will use InnoDB tables including adding <tt>FOREIGN KEYS</tt> between the main and auxiliary tables for every dataset. This only applies to new repositories. Otherwise, EPrints will continue to use whatever table engine is the default for the MySQL server.
 +
* <code>EPrints::Database::create_table()</code> arguments have been changed.
 +
* New virtual dataset <tt>public_saved_search</tt>, which allows saved_search's with public=TRUE to be publicly accessed.
 +
* If you are using a really old (~3.0) workflow you must split your <code>Documents</code> component into the new <code>Upload</code>/<code>Documents</code> components (you'll get an error message on the workflow).
 +
* Convert::Thumbnails/media_info now require '''ffprobe''' for audio/video format detection. You may need to install an additional package to '''ffmpeg'''.
  
 
==TICKETS==
 
==TICKETS==

Revision as of 10:50, 15 March 2012

Release Notes

3.4 | 3.4.1 | 3.4.2 | 3.4.3 | 3.4.4 | 3.4.5


3.3 | 3.3.5 | 3.3.6 | 3.3.7 | 3.3.8 | 3.3.9 | 3.3.10 | 3.3.11 | 3.3.13 | 3.3.14 | 3.3.15 | 3.3.16


3.2.0 | 3.2.1 | 3.2.2 | 3.2.3 | 3.2.4 | 3.2.5 | 3.2.6 | 3.2.7 | 3.2.8 | 3.2.9


3.1.0

Upgrade Notes

  • Please see New Features in EPrints 3.3.5 for new 3.3 features.
  • Requires a database upgrade to fix missing ordervalues (this was a regression in 3.3.8). This increases the database schema version to 3.3.4.
  • Introduces a new MySQL option dbengine which, if set to "InnoDB", will use InnoDB tables including adding FOREIGN KEYS between the main and auxiliary tables for every dataset. This only applies to new repositories. Otherwise, EPrints will continue to use whatever table engine is the default for the MySQL server.
  • EPrints::Database::create_table() arguments have been changed.
  • New virtual dataset public_saved_search, which allows saved_search's with public=TRUE to be publicly accessed.
  • If you are using a really old (~3.0) workflow you must split your Documents component into the new Upload/Documents components (you'll get an error message on the workflow).
  • Convert::Thumbnails/media_info now require ffprobe for audio/video format detection. You may need to install an additional package to ffmpeg.

TICKETS

Tickets closed by this release.

CHANGELOG

Complete list of code changes.