Difference between revisions of "EPrints 3.4.7"

From EPrints Documentation
Jump to: navigation, search
(Added changes up to 10th August 2025)
(General Improvements)
Line 28: Line 28:
 
* Tidies up comments under <code>lib/cfg.d/security.pl</code> to only refer to <code>EPrints::Repository->ip</code> function for getting the IP address of the request
 
* Tidies up comments under <code>lib/cfg.d/security.pl</code> to only refer to <code>EPrints::Repository->ip</code> function for getting the IP address of the request
 
* [https://github.com/eprints/eprints3.4/pull/416 Update Recaptcha3 to work with non-request workflows e.g. registration]
 
* [https://github.com/eprints/eprints3.4/pull/416 Update Recaptcha3 to work with non-request workflows e.g. registration]
* [https://github.com/eprints/eprints3.4/issues/417 Improves EPrints::Repository->remote_ip to disregard invalid IP addresses in X-Forwarded-For]
+
* [https://github.com/eprints/eprints3.4/issues/417 Improves <code>EPrints::Repository->remote_ip</code> to disregard invalid IP addresses in <code>X-Forwarded-For</code>]
 
* [https://github.com/eprints/eprints3.4/pull/436 Makes document thumbnails use long URL format]
 
* [https://github.com/eprints/eprints3.4/pull/436 Makes document thumbnails use long URL format]
* [https://github.com/eprints/eprints3.4/issues/439 Removes no longer supported cgi/paracite script]
+
* [https://github.com/eprints/eprints3.4/issues/439 Removes no longer supported <code>cgi/paracite</code> script]
 
* [https://github.com/eprints/eprints3.4/issues/443 Improve <code>restrict_paths</code> by only allowing some IP rather than just disallowing others]
 
* [https://github.com/eprints/eprints3.4/issues/443 Improve <code>restrict_paths</code> by only allowing some IP rather than just disallowing others]
 
* [https://github.com/eprints/eprints3.4/pull/451 Various improvements to citation caching]
 
* [https://github.com/eprints/eprints3.4/pull/451 Various improvements to citation caching]
* [https://github.com/eprints/eprints3.4/issues/454 Partially address spurious use of X-Forwarded-For header to pollute stats]
+
* [https://github.com/eprints/eprints3.4/issues/454 Partially addresses spurious use of <code>X-Forwarded-For</code> header to pollute stats]
 
* [https://github.com/eprints/eprints3.4/pull/460 Prevents 'Manage Deposits' taking a long time to load with a lot of items]
 
* [https://github.com/eprints/eprints3.4/pull/460 Prevents 'Manage Deposits' taking a long time to load with a lot of items]
* [https://github.com/eprints/eprints3.4/issues/463 Removes references to secure.xml template and secure_auto.js]
+
* [https://github.com/eprints/eprints3.4/issues/463 Removes references to <code>secure.xml</code> template and <code>secure_auto.js</code>]
 
* Adds place as a related_url type
 
* Adds place as a related_url type
* [https://github.com/eprints/eprints3.4/pull/482/ Tides up use of 'get_citaiton_id' in search screens]
+
* [https://github.com/eprints/eprints3.4/pull/482/ Tides up use of <code>get_citaiton_id</code? in search screens]
 
* [https://github.com/eprints/eprints3.4/issues/475 Allows any item that has ever been in the live archive to be retired]
 
* [https://github.com/eprints/eprints3.4/issues/475 Allows any item that has ever been in the live archive to be retired]
* [https://github.com/eprints/eprints3.4/issues/486 Allows EPrints::Document search_related to be ordered and limited to reduce number of cache tables generated]
+
* [https://github.com/eprints/eprints3.4/issues/486 Allows <code>EPrints::Document</code> <code>search_related</code> to be ordered and limited to reduce number of cache tables generated]
 
* [https://github.com/eprints/eprints3.4/issues/476 Allows placeholder to be optionally displayed for un-named subjects in browse views]
 
* [https://github.com/eprints/eprints3.4/issues/476 Allows placeholder to be optionally displayed for un-named subjects in browse views]
 
* [https://github.com/eprints/eprints3.4/issues/479 Supports disabling of auto re-searching of cache ID for search has expired]
 
* [https://github.com/eprints/eprints3.4/issues/479 Supports disabling of auto re-searching of cache ID for search has expired]

Revision as of 15:51, 11 August 2025

This page contains information about the provisional EPrints v3.4.7 tag and release on GitHub. An exact date for this release is yet to be scheduled.

Release Notes (Provisional)

EPrints 3.4.7 will be released in August 2025.

  • Zero codename: Granita Gregale
  • Publications flavour codename: Tiramisu Tramontane

New Dependencies

Check earlier dependencies for EPrints 3.4.6 and before.

Changes Since 3.4.6

New Functionality

Security and Privacy Improvements

General Improvements

Bug Fixes