Projet

Général

Profil

Paste
Télécharger (114 ko) Statistiques
| Branche: | Révision:

root / drupal7 / CHANGELOG.txt @ c7768a53

1
Drupal 7.78, 2021-01-19
2
-----------------------
3
- Fixed security issues:
4
   - SA-CORE-2021-001
5

    
6
Drupal 7.77, 2020-12-03
7
-----------------------
8
- Hotfix for schema.prefixed tables
9

    
10
Drupal 7.76, 2020-12-02
11
-----------------------
12
- Support for MySQL 8
13
- Core tests pass in SQLite
14
- Better user flood control logging
15

    
16
Drupal 7.75, 2020-11-26
17
-----------------------
18
- Fixed security issues:
19
   - SA-CORE-2020-013
20

    
21
Drupal 7.74, 2020-11-17
22
-----------------------
23
- Fixed security issues:
24
   - SA-CORE-2020-012
25

    
26
Drupal 7.73, 2020-09-16
27
-----------------------
28
- Fixed security issues:
29
   - SA-CORE-2020-007
30

    
31
Drupal 7.72, 2020-06-17
32
-----------------------
33
- Fixed security issues:
34
   - SA-CORE-2020-004
35

    
36
Drupal 7.71, 2020-06-03
37
-----------------------
38
- Fix for jQuery Form bug in Chromium-based browsers
39
- Full support for PHP 7.4
40

    
41
Drupal 7.70, 2020-05-19
42
-----------------------
43
- Fixed security issues:
44
   - SA-CORE-2020-002
45
   - SA-CORE-2020-003
46

    
47
Drupal 7.69, 2019-12-18
48
-----------------------
49
- Fixed security issues:
50
   - SA-CORE-2019-012
51

    
52
Drupal 7.68, 2019-12-04
53
-----------------------
54
- Fixed: Hide toolbar when printing
55
- Fixed: Settings returned via ajax are not run through hook_js_alter()
56
- Fixed: Use drupal_http_build_query() in drupal_http_request()
57
- Fixed: DrupalRequestSanitizer not found fatal error when bootstrap phase order is changed
58
- Fixed: Block web.config in .htaccess (and vice-versa)
59
- Fixed: Create "scripts" element to align rendering workflow to how "styles" are handled
60
- PHP 7.3: Fixed 'Cannot change session id when session is active'
61
- PHP 7.1: Fixed 'A non-numeric value encountered in theme_pager()'
62
- PHP 7.x: Fixed file.inc generated .htaccess does not cover PHP 7
63
- PHP 5.3: Fixed check_plain() 'Invalid multibyte sequence in argument' test failures
64
- Fixed: Allow passing data as array to drupal_http_request()
65
- Fixed: Skip module_invoke/module_hook in calling hook_watchdog (excessive function_exist)
66
- Fixed: HTTP status 200 returned for 'Additional uncaught exception thrown while handling exception'
67
- Fixed: theme_table() should take an optional footer variable and produce <tfoot>
68
- Fixed: 'uasort() expects parameter 1 to be array, null given in node_view_multiple()'
69
- [regression] Fix default.settings.php permission
70

    
71
Drupal 7.67, 2019-05-08
72
-----------------------
73
- Fixed security issues:
74
   - SA-CORE-2019-007
75

    
76
Drupal 7.66, 2019-04-17
77
-----------------------
78
- Fixed security issues:
79
   - SA-CORE-2019-006
80

    
81
Drupal 7.65, 2019-03-20
82
-----------------------
83
- Fixed security issues:
84
   - SA-CORE-2019-004
85

    
86
Drupal 7.64, 2019-02-06
87
-----------------------
88
- [regression] Unset the 'host' header in drupal_http_request() during redirect
89
- Fixed: 7.x does not have Phar protection and Phar tests are failing on Drupal 7
90
- Fixed: Notice: Undefined index: display_field in file_field_widget_value() (line 582 of /module/file/file.field.inc)
91
- Performance improvement: Registry rebuild should not parse the same file twice in the same request
92
- Fixed _registry_update() to clear caches after transaction is committed
93

    
94
Drupal 7.63, 2019-01-16
95
-----------------------
96
- Fixed a fatal error for some Drush users introduced by SA-CORE-2019-002.
97

    
98
Drupal 7.62, 2019-01-15
99
-----------------------
100
- Fixed security issues:
101
   - SA-CORE-2019-001
102
   - SA-CORE-2019-002
103

    
104
Drupal 7.61, 2018-11-07
105
-----------------------
106
- File upload validation functions and hook_file_validate() implementations are
107
  now always passed the correct file URI.
108
- The default form cache expiration of 6 hours is now configurable (API
109
  addition: https://www.drupal.org/node/2857751).
110
- Allowed callers of drupal_http_request() to optionally specify an explicit
111
  Host header.
112
- Allowed the + character to appear in usernames.
113
- PHP 7.2: Fixed Archive_Tar incompatibility.
114
- PHP 7.2: Removed deprecated function each().
115
- PHP 7.2: Avoid count() calls on uncountable variables.
116
- PHP 7.2: Removed deprecated create_function() call.
117
- PHP 7.2: Make sure variables are arrays in theme_links().
118
- Fixed theme-settings.php not being loaded on cached forms
119
- Fixed problem with IE11 & Chrome(PointerEvents enabled) & some Firefox scroll to the top of the page after dragging the bottom item with jquery 1.5 <-> 1.11
120

    
121
Drupal 7.60, 2018-10-18
122
------------------------
123
- Fixed security issues. See SA-CORE-2018-006.
124

    
125
Drupal 7.59, 2018-04-25
126
-----------------------
127
- Fixed security issues (remote code execution). See SA-CORE-2018-004.
128

    
129
Drupal 7.58, 2018-03-28
130
-----------------------
131
- Fixed security issues (remote code execution). See SA-CORE-2018-002.
132

    
133
Drupal 7.57, 2018-02-21
134
-----------------------
135
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2018-001.
136

    
137
Drupal 7.56, 2017-06-21
138
-----------------------
139
- Fixed security issues (access bypass). See SA-CORE-2017-003.
140

    
141
Drupal 7.55, 2017-06-07
142
-----------------------
143
- Fixed incompatibility with PHP versions 7.0.19 and 7.1.5 due to duplicate
144
  DATE_RFC7231 definition.
145
- Made Drupal core pass all automated tests on PHP 7.1.
146
- Allowed services such as Let's Encrypt to work with Drupal on Apache, by
147
  making Drupal's .htaccess file allow access to the .well-known directory
148
  defined by RFC 5785.
149
- Made new Drupal sites work correctly on Apache 2.4 when the mod_access_compat
150
  Apache module is disabled.
151
- Fixed Drupal's URL-generating functions to always encode '[' and ']' so that
152
  the URLs will pass HTML5 validation.
153
- Various additional bug fixes.
154
- Various API documentation improvements.
155
- Additional automated test coverage.
156

    
157
Drupal 7.54, 2017-02-01
158
-----------------------
159
- Modules are now able to define theme engines (API addition:
160
  https://www.drupal.org/node/2826480).
161
- Logging of searches can now be disabled (new option in the administrative
162
  interface).
163
- Added menu tree render structure to (pre-)process hooks for theme_menu_tree()
164
  (API addition: https://www.drupal.org/node/2827134).
165
- Added new function for determining whether an HTTPS request is being served
166
  (API addition: https://www.drupal.org/node/2824590).
167
- Fixed incorrect default value for short and medium date formats on the date
168
  type configuration page.
169
- File validation error message is now removed after subsequent upload of valid
170
  file.
171
- Numerous bug fixes.
172
- Numerous API documentation improvements.
173
- Additional performance improvements.
174
- Additional automated test coverage.
175

    
176
Drupal 7.53, 2016-12-07
177
-----------------------
178
- Fixed drag and drop support on newer Chrome/IE 11+ versions after 7.51 update
179
  when jQuery is updated to 1.7-1.11.0.
180

    
181
Drupal 7.52, 2016-11-16
182
-----------------------
183
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-005.
184

    
185
Drupal 7.51, 2016-10-05
186
-----------------------
187
- The Update module now also checks for updates to a disabled theme that is
188
  used as an admin theme.
189
- Exceptions thrown in dblog_watchdog() are now caught and ignored.
190
- Clarified the warning that appears when modules are missing or have moved.
191
- Log messages are now XSS filtered on display.
192
- Draggable tables now work on touch screen devices.
193
- Added a setting for allowing double underscores in CSS identifiers
194
  (https://www.drupal.org/node/2810369).
195
- If a user navigates away from a page while an Ajax request is running they
196
  will no longer get an error message saying "An Ajax HTTP request terminated
197
  abnormally".
198
- The system_region_list() API function now takes an optional third parameter
199
  which allows region name translations to be skipped when they are not needed
200
  (API addition: https://www.drupal.org/node/2810365).
201
- Numerous performance improvements.
202
- Numerous bug fixes.
203
- Numerous API documentation improvements.
204
- Additional automated test coverage.
205

    
206
Drupal 7.50, 2016-07-07 
207
-----------------------
208
- Added a new "administer fields" permission for trusted users, which is
209
  required in addition to other permissions to use the field UI
210
  (https://www.drupal.org/node/2483307).
211
- Added clickjacking protection to Drupal core by setting the X-Frame-Options
212
  header to SAMEORIGIN by default (https://www.drupal.org/node/2735873).
213
- Added support for full UTF-8 (emojis, Asian symbols, mathematical symbols) on
214
  MySQL and other database drivers when the site and database are configured to
215
  allow it (https://www.drupal.org/node/2761183).
216
- Improved performance by avoiding a re-scan of directories when a file is
217
  missing; instead, trigger a PHP warning (minor API change:
218
  https://www.drupal.org/node/2581445).
219
- Made it possible to use any PHP callable in Ajax form callbacks, form API
220
  form-building functions, and form API wrapper callbacks (API addition:
221
  https://www.drupal.org/node/2761169).
222
- Fixed that following a password reset link while logged in leaves users unable
223
  to change their password (minor user interface change:
224
  https://www.drupal.org/node/2759023).
225
- Implemented various fixes for automated test failures on PHP 5.4+ and PHP 7.
226
  Drupal core automated tests now pass in these environments.
227
- Improved support for PHP 7 by fixing various problems.
228
- Fixed various bugs with PHP 5.5+ imagerotate(), including when incorrect
229
  color indices are passed in.
230
- Fixed a regression introduced in Drupal 7.43 that allowed files uploaded by
231
  anonymous users to be lost after form validation errors, and that also caused
232
  regressions with certain contributed modules.
233
- Fixed a regression introduced in Drupal 7.36 which caused the default value
234
  of hidden textarea fields to be ignored.
235
- Fixed robots.txt to allow search engines to access CSS, JavaScript and image
236
  files.
237
- Changed wording on the Update Manager settings page to clarify that the
238
  option to check for disabled module updates also applies to uninstalled
239
  modules (administrative-facing translatable string change).
240
- Changed the help text when editing menu links and configuring URL redirect
241
  actions so that it does not reference "Drupal" or the drupal.org website
242
  (administrative-facing translatable string change).
243
- Fixed the locale safety check that is used to ensure that translations are
244
  safe to allow for tokens in the href/src attributes of translated strings.
245
- Fixed that URL generation only works on port 80 when using domain based
246
  language negotation.
247
- Made method="get" forms work inside the administrative overlay. The fix adds
248
  a new hidden field to these forms when they appear inside the overlay (minor
249
  data structure change).
250
- Increased maxlength of menu link title input fields in the node form and
251
  menu link form from 128 to 255 characters.
252
- Removed meaningless post-check=0 and pre-check=0 cache control headers from
253
  Drupal HTTP responses.
254
- Added a .editorconfig file to auto-configure editors that support it.
255
- Added --directory option to run-tests.sh for easier test discovery of all
256
  tests within a project.
257
- Made run-tests.sh exit with a failure code when there are test fails or
258
  problems running the script.
259
- Fixed that cookies from previous tests are still present when a new test
260
  starts in DrupalWebTestCase.
261
- Improved performance of queries on the {authmap} database table.
262
- Fixed handling of missing files and functions inside the registry.
263
- Fixed Ajax handling for tableselect form elements that use checkboxes.
264
- Fixed a bug which caused ip_address() to return nothing when the client IP
265
  address and proxy IP address are the same.
266
- Added a new option to format_xml_elements() to allow for already encoded
267
  values.
268
- Changed the {history} table's node ID field to be an unsigned integer, to
269
  match the same field in the {node} table and to prevent errors with very
270
  large node IDs.
271
- Added an explicit page callback to the "admin/people/create" menu item in the
272
  User module (minor data structure change). Previously this automatically
273
  inherited the page callback from the parent "admin/people" menu item, which
274
  broke contributed modules that override the "admin/people" page.
275
- Numerous small bug fixes.
276
- Numerous API documentation improvements.
277
- Additional automated test coverage.
278

    
279
Drupal 7.44, 2016-06-15
280
-----------------------
281
- Fixed security issues (privilege escalation). See SA-CORE-2016-002.
282

    
283
Drupal 7.43, 2016-02-24
284
-----------------------
285
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-001.
286

    
287
Drupal 7.42, 2016-02-03
288
-----------------------
289
- Stopped invoking hook_flush_caches() on every cron run, since some modules
290
  use that hook for expensive operations that are only needed on cache clears.
291
- Changed the default .htaccess and web.config to block Composer-related files.
292
- Added static caching to module_load_include() to improve performance.
293
- Fixed double-encoding bugs in select field widgets provided by the Options
294
  module. The fix deprecates the 'strip_tags' property on option widgets and
295
  replaces it with a new 'strip_tags_and_unescape' property (minor data
296
  structure change).
297
- Improved MySQL 5.7 support by changing the MySQL database driver to stop
298
  using the ANSI SQL mode alias, which has different meanings for different
299
  MySQL versions.
300
- Fixed a regression introduced in Drupal 7.39 which prevented autocomplete
301
  functionality from working on servers that are not configured to
302
  automatically recognize index.php.
303
- Updated the Archive_Tar PEAR package to the latest 1.4.0 release, to fix bugs
304
  with tar file handling on various operating systems.
305
- Fixed fatal errors on node preview when a field is displayed in the node
306
  teaser but hidden in the full node view. The fix removes a
307
  field_attach_prepare_view() call from the node_preview() function since it is
308
  redundant with one in the node preview theme layer.
309
- Improved the description of the "Trimmed" format option on text fields
310
  (translatable string change, and minor UI and data structure change).
311
- Numerous small bug fixes.
312
- Numerous API documentation improvements.
313
- Additional automated test coverage.
314

    
315
Drupal 7.41, 2015-10-21
316
-----------------------
317
- Fixed security issues (open redirect). See SA-CORE-2015-004.
318

    
319
Drupal 7.40, 2015-10-14
320
-----------------------
321
- Made Drupal's code for parsing .info files run much faster and use much less
322
  memory.
323
- Prevented drupal_http_request() from returning an error when it receives a
324
  201 through 206 HTTP status code.
325
- Added support for autoloading traits via the registry on sites running PHP
326
  5.4 or higher.
327
- Allowed the user-picture.tpl.php theme template to have HTML classes besides
328
  the default "user-picture" class printed in it (markup change).
329
- Fixed the URL text filter to convert e-mail addresses with plus signs into
330
  mailto: links.
331
- Added alternate text to file icons displayed by the File module, to improve
332
  accessibility (string change, and minor API addition to theme_file_icon()).
333
- Changed one-time login link failure messages to be displayed as errors or
334
  warnings as appropriate, rather than as regular status messages (minor UI
335
  change and data structure change).
336
- Changed the default settings.php configuration to exclude private files from
337
  the "404_fast_paths" behavior.
338
- Changed the page that displays filter tips for a particular text format, for
339
  example filter/tips/full_html, to return "page not found" or "access denied"
340
  if the format does not exist or the user does not have access to it. This
341
  change adds a new menu item to the Filter module's hook_menu() entry (minor
342
  data structure change).
343
- Added a new hook, hook_block_cid_parts_alter(), to allow modules to alter the
344
  cache keys used for caching a particular block.
345
- Made drupal_set_message() display and return messages when "0" is passed in
346
  as the message to set.
347
- Fixed non-functional "Files displayed by default" setting on file fields.
348
- The "worker callback" provided in hook_cron_queue_info() and the "finished"
349
  callback specified during batch processing can now be any PHP callable
350
  instead of just functions.
351
- Prevented drupal_set_time_limit() from decreasing the time limit in the case
352
  where the PHP maximum execution time is already unlimited.
353
- Changed the default thousand marker for numeric fields from a space ("1 000")
354
  to nothing ("1000") (minor UI change: https://www.drupal.org/node/1388376).
355
- Prevented malformed theme .info files (without a "name" key) from causing
356
  exceptions during menu rebuilds. If an .info file without a "name" key is
357
  found in a module or theme directory, Drupal will now use the module or
358
  theme's machine name as the display name instead.
359
- Made the format column in the {date_format_locale} database table
360
  case-sensitive, to match the equivalent column in the {date_formats} table.
361
- Fixed a bug in the Statistics module that caused JavaScript files attached to
362
  a node while it is being viewed to be omitted from the page.
363
- Added an optional 'project:' prefix that can be added to dependencies in a
364
  module's .info file to indicate which project the dependency resides in (API
365
  addition: https://www.drupal.org/node/2299747).
366
- Fixed various bugs that occurred after hooks were invoked early in the Drupal
367
  bootstrap and that caused module_implements() and drupal_alter() to cache an
368
  incomplete set of hook implementations for later use.
369
- Set the X-Content-Type-Options header to "nosniff" when possible, to prevent
370
  certain web browsers from picking an unsafe MIME type.
371
- Prevented the database API from executing multiple queries at once on MySQL,
372
  if the site's PHP version is new enough to do so. This is a secondary defense
373
  against SQL injection (API change: https://www.drupal.org/node/2463973).
374
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused the upgrade
375
  to fail when there were multiple file records pointing to the same file.
376
- Numerous small bug fixes.
377
- Numerous API documentation improvements.
378
- Additional automated test coverage.
379

    
380
Drupal 7.39, 2015-08-19
381
-----------------------
382
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-003.
383

    
384
Drupal 7.38, 2015-06-17
385
-----------------------
386
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-002.
387

    
388
Drupal 7.37, 2015-05-07
389
-----------------------
390
- Fixed a regression in Drupal 7.36 which caused certain kinds of content types
391
  to become disabled if they were defined by a no-longer-enabled module.
392
- Removed a confusing description regarding automatic time zone detection from
393
  the user account form (minor UI and data structure change).
394
- Allowed custom HTML tags with a dash in the name to pass through filter_xss()
395
  when specified in the list of allowed tags.
396
- Allowed hook_field_schema() implementations to specify indexes for fields
397
  based on a fixed-length column prefix (rather than the entire column), as was
398
  already allowed in hook_schema() implementations.
399
- Fixed PDO exceptions on PostgreSQL when accessing invalid entity URLs.
400
- Added a sites/all/libraries folder to the codebase, with instructions for
401
  using it.
402
- Added a description to the "Administer text formats and filters" permission
403
  on the Permissions page (string change).
404
- Numerous small bug fixes.
405
- Numerous API documentation improvements.
406
- Additional automated test coverage.
407

    
408
Drupal 7.36, 2015-04-01
409
-----------------------
410
- Added a 'file_public_schema' variable which allows modules that define
411
  publicly-accessible streams in hook_stream_wrappers() to bypass file download
412
  access checks when processing managed file upload fields.
413
- Fixed a bug that caused database query tags not to be added to search-related
414
  database queries under many circumstances, and which prevented the
415
  corresponding hook_query_TAG_alter() implementations from being called.
416
- Fixed the "for" attribute on managed file upload field labels to improve
417
  accessibility (minor markup change).
418
- Added a 'javascript_always_use_jquery' variable which can be set to FALSE by
419
  sites that may not need jQuery loaded on all pages, and a 'requires_jquery'
420
  option to drupal_add_js() which modules can set to FALSE when adding
421
  JavaScript files that have no dependency on jQuery (API addition:
422
  https://www.drupal.org/node/2462717).
423
- Fixed incorrect foreign keys in the User module's role_permission and
424
  users_roles database tables.
425
- Changed permission descriptions throughout Drupal core to consistently link
426
  to relevant administrative pages, regardless of whether the user viewing the
427
  Permissions page can view the page being linked to (minor UI change).
428
- Fixed the drupal_add_region_content() function so that it actually adds
429
  content to the page.
430
- Added an 'image_suppress_itok_output' variable to allow sites already using
431
  the existing 'image_allow_insecure_derivatives' variable to also prevent
432
  security tokens from appearing in image derivative URLs.
433
- Fixed double-escaping of theme names in the Block module administrative
434
  interface (minor string change).
435
- Added basic support for Xdebug when running automated tests.
436
- Fixed a bug which caused previewing a node to remove elements from the node
437
  being edited. With this fix, calling node_preview() will no longer modify the
438
  passed-in node object (minor API change).
439
- Added a user_has_role() function to check whether a user has a particular
440
  role (API addition: https://www.drupal.org/node/2462411).
441
- Fixed installation failures when an opcode cache is enabled.
442
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused private
443
  files to be inaccessible.
444
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused user
445
  pictures to be lost.
446
- Fixed missing language code in hook_field_attach_view_alter() when it is
447
  invoked from field_view_field().
448
- Stopped sending ETag and Last-Modified headers for uncached page requests,
449
  since they break caching for certain Varnish and Nginx configurations.
450
- Changed the Simpletest module to allow PSR-4 test classes to be used in
451
  Drupal 7.
452
- Fixed a fatal error that occurred when using the Comment module's "Unpublish
453
  comment containing keyword(s)" action.
454
- Changed the "lang" attribute on language links to "xml:lang" so it validates
455
  as XHTML (minor markup change).
456
- Prevented the form API from allowing arrays to be submitted for various form
457
  elements, such as textfields, textareas, and password fields (API change:
458
  https://www.drupal.org/node/2462723).
459
- Fixed a bug in the Contact module which caused the global user object to have
460
  the incorrect name and e-mail address during the remainder of the page
461
  request after the contact form is submitted.
462
- Numerous small bug fixes.
463
- Numerous API documentation improvements.
464
- Additional automated test coverage.
465

    
466
Drupal 7.35, 2015-03-18
467
-----------------------
468
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-001.
469

    
470
Drupal 7.34, 2014-11-19
471
-----------------------
472
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-006.
473

    
474
Drupal 7.33, 2014-11-07
475
-----------------------
476
- Began storing the file modification time of each module and theme in the
477
  {system} database table so that contributed modules can use it to identify
478
  recently changed modules and themes (minor data structure change to the
479
  return value of system_get_info() and other related functions).
480
- Added a "Did you mean?" feature to the run-tests.sh script for running
481
  automated tests from the command line, to help developers who are attempting
482
  to run a particular test class or group.
483
- Changed the date format used in various HTTP headers output by Drupal core
484
  from RFC 1123 format to RFC 7231 format.
485
- Added a "block_cache_bypass_node_grants" variable to allow sites which have
486
  node access modules enabled to use the block cache if desired (API addition).
487
- Made image derivative generation HTTP requests return a 404 error (rather
488
  than a 500 error) when the source image does not exist.
489
- Fixed a bug which caused user pictures to be removed from the user object
490
  after saving, and resulted in data loss if the user account was subsequently
491
  re-saved.
492
- Fixed a bug in which field_has_data() did not return TRUE for fields that
493
  only had data in older entity revisions, leading to loss of the field's data
494
  when the field configuration was edited.
495
- Fixed a bug which caused the Ajax progress throbber to appear misaligned in
496
  many situatons (minor styling change).
497
- Prevented the Bartik theme from lower-casing the "Permalink" link on
498
  comments, for improved multilingual support (minor UI change).
499
- Added a "preferred_menu_links" tag to the database query that is used by
500
  menu_link_get_preferred() to find the preferred menu link for a given path,
501
  to make it easier to alter.
502
- Increased the maximum allowed length of block titles to 255 characters
503
  (database schema change to the {block} table).
504
- Removed the Field module's field_modules_uninstalled() function, since it did
505
  not do anything when it was invoked.
506
- Added a "theme_hook_original" variable to templates and theme functions and
507
  an optional sitewide theme debug mode, to provide contextual information in
508
  the page's HTML to theme developers. The theme debug mode is based on the one
509
  used with Twig in Drupal 8 and can be accessed by setting the "theme_debug"
510
  variable to TRUE (API addition).
511
- Added an entity_view_mode_prepare() API function to allow entity-defining
512
  modules to properly invoke hook_entity_view_mode_alter(), and used it
513
  throughout Drupal core to fix bugs with the invocation of that hook (API
514
  change: https://www.drupal.org/node/2369141).
515
- Security improvement: Made the database API's orderBy() method sanitize the
516
  sort direction ("ASC" or "DESC") for queries built with db_select(), so that
517
  calling code does not have to.
518
- Changed the RDF module to consistently output RDF metadata for nodes and
519
  comments near where the node is rendered in the HTML (minor markup and data
520
  structure change).
521
- Added an HTML class to RDFa metatags throughout Drupal to prevent them from
522
  accidentally affecting the site appearance (minor markup change).
523
- Fixed a bug in the Unicode requirements check which prevented installing
524
  Drupal on PHP 5.6.
525
- Fixed a bug which caused drupal_get_bootstrap_phase() to abort the bootstrap
526
  when called early in the page request.
527
- Renamed the "Search result" view mode to "Search result highlighting input"
528
  to better reflect how it is used (UI change).
529
- Improved database queries generated by EntityFieldQuery in the case where
530
  delta or language condition groups are used, to reduce the number of INNER
531
  JOINs (this is a minor data structure change affecting code which implements
532
  hook_query_alter() on these queries).
533
- Removed special-case behavior for file uploads which allowed user #1 to
534
  bypass maximum file size and user quota limits.
535
- Numerous small bug fixes.
536
- Numerous API documentation improvements.
537
- Additional automated test coverage.
538

    
539
Drupal 7.32, 2014-10-15
540
-----------------------
541
- Fixed security issues (SQL injection). See SA-CORE-2014-005.
542

    
543
Drupal 7.31, 2014-08-06
544
-----------------------
545
- Fixed security issues (denial of service). See SA-CORE-2014-004.
546

    
547
Drupal 7.30, 2014-07-24
548
-----------------------
549
- Fixed a regression introduced in Drupal 7.29 that caused files or images
550
  attached to taxonomy terms to be deleted when the taxonomy term was edited
551
  and resaved (and other related bugs with contributed and custom modules).
552
- Added a warning on the permissions page to recommend restricting access to
553
  the "View site reports" permission to trusted administrators. See
554
  DRUPAL-PSA-2014-002.
555
- Numerous API documentation improvements.
556
- Additional automated test coverage.
557

    
558
Drupal 7.29, 2014-07-16
559
-----------------------
560
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.
561

    
562
Drupal 7.28, 2014-05-08
563
-----------------------
564
- Fixed a regression introduced in Drupal 7.27 that caused JavaScript to break
565
  on older browsers (such as Internet Explorer 8 and earlier) when Ajax was
566
  used.
567
- Increased the timeout used by the Update Manager module when it fetches data
568
  from drupal.org (from 5 seconds to 30 seconds), to work around a problem
569
  which causes incomplete information about security updates to be presented to
570
  site administrators. This fix may lead to a performance slowdown on the
571
  Update Manager administration pages, when installing Drupal distributions,
572
  and (for sites that use the automated cron feature) on occasional page loads
573
  by site visitors.
574
- Fixed the behavior of the token system's "[node:summary]" token when the body
575
  field does not have a manual summary.
576
- Changed the behavior of db_query_temporary() so that it works on SELECT
577
  queries even when they have leading comments/whitespace. A side effect of
578
  this fix is that db_query_temporary() will now fail with an error if it is
579
  ever used on non-SELECT queries.
580
- Added a "node_admin_filter" tag to the database query used to build the list
581
  of nodes on the content administration page, to make it easier to alter.
582
- Made the cron queue system log any exceptions that are thrown while an item
583
  in the queue is being processed, rather than stopping the entire PHP request.
584
- Improved screen reader support by adding an aria-live HTML attribute to file
585
  upload fields when there is an error uploading the file (minor markup
586
  change).
587
- Made the pager on the Tracker module listing pages show the same number of
588
  items as other pagers throughout Drupal core (minor UI change).
589
- Fixed a bug which caused caches not to be properly cleared when a file entity
590
  was saved or deleted.
591
- Added several missing countries to the default list returned by
592
  country_get_list() (string change).
593
- Replaced the term "weight" with "influence" in the content ranking settings
594
  for search, and added help text for administrators (string change).
595
- Fixed untranslatable text strings in the administrative interface for the
596
  "Crop" effect provided by the Image module (minor string change).
597
- Fixed a bug in the Taxonomy module update function introduced in Drupal 7.26
598
  that caused memory and CPU problems on sites with very large numbers of
599
  unpublished nodes.
600
- Numerous small bug fixes.
601
- Numerous API documentation improvements.
602
- Additional automated test coverage.
603

    
604
Drupal 7.27, 2014-04-16
605
-----------------------
606
- Fixed security issues (information disclosure). See SA-CORE-2014-002.
607

    
608
Drupal 7.26, 2014-01-15
609
-----------------------
610
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-001.
611

    
612
Drupal 7.25, 2014-01-02
613
-----------------------
614
- Fixed a bug in node_save() which prevented the saved node from being updated
615
  in hook_node_insert() and other similar hooks.
616
- Added a meta tag to install.php to prevent it from being indexed by search
617
  engines even when Drupal is installed in a subfolder (minor markup change).
618
- Fixed a bug in the database API that caused frequent deadlock errors when
619
  running merge queries on some servers.
620
- Performance improvement: Prevented block rehashing from writing blocks to the
621
  database on every cache clear and cron run when the blocks have not changed.
622
  This fix results in an extra 'saved' key which is added and set to TRUE for
623
  each block returned by _block_rehash() that actually is saved to the database
624
  (data structure change).
625
- Added an optional 'skip on cron' parameter to hook_cron_queue_info() to allow
626
  queues to avoid being automatically processed on cron runs (API addition).
627
- Fixed a bug which caused hook_block_view_MODULE_DELTA_alter() to never be
628
  invoked if the block delta had a hyphen in it. To implement the hook when the
629
  block delta has a hyphen, modules should now replace hyphens with underscores
630
  when constructing the function name for the hook implementation.
631
- Fixed a bug which caused cached pages to sometimes be sent to the browser
632
  with incorrect compression. The fix adds a new 'page_compressed' key to the
633
  $cache->data array returned by drupal_page_get_cache() (minor data structure
634
  change).
635
- Fixed broken tests on PHP 5.5.
636
- Made the File and Image modules more robust when saving entities that have
637
  deleted files attached. The code in file_field_presave() will now remove the
638
  record of the deleted file from the entity before saving (minor data
639
  structure change).
640
- Standardized menu callback functions throughout Drupal core to return
641
  MENU_NOT_FOUND and MENU_ACCESS_DENIED rather than printing their own "page
642
  not found" or "access denied" pages (minor API change in the return value of
643
  these functions under some circumstances).
644
- Fixed a bug in which caches were not properly cleared when a node was deleted
645
  via the administrative interface.
646
- Changed the Bartik theme to render content contained in <pre>, <code> and
647
  similar tags in a larger font size, so it is easier to read.
648
- Fixed a bug in the Search module that caused exceptions to be thrown during
649
  searches if the server was not configured to represent decimal points as a
650
  period.
651
- Fixed a regression in the Image module that made image_style_url() not work
652
  when a relative path (rather than a complete file URI) was passed to it.
653
- Added an optional feature to the Statistics module to allow node views to be
654
  tracked by Ajax requests rather than during the server-side generation of the
655
  page. This allows the node counter to work on sites that use external page
656
  caches (string change and new administrative option:
657
  https://drupal.org/node/2164069).
658
- Added a link to the drupal.org documentation page for cron to the Cron
659
  settings page (string change).
660
- Added a 'drupal_anonymous_user_object' variable to allow the anonymous user
661
  object returned by drupal_anonymous_user() to be overridden with a classed
662
  object (API addition).
663
- Changed the database API to allow inserts based on a SELECT * query to work
664
  correctly.
665
- Changed the database schema of the {file_managed} table to allow Drupal to
666
  manage files larger than 4 GB.
667
- Changed the File module's hook_field_load() implementation to prevent file
668
  entity properties which have the same name as file or image field properties
669
  from overwriting the field properties (minor API change).
670
- Numerous small bug fixes.
671
- Numerous API documentation improvements.
672
- Additional automated test coverage.
673

    
674
Drupal 7.24, 2013-11-20
675
-----------------------
676
- Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-003.
677

    
678
Drupal 7.23, 2013-08-07
679
-----------------------
680
- Fixed a fatal error on PostgreSQL databases when updating the Taxonomy module
681
  from Drupal 6 to Drupal 7.
682
- Fixed the default ordering of CSS files for sites using right-to-left
683
  languages, to consistently place the right-to-left override file immediately
684
  after the CSS it is overriding (API change: https://drupal.org/node/2058463).
685
- Added a drupal_check_memory_limit() API function to allow the memory limit to
686
  be checked consistently (API addition).
687
- Changed the default web.config file for IIS servers to allow favicon.ico
688
  files which are present in the filesystem to be accessed.
689
- Fixed inconsistent support for the 'tel' protocol in Drupal's URL filtering
690
  functions.
691
- Performance improvement: Allowed all hooks to be included in the
692
  module_implements() cache, even those that are only invoked on HTTP POST
693
  requests.
694
- Made the database system replace truncate queries with delete queries when
695
  inside a transaction, to fix issues with PostgreSQL and other databases.
696
- Fixed a bug which caused nested contextual links to display improperly.
697
- Fixed a bug which prevented cached image derivatives from being flushed for
698
  private files and other non-default file schemes.
699
- Fixed drupal_render() to always return an empty string when there is no
700
  output, rather than sometimes returning NULL (minor API change).
701
- Added protection to cache_clear_all() to ensure that non-cache tables cannot
702
  be truncated (API addition: a new isValidBin() method has been added to the
703
  default database cache implementation).
704
- Changed the default .htaccess file to support HTTP authorization in CGI
705
  environments.
706
- Changed the password reset form to pre-fill the username when requested via a
707
  URL query parameter, and used this in the error message that appears after a
708
  failed login attempt (minor data structure and behavior change).
709
- Fixed broken support for foreign keys in the field API.
710
- Fixed "No active batch" error when a user cancels their own account.
711
- Added a description to the "access content overview" permission on the
712
  permissions page (string change).
713
- Added a drupal_array_diff_assoc_recursive() function to allow associative
714
  arrays to be compared recursively (API addition).
715
- Added human-readable labels to image styles, in addition to the existing
716
  machine-readable name (API change: https://drupal.org/node/2058503).
717
- Moved the drupal_get_hash_salt() function to bootstrap.inc and used it in
718
  additional places in the code, for added security in the case where there is
719
  no hash salt in settings.php.
720
- Fixed a regression in Drupal 7.22 that caused internal server errors for
721
  sites running on very old Apache 1.x web servers.
722
- Numerous small bug fixes.
723
- Numerous API documentation improvements.
724
- Additional automated test coverage.
725

    
726
Drupal 7.22, 2013-04-03
727
-----------------------
728
- Allowed the drupal_http_request() function to be overridden so that
729
  additional HTTP request capabilities can be added by contributed modules.
730
- Changed the Simpletest module to allow PSR-0 test classes to be used in
731
  Drupal 7.
732
- Removed an unnecessary "Content-Disposition" header from private file
733
  downloads; it prevented many private files from being viewed inline in a web
734
  browser.
735
- Changed various field API functions to allow them to optionally act on a
736
  single field within an entity (API addition: http://drupal.org/node/1825844).
737
- Fixed a bug which prevented Drupal's file transfer functionality from working
738
  on some PHP 5.4 systems.
739
- Fixed incorrect log message when theme() is called for a theme hook that does
740
  not exist (minor string change).
741
- Fixed Drupal's token-replacement system to allow spaces in the token value.
742
- Changed the default behavior after a user creates a node they do not have
743
  access to view. The user will now be redirected to the front page rather than
744
  an access denied page.
745
- Fixed a bug which prevented empty HTTP headers (such as "0") from being set.
746
  (Minor behavior change: Callers of drupal_add_http_header() must now set
747
  FALSE explicitly to prevent a header from being sent at all; this was already
748
  indicated in the function's documentation.)
749
- Fixed OpenID errors when more than one module implements hook_openid(). The
750
  behavior is now changed so that if more than one module tries to set the same
751
  parameter, the last module's change takes effect.
752
- Fixed a serious documentation bug: The $name variable in the
753
  taxonomy-term.tpl.php theme template was incorrectly documented as being
754
  sanitized when in fact it is not.
755
- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
756
  duplicate permission names in the User module's database tables.
757
- Added an empty "datatype" attribute to taxonomy term and username links to
758
  make the RDFa markup upward compatible with RDFa 1.1 (minor markup addition).
759
- Fixed a bug which caused the denial-of-service protection added in Drupal
760
  7.20 to break certain valid image URLs that had an extra slash in them.
761
- Fixed a bug with update queries in the SQLite database driver that prevented
762
  Drupal from being installed with SQLite on PHP 5.4.
763
- Fixed enforced dependencies errors updating to recent versions of Drupal 7 on
764
  certain non-MySQL databases.
765
- Refactored the Field module's caching behavior to obtain large improvements
766
  in memory usage for sites with many fields and instances (API addition:
767
  http://drupal.org/node/1915646).
768
- Fixed entity argument not being passed to implementations of
769
  hook_file_download_access_alter(). The fix adds an additional context
770
  parameter that can be passed when calling drupal_alter() for any hook (API
771
  change: http://drupal.org/node/1882722).
772
- Fixed broken support for translatable comment fields (API change:
773
  http://drupal.org/node/1874724).
774
- Added an assertThemeOutput() method to Simpletest to allow tests to check
775
  that themed output matches an expected HTML string (API addition).
776
- Added a link to "Install another module" after a module has been successfully
777
  downloaded via the Update Manager (UI change).
778
- Added an optional "exclusive" flag to installation profile .info files which
779
  allows Drupal distributions to force a profile to be selected during
780
  installation (API addition: http://drupal.org/node/1961012).
781
- Fixed a bug which caused the database API to not properly close database
782
  connections.
783
- Added a link to the URL for running cron from outside the site to the Cron
784
  settings page (UI change).
785
- Fixed a bug which prevented image styles from being reverted on PHP 5.4.
786
- Made the default .htaccess rules protocol sensitive to improve security for
787
  sites which use HTTPS and redirect between "www" and non-"www" versions of
788
  the page.
789
- Numerous small bug fixes.
790
- Numerous API documentation improvements.
791
- Additional automated test coverage.
792

    
793
Drupal 7.21, 2013-03-06
794
-----------------------
795
- Allowed sites using the 'image_allow_insecure_derivatives' variable to still
796
  have partial protection from the security issues fixed in Drupal 7.20.
797

    
798
Drupal 7.20, 2013-02-20
799
-----------------------
800
- Fixed security issues (denial of service). See SA-CORE-2013-002.
801

    
802
Drupal 7.19, 2013-01-16
803
-----------------------
804
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-001.
805

    
806
Drupal 7.18, 2012-12-19
807
-----------------------
808
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
809

    
810
Drupal 7.17, 2012-11-07
811
-----------------------
812
- Changed the default value of the '404_fast_html' variable to have a DOCTYPE
813
  declaration.
814
- Made it possible to use associative arrays for the 'items' variable in
815
  theme_item_list().
816
- Fixed a bug which prevented required form elements without a title from being
817
  given an "error" class when the form fails validation.
818
- Prevented duplicate HTML IDs from appearing when two forms are displayed on
819
  the same page and one of them is submitted with invalid data (minor markup
820
  change).
821
- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
822
  stale data in the Upload module's database tables.
823
- Fixed a bug in the States API which prevented certain types of form elements
824
  from being disabled when requested.
825
- Allowed aggregator feed items with author names longer than 255 characters to
826
  have a truncated version saved to the database (rather than causing a fatal
827
  error).
828
- Allowed aggregator feed items to have URLs longer than 255 characters
829
  (schema change which results in several columns in the Aggregator module's
830
  database tables changing from VARCHAR to TEXT fields).
831
- Added hook_taxonomy_term_view() and standardized the process for rendering
832
  taxonomy terms to invoke hook_entity_view() and otherwise make it consistent
833
  with other entities (API change: http://drupal.org/node/1808870).
834
- Added hook_entity_view_mode_alter() to allow modules to change entity view
835
  modes on display (API addition: http://drupal.org/node/1833086).
836
- Fixed a bug which made database queries running a "LIKE" query on blob fields
837
  fail on PostgreSQL databases. This caused errors during the Drupal 6 to
838
  Drupal 7 upgrade.
839
- Changed the hook_menu() entry for Drupal's rss.xml page to prevent extra path
840
  components from being accidentally passed to the page callback function (data
841
  structure change).
842
- Removed a non-standard "name" attribute from Drupal's default Content-Type
843
  header for file downloads.
844
- Fixed the theme settings form to properly clean up submitted values in
845
  $form_state['values'] when the form is submitted (data structure change).
846
- Fixed an inconsistency by removing the colon from the end of the label on
847
  multi-valued form fields (minor string change).
848
- Added support for 'weight' in hook_field_widget_info() to allow modules to
849
  control the order in which widgets are displayed in the Field UI.
850
- Updated various tables in the OpenID and Book modules to use the default
851
  "empty table" text pattern (string change).
852
- Added proxy server support to drupal_http_request().
853
- Added "lang" attributes to language links, to better support screen readers.
854
- Fixed double occurrence of a "ul" HTML tag on secondary local tasks in the
855
  Seven theme (markup change).
856
- Fixed bugs which caused taxonomy vocabulary and shortcut set titles to be
857
  double-escaped. The fix replaces the taxonomy vocabulary overview page and
858
  "Edit shortcuts" menu items' title callback entries in hook_menu() with new
859
  functions that do not escape HTML characters (data structure change).
860
- Modified the Update manager module to allow drupal.org to collect usage
861
  statistics for individual modules and themes, rather than only for entire
862
  projects.
863
- Modified the node listing database query on Drupal's default front page to
864
  add table aliases for better query altering (this is a data structure change
865
  affecting code which implements hook_query_alter() on this query).
866
- Improved the translatability of the "Field type(s) in use" message on the
867
  modules page (admin-facing string change).
868
- Fixed a regression which caused a "call to undefined function
869
  drupal_find_base_themes()" fatal error under rare circumstances.
870
- Numerous API documentation improvements.
871
- Additional automated test coverage.
872

    
873
Drupal 7.16, 2012-10-17
874
-----------------------
875
- Fixed security issues (Arbitrary PHP code execution and information
876
  disclosure). See SA-CORE-2012-003.
877

    
878
Drupal 7.15, 2012-08-01
879
-----------------------
880
- Introduced a 'user_password_reset_timeout' variable to allow the 24-hour
881
  expiration for user password reset links to be adjusted (API addition).
882
- Fixed database errors due to ambiguous column names that occurred when
883
  EntityFieldQuery was used in certain situations.
884
- Changed the drupal_array_get_nested_value() function to return a reference
885
  (API addition).
886
- Changed the System module's hook_block_info() implementation to assign the
887
  "Main page content" and "System help" blocks to appropriate regions by
888
  default and prevent error messages on the block administration page (data
889
  structure change).
890
- Fixed regression: Non-node entities couldn't be accessed with
891
  EntityFieldQuery.
892
- Fixed regression: Optional radio buttons with an empty, non-NULL default
893
  value led to an illegal choice error when none were selected.
894
- Reorganized the testing framework to split setUp() into specific sub-methods
895
  and fix several regressions in the process.
896
- Fixed bug which made it impossible to search for strings that have not been
897
  translated into a particular language.
898
- Renamed the "Field" column on the Manage Fields screen to "Field type", since
899
  the former was confusing and inaccurate (UI change).
900
- Performance improvement: Removed needless call to system_rebuild_module_data()
901
  in field_sync_field_status(), greatly speeding up bulk module enable/disable.
902
- Fixed bug which prevented notifications from being sent when core, module, and
903
  theme updates are available.
904
- Fixed bug which prevented sub-themes from inheriting the default values of
905
  theme settings defined by the base theme.
906
- Fixed bug which prevented the jQuery UI Datepicker from being localized.
907
- Made Ajax alert dialogs respect error reporting settings.
908
- Fixed bug which prevented image styles from being deleted on PHP 5.4.
909
- Fixed bug: Language detection by domain only worked on port 80.
910
- Fixed regression: The first plural index on a page was not calculated
911
  correctly.
912
- Introduced generic entity language support. Entities may now declare their
913
  language property in hook_entity_info(), and modules working with entities
914
  may access the language using entity_language() (API change:
915
  http://drupal.org/node/1626346).
916
- Added EntityFieldQuery support for taxonomy bundles.
917
- Fixed issue where field form structure was incomplete if field_access()
918
  returned FALSE. Instead of being incomplete, the form structure now has
919
  #access set to FALSE and field form validation is skipped (data structure
920
  change: http://drupal.org/node/1663020).
921
- Fixed data loss issue due to field_has_data() returning inconsistent results.
922
  The fix adds an optional DANGEROUS_ACCESS_CHECK_OPT_OUT tag to entity field
923
  queries which field storage engines can respond to (API addition:
924
  http://drupal.org/node/1597378).
925
- Fixed notice: Undefined index: default_image in image_field_prepare_view()
926
- Numerous API documentation improvements.
927
- Additional automated test coverage.
928

    
929
Drupal 7.14, 2012-05-02
930
-----------------------
931
- Fixed "integrity constraint" fatal errors when rebuilding registry.
932
- Fixed custom logo and favicon functionality referencing incorrect paths.
933
- Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL.
934
- Split field_bundle_settings out per bundle.
935
- Improve UX for machine names for fields (UI change).
936
- Fixed User pictures are not removed properly.
937
- Fixed HTTPS sessions not working in all cases.
938
- Fixed Regression: Required radios throw illegal choice error when none
939
  selected.
940
- Fixed allow autocompletion requests to include slashes.
941
- Eliminate $user->cache and {session}.cache in favor of
942
  $_SESSION['cache_expiration'][$bin] (Performance).
943
- Fixed focus jumps to tab when pressing enter on a form element within tab.
944
- Fixed race condition in locale() - duplicates in {locales_source}.
945
- Fixed Missing "Default image" per field instance.
946
- Quit clobbering people's work when they click the filter tips link
947
- Form API #states: Fix conditionals to allow OR and XOR constructions.
948
- Fixed Focus jumps to tab when pressing enter on a form element within tab.
949
  (Accessibility)
950
- Improved performance of node_access queries.
951
- Fixed Fieldsets inside vertical tabs have no title and can't be collapsed.
952
- Reduce size of cache_menu table (Performance).
953
- Fixed unnecessary aggregation of CSS/JS (Performance).
954
- Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
955
- Fixed HTML filter is not run first by default, despite default weight.
956
- Fixed Overlay does not work with prefixed URL paths.
957
- Better debug info for field errors (string change).
958
- Fixed Data corruption in comment IDs (results in broken threading on
959
  PostgreSQL).
960
- Fixed machine name not editable if every character is replaced.
961
- Fixed user picture not appearing in comment preview (Markup change).
962
- Added optional vid argument for taxonomy_get_term_by_name().
963
- Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails
964
  with PCRE 8.30.
965
- Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
966
- Numerous fixes to run-tests.sh.
967
- Fixed Tests in profiles/[name]/modules cannot be run and cannot use a
968
  different profile for running tests.
969
- Numerous JavaScript performance fixes.
970
- Numerous documentation fixes.
971
- Fixed All pager links have an 'active' CSS class.
972
- Numerous upgrade path fixes; notably:
973
  - system_update_7061() fails on inserting files with same name but different
974
    case.
975
  - system_update_7061() converts filepaths too aggressively.
976
  - Trigger upgrade path: Node triggers removed when upgrading to 7-x from 6.25.
977

    
978
Drupal 7.13, 2012-05-02
979
-----------------------
980
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
981

    
982
Drupal 7.12, 2012-02-01
983
-----------------------
984
- Fixed bug preventing custom menus from receiving an active trail.
985
- Fixed hook_field_delete() no longer invoked during field_purge_data().
986
- Fixed bug causing entity info cache to not be cleared with the rest of caches.
987
- Fixed file_unmanaged_copy() fails with Drupal 7.7+ and safe_mode() or
988
  open_basedir().
989
- Fixed Nested transactions throw exceptions when they got out of scope.
990
- Fixed bugs with the Return-Path when sending mail on both Windows and
991
  non-Windows systems.
992
- Fixed bug with DrupalCacheArray property visibility preventing others from
993
  extending it (API change: http://drupal.org/node/1422264).
994
- Fixed bug with handling of non-ASCII characters in file names (API change:
995
  http://drupal.org/node/1424840).
996
- Reconciled field maximum length with database column size in image and
997
  aggregator modules.
998
- Fixes to various core JavaScript files to allow for minification and
999
  aggregation.
1000
- Fixed Prevent tests from deleting main installation's tables when
1001
  parent::setUp() is not called.
1002
- Fixed several Poll module bugs.
1003
- Fixed several Shortcut module bugs.
1004
- Added new hook_system_theme_info() to provide ability for contributed modules
1005
  to test theme functionality.
1006
- Added ability to cancel mail sending from hook_mail_alter().
1007
- Added support for configurable PDO connection options, enabling master-master
1008
  database replication.
1009
- Numerous improvements to tests and test runner to pave the way for faster test
1010
  runs.
1011
- Expanded test coverage.
1012
- Numerous API documentation improvements.
1013
- Numerous performance improvements, including token replacement and render
1014
  cache.
1015

    
1016
Drupal 7.11, 2012-02-01
1017
-----------------------
1018
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-001.
1019

    
1020
Drupal 7.10, 2011-12-05
1021
-----------------------
1022
- Fixed Content-Language HTTP header to not cause issues with Drush 5.x.
1023
- Reduce memory usage of theme registry (performance).
1024
- Fixed PECL upload progress bar for FileField
1025
- Fixed running update.php doesn't always clear the cache.
1026
- Fixed PDO exceptions on long titles.
1027
- Fixed Overlay redirect does not include query string.
1028
- Fixed D6 modules satisfy D7 module dependencies.
1029
- Fixed the ordering of module hooks when using module_implements_alter().
1030
- Fixed "floating" submit buttons during AJAX requests.
1031
- Fixed timezone selected on install not propogating to admin account.
1032
- Added msgctx context to JS translation functions, for feature parity with t().
1033
- Profiles' .install files now available during hook_install_tasks().
1034
- Added test coverage of 7.0 -> 7.x upgrade path.
1035
- Numerous notice fixes.
1036
- Numerous documentation improvements.
1037
- Additional automated test coverage.
1038

    
1039
Drupal 7.9, 2011-10-26
1040
----------------------
1041
- Critical fixes to OpenID to spec violations that could allow for
1042
  impersonation in certain scenarios. Existing OpenID users should see
1043
  http://drupal.org/node/1120290#comment-5092796 for more information on
1044
  transitioning.
1045
- Fixed files getting lost when adding multiple files to multiple file fields
1046
  at the same time.
1047
- Improved usability of the clean URL test screens.
1048
- Restored height/width attributes on images run through the theme system.
1049
- Fixed usability bug with first password field being pre-filled by certain
1050
  browser plugins.
1051
- Fixed file_usage_list() so that it can return more than one result.
1052
- Fixed bug preventing preview of private images on node form.
1053
- Fixed PDO error when inserting an aggregator title longer than 255 characters.
1054
- Spelled out what TRADITIONAL means in MySQL sql_mode.
1055
- Deprecated "!=" operator for DBTNG; should be "<>".
1056
- Added two new API functions (menu_tree_set_path()/menu_tree_get_path()) were
1057
  added in order to enable setting the active menu trail for dynamically
1058
  generated menu paths.
1059
- Added new "fast 404" capability in settings.php to bypass Drupal bootstrap
1060
  when serving 404 pages for certain file types.
1061
- Added format_string() function which can perform string munging ala the t()
1062
  function without the overhead of the translation system.
1063
- Numerous #states system fixes.
1064
- Numerous EntityFieldQuery, DBTNG, and SQLite fixes.
1065
- Numerous Shortcut module fixes.
1066
- Numerous language system fixes.
1067
- Numerous token fixes.
1068
- Numerous CSS fixes.
1069
- Numerous upgrade path fixes.
1070
- Numerous minor string fixes.
1071
- Numerous notice fixes.
1072

    
1073
Drupal 7.8, 2011-08-31
1074
----------------------
1075
- Fixed critical upgrade path issue with multilingual sites, leading to lost
1076
  content.
1077
- Numerous fixes to upgrade path, preventing fatal errors due to incorrect
1078
  dependencies.
1079
- Fixed issue with saving files on hosts with open_basedir restrictions.
1080
- Fixed Update manger error when used with Overlay.
1081
- Fixed RTL support in Seven administration theme and Overlay.
1082
- Fixes to nested transaction support.
1083
- Introduced performance pattern to reduce Drupal core's RAM usage.
1084
- Added support for HTML 5 tags to filter_xss_admin().
1085
- Added exception handling to cron.
1086
- Added new hook hook_field_widget_form_alter() for contribtued modules.
1087
- element_validate_*() functions now available to contrib.
1088
- Added new maintainers for several subsystems.
1089
- Numerous testing system improvements.
1090
- Numerous markup and CSS fixes.
1091
- Numerous poll module fixes.
1092
- Numerous notice/warning fixes.
1093
- Numerous documentation fixes.
1094
- Numerous token fixes.
1095

    
1096
Drupal 7.7, 2011-07-27
1097
----------------------
1098
- Fixed VERSION string.
1099

    
1100
Drupal 7.6, 2011-07-27
1101
----------------------
1102
- Fixed support for remote streamwrappers.
1103
- AJAX now binds to 'click' instead of 'mousedown'.
1104
- 'Translatable' flag on fields created in UI now defaults to FALSE, to match those created via the API.
1105
- Performance enhancement to permissions page on large numbers of permissions.
1106
- More secure password generation.
1107
- Fix for temporary directory on Windows servers.
1108
- run-tests.sh now uses proc_open() instead of pcntl_fork() for better Windows support.
1109
- Numerous upgrade path fixes.
1110
- Numerous documentation fixes.
1111
- Numerous notice fixes.
1112
- Numerous fixes to improve PHP 5.4 support.
1113
- Numerous RTL improvements.
1114

    
1115
Drupal 7.5, 2011-07-27
1116
----------------------
1117
- Fixed security issue (Access bypass), see SA-CORE-2011-003.
1118

    
1119
Drupal 7.4, 2011-06-29
1120
----------------------
1121
- Rolled back patch that caused fatal errors in CTools, Feeds, and other modules using the class registry.
1122
- Fixed critical bug with saving default images.
1123
- Fixed fatal errors when uninstalling some modules.
1124
- Added workaround for MySQL transaction support breaking on DDL statments.
1125
- Improved page caching with external caching systems.
1126
- Fix to Batch API, which was terminating too early.
1127
- Numerous upgrade path fixes.
1128
- Performance fixes.
1129
- Additional test coverage.
1130
- Numerous documentation fixes.
1131

    
1132
Drupal 7.3, 2011-06-29
1133
----------------------
1134
- Fixed security issue (Access bypass), see SA-CORE-2011-002.
1135

    
1136
Drupal 7.2, 2011-05-25
1137
----------------------
1138
- Added a default .gitignore file.
1139
- Improved PostgreSQL and SQLite support.
1140
- Numerous critical performance improvements.
1141
- Numerous critical fixes to the upgrade path.
1142
- Numerous fixes to language and translation systems.
1143
- Numerous fixes to AJAX and #states systems.
1144
- Improvements to the locking system.
1145
- Numerous documentation fixes.
1146
- Numerous styling and theme system fixes.
1147
- Numerous fixes for schema mis-matches between Drupal 6 and 7.
1148
- Minor internal API clean-ups.
1149

    
1150
Drupal 7.1, 2011-05-25
1151
----------------------
1152
- Fixed security issues (Cross site scripting, File access bypass), see SA-CORE-2011-001.
1153

    
1154
Drupal 7.0, 2011-01-05 
1155
----------------------
1156
- Database:
1157
    * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
1158
    * Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
1159
    * Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
1160
    * Support for master/slave replication, transactions, multi-insert queries,
1161
      and other features.
1162
    * Added support for the SQLite database engine.
1163
    * Default to InnoDB engine, rather than MyISAM, on MySQL when available.
1164
      This offers increased scalability and data integrity.
1165
- Security:
1166
    * Protected cron.php -- cron will only run if the proper key is provided.
1167
    * Implemented a pluggable password system and much stronger password hashes
1168
      that are compatible with the Portable PHP password hashing framework.
1169
    * Rate limited login attempts to prevent brute-force password guessing, and
1170
      improved the flood control API to allow variable time windows and
1171
      identifiers for limiting user access to resources.
1172
    * Transformed the "Update status" module into the "Update manager" which
1173
      can securely install or update modules and themes via a web interface.
1174
- Usability:
1175
    * Added contextual links (a.k.a. local tasks) to page elements, such as
1176
      blocks, nodes, or comments, which allows to perform the most common tasks
1177
      with a single click only.
1178
    * Improved installer requirements check.
1179
    * Improved support for integration of WYSIWYG editors.
1180
    * Implemented drag-and-drop positioning for input format listings.
1181
    * Implemented drag-and-drop positioning for language listing.
1182
    * Implemented drag-and-drop positioning for poll options.
1183
    * Provided descriptions and human-readable names for user permissions.
1184
    * Removed comment controls for users.
1185
    * Removed display order settings for comment module. Comment display
1186
      order can now be customized using the Views module.
1187
    * Removed the 'related terms' feature from taxonomy module since this can
1188
      now be achieved with Field API.
1189
    * Added additional features to the default installation profile, and
1190
      implemented a "slimmed down" profile designed for developers.
1191
    * Added a built-in, automated cron run feature, which is triggered by site
1192
      visitors.
1193
    * Added an administrator role which is assigned all permissions for
1194
      installed modules automatically.
1195
    * Image toolkits are now provided by modules (rather than requiring a
1196
      manual file copy to the includes directory).
1197
    * Added an edit tab to taxonomy term pages.
1198
    * Redesigned password strength validator.
1199
    * Redesigned the add content type screen.
1200
    * Highlight duplicate URL aliases.
1201
    * Renamed "input formats" to "text formats".
1202
    * Moved text format permissions to the main permissions page.
1203
    * Added configurable ability for users to cancel their own accounts.
1204
    * Added "vertical tabs", a reusable interface component that features
1205
      automatic summaries and increases usability.
1206
    * Replaced fieldsets on node edit and add pages with vertical tabs.
1207
- Performance:
1208
    * Improved performance on uncached page views by loading multiple core
1209
      objects in a single database query.
1210
    * Improved performance for logged-in users by reducing queries for path
1211
      alias lookups.
1212
    * Improved support for HTTP proxies (including reverse proxies), allowing
1213
      anonymous page views to be served entirely from the proxy.
1214
- Documentation:
1215
    * Hook API documentation now included in Drupal core.
1216
- News aggregator:
1217
    * Added OPML import functionality for RSS feeds.
1218
    * Optionally, RSS feeds may be configured to not automatically generate feed blocks.
1219
- Search:
1220
    * Added support for language-aware searches.
1221
- Aggregator:
1222
    * Introduced architecture that allows pluggable parsers and processors for
1223
      syndicating RSS and Atom feeds.
1224
    * Added options to suspend updating specific feeds and never discard feeds
1225
      items.
1226
- Testing:
1227
    * Added test framework and tests.
1228
- Improved time zone support:
1229
    * Drupal now uses PHP's time zone database when rendering dates in local
1230
      time. Site-wide and user-configured time zone offsets have been converted
1231
      to time zone names, e.g. Africa/Abidjan.
1232
    * In some cases the upgrade and install scripts do not choose the preferred
1233
      site default time zone. The automatically-selected time zone can be
1234
      corrected at admin/config/regional/settings.
1235
    * If your site is being upgraded from Drupal 6 and you do not have the
1236
      contributed date or event modules installed, user time zone settings will
1237
      fallback to the system time zone and will have to be reconfigured by each user.
1238
    * User-configured time zones now serve as the default time zone for PHP
1239
      date/time functions.
1240
- Filter system:
1241
    * Revamped the filter API and text format storage.
1242
    * Added support for default text formats to be assigned on a per-role basis.
1243
    * Refactored the HTML corrector to take advantage of PHP 5 features.
1244
- User system:
1245
    * Added clean API functions for creating, loading, updating, and deleting
1246
      user roles and permissions.
1247
    * Refactored the "access rules" component of user module: The user module
1248
      now provides a simple interface for blocking single IP addresses. The
1249
      previous functionality in the user module for restricting certain e-mail
1250
      addresses and usernames is now available as a contributed module. Further,
1251
      IP address range blocking is no longer supported and should be implemented
1252
      at the operating system level.
1253
    * Removed per-user themes: Contributed modules with similar functionality
1254
      are available.
1255
- OpenID:
1256
    * Added support for Gmail and Google Apps for Domain identifiers. Users can
1257
      now login with their user@example.com identifier when example.com is powered
1258
      by Google.
1259
    * Made the OpenID module more pluggable.
1260
- Added code registry:
1261
    * Using the registry, modules declare their includable files via their .info file,
1262
      allowing Drupal to lazy-load classes and interfaces as needed.
1263
- Theme system:
1264
    * Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
1265
      on as contributed themes (http://drupal.org/project/bluemarine,
1266
      http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton).
1267
    * Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
1268
    * Added Seven as the default administration theme.
1269
    * Variable preprocessing of theme hooks prior to template rendering now goes
1270
      through two phases: a 'preprocess' phase and a new 'process' phase. See
1271
      http://api.drupal.org/api/function/theme/7 for details.
1272
    * Theme hooks implemented as functions (rather than as templates) can now
1273
      also have preprocess (and process) functions. See
1274
      http://api.drupal.org/api/function/theme/7 for details.
1275
    * Added Bartik as the default theme.
1276
- File handling:
1277
    * Files are now first class Drupal objects with file_load(), file_save(),
1278
      and file_validate() functions and corresponding hooks.
1279
    * The file_move(), file_copy() and file_delete() functions now operate on
1280
      file objects and invoke file hooks so that modules are notified and can
1281
      respond to changes.
1282
    * For the occasions when only basic file manipulation are needed--such as
1283
      uploading a site logo--that don't require the overhead of databases and
1284
      hooks, the current unmanaged copy, move and delete operations have been
1285
      preserved but renamed to file_unmanaged_*().
1286
    * Rewrote file handling to use PHP stream wrappers to enable support for
1287
      both public and private files and to support pluggable storage mechanisms
1288
      and access to remote resources (e.g. S3 storage or Flickr photos).
1289
    * The mime_extension_mapping variable has been removed. Modules that need to
1290
      alter the default MIME type extension mappings should implement
1291
      hook_file_mimetype_mapping_alter().
1292
    * Added the hook_file_url_alter() hook, which makes it possible to serve
1293
      files from a CDN.
1294
    * Added a field specifically for uploading files, previously provided by
1295
      the contributed module FileField.
1296
- Image handling:
1297
    * Improved image handling, including better support for add-on image
1298
      libraries.
1299
    * Added API and interface for creating advanced image thumbnails.
1300
    * Inclusion of additional effects such as rotate and desaturate.
1301
    * Added a field specifically for uploading images, previously provided by
1302
      the contributed module ImageField.
1303
- Added aliased multi-site support:
1304
    * Added support for mapping domain names to sites directories.
1305
- Added RDF support:
1306
    * Modules can declare RDF namespaces which are serialized in the <html> tag
1307
      for RDFa support.
1308
    * Modules can specify how their data structure maps to RDF.
1309
    * Added support for RDFa export of nodes, comments, terms, users, etc. and
1310
      their fields.
1311
- Search engine optimization and web linking:
1312
    * Added a rel="canonical" link on node and comment pages to prevent
1313
      duplicate content indexing by search engines.
1314
    * Added a default rel="shortlink" link on node and comment pages that
1315
      advertises a short link as an alternative URL to third-party services.
1316
    * Meta information is now alterable by all modules before rendering.
1317
- Field API:
1318
    * Custom data fields may be attached to nodes, users, comments and taxonomy
1319
      terms.
1320
    * Node bodies and teasers are now Field API fields instead of
1321
      being a hard-coded property of node objects.
1322
    * In addition, any other object type may register with Field API
1323
      and allow custom data fields to be attached to itself.
1324
    * Provides most of the features of the former Content Construction
1325
      Kit (CCK) module.
1326
    * Taxonomy terms are now Field API fields that can be added to any fieldable
1327
      object.
1328
- Installer:
1329
    * Refactored the installer into an API that allows Drupal to be installed
1330
      via a command line script.
1331
- Page organization
1332
    * Made the help text area a full featured region with blocks.
1333
    * Site mission is replaced with the highlighted content block region and
1334
      separate RSS feed description settings.
1335
    * The footer message setting was removed in favor of custom blocks.
1336
    * Made the main page content a block which can be moved and ordered
1337
      with other blocks in the same region.
1338
    * Blocks can now return structured arrays for later rendering just
1339
      like page callbacks.
1340
- Translation system
1341
    * The translation system now supports message context (msgctxt).
1342
    * Added support for translatable fields to Field API.
1343
- JavaScript changes
1344
    * Upgraded the core JavaScript library to jQuery version 1.4.4.
1345
    * Upgraded the jQuery Forms library to 2.52.
1346
    * Added jQuery UI 1.8.7, which allows improvements to Drupal's user
1347
      experience.
1348
- Better module version support
1349
    * Modules now can specify which version of another module they depend on.
1350
- Removed modules from core
1351
    * The following modules have been removed from core, because contributed
1352
      modules with similar functionality are available:
1353
      * Blog API module
1354
      * Ping module
1355
      * Throttle module
1356
- Improved node access control system.
1357
    * All modules may now influence the access to a node at runtime, not just
1358
      the module that defined a node.
1359
    * Users may now be allowed to bypass node access restrictions without giving
1360
      them complete access to the site.
1361
    * Access control affects both published and unpublished nodes.
1362
    * Numerous other improvements to the node access system.
1363
- Actions system
1364
    * Simplified definitions of actions and triggers.
1365
    * Removed dependency on the combination of hooks and operations. Triggers
1366
      now directly map to module hooks.
1367
- Task handling
1368
    * Added a queue API to process many or long-running tasks.
1369
    * Added queue API support to cron API.
1370
    * Added a locking framework to coordinate long-running operations across
1371
      requests.
1372

    
1373
Drupal 6.23-dev, xxxx-xx-xx (development release)
1374
---------------------------
1375

    
1376
Drupal 6.22, 2011-05-25
1377
-----------------------
1378
- Made Drupal 6 work better with IIS and Internet Explorer.
1379
- Fixed .po file imports to work better with custom textgroups.
1380
- Improved code documentation at various places.
1381
- Fixed a variety of other bugs.
1382

    
1383
Drupal 6.21, 2011-05-25
1384
-----------------------
1385
- Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
1386

    
1387
Drupal 6.20, 2010-12-15
1388
-----------------------
1389
- Fixed a variety of small bugs, improved code documentation.
1390

    
1391
Drupal 6.19, 2010-08-11
1392
-----------------------
1393
- Fixed a variety of small bugs, improved code documentation.
1394

    
1395
Drupal 6.18, 2010-08-11
1396
-----------------------
1397
- Fixed security issues (OpenID authentication bypass, File download access
1398
  bypass, Comment unpublishing bypass, Actions cross site scripting),
1399
  see SA-CORE-2010-002.
1400

    
1401
Drupal 6.17, 2010-06-02
1402
-----------------------
1403
- Improved PostgreSQL compatibility
1404
- Better PHP 5.3 and PHP 4 compatibility
1405
- Better browser compatibility of CSS and JS aggregation
1406
- Improved logging for login failures
1407
- Fixed an incompatibility with some contributed modules and the locking system
1408
- Fixed a variety of other bugs.
1409

    
1410
Drupal 6.16, 2010-03-03
1411
-----------------------
1412
- Fixed security issues (Installation cross site scripting, Open redirection,
1413
  Locale module cross site scripting, Blocked user session regeneration),
1414
  see SA-CORE-2010-001.
1415
- Better support for updated jQuery versions.
1416
- Reduced resource usage of update.module.
1417
- Fixed several issues relating to support of installation profiles and
1418
  distributions.
1419
- Added a locking framework to avoid data corruption on long operations.
1420
- Fixed a variety of other bugs.
1421

    
1422
Drupal 6.15, 2009-12-16
1423
-----------------------
1424
- Fixed security issues (Cross site scripting), see SA-CORE-2009-009.
1425
- Fixed a variety of other bugs.
1426

    
1427
Drupal 6.14, 2009-09-16
1428
-----------------------
1429
- Fixed security issues (OpenID association cross site request forgeries,
1430
  OpenID impersonation and File upload), see SA-CORE-2009-008.
1431
- Changed the system modules page to not run all cache rebuilds; use the
1432
  button on the performance settings page to achieve the same effect.
1433
- Added support for PHP 5.3.0 out of the box.
1434
- Fixed a variety of small bugs.
1435

    
1436
Drupal 6.13, 2009-07-01
1437
-----------------------
1438
- Fixed security issues (Cross site scripting, Input format access bypass and
1439
  Password leakage in URL), see SA-CORE-2009-007.
1440
- Fixed a variety of small bugs.
1441

    
1442
Drupal 6.12, 2009-05-13
1443
-----------------------
1444
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1445
- Fixed a variety of small bugs.
1446

    
1447
Drupal 6.11, 2009-04-29
1448
-----------------------
1449
- Fixed security issues (Cross site scripting and limited information
1450
  disclosure), see SA-CORE-2009-005
1451
- Fixed performance issues with the menu router cache, the update
1452
  status cache and improved cache invalidation
1453
- Fixed a variety of small bugs.
1454

    
1455
Drupal 6.10, 2009-02-25
1456
-----------------------
1457
- Fixed a security issue, (Local file inclusion on Windows),
1458
  see SA-CORE-2009-003
1459
- Fixed node_feed() so custom fields can show up in RSS feeds.
1460
- Improved PostgreSQL compatibility.
1461
- Fixed a variety of small bugs.
1462

    
1463
Drupal 6.9, 2009-01-14
1464
----------------------
1465
- Fixed security issues, (Access Bypass, Validation Bypass and Hardening
1466
  against SQL injection), see SA-CORE-2009-001
1467
- Made HTTP request checking more robust and informative.
1468
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
1469
  basic shell scripts.
1470
- Removed t() calls from all schema documentation. Suggested best practice
1471
  changed for contributed modules, see http://drupal.org/node/322731.
1472
- Fixed a variety of small bugs.
1473

    
1474
Drupal 6.8, 2008-12-11
1475
----------------------
1476
- Removed a previous change incompatible with PHP 5.1.x and lower.
1477

    
1478
Drupal 6.7, 2008-12-10
1479
----------------------
1480
- Fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1481
- Updated robots.txt and .htaccess to match current file use.
1482
- Fixed a variety of small bugs.
1483

    
1484
Drupal 6.6, 2008-10-22
1485
----------------------
1486
- Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067
1487
- Fixed a variety of small bugs.
1488

    
1489
Drupal 6.5, 2008-10-08
1490
----------------------
1491
- Fixed security issues, (File upload access bypass, Access rules bypass,
1492
  BlogAPI access bypass), see SA-2008-060.
1493
- Fixed a variety of small bugs.
1494

    
1495
Drupal 6.4, 2008-08-13
1496
----------------------
1497
- Fixed a security issue (Cross site scripting, Arbitrary file uploads via
1498
  BlogAPI, Cross site request forgeries and Various Upload module
1499
  vulnerabilities), see SA-2008-047.
1500
- Improved error messages during installation.
1501
- Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
1502
- Fixed a variety of small bugs.
1503

    
1504
Drupal 6.3, 2008-07-09
1505
----------------------
1506
- Fixed security issues, (Cross site scripting, cross site request forgery,
1507
  session fixation and SQL injection), see SA-2008-044.
1508
- Slightly modified installation process to prevent file ownership issues on
1509
  shared hosts.
1510
- Improved PostgreSQL compatibility (rewritten queries; custom blocks).
1511
- Upgraded to jQuery 1.2.6.
1512
- Performance improvements to search, menu handling and form API caches.
1513
- Fixed Views compatibility issues (Views for Drupal 6 requires Drupal 6.3+).
1514
- Fixed a variety of small bugs.
1515

    
1516
Drupal 6.2, 2008-04-09
1517
----------------------
1518
- Fixed a variety of small bugs.
1519
- Fixed a security issue (Access bypasses), see SA-2008-026.
1520

    
1521
Drupal 6.1, 2008-02-27
1522
----------------------
1523
- Fixed a variety of small bugs.
1524
- Fixed a security issue (Cross site scripting), see SA-2008-018.
1525

    
1526
Drupal 6.0, 2008-02-13
1527
----------------------
1528
- New, faster and better menu system.
1529
- New watchdog as a hook functionality.
1530
   * New hook_watchdog that can be implemented by any module to route log
1531
     messages to various destinations.
1532
   * Expands the severity levels from 3 (Error, Warning, Notice) to the 8
1533
     levels defined in RFC 3164.
1534
   * The watchdog module is now called dblog, and is optional, but enabled by
1535
     default in the default installation profile.
1536
   * Extended the database log module so log messages can be filtered.
1537
   * Added syslog module: useful for monitoring large Drupal installations.
1538
- Added optional e-mail notifications when users are approved, blocked, or
1539
  deleted.
1540
- Drupal works with error reporting set to E_ALL.
1541
- Added scripts/drupal.sh to execute Drupal code from the command line. Useful
1542
  to use Drupal as a framework to build command-line tools.
1543
- Made signature support optional and made it possible to theme signatures.
1544
- Made it possible to filter the URL aliases on the URL alias administration
1545
  screen.
1546
- Language system improvements:
1547
    * Support for right to left languages.
1548
    * Language detection based on parts of the URL.
1549
    * Browser based language detection.
1550
    * Made it possible to specify a node's language.
1551
    * Support for translating posts on the site to different languages.
1552
    * Language dependent path aliases.
1553
    * Automatically import translations when adding a new language.
1554
    * JavaScript interface translation.
1555
    * Automatically import a module's translation upon enabling that module.
1556
- Moved "PHP input filter" to a standalone module so it can be deleted for
1557
  security reasons.
1558
- Usability:
1559
    * Improved handling of teasers in posts.
1560
    * Added sticky table headers.
1561
    * Check for clean URL support automatically with JavaScript.
1562
    * Removed default/settings.php. Instead the installer will create it from
1563
      default.settings.php.
1564
    * Made it possible to configure your own date formats.
1565
    * Remember anonymous comment posters.
1566
    * Only allow modules and themes to be enabled that have explicitly been
1567
      ported to the correct core API version.
1568
    * Can now specify the minimum PHP version required for a module within the
1569
      .info file.
1570
    * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES
1571
      database rights.
1572
    * Dynamically check password strength and confirmation.
1573
    * Refactored poll administration.
1574
    * Implemented drag-and-drop positioning for blocks, menu items, taxonomy
1575
      vocabularies and terms, forums, profile fields, and input format filters.
1576
- Theme system:
1577
    * Added .info files to themes and made it easier to specify regions and
1578
      features.
1579
    * Added theme registry: modules can directly provide .tpl.php files for
1580
      their themes without having to create theme_ functions.
1581
    * Used the Garland theme for the installation and maintenance pages.
1582
    * Added theme preprocess functions for themes that are templates.
1583
    * Added support for themeable functions in JavaScript.
1584
- Refactored update.php to a generic batch API to be able to run time-consuming
1585
  operations in multiple subsequent HTTP requests.
1586
- Installer:
1587
    * Themed the installer with the Garland theme.
1588
    * Added form to provide initial site information during installation.
1589
    * Added ability to provide extra installation steps programmatically.
1590
    * Made it possible to import interface translations during installation.
1591
- Added the HTML corrector filter:
1592
    * Fixes faulty and chopped off HTML in postings.
1593
    * Tags are now automatically closed at the end of the teaser.
1594
- Performance:
1595
    * Made it easier to conditionally load .include files and split up many core
1596
      modules.
1597
    * Added a JavaScript aggregator.
1598
    * Added block-level caching, improving performance for both authenticated
1599
      and anonymous users.
1600
    * Made Drupal work correctly when running behind a reverse proxy like
1601
      Squid or Pound.
1602
- File handling improvements:
1603
    * Entries in the files table are now keyed to a user instead of a node.
1604
    * Added reusable validation functions to check for uploaded file sizes,
1605
      extensions, and image resolution.
1606
    * Added ability to create and remove temporary files during a cron job.
1607
- Forum improvements:
1608
    * Any node type may now be posted in a forum.
1609
- Taxonomy improvements:
1610
    * Descriptions for terms are now shown on taxonomy/term pages as well
1611
      as RSS feeds.
1612
    * Added versioning support to categories by associating them with node
1613
      revisions.
1614
- Added support for OpenID.
1615
- Added support for triggering configurable actions.
1616
- Added the Update status module to automatically check for available updates
1617
  and warn sites if they are missing security updates or newer versions.
1618
  Sites deploying from CVS should use http://drupal.org/project/cvs_deploy.
1619
  Advanced settings provided by http://drupal.org/project/update_advanced.
1620
- Upgraded the core JavaScript library to jQuery version 1.2.3.
1621
- Added a new Schema API, which provides built-in support for core and
1622
  contributed modules to work with databases other than MySQL.
1623
- Removed drupal.module. The functionality lives on as the Site network
1624
  contributed module (http://drupal.org/project/site_network).
1625
- Removed old system updates. Updates from Drupal versions prior to 5.x will
1626
  require upgrading to 5.x before upgrading to 6.x.
1627

    
1628
Drupal 5.23, 2010-08-11
1629
-----------------------
1630
- Fixed security issues (File download access bypass, Comment unpublishing
1631
  bypass), see SA-CORE-2010-002.
1632

    
1633
Drupal 5.22, 2010-03-03
1634
-----------------------
1635
- Fixed security issues (Open redirection, Locale module cross site scripting,
1636
  Blocked user session regeneration), see SA-CORE-2010-001.
1637

    
1638
Drupal 5.21, 2009-12-16
1639
-----------------------
1640
- Fixed a security issue (Cross site scripting), see SA-CORE-2009-009.
1641
- Fixed a variety of small bugs.
1642

    
1643
Drupal 5.20, 2009-09-16
1644
-----------------------
1645
- Avoid security problems resulting from writing Drupal 6-style menu
1646
  declarations.
1647
- Fixed security issues (session fixation), see SA-CORE-2009-008.
1648
- Fixed a variety of small bugs.
1649

    
1650
Drupal 5.19, 2009-07-01
1651
-----------------------
1652
- Fixed security issues (Cross site scripting and Password leakage in URL), see
1653
  SA-CORE-2009-007.          
1654
- Fixed a variety of small bugs.
1655

    
1656
Drupal 5.18, 2009-05-13
1657
-----------------------
1658
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1659
- Fixed a variety of small bugs.
1660

    
1661
Drupal 5.17, 2009-04-29
1662
-----------------------
1663
- Fixed security issues (Cross site scripting and limited information
1664
  disclosure) see SA-CORE-2009-005.
1665
- Fixed a variety of small bugs.
1666

    
1667
Drupal 5.16, 2009-02-25
1668
-----------------------
1669
- Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004.
1670
- Fixed a variety of small bugs.
1671

    
1672
Drupal 5.15, 2009-01-14
1673
-----------------------
1674
- Fixed security issues, (Hardening against SQL injection), see
1675
  SA-CORE-2009-001
1676
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and basic shell
1677
  scripts.
1678
- Fixed a variety of small bugs.
1679

    
1680
Drupal 5.14, 2008-12-11
1681
-----------------------
1682
- removed a previous change incompatible with PHP 5.1.x and lower.
1683

    
1684
Drupal 5.13, 2008-12-10
1685
-----------------------
1686
- fixed a variety of small bugs.
1687
- fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1688
- updated robots.txt and .htaccess to match current file use.
1689

    
1690
Drupal 5.12, 2008-10-22
1691
-----------------------
1692
- fixed security issues, (File inclusion), see SA-2008-067
1693

    
1694
Drupal 5.11, 2008-10-08
1695
-----------------------
1696
- fixed a variety of small bugs.
1697
- fixed security issues, (File upload access bypass, Access rules bypass,
1698
  BlogAPI access bypass, Node validation bypass), see SA-2008-060
1699

    
1700
Drupal 5.10, 2008-08-13
1701
-----------------------
1702
- fixed a variety of small bugs.
1703
- fixed security issues, (Cross site scripting, Arbitrary file uploads via
1704
  BlogAPI and Cross site request forgery), see SA-2008-047
1705

    
1706
Drupal 5.9, 2008-07-23
1707
----------------------
1708
- fixed a variety of small bugs.
1709
- fixed security issues, (Session fixation), see SA-2008-046
1710

    
1711
Drupal 5.8, 2008-07-09
1712
----------------------
1713
- fixed a variety of small bugs.
1714
- fixed security issues, (Cross site scripting, cross site request forgery, and
1715
  session fixation), see SA-2008-044
1716

    
1717
Drupal 5.7, 2008-01-28
1718
----------------------
1719
- fixed the input format configuration page.
1720
- fixed a variety of small bugs.
1721

    
1722
Drupal 5.6, 2008-01-10
1723
----------------------
1724
- fixed a variety of small bugs.
1725
- fixed a security issue (Cross site request forgery), see SA-2008-005
1726
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1727
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1728

    
1729
Drupal 5.5, 2007-12-06
1730
----------------------
1731
- fixed missing missing brackets in a query in the user module.
1732
- fixed taxonomy feed bug introduced by SA-2007-031
1733

    
1734
Drupal 5.4, 2007-12-05
1735
----------------------
1736
- fixed a variety of small bugs.
1737
- fixed a security issue (SQL injection), see SA-2007-031
1738

    
1739
Drupal 5.3, 2007-10-17
1740
----------------------
1741
- fixed a variety of small bugs.
1742
- fixed a security issue (HTTP response splitting), see SA-2007-024
1743
- fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
1744
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1745
- fixed a security issue (User deletion cross site request forgery), see SA-2007-029
1746
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1747

    
1748
Drupal 5.2, 2007-07-26
1749
----------------------
1750
- changed hook_link() $teaser argument to match documentation.
1751
- fixed a variety of small bugs.
1752
- fixed a security issue (cross-site request forgery), see SA-2007-017
1753
- fixed a security issue (cross-site scripting), see SA-2007-018
1754

    
1755
Drupal 5.1, 2007-01-29
1756
----------------------
1757
- fixed security issue (code execution), see SA-2007-005
1758
- fixed a variety of small bugs.
1759

    
1760
Drupal 5.0, 2007-01-15
1761
----------------------
1762
- Completely retooled the administration page
1763
    * /Admin now contains an administration page which may be themed
1764
    * Reorganised administration menu items by task and by module
1765
    * Added a status report page with detailed PHP/MySQL/Drupal information
1766
- Added web-based installer which can:
1767
    * Check installation and run-time requirements
1768
    * Automatically generate the database configuration file
1769
    * Install pre-made installation profiles or distributions
1770
    * Import the database structure with automatic table prefixing
1771
    * Be localized
1772
- Added new default Garland theme
1773
- Added color module to change some themes' color schemes
1774
- Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it
1775
- Introduced the ability to alter mail sent from system
1776
- Module system:
1777
    * Added .info files for module meta-data
1778
    * Added support for module dependencies
1779
    * Improved module installation screen
1780
    * Moved core modules to their own directories
1781
    * Added support for module uninstalling
1782
- Added support for different cache backends
1783
- Added support for a generic "sites/all" directory.
1784
- Usability:
1785
    * Added support for auto-complete forms (AJAX) to user profiles.
1786
    * Made it possible to instantly assign roles to newly created user accounts.
1787
    * Improved configurability of the contact forms.
1788
    * Reorganized the settings pages.
1789
    * Made it easy to investigate popular search terms.
1790
    * Added a 'select all' checkbox and a range select feature to administration tables.
1791
    * Simplified the 'break' tag to split teasers from body.
1792
    * Use proper capitalization for titles, menu items and operations.
1793
- Integrated urlfilter.module into filter.module
1794
- Block system:
1795
    * Extended the block visibility settings with a role specific setting.
1796
    * Made it possible to customize all block titles.
1797
- Poll module:
1798
    * Optionally allow people to inspect all votes.
1799
    * Optionally allow people to cancel their vote.
1800
- Distributed authentication:
1801
    * Added default server option.
1802
- Added default robots.txt to control crawlers.
1803
- Database API:
1804
    * Added db_table_exists().
1805
- Blogapi module:
1806
    * 'Blogapi new' and 'blogapi edit' nodeapi operations.
1807
- User module:
1808
    * Added hook_profile_alter().
1809
    * E-mail verification is made optional.
1810
    * Added mass editing and filtering on admin/user/user.
1811
- PHP Template engine:
1812
    * Add the ability to look for a series of suggested templates.
1813
    * Look for page templates based upon the path.
1814
    * Look for block templates based upon the region, module, and delta.
1815
- Content system:
1816
    * Made it easier for node access modules to work well with each other.
1817
    * Added configurable content types.
1818
    * Changed node rendering to work with structured arrays.
1819
- Performance:
1820
    * Improved session handling: reduces database overhead.
1821
    * Improved access checking: reduces database overhead.
1822
    * Made it possible to do memcached based session management.
1823
    * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
1824
    * Added an 'aggressive' caching policy.
1825
    * Added a CSS aggregator and compressor (up to 40% faster page loads).
1826
- Removed the archive module.
1827
- Upgrade system:
1828
    * Created space for update branches.
1829
- Form API:
1830
    * Made it possible to programmatically submit forms.
1831
    * Improved api for multistep forms.
1832
- Theme system:
1833
    * Split up and removed drupal.css.
1834
    * Added nested lists generation.
1835
    * Added a self-clearing block class.
1836

    
1837
Drupal 4.7.11, 2008-01-10
1838
-------------------------
1839
- fixed a security issue (Cross site request forgery), see SA-2008-005
1840
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1841
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1842

    
1843
Drupal 4.7.10, 2007-12-06
1844
-------------------------
1845
- fixed taxonomy feed bug introduced by SA-2007-031
1846

    
1847
Drupal 4.7.9, 2007-12-05
1848
------------------------
1849
- fixed a security issue (SQL injection), see SA-2007-031
1850

    
1851
Drupal 4.7.8, 2007-10-17
1852
------------------------
1853
- fixed a security issue (HTTP response splitting), see SA-2007-024
1854
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1855
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1856

    
1857
Drupal 4.7.7, 2007-07-26
1858
------------------------
1859
- fixed security issue (XSS), see SA-2007-018
1860

    
1861
Drupal 4.7.6, 2007-01-29
1862
------------------------
1863
- fixed security issue (code execution), see SA-2007-005
1864

    
1865
Drupal 4.7.5, 2007-01-05
1866
------------------------
1867
- Fixed security issue (XSS), see SA-2007-001
1868
- Fixed security issue (DoS), see SA-2007-002
1869

    
1870
Drupal 4.7.4, 2006-10-18
1871
------------------------
1872
- Fixed security issue (XSS), see SA-2006-024
1873
- Fixed security issue (CSRF), see SA-2006-025
1874
- Fixed security issue (Form action attribute injection), see SA-2006-026
1875

    
1876
Drupal 4.7.3, 2006-08-02
1877
------------------------
1878
- Fixed security issue (XSS), see SA-2006-011
1879

    
1880
Drupal 4.7.2, 2006-06-01
1881
------------------------
1882
- Fixed critical upload issue, see SA-2006-007
1883
- Fixed taxonomy XSS issue, see SA-2006-008
1884
- Fixed a variety of small bugs.
1885

    
1886
Drupal 4.7.1, 2006-05-24
1887
------------------------
1888
- Fixed critical SQL issue, see SA-2006-005
1889
- Fixed a serious upgrade related bug.
1890
- Fixed a variety of small bugs.
1891

    
1892
Drupal 4.7.0, 2006-05-01
1893
------------------------
1894
- Added free tagging support.
1895
- Added a site-wide contact form.
1896
- Theme system:
1897
    * Added the PHPTemplate theme engine and removed the Xtemplate engine.
1898
    * Converted the bluemarine theme from XTemplate to PHPTemplate.
1899
    * Converted the pushbutton theme from XTemplate to PHPTemplate.
1900
- Usability:
1901
    * Reworked the 'request new password' functionality.
1902
    * Reworked the node and comment edit forms.
1903
    * Made it easy to add nodes to the navigation menu.
1904
    * Added site 'offline for maintenance' feature.
1905
    * Added support for auto-complete forms (AJAX).
1906
    * Added support for collapsible page sections (JS).
1907
    * Added support for resizable text fields (JS).
1908
    * Improved file upload functionality (AJAX).
1909
    * Reorganized some settings pages.
1910
    * Added friendly database error screens.
1911
    * Improved styling of update.php.
1912
- Refactored the forms API.
1913
    * Made it possible to alter, extend or theme forms.
1914
- Comment system:
1915
    * Added support for "mass comment operations" to ease repetitive tasks.
1916
    * Comment moderation has been removed.
1917
- Node system:
1918
    * Reworked the revision functionality.
1919
    * Removed the bookmarklet code. Third-party modules can now handle
1920
      This.
1921
- Upgrade system:
1922
    * Allows contributed modules to plug into the upgrade system.
1923
- Profiles:
1924
    * Added a block to display author information along with posts.
1925
    * Added support for private profile fields.
1926
- Statistics module:
1927
    * Added the ability to track page generation times.
1928
    * Made it possible to block certain IPs/hostnames.
1929
- Block system:
1930
    * Added support for theme-specific block regions.
1931
- Syndication:
1932
    * Made the aggregator module parse Atom feeds.
1933
    * Made the aggregator generate RSS feeds.
1934
    * Added RSS feed settings.
1935
- XML-RPC:
1936
    * Replaced the XML-RPC library by a better one.
1937
- Performance:
1938
    * Added 'loose caching' option for high-traffic sites.
1939
    * Improved performance of path aliasing.
1940
    * Added the ability to track page generation times.
1941
- Internationalization:
1942
    * Improved Unicode string handling API.
1943
    * Added support for PHP's multibyte string module.
1944
- Added support for PHP5's 'mysqli' extension.
1945
- Search module:
1946
    * Made indexer smarter and more robust.
1947
    * Added advanced search operators (e.g. phrase, node type, ...).
1948
    * Added customizable result ranking.
1949
- PostgreSQL support:
1950
    * Removed dependency on PL/pgSQL procedural language.
1951
- Menu system:
1952
    * Added support for external URLs.
1953
- Queue module:
1954
    * Removed from core.
1955
- HTTP handling:
1956
    * Added support for a tolerant Base URL.
1957
    * Output URIs relative to the root, without a base tag.
1958

    
1959
Drupal 4.6.11, 2007-01-05
1960
-------------------------
1961
- Fixed security issue (XSS), see SA-2007-001
1962
- Fixed security issue (DoS), see SA-2007-002
1963

    
1964
Drupal 4.6.10, 2006-10-18
1965
-------------------------
1966
- Fixed security issue (XSS), see SA-2006-024
1967
- Fixed security issue (CSRF), see SA-2006-025
1968
- Fixed security issue (Form action attribute injection), see SA-2006-026
1969

    
1970
Drupal 4.6.9, 2006-08-02
1971
------------------------
1972
- Fixed security issue (XSS), see SA-2006-011
1973

    
1974
Drupal 4.6.8, 2006-06-01
1975
------------------------
1976
- Fixed critical upload issue, see SA-2006-007
1977
- Fixed taxonomy XSS issue, see SA-2006-008
1978

    
1979
Drupal 4.6.7, 2006-05-24
1980
------------------------
1981
- Fixed critical SQL issue, see SA-2006-005
1982

    
1983
Drupal 4.6.6, 2006-03-13
1984
------------------------
1985
- Fixed bugs, including 4 security vulnerabilities.
1986

    
1987
Drupal 4.6.5, 2005-12-12
1988
------------------------
1989
- Fixed bugs: no critical bugs were identified.
1990

    
1991
Drupal 4.6.4, 2005-11-30
1992
------------------------
1993
- Fixed bugs, including 3 security vulnerabilities.
1994

    
1995
Drupal 4.6.3, 2005-08-15
1996
------------------------
1997
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1998

    
1999
Drupal 4.6.2, 2005-06-29
2000
------------------------
2001
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
2002

    
2003
Drupal 4.6.1, 2005-06-01
2004
------------------------
2005
- Fixed bugs, including a critical input validation bug.
2006

    
2007
Drupal 4.6.0, 2005-04-15
2008
------------------------
2009
- PHP5 compliance
2010
- Search:
2011
    * Added UTF-8 support to make it work with all languages.
2012
    * Improved search indexing algorithm.
2013
    * Improved search output.
2014
    * Impose a throttle on indexing of large sites.
2015
    * Added search block.
2016
- Syndication:
2017
    * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
2018
    * Made Drupal generate RSS 2.0 feeds.
2019
    * Made RSS feeds extensible.
2020
    * Added categories to RSS feeds.
2021
    * Added enclosures to RSS feeds.
2022
- Flood control mechanism:
2023
    * Added a mechanism to throttle certain operations.
2024
- Usability:
2025
    * Refactored the block configuration pages.
2026
    * Refactored the statistics pages.
2027
    * Refactored the watchdog pages.
2028
    * Refactored the throttle module configuration.
2029
    * Refactored the access rules page.
2030
    * Refactored the content administration page.
2031
    * Introduced forum configuration pages.
2032
    * Added a 'add child page' link to book pages.
2033
- Contact module:
2034
    * Added a simple contact module that allows users to contact each other using e-mail.
2035
- Multi-site configuration:
2036
    * Made it possible to run multiple sites from a single code base.
2037
- Added an image API: enables better image handling.
2038
- Block system:
2039
    * Extended the block visibility settings.
2040
- Theme system:
2041
    * Added new theme functions.
2042
- Database backend:
2043
    * The PEAR database backend is no longer supported.
2044
- Performance:
2045
    * Improved performance of the forum topics block.
2046
    * Improved performance of the tracker module.
2047
    * Improved performance of the node pages.
2048
- Documentation:
2049
    * Improved and extended PHPDoc/Doxygen comments.
2050

    
2051
Drupal 4.5.8, 2006-03-13
2052
------------------------
2053
- Fixed bugs, including 3 security vulnerabilities.
2054

    
2055
Drupal 4.5.7, 2005-12-12
2056
------------------------
2057
- Fixed bugs: no critical bugs were identified.
2058

    
2059
Drupal 4.5.6, 2005-11-30
2060
------------------------
2061
- Fixed bugs, including 3 security vulnerabilities.
2062

    
2063
Drupal 4.5.5, 2005-08-15
2064
------------------------
2065
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
2066

    
2067
Drupal 4.5.4, 2005-06-29
2068
------------------------
2069
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
2070

    
2071
Drupal 4.5.3, 2005-06-01
2072
------------------------
2073
- Fixed bugs, including a critical input validation bug.
2074

    
2075
Drupal 4.5.2, 2005-01-15
2076
------------------------
2077
- Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
2078

    
2079
Drupal 4.5.1, 2004-12-01
2080
------------------------
2081
- Fixed bugs: no critical bugs were identified.
2082

    
2083
Drupal 4.5.0, 2004-10-18
2084
------------------------
2085
- Navigation:
2086
    * Made it possible to add, delete, rename and move menu items.
2087
    * Introduced tabs and subtabs for local tasks.
2088
    * Reorganized the navigation menus.
2089
- User management:
2090
    * Added support for multiple roles per user.
2091
    * Made it possible to add custom profile fields.
2092
    * Made it possible to browse user profiles by field.
2093
- Node system:
2094
    * Added support for node-level permissions.
2095
- Comment module:
2096
    * Made it possible to leave contact information without having to register.
2097
- Upload module:
2098
    * Added support for uploading documents (includes images).
2099
- Forum module:
2100
    * Added support for sticky forum topics.
2101
    * Made it possible to track forum topics.
2102
- Syndication:
2103
    * Added support for RSS ping-notifications of http://technorati.com/.
2104
    * Refactored the categorization of syndicated news items.
2105
    * Added an URL alias for 'rss.xml'.
2106
    * Improved date parsing.
2107
- Database backend:
2108
    * Added support for multiple database connections.
2109
    * The PostgreSQL backend does no longer require PEAR.
2110
- Theme system:
2111
    * Changed all GIFs to PNGs.
2112
    * Reorganised the handling of themes, template engines, templates and styles.
2113
    * Unified and extended the available theme settings.
2114
    * Added theme screenshots.
2115
- Blocks:
2116
    * Added 'recent comments' block.
2117
    * Added 'categories' block.
2118
- Blogger API:
2119
    * Added support for auto-discovery of blogger API via RSD.
2120
- Performance:
2121
    * Added support for sending gzip compressed pages.
2122
    * Improved performance of the forum module.
2123
- Accessibility:
2124
    * Improved the accessibility of the archive module's calendar.
2125
    * Improved form handling and error reporting.
2126
    * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
2127
- Refactored 403 (forbidden) handling and added support for custom 403 pages.
2128
- Documentation:
2129
    * Added PHPDoc/Doxygen comments.
2130
- Filter system:
2131
    * Added support for using multiple input formats on the site
2132
    * Expanded the embedded PHP-code feature so it can be used everywhere
2133
    * Added support for role-dependent filtering, through input formats
2134
- UI translation:
2135
    * Managing translations is now completely done through the administration interface
2136
    * Added support for importing/exporting gettext .po files
2137

    
2138
Drupal 4.4.3, 2005-06-01
2139
------------------------
2140
- Fixed bugs, including a critical input validation bug.
2141

    
2142
Drupal 4.4.2, 2004-07-04
2143
------------------------
2144
- Fixed bugs: no critical bugs were identified.
2145

    
2146
Drupal 4.4.1, 2004-05-01
2147
------------------------
2148
- Fixed bugs: no critical bugs were identified.
2149

    
2150
Drupal 4.4.0, 2004-04-01
2151
------------------------
2152
- Added support for the MetaWeblog API and MovableType extensions.
2153
- Added a file API: enables better document management.
2154
- Improved the watchdog and search module to log search keys.
2155
- News aggregator:
2156
    * Added support for conditional GET.
2157
    * Added OPML feed subscription list.
2158
    * Added support for <image>, <pubDate>, <dc:date>, <dcterms:created>, <dcterms:issued> and <dcterms:modified>.
2159
- Comment module:
2160
    * Made it possible to disable the "comment viewing controls".
2161
- Performance:
2162
    * Improved module loading when serving cached pages.
2163
    * Made it possible to automatically disable modules when under heavy load.
2164
    * Made it possible to automatically disable blocks when under heavy load.
2165
    * Improved performance and memory footprint of the locale module.
2166
- Theme system:
2167
    * Made all theme functions start with 'theme_'.
2168
    * Made all theme functions return their output.
2169
    * Migrated away from using the BaseTheme class.
2170
    * Added many new theme functions and refactored existing theme functions.
2171
    * Added avatar support to 'Xtemplate'.
2172
    * Replaced theme 'UnConeD' by 'Chameleon'.
2173
    * Replaced theme 'Marvin' by 'Pushbutton'.
2174
- Usability:
2175
    * Added breadcrumb navigation to all pages.
2176
    * Made it possible to add context-sensitive help to all pages.
2177
    * Replaced drop-down menus by radio buttons where appropriate.
2178
    * Removed the 'magic_quotes_gpc = 0' requirement.
2179
    * Added a 'book navigation' block.
2180
- Accessibility:
2181
    * Made themes degrade gracefully in absence of CSS.
2182
    * Grouped form elements using '<fieldset>' and '<legend>' tags.
2183
    * Added '<label>' tags to form elements.
2184
- Refactored 404 (file not found) handling and added support for custom 404 pages.
2185
- Improved the filter system to prevent conflicts between filters:
2186
    * Made it possible to change the order in which filters are applied.
2187
- Documentation:
2188
    * Added PHPDoc/Doxygen comments.
2189

    
2190
Drupal 4.3.2, 2004-01-01
2191
------------------------
2192
- Fixed bugs: no critical bugs were identified.
2193

    
2194
Drupal 4.3.1, 2003-12-01
2195
------------------------
2196
- Fixed bugs: no critical bugs were identified.
2197

    
2198
Drupal 4.3.0, 2003-11-01
2199
------------------------
2200
- Added support for configurable URLs.
2201
- Added support for sortable table columns.
2202
- Database backend:
2203
    * Added support for selective database table prefixing.
2204
- Performance:
2205
    * Optimized many SQL queries for speed by converting left joins to inner joins.
2206
- Comment module:
2207
    * Rewrote the comment housekeeping code to be much more efficient and scalable.
2208
    * Changed the comment module to use the standard pager.
2209
- User module:
2210
    * Added support for multiple sessions per user.
2211
    * Added support for anonymous user sessions.
2212
- Forum module:
2213
    * Improved the forum views and the themability thereof.
2214
- Book module:
2215
    * Improved integration of non-book nodes in the book outline.
2216
- Usability:
2217
    * Added support for "mass node operations" to ease repetitive tasks.
2218
    * Added support for breadcrumb navigation to several modules' user pages.
2219
    * Integrated the administration pages with the normal user pages.
2220

    
2221
Drupal 4.2.0, 2003-08-01
2222
------------------------
2223
- Added support for clean URLs.
2224
- Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
2225
- Rewrote the RSS/RDF parser:
2226
    * It will now use PHP's built-in XML parser to parse news feeds.
2227
- Rewrote the administration pages:
2228
    * Improved the navigational elements and added breadcrumb navigation.
2229
    * Improved the look and feel.
2230
    * Added context-sensitive help.
2231
- Database backend:
2232
    * Fixed numerous SQL queries to make Drupal ANSI compliant.
2233
    * Added MSSQL database scheme.
2234
- Search module:
2235
    * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
2236
- Node system:
2237
    * Replaced the "post content" permission by more fine-grained permissions.
2238
    * Improved content submission:
2239
        + Improved teasers: teasers are now optional, teaser length can be configured, teaser and body are edited in a single textarea, users will no longer be bothered with teasers when the post is too short for one.
2240
        + Added the ability to preview both the short and the full version of your posts.
2241
    * Extended the node API which allows for better integration.
2242
    * Added default node settings to control the behavior for promotion, moderation and other options.
2243
- Themes:
2244
    * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
2245
- Removed the 'register_globals = on' requirement.
2246
- Added better installation instructions.
2247

    
2248
Drupal 4.1.0, 2003-02-01
2249
------------------------
2250
- Collaboratively revised and expanded the Drupal documentation.
2251
- Rewrote comment.module:
2252
    * Reintroduced comment rating/moderation.
2253
    * Added support for comment paging.
2254
    * Performance improvements: improved comment caching, faster SQL queries, etc.
2255
- Rewrote block.module:
2256
    * Performance improvements: blocks are no longer rendered when not displayed.
2257
- Rewrote forum.module:
2258
    * Added a lot of features one can find in stand-alone forum software including but not limited to support for topic paging, added support for icons, rewrote the statistics module, etc.
2259
- Rewrote statistics.module:
2260
    * Collects access counts for each node, referrer logs, number of users/guests.
2261
    * Export blocks displaying top viewed nodes over last 24 hour period, top viewed nodes over all time, last nodes viewed, how many users/guest online.
2262
- Added throttle.module:
2263
    * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
2264
- Added profile.module:
2265
    * Enables to extend the user and registration page.
2266
- Added pager support to the main page.
2267
- Replaced weblogs.module by ping.module:
2268
    * Added support for normal and RSS notifications of http://blo.gs/.
2269
    * Added support for RSS ping-notifications of http://weblogs.com/.
2270
- Removed the rating module
2271
- Themes:
2272
    * Removed a significant portion of hard-coded mark-up.
2273

    
2274
Drupal 4.0.0, 2002-06-15
2275
------------------------
2276
- Added tracker.module:
2277
    * Replaces the previous "your [site]" links (recent comments and nodes).
2278
- Added weblogs.module:
2279
    * This will ping weblogs.com when new content is promoted.
2280
- Added taxonomy module which replaces the meta module.
2281
    * Supports relations, hierarchies and synonyms.
2282
- Added a caching system:
2283
    * Speeds up pages for anonymous users and reduces system load.
2284
- Added support for external SMTP libraries.
2285
- Added an archive extension to the calendar.
2286
- Added support for the Blogger API.
2287
- Themes:
2288
    * Cleaned up the theme system.
2289
    * Moved themes that are not maintained to contributions CVS repository.
2290
- Database backend:
2291
    * Changed to PEAR database abstraction layer.
2292
    * Using ANSI SQL queries to be more portable.
2293
- Rewrote the user system:
2294
    * Added support for Drupal authentication through XML-RPC and through a Jabber server.
2295
    * Added support for modules to add more user data.
2296
    * Users may delete their own account.
2297
    * Added who's new and who's online blocks.
2298
- Changed block system:
2299
    * Various hard coded blocks are now dynamic.
2300
    * Blocks can now be enabled and/or be set by the user.
2301
    * Blocks can be set to only show up on some pages.
2302
    * Merged box module with block module.
2303
- Node system:
2304
    * Blogs can be updated.
2305
    * Teasers (abstracts) on all node types.
2306
    * Improved error checking.
2307
    * Content versioning support.
2308
    * Usability improvements.
2309
- Improved book module to support text, HTML and PHP pages.
2310
- Improved comment module to mark new comments.
2311
- Added a general outliner which will let any node type be linked to a book.
2312
- Added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
2313
- Search module:
2314
    * Improved the search system by making it context sensitive.
2315
    * Added indexing.
2316
- Various updates:
2317
    * Changed output to valid XHTML.
2318
    * Improved multiple sites using the same Drupal database support.
2319
    * Added support for session IDs in URLs instead of cookies.
2320
    * Made the type of content on the front page configurable.
2321
    * Made each cloud site have its own settings.
2322
    * Modules and themes can now be enabled/disabled using the administration pages.
2323
    * Added URL abstraction for links.
2324
    * Usability changes (renamed links, better UI, etc).
2325
- Collaboratively revised and expanded the Drupal documentation.
2326

    
2327
Drupal 3.0.1, 2001-10-15
2328
------------------------
2329
- Various updates:
2330
    * Added missing translations
2331
    * Updated the themes: tidied up some HTML code and added new Drupal logos.
2332

    
2333
Drupal 3.0.0, 2001-09-15
2334
------------------------
2335
- Major overhaul of the entire underlying design:
2336
    * Everything is based on nodes: nodes are a conceptual "black box" to couple and manage different types of content and that promotes reusing existing code, thus reducing the complexity and size of Drupal as well as improving long-term stability.
2337
- Rewrote submission/moderation queue and renamed it to queue.module.
2338
- Removed FAQ and documentation module and merged them into a "book module".
2339
- Removed ban module and integrated it into account.module as "access control":
2340
    * Access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
2341
- Rewrote watchdog and submission throttle:
2342
    * Improved watchdog messages and added watchdog filter.
2343
- Rewrote headline code and renamed it to import.module and export.module:
2344
    * Added various improvements, including a better parser, bundles and better control over individual feeds.
2345
- Rewrote section code and renamed it to meta.module:
2346
    * Supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy.
2347
- Rewrote configuration file resolving:
2348
    * Drupal tries to locate a configuration file that matches your domain name or uses conf.php if the former failed. Note also that the configuration files got renamed from .conf to .php for security's sake on mal-configured Drupal sites.
2349
- Added caching support which makes Drupal extremely scalable.
2350
- Added access.module:
2351
    * Allows you to set up 'roles' (groups) and to bind a set of permissions to each group.
2352
- Added blog.module.
2353
- Added poll.module.
2354
- Added system.module:
2355
    * Moved most of the configuration options from hostname.conf to the new administration section.
2356
    * Added support for custom "filters".
2357
- Added statistics.module
2358
- Added moderate.module:
2359
    * Allows to assign users editorial/moderator rights to certain nodes or topics.
2360
- Added page.module:
2361
    * Allows creation of static (and dynamic) pages through the administration interface.
2362
- Added help.module:
2363
    * Groups all available module documentation on a single page.
2364
- Added forum.module:
2365
    * Added an integrated forum.
2366
- Added cvs.module and cvs-to-sql.pl:
2367
    * Allows to display and mail CVS log messages as daily digests.
2368
- Added book.module:
2369
    * Allows collaborative handbook writing: primary used for Drupal documentation.
2370
- Removed cron.module and integrated it into conf.module.
2371
- Removed module.module as it was no longer needed.
2372
- Various updates:
2373
    * Added "auto-post new submissions" feature versus "moderate new submissions".
2374
    * Introduced links/Drupal tags: [[link]]
2375
    * Added preview functionality when submitting new content (such as a story) from the administration pages.
2376
    * Made the administration section only show those links a user has access to.
2377
    * Made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
2378
    * Improved scheduler:
2379
        + Content can be scheduled to be 'posted', 'queued' and 'hidden'.
2380
    * Improved account module:
2381
        + Added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
2382
    * Improved locale module:
2383
        + Added new overview to easy the translation process.
2384
    * Improved comment module:
2385
        + Made it possible to permanently delete comments.
2386
    * Improved rating module
2387
    * Improved story module:
2388
        + Added preview functionality for administrators.
2389
        + Made it possible to permanently delete stories.
2390
    * Improved themes:
2391
        + W3C validation on a best effort basis.
2392
        + Removed $theme->control() from themes.
2393
        + Added theme "goofy".
2394
- Collaboratively revised and expanded the Drupal documentation.
2395

    
2396
Drupal 2.0.0, 2001-03-15
2397
------------------------
2398
- Rewrote the comment/discussion code:
2399
    * Comment navigation should be less confusing now.
2400
    * Additional/alternative display and order methods have been added.
2401
    * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
2402
- Added sections and section manager:
2403
    * Story sections can be maintained from the administration pages.
2404
    * Story sections make the open submission more adaptive in that you can set individual post, dump and expiration thresholds for each section according to the story type and urgency level: stories in certain sections do not "expire" and might stay interesting and active as time passes by, whereas news-related stories are only considered "hot" over a short period of time.
2405
- Multiple vhosts + multiple directories:
2406
    * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
2407
- Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
2408
    * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
2409
- Added "search infrastructure":
2410
    * Improved search page and integrated search functionality in the administration pages.
2411
- Added translation / localization / internationalization support:
2412
    * Because many people would love to see their website showing a lot less of English, and far more of their own language, Drupal provides a framework to set up a multi-lingual website or to overwrite the default English text in English.
2413
- Added fine-grained user permission (or group) system:
2414
    * Users can be granted access to specific administration sections. Example: a FAQ maintainer can be given access to maintain the FAQ and translators can be given access to the translation pages.
2415
- Added FAQ module
2416
- Changed the "open submission queue" into a (optional) module.
2417
- Various updates:
2418
    * Improved account module:
2419
        + User accounts can be deleted.
2420
        + Added fine-grained permission support.
2421
    * Improved block module
2422
    * Improved diary module:
2423
        + Diary entries can be deleted
2424
    * Improved headline module:
2425
        + Improved parser to support more "generic" RDF/RSS/XML backend.
2426
    * Improved module module
2427
    * Improved watchdog module
2428
    * Improved database abstraction layer
2429
    * Improved themes:
2430
        + W3C validation on a best effort basis
2431
        + Added theme "example" (alias "Stone Age")
2432
    * Added new scripts to directory "scripts"
2433
    * Added directory "misc"
2434
    * Added CREDITS file
2435
- Revised documentation
2436

    
2437
Drupal 1.0.0, 2001-01-15
2438
------------------------
2439
- Initial release