Difference between revisions of "New Features in EPrints 3.3.9"
(→CHANGELOG) |
(Added releases category) |
||
Line 17: | Line 17: | ||
[http://trac.eprints.org/eprints/log/branches/3.3?action=stop_on_copy&mode=stop_on_copy&rev=7597&stop_rev=7410 Complete list of code changes.] | [http://trac.eprints.org/eprints/log/branches/3.3?action=stop_on_copy&mode=stop_on_copy&rev=7597&stop_rev=7410 Complete list of code changes.] | ||
+ | |||
+ | [[Category:Releases]] |
Latest revision as of 08:51, 30 April 2021
Release Notes
3.4 | 3.4.1 | 3.4.2 | 3.4.3 | 3.4.4 | 3.4.5 | 3.4.6
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
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 newUpload
/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.
- allow_blank in EPrints::Search now correctly distinguishes between filter and non-filter fields. If you were relying on this behaviour you must add "allow_blank => 1" to searches that use filters only.
TICKETS
Tickets closed by this release.