@@ -22,6 +22,41 @@ Migration notes
22
22
the string ``* `` as value in both options (this is dangerous and
23
23
**not ** recommended).
24
24
25
+ v.2.11.2 2025-02-05
26
+ ===================
27
+
28
+ Migration notes
29
+ ---------------
30
+
31
+ * Going forward, if both ``ckan.upload.[type].mimetypes `` and
32
+ ``ckan.upload.[type].types `` are empty, no uploads will be allowed
33
+ for this object type (e.g. ``user `` or ``group ``). It previoulsy
34
+ meant that all file types were allowed. To keep the old behaviour use
35
+ the string ``* `` as value in both options (this is dangerous and
36
+ **not ** recommended).
37
+
38
+ Minor changes
39
+ -------------
40
+
41
+ - Adapt login failure message if reCAPTCHA is enabled (`#8627
42
+ <https://github.com/ckan/ckan/pull/8627> `_)
43
+ - Update release process docs (`#8586
44
+ <https://github.com/ckan/ckan/pull/8586> `_)
45
+
46
+
47
+ Bugfixes
48
+ --------
49
+
50
+ - `CVE-2025-24372 <https://github.com/ckan/ckan/security/advisories/GHSA-7pq5-qcp6-mcww >`_: Fix potential
51
+ XSS vector through user and group/organization images.
52
+ - Invalidate cached pages and load fresh ones if cookies change (`#6955
53
+ <https://github.com/ckan/ckan/pull/6955> `_)
54
+ - Fix `check_access ` order for resource create view (`#8588
55
+ <https://github.com/ckan/ckan/pull/8588> `_)
56
+ - Fix CSV export error by ensuring BOM is written correctly as a string for
57
+ Excel compatibility. (`#8635 <https://github.com/ckan/ckan/pull/8635 >`_)
58
+ - Fix auth check for datastore data dictionary view (`#8639
59
+ <https://github.com/ckan/ckan/pull/8639> `_)
25
60
26
61
27
62
v.2.11.1 2024-12-11
@@ -690,6 +725,41 @@ Removals and deprecations
690
725
class SecondPlugin(p.SingletonPlugin, BasePlutin):
691
726
p.implements(IAnything)
692
727
728
+
729
+
730
+ v.2.10.7 2025-02-05
731
+ ===================
732
+
733
+ Migration notes
734
+ ---------------
735
+
736
+ * Going forward, if both ``ckan.upload.[type].mimetypes `` and
737
+ ``ckan.upload.[type].types `` are empty, no uploads will be allowed
738
+ for this object type (e.g. ``user `` or ``group ``). It previoulsy
739
+ meant that all file types were allowed. To keep the old behaviour use
740
+ the string ``* `` as value in both options (this is dangerous and
741
+ **not ** recommended).
742
+
743
+ Minor changes
744
+ -------------
745
+ - Adapt login failure message if reCAPTCHA is enabled (`#8627
746
+ <https://github.com/ckan/ckan/pull/8627> `_)
747
+ - Update release process docs (`#8586
748
+ <https://github.com/ckan/ckan/pull/8586> `_)
749
+ - Support 2.11 version of the Solr schema in CKAN 2.10 (``5acfeda6e ``)
750
+
751
+
752
+ Bugfixes
753
+ --------
754
+ - `CVE-2025-24372 <https://github.com/ckan/ckan/security/advisories/GHSA-7pq5-qcp6-mcww >`_: Fix potential
755
+ XSS vector through user and group/organization images.
756
+ - Invalidate cached pages and load fresh ones if cookies change (`#6955
757
+ <https://github.com/ckan/ckan/pull/6955> `_)
758
+ - Fix `check_access ` order for resource create view (`#8588
759
+ <https://github.com/ckan/ckan/pull/8588> `_)
760
+ - Fix auth check for datastore data dictionary view (`#8639
761
+ <https://github.com/ckan/ckan/pull/8639> `_)
762
+
693
763
v.2.10.6 2024-12-11
694
764
===================
695
765
0 commit comments