This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 9f75f3b4308ddcaba86faf75f4d0a931e4015b81 (commit) via bc8cb4040b0b953069fecc92d04d471c3029e0e4 (commit) from 1e080b8a80cf44050a6bfa21b28f1c2e307577b2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 9f75f3b4308ddcaba86faf75f4d0a931e4015b81 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Mar 19 10:02:27 2021 +0000
core156: Ship jQuery
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit bc8cb4040b0b953069fecc92d04d471c3029e0e4 Author: Adolf Belka adolf.belka@ipfire.org Date: Wed Mar 17 22:42:01 2021 +0100
jquery: Update to 3.6.0
- Update from 1.10.2 to 3.6.0 - No update required for rootfile - Changelog covers 8 years and 3 branches of code version - The 1.x and 2.x branches no longer receive patches Summary of Important Changes for move to 3.0 Attributes Breaking change: .removeAttr() no longer sets properties to false Breaking change: select-multiple with nothing selected returns an empty array Feature: SVG documents support class operations Deprecated: .toggleClass() with no arguments and .toggleClass( Boolean ) Callbacks Feature: Locking a Callback prevents only future list execution Core Breaking change: jQuery 3.0 runs in Strict Mode Breaking change: document-ready handlers are now asynchronous Breaking change: jQuery.isNumeric() and custom .toString() Breaking change: Deprecated .context and .selector properties removed Breaking change: Deprecated .size() removed Breaking change: Undocumented internal methods no longer exposed Breaking change: Return values on empty sets are undefined Feature: for...of loops can be used on jQuery collections Feature: jQuery.ready promise is formally supported Deprecated: jQuery.unique(), renamed to jQuery.uniqueSort() Deprecated: jQuery.parseJSON() Deprecated: document-ready handlers other than jQuery(function)
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/77 => core/156}/filelists/jquery | 0 lfs/jquery | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/77 => core/156}/filelists/jquery (100%)
Difference in files: diff --git a/config/rootfiles/core/156/filelists/jquery b/config/rootfiles/core/156/filelists/jquery new file mode 120000 index 000000000..65df10c16 --- /dev/null +++ b/config/rootfiles/core/156/filelists/jquery @@ -0,0 +1 @@ +../../../common/jquery \ No newline at end of file diff --git a/lfs/jquery b/lfs/jquery index 6b054cbd4..1d35bbedd 100644 --- a/lfs/jquery +++ b/lfs/jquery @@ -24,7 +24,7 @@
include Config
-VER = 1.10.2 +VER = 3.6.0
THISAPP = jquery-$(VER) DL_FILE = $(THISAPP).min.js @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 628072e7212db1e8cdacb22b21752cda +$(DL_FILE)_MD5 = 8fb8fee4fcc3cc86ff6c724154c49c42
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree