File: changelog

package info (click to toggle)
jqueryui 1.12.1%2Bdfsg-8%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,028 kB
  • sloc: javascript: 51,282; php: 584; xml: 104; makefile: 77
file content (251 lines) | stat: -rw-r--r-- 8,366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
jqueryui (1.12.1+dfsg-8+deb11u2) bullseye; urgency=medium

  * Team upload
  * Checkboxradio: Don't re-evaluate text labels as HTML (Closes: CVE-2022-31160)

 -- Yadd <yadd@debian.org>  Wed, 31 May 2023 15:08:55 +0400

jqueryui (1.12.1+dfsg-8+deb11u1) bullseye; urgency=medium

  * Team upload
  * Make sure altField is treated as a CSS selector (Closes: CVE-2021-41182)
  * Make sure text option are text, shorten HTML strings
    (Closes: CVE-2021-41183)
  * Make sure `of` is treated as a CSS selector (Closes: CVE-2021-41184)

 -- Yadd <yadd@debian.org>  Mon, 06 Dec 2021 08:29:59 +0100

jqueryui (1.12.1+dfsg-8) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Fix field name typo in debian/copyright (Comments => Comment).
  * Apply multi-arch hints. + node-jquery-ui: Add Multi-Arch: foreign.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.1
  * Modernize debian/watch
  * Use dh-sequence-nodejs
  * Replace deprecated no-uglify by uglifyjs (Closes: #979908)

 -- Xavier Guimard <yadd@debian.org>  Tue, 12 Jan 2021 20:59:33 +0100

jqueryui (1.12.1+dfsg-7) unstable; urgency=medium

  * Team upload
  * Fix autopkgtest

 -- Xavier Guimard <yadd@debian.org>  Mon, 28 Sep 2020 06:03:41 +0200

jqueryui (1.12.1+dfsg-6) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.

  [ Xavier Guimard ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Use pkg-js-tools auto install (Closes: #971218)

 -- Xavier Guimard <yadd@debian.org>  Sun, 27 Sep 2020 22:29:45 +0200

jqueryui (1.12.1+dfsg-5) unstable; urgency=medium

  * Export LC_ALL=C.UTF-8 to ensure reproducible paths (Closes: #847039)
    Thanks to Clint Adams
  * Update standards version to 4.0.1 (no changes)
  * Update upstream URL to https
  * Update section to javascript (thanks lintian)

 -- Paul Gevers <elbrus@debian.org>  Sun, 06 Aug 2017 07:45:41 -0400

jqueryui (1.12.1+dfsg-4) unstable; urgency=medium

  [ Ryan Tandy ]
  * Convert /usr/share/javascript/jquery-ui/css/smoothness to a symlink upon
    upgrade from older versions. (Closes: #849684)

 -- Paul Gevers <elbrus@debian.org>  Sat, 04 Feb 2017 08:34:49 +0100

jqueryui (1.12.1+dfsg-3) unstable; urgency=medium

  * Provide node-jquery-ui (Closes: #847353)
  * Add minimum version of node-requirejs as 2.3.2
   (r.js is now /usr/lib/nodejs/requirejs/r.js)
  * Add myself to uploaders

 -- Pirate Praveen <praveen@debian.org>  Thu, 08 Dec 2016 13:29:28 +0530

jqueryui (1.12.1+dfsg-2) unstable; urgency=medium

  * Add target to build ui/i18n/jquery-ui-i18n.js (Closes: #845647)
  * Fix VCS-* urls
  * Fix some (but not all) spinner demos
  * Mark libjs-jquery-ui Multi-Arch: foreigh as suggest by the hinter

 -- Paul Gevers <elbrus@debian.org>  Wed, 30 Nov 2016 19:55:30 +0100

jqueryui (1.12.1+dfsg-1) unstable; urgency=medium

  * New upstream release (Closes: #730015, #829073)
    - Fixes CVE-2016-7103 cross site scripting (XSS) vulnerability in the
      closeText parameter of the dialog function
  * Added myself to uploaders
  * Update d/watch and use Files-excluded in d/copyright instead of
    get-orig-source target
  * Build jquery-ui.js and jquery-ui.css from source with manual created
    build system (until Debian has grunt)
    - total rework of how the package is built
  * Add add_missing_semicolon.patch to prevent mismatch (apparently grunt
    fixes this automatically)
  * Add match_css_source_to_release.patch to let Debian's jquery-ui.css
    match the one released upstream
  * Add use_system_files_in_examples.patch to let the examples use system
    files as the relative locations don't exist
  * Bump jQuery dependency to 1.7
  * Bump Standards (no changes)
  * Add symlinks from the old default theme location to the new to avoid
    breakage
  * Update copyright file (Closes: #835125)
  * Provide minified versions of i18n datepicker files (Closes: #720556)

 -- Paul Gevers <elbrus@debian.org>  Sun, 30 Oct 2016 11:08:03 +0100

jqueryui (1.10.1+dfsg-1) unstable; urgency=low

  * New Upstream Version
  * Fixed watch file
  * Bump jQuery dependency to 1.6
  * Updating debian/rules
    + Updating get-orig-source rule
    + Updating path to JS files

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Tue, 19 Feb 2013 22:56:19 -0300

jqueryui (1.8.ooops.23+dfsg-1) experimental; urgency=low

  * New Upstream Version

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Wed, 22 Aug 2012 17:34:44 -0300

jqueryui (1.8.ooops.21+dfsg-2) unstable; urgency=low

  * Minifying effects and UI files (Closes: #677619)

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Mon, 18 Jun 2012 19:28:36 -0300

jqueryui (1.8.ooops.21+dfsg-1) unstable; urgency=low

  * New Upstream Version

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Tue, 12 Jun 2012 16:41:58 -0300

jqueryui (1.8.ooops.20+dfsg-1) unstable; urgency=low

  * New Upstream Version
  * Updated Standards-Version to 3.9.3
    + Machine-readable debian/copyright version 1.0

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Sun, 06 May 2012 18:57:28 -0300

jqueryui (1.8.ooops.18+dfsg-1) unstable; urgency=low

  * New Upstream Version

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Thu, 01 Mar 2012 19:48:59 -0300

jqueryui (1.8.ooops.17+dfsg-1) unstable; urgency=low

  * New Upstream Version

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Tue, 24 Jan 2012 18:19:02 -0200

jqueryui (1.8.ooops.16+dfsg-1) unstable; urgency=low

  * New Upstream Version
  * Fixed JavaScript error (Closes: #637229)

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Thu, 01 Sep 2011 14:57:09 -0300

jqueryui (1.8.ooops.14+dfsg-1) unstable; urgency=low

  * New Upstream Version

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Tue, 05 Jul 2011 20:00:28 -0300

jqueryui (1.8.ooops.12+dfsg-1) unstable; urgency=low

  * New Upstream version (Closes: #619875)
  * Updated Standards-Version to 3.9.1 (no changes)
  * Create get-orig-source rule to remove some files from source
  * Explain why dfsg-packaging (Closes: #621068)
  * Removing Walter Cruz from uploaders
  * Updating watch file to the new version scheme

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Mon, 09 May 2011 16:12:41 -0300

jqueryui (1.8.dfsg-3) unstable; urgency=high

  * Fixed FTBFS: /bin/sh: yui-compressor: not found (Closes: #581332)

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Wed, 12 May 2010 10:33:10 -0300

jqueryui (1.8.dfsg-2) unstable; urgency=high

  * Fixed broken link (Closes: #578482)

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Tue, 20 Apr 2010 13:41:43 -0300

jqueryui (1.8.dfsg-1) unstable; urgency=high

  * New Upstream version (Closes: #577607)
  * Changed jQuery dependency from 1.3.2 to 1.4
  * Removed DM-Upload-Allowed field
  * Generating jquery-ui minified files from source
  * Removed unnecessary symlink
  * Minimizing rules file
  * Switch to dpkg-source 3.0 (quilt) format

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Mon, 19 Apr 2010 00:31:44 -0300

jqueryui (1.7.2-2) unstable; urgency=low

  * Added watch file
  * Downgrading 'libjs-jquery-ui-docs' from Recommends to Suggests
  * Changing my email for Debian address
  * Updating Standards-Version to 3.8.4 (no changes)

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Thu, 08 Apr 2010 11:51:29 -0300

jqueryui (1.7.2-1) unstable; urgency=low

  [ Walter Cruz ]
  * New Upstream Version (Closes: #539210)
  * Upgrading Standards-Version to 3.8.3

  [ Marcelo Jorge Vieira ]
  * Refactoring README.Debian file
  * Replaced VCS field with team address
  * Removed trailing spaces in debian/control file
  * Refactoring debian/libjs-jquery-ui.install file
  * Fixed path to css folder
  * Created symlinks to avoid changes in README.Debian (Closes: #539212)

 -- Marcelo Jorge Vieira (metal) <metal@alucinados.com>  Fri, 04 Sep 2009 16:17:25 -0300

jqueryui (1.7.1-1) unstable; urgency=low

  * Initial release (Closes: #515762)

 -- Walter Cruz <walter@waltercruz.com>  Tue, 24 Mar 2009 10:32:35 -0300