Security update for Core, with self-updated composer
[yaffs-website] / web / core / CHANGELOG.txt
1 Drupal 8.4.5, 2018-02-20
2 ------------------------
3 - Fixed security issues. See SA-CORE-2018-001.
4
5 Drupal 8.4.0, 2017-10-04
6 ------------------------
7 ### Drush users: Update to Drush 8.1.12+ or higher
8
9 [Versions of Drush earlier than 8.1.12 will not work with Drupal
10 8.4.x](https://www.drupal.org/node/2874827). Update Drush to 8.1.12 or higher
11 **before using it to update to Drupal core 8.4.x** or you will encounter fatal
12 errors that prevent updates from running.
13
14 * If Drush is installed globally (i.e., generally available on the web host),
15   Drush 8.1.12 and higher will successfully update Drupal 8.3.x to 8.4.0, but
16   users may still see [other error messages after updates have
17   run](https://github.com/drush-ops/drush/issues/2933).)
18 * If the site is built with Composer and includes Drush as a local dependency
19   (less common), you should update your `composer.json` file to require at
20   least [Drush 8.1.15](https://github.com/drush-ops/drush/releases/tag/8.1.15).
21   Drush 8.1.14 will not work in the same composer project as Drupal 8.4.
22
23 ### Updated browser requirements: Internet Explorer 9 and 10 no longer supported
24
25 In April 2017, Microsoft discontinued all support for Internet Explorer 9 and
26 10. Therefore, [Drupal 8.4 has as well](https://www.drupal.org/node/2842298).
27 Drupal 8.4 still mostly works in these browser versions, but bugs that affect
28 them only will no longer be fixed, and existing workarounds for them will
29 be removed beginning in Drupal 8.5.
30
31 Additionally, Drupal 8's [browser requirements documentation
32 page](https://www.drupal.org/docs/8/system-requirements/browser-requirements)
33 currently lists incorrect information regarding very outdated browser versions
34 such as Safari 5 and Firefox 5. [Clarifications to the browser policy and
35 documentation](https://www.drupal.org/node/2390621) are underway.
36
37 ### Known Issues
38
39 Drupal 8.4.0 includes major version updates for two dependencies:
40 Symfony 3.2 and jQuery 3. Both updates may introduce backwards compatibility
41 issues for some sites or modules, so test carefully. For more information, see
42 the "Third-party library updates" section below. Known issues related to the
43 Symfony update include:
44
45 * Drush issues:
46     * [Incompatibility with Drush 8.1.11 and earlier](https://www.drupal.org/node/2874827).
47     * [Other error messages with Drush 8.1.12 and higher](https://github.com/drush-ops/drush/issues/2933).
48     * [Incompatibility with Drush 8.1.14 and earlier for Composer-built sites](https://github.com/drupal-composer/drupal-project/issues/305).
49 * [Certain file uploads may fail
50   silently](https://www.drupal.org/node/2906030) due to a Symfony 3 backwards
51   compatibility break if they used the `$deep` parameter (which was already
52   deprecated in Symfony 2.8 and is removed in Symfony 3.0. *Check any custom
53   file upload code* that may have used the deprecated parameter and [update
54   it according to the API change record](https://www.drupal.org/node/2743809).
55
56 See the ['8.4.0 update' tag for a list of known issues across
57 projects](https://www.drupal.org/project/issues/search?issue_tags=8.4.0%20update).
58
59 [Search the issue queue for known
60 issues](https://www.drupal.org/project/issues/search/drupal?project_issue_followers=&status%5B%5D=Open&version%5B%5D=8.x&issue_tags_op=%3D).
61
62 ### Important fixes since 8.3.x
63
64 Translators should take note of several [string additions and changes since the
65 last release](https://www.drupal.org/project/issues/search/drupal?project_issue_followers=&issue_tags_op=%3D&issue_tags=String+change+in+8.4.0).
66
67 #### File usage tracking
68
69 Drupal 8 has several longstanding [file usage tracking
70 bugs](https://www.drupal.org/node/2821423). To prevent further data loss,
71 Drupal 8.4 has [disabled the automatic deletion of files with no known
72 remaining usages](https://www.drupal.org/node/2801777). This will result of the
73 accumulation of unused files on sites, but ensures that files erroneously
74 reporting 0 usages are not deleted while in use. Additionally, an issue with
75 [validation errors when saving content referencing these
76 files](https://www.drupal.org/node/2896480) has also been resolved.
77
78 [The change record explains how sites can opt back into marking files
79 temporary](https://www.drupal.org/node/2891902). If you choose to enable the
80 setting, you can also set "Delete orphaned files" to "Never" on
81 `/admin/config/media/file-system` to avoid permanent deletion of the affected
82 files.
83
84 While the files will no longer be deleted by default, file usage is still not
85 tracked correctly in several scenarios, regardless of the setting. Discussion
86 on [how to evolve the file usage tracking
87 system](https://www.drupal.org/node/2821423) is underway.
88
89 #### Configuration export sorting
90
91 * [#2361539: Config export key order is not predictable for sequences, add
92   orderby property to config schema](https://www.drupal.org/node/2361539)
93   resolves an issue where sequences in configuration were not sorted unless
94   the code responsible for saving configuration explicitly performed a sort.
95   This resulted in unpredictable changes in configuration ordering and
96   confusing diffs even when nothing had changed. To resolve this issue, we've
97   [added an `orderby` key to the config schema](https://www.drupal.org/node/2852566)
98   that allows it to be sorted either by key or by value. Adding a preferred
99   sort is strongly recommended.
100 * Two related issues remain open:
101     * [#2860531: Add orderby key to third-party
102       settings](https://www.drupal.org/node/2860531) relates to unsorted
103       sequences which result in unexpected discrepancies in configuration
104       during a configuration import.
105     * [#2885368: Config export key order for sequences: "orderedby" does not
106       support cases where the order actually
107       matters](https://www.drupal.org/node/2885368) relates to various
108       sequences in core and contributed modules in which the source order is
109       important.
110
111 #### Revision data integrity fixes
112
113 * Previously, data from draft revisions for
114   [path aliases](https://www.drupal.org/node/2856363),
115   [menus](https://www.drupal.org/node/2858434),
116   and [books](https://www.drupal.org/node/2858431) could leak into the live
117   site. Drupal 8.4.0 hotfixes all three issues by preventing changes to
118   this data from being saved on any revision that is not the default revision.
119   These fixes improve revision support for both  stable features and the
120   experimental Content Moderation module.
121 * Correspondingly, [Content Moderation now avoids such scenarios with
122   non-default revisions](https://www.drupal.org/node/2883868) by setting the
123   'default revision' flag earlier.
124 * Previously, [saving a revision of an entity translation could cause draft
125   revisions to go "missing"](https://www.drupal.org/node/2766957). Drupal 8.4.0
126   prevents this by preventing the moderation state from being set to anything
127   that would make the revision go "missing". Going forward, the entity system
128   will also [provide the 'revision_translation_affected' base field by default
129   for all revisionable and translatable entity
130   types](https://www.drupal.org/node/2896845) for tracking such revisions.
131 * [A similar but unrelated bug in
132   Content Moderation](https://www.drupal.org/node/2862988) has also been fixed
133   in this release.
134
135 #### Other critical improvements
136
137 * When nodes were deleted, Menu UI module deleted their menu items. However,
138   menu items may exist even whenm Menu UI module is not enabled and can also be
139   attached to entities other than nodes. Therefore, menu item cleanup on entity
140   deletetion [is now performed by the Custom Menu Links
141   module](https://www.drupal.org/node/2350797) instead, covering the previously
142   missing cases. A related issue that [broke module uninstallation for some
143   modules providing menu items for certain entity
144   forms](https://www.drupal.org/node/2907654) has also been resolved.
145 * A race condition occured in the Batch API when using fastcgi. The Batch API
146   now ensures that [the current batch state is written completely to the
147   database before starting the next
148   batch](https://www.drupal.org/node/2851111).
149 * When uninstalling modules, empty fields were left behind to be purged.
150   However, without the field definitions from the module, it was not possible
151   to purge them any more. [Empty field deletion is now performed
152   immediately](https://www.drupal.org/node/2884202) instead to avoid this
153   scenario.
154 * When clearing caches in a translated interface, the field labels would
155   [return to the default language](https://www.drupal.org/node/2650434).
156
157 ### New stable modules
158
159 The following modules, previously considered experimental, are now stable and
160 safe for use on production sites, with full backwards compatibility and upgrade
161 paths from 8.4.0 to future releases:
162
163 #### Datetime Range
164
165 The [Datetime Range module](https://www.drupal.org/node/2893128) provides a
166 field type that allows end dates to support contributed modules like
167 [Calendar](https://www.drupal.org/project/calendar). This stable release is
168 backwards-compatible with the 8.3.x experimental version and shares a
169 consistent API with other Datetime fields.
170
171 Future releases may improve Views support, usability, Datetime Range field
172 validation, and REST support. For bugs or feature requests for this module,
173 [see the core Datetime issue
174 queue](https://www.drupal.org/project/issues/search/drupal?project_issue_followers=&status%5B%5D=Open&version%5B%5D=8.x&component%5B%5D=datetime.module&issue_tags_op=%3D).
175
176 #### Layout Discovery
177
178 The [Layout Discovery module](https://www.drupal.org/node/2834025) provides
179 an API for modules or themes to register layouts as well as five common
180 layouts. Providing this API in core enables core and contributed layout
181 solutions to be compatible with each other. This stable release is
182 backwards-compatible with the 8.3.x experimental version and introduces
183 [support for per-region attributes](https://www.drupal.org/node/2885877).
184
185 #### Media
186
187 The new core [Media module](https://www.drupal.org/node/2831274) provides an
188 API for reusable media entities and references. It is based on the contributed
189 [Media Entity module](https://www.drupal.org/project/media_entity).
190
191 Since there is a rich ecosystem of Drupal contributed modules built on Media
192 Entity, the top priority for this release is to [provide a stable core API and
193 data model](https://www.drupal.org/node/2895059) for a smoother transition for
194 these modules. Developers and expert site builders can now add Media as a
195 dependency. Work is underway to [provide an update path for existing sites'
196 Media Entity data](https://www.drupal.org/node/2880334) and to [port existing
197 contributed modules to the improved core
198 API](https://www.drupal.org/node/2860796). Both versions cannot be used at the
199 same time, so we also [prevent the 1.x version of the contributed Media Entity
200 module from being enabled at the same time as the core Media
201 module](https://www.drupal.org/node/2896427).
202
203 Note that **the core Media module is currently marked hidden** and will not
204 appear on the 'Extend' (module administration) page. (Enabling a contributed
205 module that depends on the core Media module will also enable Media
206 automatically.) The module will be displayed to site builders normally once
207 user experience issues with it are resolved. Similarly, the REST API and
208 normalizations for Media is not final and support for decoupled applications
209 will also be improved in a future release.
210
211 #### Inline Form Errors
212
213 The [Inline Form Errors module](https://www.drupal.org/node/2897652) provides a
214 summary of any validation errors at the top of a form and places the individual
215 error messages next to the form elements themselves. This helps users
216 understand which entries need to be fixed, and how. Inline Form Errors was
217 provided as an experimental module from Drupal 8.0.0 on, but it is now stable
218 and polished enough for production use. See the core [Inline Form Errors module
219 issue queue](https://www.drupal.org/project/issues/drupal?text=&status=Open&priorities=All&categories=All&version=All&component=inline_form_errors.module)
220 for outstanding issues.
221
222 #### Workflows
223
224 The Workflows module provides an abstract system of states (like Draft,
225 Archived, and Published) and transitions between them. Workflows can be used by
226 modules that implement non-publishing workflows (such as for users or products)
227 as well as content publishing workflows.
228
229 Drupal 8.4 introduces a final significant backwards compatibility and data
230 model break for this module, [moving responsibility for workflow states and
231 transitions from the Workflow entity to the Workflow type
232 plugin](https://www.drupal.org/node/2849827). Read [Workflow type plugins are
233 now responsible for state and transition
234 schema](https://www.drupal.org/node/2897706) for full details on the API and
235 data model changes related to this fix. Now that this change is complete, [the
236 Workflows module became stable](https://www.drupal.org/node/2897130)!
237
238 While the module can be installed as-is, it is not useful in itself without
239 either Content Moderation and/or some other module that requires it.
240
241 ### Content authoring and site administration improvements
242
243 * The "Save and keep (un)published" dropbutton has been replaced with [a
244   "Published" checkbox and single "Save"
245   button](https://www.drupal.org/node/2068063). The "Save and..." dropbutton
246   was a new design in Drupal 8, but users found it confusing, so we have
247   restored a design that is more similar to the user interface for Drupal 7 and
248   earlier.
249 * Previously, deleting a field on a content type would also delete any views
250   depending on the field. While the confirmation form did indicate that the
251   view would be deleted, users did not expect the behavior and often missed the
252   message, leading to data loss. [Now, the view is disabled
253   instead](https://www.drupal.org/node/2468045). In the future, we intend to
254   [notify users that configuration has been
255   disabled](https://www.drupal.org/node/2832558) (as in this fix) as well as
256   [give users clearer warnings for other highly destructive
257   operations](https://www.drupal.org/node/2773205).
258 * The [Drupal toolbar no longer flickers](https://www.drupal.org/node/2542050)
259   during page rendering, thus improving perceived front-end performance.
260 * Options in [timezones selector are now grouped by
261   regions](https://www.drupal.org/node/2847651) and labeled by cities instead
262   of timezone names, making it much easier for users to find and select the
263   specific timezone they need.
264 * Both the ["Comments" administration page at
265   `/admin/content/comment`](https://www.drupal.org/node/1986606) and the
266   ["Recent log messages" report provided by
267   dblog](https://www.drupal.org/node/2015149) are now configurable views. The
268   "Comments" administration page also [has some default filters
269   added](https://www.drupal.org/node/2898344).
270 * Useful meta information about a node's status is typically displayed at the
271   top of the node sidebar. Previously, this meta information was provided by
272   the Seven theme, so it was not available in other administrative themes.
273   [This meta information is now provided by node.module
274   itself](https://www.drupal.org/node/2803875) so other administration themes
275   can access it.
276 * [Views now supports rendering computed
277   fields](https://www.drupal.org/node/2852067).
278
279 ### REST and API-first improvements
280
281 * Authenticated REST API performance increased by 15% by [utilizing the Dynamic
282   Page Cache](https://www.drupal.org/node/2827797).
283 * POSTing entities [can now happen at `/node`, `/taxonomy/term` and so
284   on](https://www.drupal.org/node/2293697), instead of `/entity/node`,
285  `/entity/taxonomy_term`. Instead of confusingly different URLs, they therefore
286   now use the URLs you'd expect. Backwards compatibility is maintained.
287 * There is now a dedicated resource for [resetting a user's
288  password](https://www.drupal.org/node/2847708).
289 * Time fields now are [normalized to RFC3339 timestamps by
290   default](https://www.drupal.org/node/2768651), fixing time ambiguity.
291   Existing sites continue to receive UNIX timestamps, but can opt in. [See the
292   change record for more information about backwards compatibility and on how
293   to opt in](https://www.drupal.org/node/2859657).
294 * [Path alias fields are now normalized as
295   well](https://www.drupal.org/node/2846554). [See the change record for
296   information about how this impacts API-first modules and other features
297   relying on serialized entities](https://www.drupal.org/node/2856220).
298 * When denormalization fails, a [422 response is now
299   returned](https://www.drupal.org/node/2827084) instead of a 400, per the HTTP
300   specification.
301 * With CORS enabled to allow origins besides the site's own host, [submitting
302   forms was broken](https://www.drupal.org/node/2853201) unless the site's own
303   host was also explicitly allowed. This is now resolved.
304 * Fatal errors and exceptions [now show a
305   backtrace](https://www.drupal.org/node/2853300) for all non-HTML requests as
306   well as HTML requests, which makes for easier debugging and better bug
307   reports.
308 * Massive expansion of test coverage.
309
310 ### Performance and scalability improvements
311
312 * Drupal 8 caches at various different levels for more effective caching.
313   However, this resulted in exessively growing cache tables with tens or
314   hundreds of thousands of entries, and gigabytes in size. [A new limit of 5000
315   rows per cache bin was introduced to limit this
316   growth](https://www.drupal.org/node/2526150).
317 * The internal page cache now [has a dedicated cache
318   bin](https://www.drupal.org/node/2889603) distinct from the rest of the
319   render cache for improved scalability.
320 * The service collector pattern instantiates all services it collects, which is
321   expensive, and unnecessary for some use cases. For those use cases, a [new
322   service ID collector](https://www.drupal.org/node/2472337) pattern has been
323   added and the theme negotiator updated to use it. [See the change record for
324   information about how to use the service ID
325   collector](https://www.drupal.org/node/2598944) for improved performance.
326 * The maximum time in-progress forms are cached [is now
327   customizable](https://www.drupal.org/node/1286154) rather than being limited
328   to a default cache lifetime of 6 hours. Sites can decrease the lifetime to
329   reduce cache footprint, or increase it if needed for a particular site's
330   usecase. [See the change record to learn how to access this new
331   setting](https://www.drupal.org/node/2886836).
332 * If there are no status messages, the corresponding rendering [is now
333   skipped](https://www.drupal.org/node/2853509). On simple sites that use the
334   Dynamic Page Cache (the default), this can result in a 10% improvement when
335   there are no messages!
336 * [Optimized the early Drupal installer](https://www.drupal.org/node/2872611)
337   to check whether any themes are installed first before invoking an
338   unnecessary function, which improves Drupal install time measurably for both
339   sites and automated tests.
340
341 ### Developer experience improvements
342
343 * [Adopted Airbnb JavaScript style guide
344   14.1](https://www.drupal.org/node/2815077) as the new baseline set of coding
345   standards for Drupal core and contributed modules. [See the change record for
346   information about how to configure your project for
347   eslint](https://www.drupal.org/node/2873849).
348 * Field type definitions can now [enforce the cardinality of the
349   field](https://www.drupal.org/node/2403703). [See the change record for
350   information about how to specify a cardinality via the
351   annotation](https://www.drupal.org/node/2869873).
352 * [Added new methods](https://www.drupal.org/node/2869809) to make getting
353   typed configuration entity representations easier. [See the change record for
354   more information about how to invoke these
355   methods](https://www.drupal.org/node/2877282).
356 * The `html_tag` render element now [supports nested render
357   arrays](https://www.drupal.org/node/2694535), enabling the creation of
358   dynamic SVGs. [See the change record for information about how you can use
359   this in your theme](https://www.drupal.org/node/2887146).
360 * [Added more helpful errors](https://www.drupal.org/node/2705037) when CSS
361   is not properly nested under an existing category in asset libraries.
362 * Also see the [change records for the 8.4.x
363   branch](https://www.drupal.org/list-changes/drupal/published?keywords_description=&to_branch=8.4.x&version=&created_op=%3E%3D&created%5Bvalue%5D=&created%5Bmin%5D=&created%5Bmax%5D=)
364   for other changes for developers.
365
366 ### Automated testing improvements
367
368 * [PHPUnit has been updated from 4.8.28 to
369   4.8.35](https://www.drupal.org/node/2850797) in order to incorporate a
370   forward-compatibility layer for PHPUnit 4.8, which will be useful during a
371   future migration to PHPUnit 5 or PHPUnit 6.
372 * Many former WebTestBase tests were converted to BrowserTestBase. [Track
373   current progress](http://simpletest-countdown.org/).
374 * The default approach for testing deprecated code has changed to [require use
375   of the Drupal core deprecation policy](https://www.drupal.org/node/2488860)
376   (`@trigger_error()`) to mark code deprecated; otherwise a test error will
377   be thrown. [See the change record for information about how to update
378   `phpunit.xml` and how to test deprecated
379   code](https://www.drupal.org/node/2811561).
380 * BrowserTestBase is [no longer dependent on traits from
381   Simpletest](https://www.drupal.org/node/2803621). Backwards
382   compatibility is preserved.
383 * [Resolved random test failures](https://www.drupal.org/node/2866056) due to
384   ResourceTestBase's HTTP client timeout of 30 seconds.
385
386 ### Third-party library updates
387
388 * [Drupal's Symfony dependency has been updated from Symfony 2.8 to Symfony
389   3.2](https://www.drupal.org/node/2712647). This major version update is
390   necessary because Symfony 2.8 support will end around the release of Drupal
391   8.6.0 next year. See the change record for information about [Symfony 3
392   backwards compatibility breaks that affected Drupal
393   core](https://www.drupal.org/node/2743809). [Drupal 8 also requires Symfony
394   3.2.8](https://www.drupal.org/node/2871253) because of a bug in Symfony
395   3.2.7.
396 * [#2533498: Update jQuery to version 3](https://www.drupal.org/node/2533498).
397   Now that jQuery 3.0 has been released, jQuery 2.x will only be receiving
398   security updates, so Drupal 8.4.0 ships with this library update. jQuery 3
399   features numerous improvements, including better error reporting. See the
400   [jQuery Core 3.0 Upgrade Guide](https://jquery.com/upgrade-guide/3.0/) for
401   information on jQuery 3 backwards compatibility breaks that might affect the
402   JavaScript code in your modules, themes, and sites.
403 * The zurb/joyride library (used by the Tour module) has been [updated to a
404   development version higher than 2.1.0.1](https://www.drupal.org/node/2898808)
405   to resolve an upstream incompatibility with jQuery 3. We will update to
406   Joyride 2.1.1 once it is available with the needed fix.
407 * [zendframework/zend-diactoros has been updated from 1.3.10 to 1.4.1](https://www.drupal.org/node/2874817).
408 * [jQuery UI has been updated from 1.11.4 to 1.12.1](https://www.drupal.org/node/2809427).
409 * [jQuery Once has been updated from 2.1.1 to 2.2.0](https://www.drupal.org/node/2899156).
410 * [CKEditor has been updated from 4.6.2 to 4.7.2](https://www.drupal.org/node/2904142).
411 * [asm89/stack-cors has been updated from 1.0 to 1.1](https://www.drupal.org/node/2853201).
412 * [The minimum phpsec/prophecy requirement is now 1.4](https://www.drupal.org/node/2900800).
413 * [composer/installers has been updated from 1.2.0 to 1.4.0](https://www.drupal.org/node/2900112).
414 * [wikimedia/composer-merge-plugin has been updated from 1.4.0 to 1.4.1](https://www.drupal.org/node/2900112).
415 * [guzzlehttp/guzzle has been updated from 6.2.3 to 6.3.0](https://www.drupal.org/node/2900112).
416 * [mikey179/vfsstream has been updated from 1.6.4 to 1.6.5](https://www.drupal.org/node/2900112).
417 * [phpunit/phpunit has been updated from 4.8.35 to 4.8.36](https://www.drupal.org/node/2900112).
418 * [masterminds/html5 has been updated from 2.2.2 to 2.3.0](https://www.drupal.org/node/2909743).
419 * [symfony-cmf/routing has been udpated from 1.4.0 to 1.4.1](https://www.drupal.org/node/2909743).
420
421 ### Experimental modules
422
423 #### Migrate ([beta stability](https://www.drupal.org/core/experimental#beta))
424
425 Migrate provides a general API for migrations. It will be considered completely
426 stable once all issues tagged [Migrate
427 critical](https://www.drupal.org/project/issues/search/drupal?project_issue_followers=&status%5B%5D=Open&version%5B%5D=8.x&issue_tags_op=%3D&issue_tags=Migrate+critical)
428 are resolved.
429
430 * This release includes numerous developer experience improvements for Migrate
431   and Migrate Drupal, including [deprecating outdated references to
432   "CCK"](https://www.drupal.org/node/2751897), [simplifying field type
433   mapping](https://www.drupal.org/node/2896507), renaming several plugins to
434   better capture their and many other API and documentation improvements.
435   (Backwards compatibility is provided in each case Migrate is in beta.)
436 * Added the ability to [provide the source
437   module](https://www.drupal.org/node/2569805) to migrations to help site
438   owners review what data is being migrating, especially for cases where the
439   source and destination module are not the same (for example if a new Drupal 8
440   module replaces old functionality.
441
442
443 #### Migrate Drupal and Migrate Drupal UI ([alpha stability](https://www.drupal.org/core/experimental#alpha))
444
445 Migrate Drupal module provides API support for Drupal-to-Drupal migrations, and
446 Migrate Drupal UI offers a simple user interface to run migrations from older
447 Drupal versions.
448
449 * This release adds [date](https://www.drupal.org/node/2566779) and
450   [node reference](https://www.drupal.org/node/2814949) support for Drupal 6 to
451   8 migrations.
452 * Core provides migrations for most Drupal 6 data and can be used for migrating
453   Drupal 6 sites to Drupal 8, and the Drupal 6 to 8 migration path is nearing
454   beta stability. Some gaps remain, such as for some internationalization data.
455   ([Outstanding issues for the Drupal 6 to Drupal 8
456   migration](https://www.drupal.org/project/issues/search/drupal?project_issue_followers=&status%5B%5D=1&status%5B%5D=13&status%5B%5D=8&status%5B%5D=14&status%5B%5D=15&status%5B%5D=4&issue_tags_op=%3D&issue_tags=migrate-d6-d8).)
457 * The Drupal 7 to Drupal 8 migration is incomplete but is suitable for
458   developers who would like to help improve the migration and can be used to
459   test upgrades especially for simple Drupal 7 sites. Most high-priority
460   migrations are available. ([Outstanding issues for the Drupal 7 to Drupal 8
461   migration](https://www.drupal.org/node/2456259).)
462 * Drush support for Migrate is currently only available in the
463   [Drupal Upgrade](https://www.drupal.org/project/migrate_upgrade) contributed
464   module. (See the [pull request to add support to
465   Drush](https://github.com/drush-ops/drush/issues/2140).)
466 * Conflicting text field processing settings [are now identified and
467   logged](https://www.drupal.org/node/2842222) to avoid security or data
468   integrity issues with the migration of plain and formatted text fields.
469 * Automatic redirects are now [added for translation node paths that are no
470   longer valid](https://www.drupal.org/node/2850085) after migration has merged
471   translations into a single node.
472 * A data integrity bug that resulted in [duplicate comment types and incorrect
473   comment_entity_statistics](https://www.drupal.org/node/2853872) for node and
474   forum comment migrations has been resolved.
475 * A bug that [stopped public files from being migrated from D6 to D8 if the
476   user first selected Drupal 7 in the UI](https://www.drupal.org/node/2907233)
477   has also been resolved.
478
479 #### Content Moderation ([beta stability](https://www.drupal.org/core/experimental#beta))
480
481 Content Moderation allows workflows from the Workflows module to be applied to
482 content. Content Moderation has beta stability in 8.4.0-alpha1. Notable improvements in this release:
483
484 * Workflow states are now [selected from a select list, rather than under a drop-button](https://www.drupal.org/node/2753717), which represents a significant
485   usability improvement.
486 * Now that workflows can be applied to any revisionable entity type, Content
487   Moderation [adds entity type checkboxes to the workflow form](https://www.drupal.org/node/2843083).
488   This allows site administrators to configure which entity types should have
489   the workflow at the same time as they configure the workflow itself, for a
490   more intuitive user experience.
491 * Content Moderation now [prevents the deletion of workflows that are currently in use](https://www.drupal.org/node/2830740)
492   to prevent fatal errors and data integrity problems.
493 * The confusing terminology of
494   ["forward revisions" has been replaced with that of "pending revisions"](https://www.drupal.org/node/2890364).
495   If your contributed module refers to revisions that are not yet published, it
496   should use this new term.
497 * [The 'Latest revision' views filter has been rewritten to avoid relying on a
498   custom {revision_tracker}](https://www.drupal.org/node/2865579), and that
499   table has been removed from the database schema.
500
501 As per the experimental module process, there were some backwards-incompatible
502 changes since Drupal 8.3.x. Experimental modules do not offer a supported
503 upgrade path, but [an unofficial upgrade path is
504 available](https://www.drupal.org/node/2896630).
505
506 #### Field Layout ([alpha stability](https://www.drupal.org/core/experimental#alpha))
507
508 This module provides the ability for site builders to rearrange fields on
509 content types, block types, etc. into new regions, for both the form and
510 display, on the same forms provided by the normal field user interface.  Field
511 Layout has had several bugfixes since 8.3.0, but no significant changes. See
512 the [entity display layout roadmap](https://www.drupal.org/node/2795833) for
513 the next steps for this module, which needs to become stable by 8.5.0 to remain
514 in Drupal core.
515
516 #### Settings Tray ([beta stability](https://www.drupal.org/core/experimental#beta))
517
518 The Settings Tray module allows configuring page elements such as blocks and
519 menus from the frontend of your site. Settings Tray has improved significantly
520 since Drupal 8.3.0, including numerous user interaction and accessibility
521 fixes, better compatibility with stable core modules like Quick Edit and
522 Contextual Links, added documentation, and [a CSS
523 reset](https://www.drupal.org/node/2826722) for better themer experience.
524
525 The module reached beta stability following completion of [moving the
526 off-canvas dialog renderer into a core
527 component](https://www.drupal.org/node/2784443), and [renaming the machine name
528 of the module to settings_tray](https://www.drupal.org/node/2803375), to match
529 its user-facing name. We hope to make Settings Tray stable by 8.5.0. To track
530 progress, see the ["outside in" roadmap issue](https://www.drupal.org/node/2762505).
531
532 #### Place Blocks ([alpha stability](https://www.drupal.org/core/experimental#alpha))
533
534 This feature allows the user to place a block on any page and see the region
535 where it will be displayed, without having to navigate to a backend
536 administration form. [8.4.0-alpha1 was the deadline for Place Blocks to
537 stabilize](https://www.drupal.org/core/experimental#versions), but the module's
538 roadmap was not completed. Furthermore, the module is not intended as a
539 standalone feature and should instead be a built-in part of the Block system.
540 For these reasons, [Place Blocks module has been marked hidden in this
541 release](https://www.drupal.org/node/2898267) (it can still be enabled with
542 Drush). The Place Blocks module itself will be turned into an empty module in
543 Drupal 8.5.x, since ideally the core Block system will offer the same
544 functionality in 8.5.0 (though this depends on completion of a [core patch for
545 the feature](https://www.drupal.org/node/2739075).)
546
547 Drupal 8.3.0, 2017-04-05
548 ------------------------
549 - Added modules:
550     * Added the Workflows module (experimental) which abstracts transitions and
551       states from Content Moderation into a separate component for reuse by
552       other modules implementing non-publishing workflows.
553     * Added the Layout Discovery module (experimental) which provides an API for
554       modules or themes to register layouts.
555     * Added the Field Layout module (experimental) which provides the ability
556       for site builders to rearrange fields on content types, block types, etc.
557       into new regions, for both the form and display, on the same forms
558       provided by the normal field user interface.
559 - Updated vendor libraries:
560     * Updated to Twig 1.25.
561     * Updated to jQuery 2.2.4.
562     * Updated to CKEditor 4.6.2 (with new Moono-Lisa skin).
563     * Updated Symfony components to 2.8.18.
564     * Updated PHPUnit to 4.8.35.
565     * Applied patch-level updates to the latest versions for all dependencies
566       wherever possible. Minor updates applied for Symfony PSR-7 Bridge and
567       Zend Stdlib, which Drupal does not depend on directly.
568 - Browser support:
569     * Advance notice: Internet Explore 9 and 10 will no longer supported from
570       8.4.x, scheduled for October 2017. Microsoft has now ended support for
571       these browsers. Drupal will still support Internet Explorer 11 and its
572       replacement, Edge.
573 - Raised stability levels of experimental modules:
574     * Updated the BigPipe module from beta to stable.
575     * Updated the Migrate module from alpha to beta.
576     * See https://www.drupal.org/core/experimental#versions for more
577       information about the stability levels of experimental modules.
578 - Improved authoring features:
579     * Can now drag and drop images into image fields in Quick Edit mode.
580     * Image fields are now limited to only accepting images, so that users on
581       mobile clients are not offered a confusing and non-functional video
582       upload option.
583     * CKEditor now utilizes the AutoGrow plugin to better take advantage of
584       larger screen sizes.
585 - Improved site building and administration:
586     * Redesigned status report.
587     * Standardized display of Views overview page to more closely match that of
588       other administrative overview pages.
589     * Views filter order now matches the table column order below in Content
590       and People overview pages.
591     * The "Allowed HTML tags" input has been converted to a textarea, which
592       significantly improves the usability of HTML filter configuration.
593     * Removed the 'disabled' region from block administration.
594     * Incoming paths are again case-insensitive for routing, similar to earlier
595       major Drupal versions.
596 - Content Moderation improvements (experimental):
597     * Refactored to use new experimental Workflows module.
598     * Now supports moderation of non-translatable entity types.
599     * When reverting a moderated revision, the moderation state is now
600       reverted too.
601     * Added an API to create and enforce default workflow states and
602       transitions.
603     * Allow moderation of entity types without bundles, as long as they have
604       revisions.
605     * Publishes any entity type that implements EntityPublishedInterface, not
606       just Nodes.
607 - Migration improvements (experimental):
608     * Drupal 7 core node translations are now migrated to Drupal 8.
609     * Configuration translation support is added to migrations in general and
610       implemented for Drupal 6 user profile fields.
611 - Improved REST API and decoupled site features:
612     * REST API now supports the registering of users.
613     * Anonymous REST API performance increased by 60% by utilizing the internal
614       page cache.
615     * Improved the response bodies and status codes for requests with incorrect
616       request headers or request bodies, in dozens of situations.
617     * Massive overhaul of the test coverage.
618     * 403 responses now return reason why access was denied.
619     * Serialized values for Booleans and integers are now returned as the
620       correct data type, rather than incorrectly typed as strings.
621 - Improved performance/scalability:
622     * Optimized class loader detection made more generic to support class
623       loaders other than ApcClassLoader.
624     * ViewsData and Token info cache now use the default cache bin to prevent
625       APCu memory from being filled too quickly.
626     * Improve statistics performance by adding a swappable backend.
627 - Improved developer APIs:
628     * Deprecated several routing services in favor of two more unified services.
629     * Replaced the deprecated Symfony ExecutionContextInterface by subclassing
630       from ConstraintValidator to prepare for an update to Symfony 3.
631     * EntityPublishedInterface and EntityPublishedTrait have been added to give
632       a generic publishing API, and are being used by Node and Comment entity
633       types.
634     * Added a collection label to EntityType. This is a plural uppercase label
635       for a collection of entities - e.g. "Workflows".
636 - Changed coding standards:
637     * Officially adopted short array syntax and updated all of core accordingly.
638     * PHP CodeSniffer and Drupal Coder have been added as composer dev
639       requirements, so they can be installed automatically with
640       `composer install --dev` rather than requiring separate installation. (Do
641       not use `composer install --dev` for production sites.)
642     * Most global constants in Drupal 8 have been deprecated in favor of class
643       constants. As a best practice, use appropriate class constants rather than
644       global constants.
645 - Testing improvements:
646     * Integrated PHPUnit verbose output in SimpleTest UI.
647     * Improved backward compatibility with WebTestBase.
648     * Improved backward compatibility between BrowserTestBase and WebTestBase.
649     * Many old WebTestBase tests have been moved to BrowserTestBase.
650     * Expanded automated test coverage for JavaScript.
651 - Package management:
652     * composer.json now uses the new official endpoint for modules and themes,
653       packages.drupal.org.
654     * Custom modules and themes can now be installed to correct locations using
655       composer.
656     * Added Package.json enabling new JavaScript language features.
657
658 Drupal 8.2.0, 2016-10-05
659 ------------------------
660 - Updated the git repository configuration to not normalize line endings for
661   files of unknown type.
662 - Added vendor libraries:
663     * Added Stack/Cors 1.0.0.
664 - Updated vendor libraries:
665     * Updated to jQuery 2.2.3.
666     * Updated to Twig 1.24.
667     * Updated to CKEditor 4.5.11.
668     * Updated to Symfony Routing 1.4.0.
669     * Updated to Stack/Builder 1.0.4.
670     * Updated to Guzzle 6.2.1.
671 - Added modules:
672     * Added the Place Block module (experimental) to place a block on any page
673       without having to navigate to the backend administration form.
674     * Added the Settings Tray module (experimental) to edit the configuration of
675       any block on the page. Its machine name in this release is "outside_in".
676     * Added the Content Moderation module (experimental) to define and use
677       workflow states such as Draft, Archived and Published. This functionality
678       was previously provided by the contributed module Workbench Moderation.
679     * Added the Datetime Range module (experimental) that provides a new field
680       type with support for start and end dates.
681 - Raised stability levels of experimental modules:
682     * Updated the BigPipe module from alpha to beta.
683     * See https://www.drupal.org/core/experimental#versions for more
684       information about the stability levels of experimental modules.
685 - Improved authoring features:
686     * Relative URLs are automatically converted to absolute ones when content
687       is output to an RSS feed.
688     * Enabled revisions by default on new node types.
689     * Added a redirect option to site-wide contact forms.
690     * Whenever a new entity is created, a link to it is now provided in a
691       status message, for easy access to it regardless of the form workflow.
692     * Styled CKEditor dialogs to match Drupal dialogs.
693 - Improved site administration experience:
694     * Numerous improvements to user interface text.
695 - Improved site building features:
696     * Added the ability to remove a module's content entities prior to
697       uninstallation.
698     * Made it possible to select the comment view mode in the formatter form.
699     * Fixed the Migrate module to skip over migration sources that require
700       code from uninstalled modules.
701 - Improved REST API and decoupled site features:
702     * Added support for reading (GET) configuration entities as REST resources.
703     * Added dedicated resources for user login, logout and registration.
704     * Added support for selecting an authentication provider as part of the
705       configuration of a REST Export Views Display.
706     * Added a cors.config service parameter for enabling and configuring
707       cross-origin resource sharing (CORS).
708     * Simplified REST configuration with per-resource configuration entities
709       and less verbose configuration structure. (The previous, advanced
710       configuration structure is also still supported.)
711     * Improved the response messages and status codes for requests with missing
712       or incorrect headers.
713     * Improved responses to PATCH requests to entity resources to contain the
714       updated entity in the response body.
715 - Improved developer APIs:
716     * Added support for specifying the field item delta as part of an entity
717       query condition. This was possible in Drupal 7 via
718       EntityFieldQuery::fieldDeltaCondition(), but missing from earlier
719       versions of Drupal 8.
720 - Improved performance/scalability:
721     * In the internal page cache, 404 responses are now cached for a shorter
722       time (1 hour by default), to consume less space.
723     * Breadcrumbs are now cached by the parent of the path rather than the full
724       path, for fewer cache entries and higher cache hit rates.
725 - Changed coding standards:
726     * Local variables and parameters can now use camelCase.
727     * A blank line is now required after the <?php opening tag.
728 - Testing improvements:
729     * Increased feature parity of BrowserTestBase with WebTestBase, including a
730       deprecated AssertLegacyTrait for easier conversions.
731     * Converted all kernel tests to the PHPUnit-based kernel test API.
732     * Improved error reporting for all PHPUnit tests (including unit, kernel,
733       browser, and JavaScript tests).
734
735 Drupal 8.1.0, 2016-04-20
736 ------------------------
737 - Removed Composer-managed vendor from the git repository:
738     * Drupal.org packager adds dependencies to zip and tar package. This can be
739       used without any further steps.
740     * When not using zip / tar files, e.g. when using a git clone, run composer
741       install to get dependencies.
742     * See https://www.drupal.org/documentation/install/download#git
743       for instructions.
744 - Added vendor libraries:
745     * Added Symfony Polyfill Iconv 1.1.0.
746     * Added paragonie/random_compat 1.4.1.
747 - Updated vendor libraries:
748     * Updated to the last 2.x minor version of Symfony: 2.8 (2.8.4).
749     * Updated to CKEditor 4.5.8.
750     * Updated to Modernizr 3.3.1.
751 - Added modules:
752     * Added the Migrate Drupal UI module (experimental) to provide a UI for
753       migrating content and configuration from Drupal 6 and Drupal 7.
754     * Added the BigPipe module (experimental) to improve perceived performance.
755 - Improved authoring features:
756     * Enabled browsers' (native) spell checker in CKEditor.
757     * Added language toolbar button in CKEditor for identifying the language of
758       text parts.
759 - Improved site administration experience:
760     * Improved admin/help page to be more flexible and list tours on it.
761 - Improved site building features:
762     * Added a "Rendered entity" field handler in Views.
763 - Improved distribution building features:
764     * Added support for distributions to specify an installation language.
765 - Improved developer APIs:
766     * Added local ID and revision fields to HAL web service output.
767     * Added support for image toolkits to be defined with plugin derivatives,
768       reducing the code needed to extend them.
769     * Simplified Migrate API by replacing migration configuration entities with
770       migration plugins.
771     * Various improvements for defining entity types:
772       * Added support for entity types to specify translatable plural labels.
773       * Added a revision log interface and trait for revisionable entity types.
774       * Added key field definitions to ContentEntityBase, reducing code from
775         child classes.
776       * Added generic route providers for add-page and add-form entity routes,
777         reducing the code needed to define an entity type.
778 - Testing improvements:
779     * Added support for automated JavaScript testing.
780     * Added verbose output for BrowserTestBase.
781     * Improved reporting of PHPUnit results.
782
783 Drupal 8.0.0, 2015-11-19
784 ------------------------
785 - Significantly improved the front end:
786     * Made all built-in themes responsive.
787     * Added support for responsive images.
788     * Made built-in tables responsive with three levels of column importance.
789     * Added Twig as the default template engine and converted all .tpl.php
790       templates and theme functions to .html.twig.
791     * Removed the PHPTemplate engine.
792     * Several large scale cleanups of the markup produced by Drupal.
793     * Added Classy as a base theme to maintain CSS classes and wrappers.
794     * Added Stable as the default base theme to maintain backwards compatibility
795       for core template and CSS changes, because templates and CSS outside
796       Stable can be improved in minor releases (8.1.0, 8.2.0, etc.).
797     * Redesigned several key elements of the Seven theme.
798     * Added support for HTML5 elements.
799     * Included Backbone.js and Underscore.js JavaScript frameworks.
800     * Updated to jQuery 2.1.4.
801     * Updated to jQuery UI 1.11.4.
802     * Removed jquery.bbq.
803     * Removed the Garland theme from core.
804     * Removed the Overlay module from core and replaced it with a simple,
805       dynamic "Back to site" link.
806     * Improved the asset library system to manage CSS and JavaScript files and
807       their dependencies. Allowing for smaller AJAX request payloads.
808     * jQuery is no longer loaded on all pages, only when another asset needs it.
809     * No JavaScript is loaded at all for anonymous users by default, for faster
810       page loads.
811     * Implemented SMACSS-style categorization for CSS files.
812     * Removed most support for Internet Explorer 8 and below.
813     * Added Modernizr for making styling changes based on browser support.
814     * All page template variables converted to blocks (title, breadcrumb,
815       branding, etc).
816     * Added the Breakpoint module to manage breakpoints of responsive designs.
817     * Introduced native Schema.org output in pages.
818     * Made use of semantic HTML 5 tags when possible. This also makes form input
819       on mobile devices much easier for users.
820     * Redesigned icons to look good on high resolution (retina) displays too.
821 - Made the site administration experience simpler:
822     * Redesigned the installer.
823     * Visually updated and extended the Seven (administration) theme.
824     * Made the administration toolbar responsive and touch friendly.
825     * Added search to the module listing and made the page easier to read.
826     * Added the tour module to provide highly contextual tips for UI elements.
827 - Improved the entity system:
828     * Added a full CRUD API for entities.
829     * Improved the field API and entity query API.
830     * Added support for widgets, formatters, and translation to base entity
831       fields (such as labels).
832     * Made view modes configurable for reusable display variants.
833     * Introduced form modes for reusable form variants.
834     * Added ability to handle a "default" revision that may not be the latest.
835     * All content entity types (custom blocks, terms, comments, etc.), not just
836       nodes, have support for revisions.
837     * Database schema of content entities is automatically generated based on
838       entity type and field definitions.
839 - Added the Typed Data system to manage complex types.
840 - Refactored routing system based on Symfony2 components.
841 - Made declarative information (libraries, permissions, routes etc.) use YAML
842   files for definitions instead of PHP.
843 - Improved the menu handling systems:
844     * Moved custom menu item handling to its own module.
845     * Reworked menu links, local actions, and local tasks based upon the new
846       routing system.
847 - Added plugin system to standardize implementation of several core APIs.
848 - Introduced a new configuration management system:
849     * Added a centralized configuration system with export and import
850       functionality.
851     * Allowed module authors to provide configuration in a YAML file format.
852     * Implemented functionality to get, set, add, and remove configuration.
853     * Provided the ability to override configuration values with language
854       variants and other runtime values.
855     * Added configuration schema, dependencies, and validation to maintain
856       data integrity between deployments and updates.
857     * Support added for both global configuration and configuration entities.
858 - Improved authoring experience:
859     * Redesigned the content creation and editing form.
860     * Content preview is now displayed on the frontend.
861     * Added the CKEditor WYSIWYG editor. Clean markup guaranteed thanks to tight
862       integration with the filter system.
863     * Made uploading, aligning, and captioning of images possible in the editor.
864     * Modernized the default text formats.
865     * Added a drag-and-drop configuration UI, which automatically updates the
866       HTML filter settings, making configuring text formats trivial for typical
867       use cases.
868     * Added align and caption filters that can be applied to any element:
869       images, blockquotes, code snippets, videos…
870     * Made possible to in-place edit any entity: nodes, blocks…
871     * Added the Text Editor module to help map other editors to text formats.
872 - Improved media management:
873     * Added ability to configure when unused files get deleted with the option
874       to keep them, useful for media libraries.
875     * Added a customizable view under the content administration screen that
876       lists all files uploaded on the system.
877     * Made uploads immediate when selecting files in file fields.
878     * Added ability to upload multiple files at once.
879     * Added local image input filter, to enable secure image posting.
880 - Included the following Symfony2 components:
881     * ClassLoader - PSR-0-compatible autoload routines.
882     * DependencyInjection - Flexible dependency injection container.
883     * EventDispatcher - Object-oriented lightweight event handling system.
884     * HttpFoundation - Abstraction objects for HTTP requests and responses.
885     * HttpKernel - Core system for managing incoming HTTP request and responses.
886     * Process - Allows for executing commands in a sub-process.
887     * Routing - Framework for mapping incoming requests to controller
888       information.
889     * Serialization - Serialize complex nested objects into JSON/XML etc.
890     * Validator - Ensure that an object is in a valid state based upon some
891       validation rules defined for it.
892     * Yaml - Parser for YAML files.
893 - Added routing component from Symfony CMF.
894 - Added Guzzle HTTP library.
895 - Added Zend Feed component.
896 - Removed modules from core.
897     * The following modules have been removed from core, because contributed
898       modules with similar functionality are available:
899       * Blog
900       * Dashboard
901       * OpenID
902       * Poll
903       * Profile
904       * Trigger
905 - Removed the Statistics module's accesslog functionality and reports.
906 - Removed XML-RPC functionality from core.
907 - Removed user signatures support from core.
908 - Added ability to generate and validate Universally Unique IDentifiers (UUIDs).
909 - Tremendously improved language support all around:
910     * Great language improvements for users:
911       * Improved language selection with user preference detection in the
912         installer based on browser settings.
913       * The installer is presented in the user's native language.
914       * Moved base language support to Language module.
915       * Greatly simplified the interface for setting up languages.
916       * Improved browser language detection considerably.
917       * Language domain and path prefix configuration simplified and
918         centralized; path prefix detection is now default.
919       * Added HTML 5 language markup; language information added in markup in
920         several more places.
921       * Made it possible to assign external language codes to local languages.
922       * Introduced the possibility of an administration-specific language
923         preference for users.
924       * Language selection fallback language is now independently configurable
925         without needing to change the site default language.
926     * Simplified and added new features in interface translation:
927       * Made interface translation directly accessible from the language list.
928       * Centralized interface translation import to one directory.
929       * Drupal can now be translated to English and English can be deleted.
930       * Much improved built-in translation interface.
931       * Added support for singular/plural discovery and translation.
932       * Customized translations are tracked so your modifications can
933         be identified and protected from translation update overwrites.
934       * All Gettext files are now imported in chunks, better for low resource
935         environments.
936       * Automated import and update of translations in the installer and later.
937     * Improved content language support:
938       * Made it possible to assign language to taxonomy terms, vocabularies,
939         menu items, and files.
940       * Added a field translation based content translation module that applies
941         to all content entities.
942       * Removed the old node-copy based content translation module.
943       * Introduced language defaults configuration for each entity type and
944         subtype.
945       * Added entity language variance support to search module.
946       * Search indexing and query preprocessors now get language information.
947       * Unified content translation permission granularity with content editing
948         permissions.
949       * Made the language selector freely orderable in entity forms.
950     * Better configuration language support
951       * Added language selectors to most configuration options (views, menus,
952         etc.)
953       * Added a configuration translation user interface that works with any
954         configuration with translatable values (blocks, views, fields, etc.).
955       * Added language options to block visibility.
956     * Much improved language APIs for developers:
957       * Made it possible for users to have a preferred language separate from
958         their user entity language.
959       * The text formatter from t() is now available as FormattableMarkup.
960       * Added support for interface translation contexts in Drupal.t(),
961         Drupal.formatPlural() as well as routing, tabs, actions, shipped
962         menu items and contextual links.
963       * Removed textgroups support from interface translation in favor of
964         native configuration language support.
965       * Added a transliteration API. (Only used for machine names in core.)
966       * Added a language fallback capability to the interface translation API.
967 - New field types added to core:
968     * Email
969     * Link
970     * Telephone number
971     * Entity reference
972     * Date
973 - Made commenting more flexible:
974     * Added the notion of comment types (for reviews, greetings, and so on),
975       each of which can be configured with a different set of fields.
976     * Made commenting a field to allow comment threads on entity types other
977       than nodes.
978 - Added Views and Views UI module to core:
979     * Added simple bulk operations functionality to Views.
980     * Converted various core listings to views, including /node,
981       /admin/content/node, /admin/people, and several blocks.
982     * Built in REST API support.
983     * Rewrote caching integration for better performance.
984     * Made it possible to configure responsive tables in Views.
985 - Greatly improved block management:
986     * Made custom blocks fieldable, revisionable, and translatable entities.
987     * Added the notion of custom block types.
988     * Added the ability to place the same block in multiple locations.
989     * Introduced a block library with categorized blocks.
990 - Introduced an accessible modal API based on improvements made in collaboration
991   with the jQuery UI team.
992 - Made it possible to add fields to contact forms allowing site-builders to
993   easily build custom forms for soliciting feedback from users.
994 - Added a Web Services module package.
995     * Added a RESTful web services provider module.
996     * Added a serialization module using the Symfony serialization component.
997     * Added a Hypertext Application Language (HAL) serialization module.
998     * Added a HTTP Basic authentication provider module.
999 - Improved performance/scalability significantly:
1000     * Introduced cache tags, which allow content to be invalidated accurately
1001       and instantly, including for reverse proxies and CDNs.
1002     * Added cache contexts, which allow content to be cached correctly, and
1003       placeholdered to improve cache hit rates.
1004     * Implemented cacheability bubbling, which allows strict tracking of assets
1005       and cacheability throughout page rendering.
1006     * Factored out page caching to its own module and enabled it by default.
1007     * Added the Dynamic Page Cache module for authenticated page caching and
1008       enabled it by default.
1009     * Added APCu, memory, and PHP file caching backends to core, alongside
1010       support for a chained, consistent cache backend to support correctly using
1011       fast local cache implementations with multiple web servers.
1012 - Removed support for MyISAM, when using MySQL.
1013 - Testing improvements
1014     * Added PHPUnit for proper unit testing, see
1015       https://phpunit.de/manual/4.8/en/index.html so you can run tests via
1016       your IDE.
1017     * Added BrowserTestBase as an alternative to simpletest for browser
1018       testing (JavaScript support to be included in the future)
1019     * Added KernelTestBase to provide a fast API testing of integration of
1020       different components
1021     * Core branch nightly tests include PHP 5.5, 5.6, 7, sqlite and PostgreSQL.
1022 - Added the migrate module (experimental) with support for migrating content and
1023   configuration from earlier Drupal versions.
1024 - Introduced support for Composer.
1025 - Moved the automated cron execution functionality to its own module.
1026 - Refactored IP address based banning functionality to its own module.
1027 - Security improvements:
1028     * Removed PHP filter, including the ability to use PHP for block visibility.
1029     * Managing fields for each entity type is now a separate permission.
1030     * PDO drivers other than MySQL are now limited to executing single
1031       statements to limit SQL injection vectors.
1032     * Added an autoescape API to prevent cross-site scripting in many of the
1033       places where Drupal outputs HTML.
1034     * Hardened user session and session ID handling.
1035     * Automated CSRF protection in route definitions.
1036     * Clickjacking protection enabled by default.
1037     * Made the core JavaScript API compatible with Content Security Policy
1038       (CSP).
1039     * Trusted host patterns enforced for requests preventing cache and link
1040       poisoning.
1041 - Switched to semantic versioning with significant updates planned every 6
1042   months in 8.1, 8.2, etc.
1043 - Numerous other important changes and additions. See
1044   https://www.drupal.org/list-changes/drupal for a detailed list.
1045 - Numerous bug fixes.
1046 - Numerous API documentation improvements.
1047 - Additional automated test coverage.
1048
1049 Drupal 7.0, 2011-01-05
1050 ----------------------
1051 - Database:
1052     * Fully rewritten database layer using PHP 5's PDO abstraction layer.
1053     * Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
1054     * Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
1055     * Support for primary/replica replication, transactions, multi-insert
1056       queries, and other features.
1057     * Added support for the SQLite database engine.
1058     * Default to InnoDB engine, rather than MyISAM, on MySQL when available.
1059       This offers increased scalability and data integrity.
1060 - Security:
1061     * Protected cron.php -- cron will only run if the proper key is provided.
1062     * Implemented a pluggable password system and much stronger password hashes
1063       that are compatible with the Portable PHP password hashing framework.
1064     * Rate limited login attempts to prevent brute-force password guessing, and
1065       improved the flood control API to allow variable time windows and
1066       identifiers for limiting user access to resources.
1067     * Transformed the "Update status" module into the "Update manager" which
1068       can securely install or update modules and themes via a web interface.
1069 - Usability:
1070     * Added contextual links (a.k.a. local tasks) to page elements, such as
1071       blocks, nodes, or comments, which allows to perform the most common tasks
1072       with a single click only.
1073     * Improved installer requirements check.
1074     * Improved support for integration of WYSIWYG editors.
1075     * Implemented drag-and-drop positioning for input format listings.
1076     * Implemented drag-and-drop positioning for language listing.
1077     * Implemented drag-and-drop positioning for poll options.
1078     * Provided descriptions and human-readable names for user permissions.
1079     * Removed comment controls for users.
1080     * Removed display order settings for comment module. Comment display
1081       order can now be customized using the Views module.
1082     * Removed the 'related terms' feature from taxonomy module since this can
1083       now be achieved with Field API.
1084     * Added additional features to the default installation profile, and
1085       implemented a "slimmed down" profile designed for developers.
1086     * Added a built-in, automated cron run feature, which is triggered by site
1087       visitors.
1088     * Added an administrator role which is assigned all permissions for
1089       installed modules automatically.
1090     * Image toolkits are now provided by modules (rather than requiring a
1091       manual file copy to the includes directory).
1092     * Added an edit tab to taxonomy term pages.
1093     * Redesigned password strength validator.
1094     * Redesigned the add content type screen.
1095     * Highlight duplicate URL aliases.
1096     * Renamed "input formats" to "text formats".
1097     * Moved text format permissions to the main permissions page.
1098     * Added configurable ability for users to cancel their own accounts.
1099     * Added "vertical tabs", a reusable interface component that features
1100       automatic summaries and increases usability.
1101     * Replaced fieldsets on node edit and add pages with vertical tabs.
1102 - Performance:
1103     * Improved performance on uncached page views by loading multiple core
1104       objects in a single database query.
1105     * Improved performance for logged-in users by reducing queries for path
1106       alias lookups.
1107     * Improved support for HTTP proxies (including reverse proxies), allowing
1108       anonymous page views to be served entirely from the proxy.
1109 - Documentation:
1110     * Hook API documentation now included in Drupal core.
1111 - News aggregator:
1112     * Added OPML import functionality for RSS feeds.
1113     * Optionally, RSS feeds may be configured to not automatically generate feed blocks.
1114 - Search:
1115     * Added support for language-aware searches.
1116 - Aggregator:
1117     * Introduced architecture that allows pluggable parsers and processors for
1118       syndicating RSS and Atom feeds.
1119     * Added options to suspend updating specific feeds and never discard feeds
1120       items.
1121 - Testing:
1122     * Added test framework and tests.
1123 - Improved time zone support:
1124     * Drupal now uses PHP's time zone database when rendering dates in local
1125       time. Site-wide and user-configured time zone offsets have been converted
1126       to time zone names; for example, Africa/Abidjan.
1127     * In some cases the upgrade and install scripts do not choose the preferred
1128       site default time zone. The automatically-selected time zone can be
1129       corrected at admin/config/regional/settings.
1130     * If your site is being upgraded from Drupal 6 and you do not have the
1131       contributed date or event modules installed, user time zone settings will
1132       fallback to the system time zone and will have to be reconfigured by each user.
1133     * User-configured time zones now serve as the default time zone for PHP
1134       date/time functions.
1135 - Filter system:
1136     * Revamped the filter API and text format storage.
1137     * Added support for default text formats to be assigned on a per-role basis.
1138     * Refactored the HTML corrector to take advantage of PHP 5 features.
1139 - User system:
1140     * Added clean API functions for creating, loading, updating, and deleting
1141       user roles and permissions.
1142     * Refactored the "access rules" component of user module: The user module
1143       now provides a simple interface for blocking single IP addresses. The
1144       previous functionality in the user module for restricting certain email
1145       addresses and usernames is now available as a contributed module. Further,
1146       IP address range blocking is no longer supported and should be implemented
1147       at the operating system level.
1148     * Removed per-user themes: Contributed modules with similar functionality
1149       are available.
1150 - OpenID:
1151     * Added support for Gmail and Google Apps for Domain identifiers. Users can
1152       now log in with their user@example.com identifier when example.com is
1153       powered by Google.
1154     * Made the OpenID module more pluggable.
1155 - Added code registry:
1156     * Using the registry, modules declare their includable files via their .info file,
1157       allowing Drupal to lazy-load classes and interfaces as needed.
1158 - Theme system:
1159     * Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
1160       on as contributed themes (https://www.drupal.org/project/bluemarine,
1161       https://www.drupal.org/project/chameleon and
1162       https://www.drupal.org/project/pushbutton).
1163     * Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
1164     * Added Seven as the default administration theme.
1165     * Variable preprocessing of theme hooks prior to template rendering now goes
1166       through two phases: a 'preprocess' phase and a new 'process' phase. See
1167       http://api.drupal.org/api/function/theme/7 for details.
1168     * Theme hooks implemented as functions (rather than as templates) can now
1169       also have preprocess (and process) functions. See
1170       http://api.drupal.org/api/function/theme/7 for details.
1171     * Added Bartik as the default theme.
1172 - File handling:
1173     * Files are now first class Drupal objects with file_load(), file_save(),
1174       and file_validate() functions and corresponding hooks.
1175     * The file_move(), file_copy() and file_delete() functions now operate on
1176       file objects and invoke file hooks so that modules are notified and can
1177       respond to changes.
1178     * For the occasions when only basic file manipulation are needed--such as
1179       uploading a site logo--that don't require the overhead of databases and
1180       hooks, the current unmanaged copy, move and delete operations have been
1181       preserved but renamed to file_unmanaged_*().
1182     * Rewrote file handling to use PHP stream wrappers to enable support for
1183       both public and private files and to support pluggable storage mechanisms
1184       and access to remote resources (for example, S3 storage or Flickr photos).
1185     * The mime_extension_mapping variable has been removed. Modules that need to
1186       alter the default MIME type extension mappings should implement
1187       hook_file_mimetype_mapping_alter().
1188     * Added the hook_file_url_alter() hook, which makes it possible to serve
1189       files from a CDN.
1190     * Added a field specifically for uploading files, previously provided by
1191       the contributed module FileField.
1192 - Image handling:
1193     * Improved image handling, including better support for add-on image
1194       libraries.
1195     * Added API and interface for creating advanced image thumbnails.
1196     * Inclusion of additional effects such as rotate and desaturate.
1197     * Added a field specifically for uploading images, previously provided by
1198       the contributed module ImageField.
1199 - Added aliased multi-site support:
1200     * Added support for mapping domain names to sites directories.
1201 - Added RDF support:
1202     * Modules can declare RDF namespaces which are serialized in the <html> tag
1203       for RDFa support.
1204     * Modules can specify how their data structure maps to RDF.
1205     * Added support for RDFa export of nodes, comments, terms, users, etc. and
1206       their fields.
1207 - Search engine optimization and web linking:
1208     * Added a rel="canonical" link on node and comment pages to prevent
1209       duplicate content indexing by search engines.
1210     * Added a default rel="shortlink" link on node and comment pages that
1211       advertises a short link as an alternative URL to third-party services.
1212     * Meta information is now alterable by all modules before rendering.
1213 - Field API:
1214     * Custom data fields may be attached to nodes, users, comments and taxonomy
1215       terms.
1216     * Node bodies and teasers are now Field API fields instead of
1217       being a hard-coded property of node objects.
1218     * In addition, any other object type may register with Field API
1219       and allow custom data fields to be attached to itself.
1220     * Provides most of the features of the former Content Construction
1221       Kit (CCK) module.
1222     * Taxonomy terms are now Field API fields that can be added to any fieldable
1223       object.
1224 - Installer:
1225     * Refactored the installer into an API that allows Drupal to be installed
1226       via a command line script.
1227 - Page organization
1228     * Made the help text area a full featured region with blocks.
1229     * Site mission is replaced with the highlighted content block region and
1230       separate RSS feed description settings.
1231     * The footer message setting was removed in favor of custom blocks.
1232     * Made the main page content a block which can be moved and ordered
1233       with other blocks in the same region.
1234     * Blocks can now return structured arrays for later rendering just
1235       like page callbacks.
1236 - Translation system
1237     * The translation system now supports message context (msgctxt).
1238     * Added support for translatable fields to Field API.
1239 - JavaScript changes
1240     * Upgraded the core JavaScript library to jQuery version 1.4.4.
1241     * Upgraded the jQuery Forms library to 2.52.
1242     * Added jQuery UI 1.8.7, which allows improvements to Drupal's user
1243       experience.
1244 - Better module version support
1245     * Modules now can specify which version of another module they depend on.
1246 - Removed modules from core
1247     * The following modules have been removed from core, because contributed
1248       modules with similar functionality are available:
1249       * Blog API module
1250       * Ping module
1251       * Throttle module
1252 - Improved node access control system.
1253     * All modules may now influence the access to a node at runtime, not just
1254       the module that defined a node.
1255     * Users may now be allowed to bypass node access restrictions without giving
1256       them complete access to the site.
1257     * Access control affects both published and unpublished nodes.
1258     * Numerous other improvements to the node access system.
1259 - Actions system
1260     * Simplified definitions of actions and triggers.
1261     * Removed dependency on the combination of hooks and operations. Triggers
1262       now directly map to module hooks.
1263 - Task handling
1264     * Added a queue API to process many or long-running tasks.
1265     * Added queue API support to cron API.
1266     * Added a locking framework to coordinate long-running operations across
1267       requests.
1268
1269 Drupal 6.0, 2008-02-13
1270 ----------------------
1271 - New, faster and better menu system.
1272 - New watchdog as a hook functionality.
1273    * New hook_watchdog that can be implemented by any module to route log
1274      messages to various destinations.
1275    * Expands the severity levels from 3 (Error, Warning, Notice) to the 8
1276      levels defined in RFC 3164.
1277    * The watchdog module is now called dblog, and is optional, but enabled by
1278      default in the default installation profile.
1279    * Extended the database log module so log messages can be filtered.
1280    * Added syslog module: useful for monitoring large Drupal installations.
1281 - Added optional email notifications when users are approved, blocked, or
1282   deleted.
1283 - Drupal works with error reporting set to E_ALL.
1284 - Added scripts/drupal.sh to execute Drupal code from the command line. Useful
1285   to use Drupal as a framework to build command-line tools.
1286 - Made signature support optional and made it possible to theme signatures.
1287 - Made it possible to filter the URL aliases on the URL alias administration
1288   screen.
1289 - Language system improvements:
1290     * Support for right to left languages.
1291     * Language detection based on parts of the URL.
1292     * Browser based language detection.
1293     * Made it possible to specify a node's language.
1294     * Support for translating posts on the site to different languages.
1295     * Language dependent path aliases.
1296     * Automatically import translations when adding a new language.
1297     * JavaScript interface translation.
1298     * Automatically import a module's translation upon enabling that module.
1299 - Moved "PHP input filter" to a standalone module so it can be deleted for
1300   security reasons.
1301 - Usability:
1302     * Improved handling of teasers in posts.
1303     * Added sticky table headers.
1304     * Check for clean URL support automatically with JavaScript.
1305     * Removed default/settings.php. Instead the installer will create it from
1306       default.settings.php.
1307     * Made it possible to configure your own date formats.
1308     * Remember anonymous comment posters.
1309     * Only allow modules and themes to be enabled that have explicitly been
1310       ported to the correct core API version.
1311     * Can now specify the minimum PHP version required for a module within the
1312       .info file.
1313     * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES
1314       database rights.
1315     * Dynamically check password strength and confirmation.
1316     * Refactored poll administration.
1317     * Implemented drag-and-drop positioning for blocks, menu items, taxonomy
1318       vocabularies and terms, forums, profile fields, and input format filters.
1319 - Theme system:
1320     * Added .info files to themes and made it easier to specify regions and
1321       features.
1322     * Added theme registry: modules can directly provide .tpl.php files for
1323       their themes without having to create theme_ functions.
1324     * Used the Garland theme for the installation and maintenance pages.
1325     * Added theme preprocess functions for themes that are templates.
1326     * Added support for themeable functions in JavaScript.
1327 - Refactored update.php to a generic batch API to be able to run time-consuming
1328   operations in multiple subsequent HTTP requests.
1329 - Installer:
1330     * Themed the installer with the Garland theme.
1331     * Added form to provide initial site information during installation.
1332     * Added ability to provide extra installation steps programmatically.
1333     * Made it possible to import interface translations during installation.
1334 - Added the HTML corrector filter:
1335     * Fixes faulty and chopped off HTML in postings.
1336     * Tags are now automatically closed at the end of the teaser.
1337 - Performance:
1338     * Made it easier to conditionally load .include files and split up many core
1339       modules.
1340     * Added a JavaScript aggregator.
1341     * Added block-level caching, improving performance for both authenticated
1342       and anonymous users.
1343     * Made Drupal work correctly when running behind a reverse proxy like
1344       Squid or Pound.
1345 - File handling improvements:
1346     * Entries in the files table are now keyed to a user instead of a node.
1347     * Added reusable validation functions to check for uploaded file sizes,
1348       extensions, and image resolution.
1349     * Added ability to create and remove temporary files during a cron job.
1350 - Forum improvements:
1351     * Any node type may now be posted in a forum.
1352 - Taxonomy improvements:
1353     * Descriptions for terms are now shown on taxonomy/term pages as well
1354       as RSS feeds.
1355     * Added versioning support to categories by associating them with node
1356       revisions.
1357 - Added support for OpenID.
1358 - Added support for triggering configurable actions.
1359 - Added the Update status module to automatically check for available updates
1360   and warn sites if they are missing security updates or newer versions.
1361   Sites deploying from CVS should use https://www.drupal.org/project/cvs_deploy.
1362   Advanced settings provided by https://www.drupal.org/project/update_advanced.
1363 - Upgraded the core JavaScript library to jQuery version 1.2.3.
1364 - Added a new Schema API, which provides built-in support for core and
1365   contributed modules to work with databases other than MySQL.
1366 - Removed drupal.module. The functionality lives on as the Site network
1367   contributed module (https://www.drupal.org/project/site_network).
1368 - Removed old system updates. Updates from Drupal versions prior to 5.x will
1369   require upgrading to 5.x before upgrading to 6.x.
1370
1371 Drupal 5.7, 2008-01-28
1372 ----------------------
1373 - fixed the input format configuration page.
1374 - fixed a variety of small bugs.
1375
1376 Drupal 5.6, 2008-01-10
1377 ----------------------
1378 - fixed a variety of small bugs.
1379 - fixed a security issue (Cross site request forgery), see SA-2008-005
1380 - fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1381 - fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1382
1383 Drupal 5.5, 2007-12-06
1384 ----------------------
1385 - fixed missing missing brackets in a query in the user module.
1386 - fixed taxonomy feed bug introduced by SA-2007-031
1387
1388 Drupal 5.4, 2007-12-05
1389 ----------------------
1390 - fixed a variety of small bugs.
1391 - fixed a security issue (SQL injection), see SA-2007-031
1392
1393 Drupal 5.3, 2007-10-17
1394 ----------------------
1395 - fixed a variety of small bugs.
1396 - fixed a security issue (HTTP response splitting), see SA-2007-024
1397 - fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
1398 - fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1399 - fixed a security issue (User deletion cross site request forgery), see SA-2007-029
1400 - fixed a security issue (API handling of unpublished comment), see SA-2007-030
1401
1402 Drupal 5.2, 2007-07-26
1403 ----------------------
1404 - changed hook_link() $teaser argument to match documentation.
1405 - fixed a variety of small bugs.
1406 - fixed a security issue (cross-site request forgery), see SA-2007-017
1407 - fixed a security issue (cross-site scripting), see SA-2007-018
1408
1409 Drupal 5.1, 2007-01-29
1410 ----------------------
1411 - fixed security issue (code execution), see SA-2007-005
1412 - fixed a variety of small bugs.
1413
1414 Drupal 5.0, 2007-01-15
1415 ----------------------
1416 - Completely retooled the administration page
1417     * /Admin now contains an administration page which may be themed
1418     * Reorganised administration menu items by task and by module
1419     * Added a status report page with detailed PHP/MySQL/Drupal information
1420 - Added web-based installer which can:
1421     * Check installation and run-time requirements
1422     * Automatically generate the database configuration file
1423     * Install pre-made installation profiles or distributions
1424     * Import the database structure with automatic table prefixing
1425     * Be localized
1426 - Added new default Garland theme
1427 - Added color module to change some themes' color schemes
1428 - Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it
1429 - Introduced the ability to alter mail sent from system
1430 - Module system:
1431     * Added .info files for module meta-data
1432     * Added support for module dependencies
1433     * Improved module installation screen
1434     * Moved core modules to their own directories
1435     * Added support for module uninstalling
1436 - Added support for different cache backends
1437 - Added support for a generic "sites/all" directory.
1438 - Usability:
1439     * Added support for auto-complete forms (AJAX) to user profiles.
1440     * Made it possible to instantly assign roles to newly created user accounts.
1441     * Improved configurability of the contact forms.
1442     * Reorganized the settings pages.
1443     * Made it easy to investigate popular search terms.
1444     * Added a 'select all' checkbox and a range select feature to administration tables.
1445     * Simplified the 'break' tag to split teasers from body.
1446     * Use proper capitalization for titles, menu items and operations.
1447 - Integrated urlfilter.module into filter.module
1448 - Block system:
1449     * Extended the block visibility settings with a role specific setting.
1450     * Made it possible to customize all block titles.
1451 - Poll module:
1452     * Optionally allow people to inspect all votes.
1453     * Optionally allow people to cancel their vote.
1454 - Distributed authentication:
1455     * Added default server option.
1456 - Added default robots.txt to control crawlers.
1457 - Database API:
1458     * Added db_table_exists().
1459 - Blogapi module:
1460     * 'Blogapi new' and 'blogapi edit' nodeapi operations.
1461 - User module:
1462     * Added hook_profile_alter().
1463     * Email verification is made optional.
1464     * Added mass editing and filtering on admin/user/user.
1465 - PHP Template engine:
1466     * Add the ability to look for a series of suggested templates.
1467     * Look for page templates based upon the path.
1468     * Look for block templates based upon the region, module, and delta.
1469 - Content system:
1470     * Made it easier for node access modules to work well with each other.
1471     * Added configurable content types.
1472     * Changed node rendering to work with structured arrays.
1473 - Performance:
1474     * Improved session handling: reduces database overhead.
1475     * Improved access checking: reduces database overhead.
1476     * Made it possible to do memcached based session management.
1477     * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
1478     * Added an 'aggressive' caching policy.
1479     * Added a CSS aggregator and compressor (up to 40% faster page loads).
1480 - Removed the archive module.
1481 - Upgrade system:
1482     * Created space for update branches.
1483 - Form API:
1484     * Made it possible to programmatically submit forms.
1485     * Improved api for multistep forms.
1486 - Theme system:
1487     * Split up and removed drupal.css.
1488     * Added nested lists generation.
1489     * Added a self-clearing block class.
1490
1491 Drupal 4.7.11, 2008-01-10
1492 -------------------------
1493 - fixed a security issue (Cross site request forgery), see SA-2008-005
1494 - fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1495 - fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1496
1497 Drupal 4.7.10, 2007-12-06
1498 -------------------------
1499 - fixed taxonomy feed bug introduced by SA-2007-031
1500
1501 Drupal 4.7.9, 2007-12-05
1502 ------------------------
1503 - fixed a security issue (SQL injection), see SA-2007-031
1504
1505 Drupal 4.7.8, 2007-10-17
1506 ------------------------
1507 - fixed a security issue (HTTP response splitting), see SA-2007-024
1508 - fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1509 - fixed a security issue (API handling of unpublished comment), see SA-2007-030
1510
1511 Drupal 4.7.7, 2007-07-26
1512 ------------------------
1513 - fixed security issue (XSS), see SA-2007-018
1514
1515 Drupal 4.7.6, 2007-01-29
1516 ------------------------
1517 - fixed security issue (code execution), see SA-2007-005
1518
1519 Drupal 4.7.5, 2007-01-05
1520 ------------------------
1521 - Fixed security issue (XSS), see SA-2007-001
1522 - Fixed security issue (DoS), see SA-2007-002
1523
1524 Drupal 4.7.4, 2006-10-18
1525 ------------------------
1526 - Fixed security issue (XSS), see SA-2006-024
1527 - Fixed security issue (CSRF), see SA-2006-025
1528 - Fixed security issue (Form action attribute injection), see SA-2006-026
1529
1530 Drupal 4.7.3, 2006-08-02
1531 ------------------------
1532 - Fixed security issue (XSS), see SA-2006-011
1533
1534 Drupal 4.7.2, 2006-06-01
1535 ------------------------
1536 - Fixed critical upload issue, see SA-2006-007
1537 - Fixed taxonomy XSS issue, see SA-2006-008
1538 - Fixed a variety of small bugs.
1539
1540 Drupal 4.7.1, 2006-05-24
1541 ------------------------
1542 - Fixed critical SQL issue, see SA-2006-005
1543 - Fixed a serious upgrade related bug.
1544 - Fixed a variety of small bugs.
1545
1546 Drupal 4.7.0, 2006-05-01
1547 ------------------------
1548 - Added free tagging support.
1549 - Added a site-wide contact form.
1550 - Theme system:
1551     * Added the PHPTemplate theme engine and removed the Xtemplate engine.
1552     * Converted the bluemarine theme from XTemplate to PHPTemplate.
1553     * Converted the pushbutton theme from XTemplate to PHPTemplate.
1554 - Usability:
1555     * Reworked the 'request new password' functionality.
1556     * Reworked the node and comment edit forms.
1557     * Made it easy to add nodes to the navigation menu.
1558     * Added site 'offline for maintenance' feature.
1559     * Added support for auto-complete forms (AJAX).
1560     * Added support for collapsible page sections (JS).
1561     * Added support for resizable text fields (JS).
1562     * Improved file upload functionality (AJAX).
1563     * Reorganized some settings pages.
1564     * Added friendly database error screens.
1565     * Improved styling of update.php.
1566 - Refactored the forms API.
1567     * Made it possible to alter, extend or theme forms.
1568 - Comment system:
1569     * Added support for "mass comment operations" to ease repetitive tasks.
1570     * Comment moderation has been removed.
1571 - Node system:
1572     * Reworked the revision functionality.
1573     * Removed the bookmarklet code. Third-party modules can now handle
1574       This.
1575 - Upgrade system:
1576     * Allows contributed modules to plug into the upgrade system.
1577 - Profiles:
1578     * Added a block to display author information along with posts.
1579     * Added support for private profile fields.
1580 - Statistics module:
1581     * Added the ability to track page generation times.
1582     * Made it possible to block certain IPs/hostnames.
1583 - Block system:
1584     * Added support for theme-specific block regions.
1585 - Syndication:
1586     * Made the aggregator module parse Atom feeds.
1587     * Made the aggregator generate RSS feeds.
1588     * Added RSS feed settings.
1589 - XML-RPC:
1590     * Replaced the XML-RPC library by a better one.
1591 - Performance:
1592     * Added 'loose caching' option for high-traffic sites.
1593     * Improved performance of path aliasing.
1594     * Added the ability to track page generation times.
1595 - Internationalization:
1596     * Improved Unicode string handling API.
1597     * Added support for PHP's multibyte string module.
1598 - Added support for PHP5's 'mysqli' extension.
1599 - Search module:
1600     * Made indexer smarter and more robust.
1601     * Added advanced search operators (phrase, node type, etc.).
1602     * Added customizable result ranking.
1603 - PostgreSQL support:
1604     * Removed dependency on PL/pgSQL procedural language.
1605 - Menu system:
1606     * Added support for external URLs.
1607 - Queue module:
1608     * Removed from core.
1609 - HTTP handling:
1610     * Added support for a tolerant Base URL.
1611     * Output URIs relative to the root, without a base tag.
1612
1613 Drupal 4.6.11, 2007-01-05
1614 -------------------------
1615 - Fixed security issue (XSS), see SA-2007-001
1616 - Fixed security issue (DoS), see SA-2007-002
1617
1618 Drupal 4.6.10, 2006-10-18
1619 -------------------------
1620 - Fixed security issue (XSS), see SA-2006-024
1621 - Fixed security issue (CSRF), see SA-2006-025
1622 - Fixed security issue (Form action attribute injection), see SA-2006-026
1623
1624 Drupal 4.6.9, 2006-08-02
1625 ------------------------
1626 - Fixed security issue (XSS), see SA-2006-011
1627
1628 Drupal 4.6.8, 2006-06-01
1629 ------------------------
1630 - Fixed critical upload issue, see SA-2006-007
1631 - Fixed taxonomy XSS issue, see SA-2006-008
1632
1633 Drupal 4.6.7, 2006-05-24
1634 ------------------------
1635 - Fixed critical SQL issue, see SA-2006-005
1636
1637 Drupal 4.6.6, 2006-03-13
1638 ------------------------
1639 - Fixed bugs, including 4 security vulnerabilities.
1640
1641 Drupal 4.6.5, 2005-12-12
1642 ------------------------
1643 - Fixed bugs: no critical bugs were identified.
1644
1645 Drupal 4.6.4, 2005-11-30
1646 ------------------------
1647 - Fixed bugs, including 3 security vulnerabilities.
1648
1649 Drupal 4.6.3, 2005-08-15
1650 ------------------------
1651 - Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1652
1653 Drupal 4.6.2, 2005-06-29
1654 ------------------------
1655 - Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1656
1657 Drupal 4.6.1, 2005-06-01
1658 ------------------------
1659 - Fixed bugs, including a critical input validation bug.
1660
1661 Drupal 4.6.0, 2005-04-15
1662 ------------------------
1663 - PHP5 compliance
1664 - Search:
1665     * Added UTF-8 support to make it work with all languages.
1666     * Improved search indexing algorithm.
1667     * Improved search output.
1668     * Impose a throttle on indexing of large sites.
1669     * Added search block.
1670 - Syndication:
1671     * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
1672     * Made Drupal generate RSS 2.0 feeds.
1673     * Made RSS feeds extensible.
1674     * Added categories to RSS feeds.
1675     * Added enclosures to RSS feeds.
1676 - Flood control mechanism:
1677     * Added a mechanism to throttle certain operations.
1678 - Usability:
1679     * Refactored the block configuration pages.
1680     * Refactored the statistics pages.
1681     * Refactored the watchdog pages.
1682     * Refactored the throttle module configuration.
1683     * Refactored the access rules page.
1684     * Refactored the content administration page.
1685     * Introduced forum configuration pages.
1686     * Added a 'add child page' link to book pages.
1687 - Contact module:
1688     * Added a simple contact module that allows users to contact each other using email.
1689 - Multi-site configuration:
1690     * Made it possible to run multiple sites from a single code base.
1691 - Added an image API: enables better image handling.
1692 - Block system:
1693     * Extended the block visibility settings.
1694 - Theme system:
1695     * Added new theme functions.
1696 - Database backend:
1697     * The PEAR database backend is no longer supported.
1698 - Performance:
1699     * Improved performance of the forum topics block.
1700     * Improved performance of the tracker module.
1701     * Improved performance of the node pages.
1702 - Documentation:
1703     * Improved and extended PHPDoc/Doxygen comments.
1704
1705 Drupal 4.5.8, 2006-03-13
1706 ------------------------
1707 - Fixed bugs, including 3 security vulnerabilities.
1708
1709 Drupal 4.5.7, 2005-12-12
1710 ------------------------
1711 - Fixed bugs: no critical bugs were identified.
1712
1713 Drupal 4.5.6, 2005-11-30
1714 ------------------------
1715 - Fixed bugs, including 3 security vulnerabilities.
1716
1717 Drupal 4.5.5, 2005-08-15
1718 ------------------------
1719 - Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1720
1721 Drupal 4.5.4, 2005-06-29
1722 ------------------------
1723 - Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1724
1725 Drupal 4.5.3, 2005-06-01
1726 ------------------------
1727 - Fixed bugs, including a critical input validation bug.
1728
1729 Drupal 4.5.2, 2005-01-15
1730 ------------------------
1731 - Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
1732
1733 Drupal 4.5.1, 2004-12-01
1734 ------------------------
1735 - Fixed bugs: no critical bugs were identified.
1736
1737 Drupal 4.5.0, 2004-10-18
1738 ------------------------
1739 - Navigation:
1740     * Made it possible to add, delete, rename and move menu items.
1741     * Introduced tabs and subtabs for local tasks.
1742     * Reorganized the navigation menus.
1743 - User management:
1744     * Added support for multiple roles per user.
1745     * Made it possible to add custom profile fields.
1746     * Made it possible to browse user profiles by field.
1747 - Node system:
1748     * Added support for node-level permissions.
1749 - Comment module:
1750     * Made it possible to leave contact information without having to register.
1751 - Upload module:
1752     * Added support for uploading documents (includes images).
1753 - Forum module:
1754     * Added support for sticky forum topics.
1755     * Made it possible to track forum topics.
1756 - Syndication:
1757     * Added support for RSS ping-notifications of http://technorati.com/.
1758     * Refactored the categorization of syndicated news items.
1759     * Added a URL alias for 'rss.xml'.
1760     * Improved date parsing.
1761 - Database backend:
1762     * Added support for multiple database connections.
1763     * The PostgreSQL backend does no longer require PEAR.
1764 - Theme system:
1765     * Changed all GIFs to PNGs.
1766     * Reorganised the handling of themes, template engines, templates and styles.
1767     * Unified and extended the available theme settings.
1768     * Added theme screenshots.
1769 - Blocks:
1770     * Added 'recent comments' block.
1771     * Added 'categories' block.
1772 - Blogger API:
1773     * Added support for auto-discovery of blogger API via RSD.
1774 - Performance:
1775     * Added support for sending gzip compressed pages.
1776     * Improved performance of the forum module.
1777 - Accessibility:
1778     * Improved the accessibility of the archive module's calendar.
1779     * Improved form handling and error reporting.
1780     * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
1781 - Refactored 403 (forbidden) handling and added support for custom 403 pages.
1782 - Documentation:
1783     * Added PHPDoc/Doxygen comments.
1784 - Filter system:
1785     * Added support for using multiple input formats on the site
1786     * Expanded the embedded PHP-code feature so it can be used everywhere
1787     * Added support for role-dependent filtering, through input formats
1788 - UI translation:
1789     * Managing translations is now completely done through the administration interface
1790     * Added support for importing/exporting gettext .po files
1791
1792 Drupal 4.4.3, 2005-06-01
1793 ------------------------
1794 - Fixed bugs, including a critical input validation bug.
1795
1796 Drupal 4.4.2, 2004-07-04
1797 ------------------------
1798 - Fixed bugs: no critical bugs were identified.
1799
1800 Drupal 4.4.1, 2004-05-01
1801 ------------------------
1802 - Fixed bugs: no critical bugs were identified.
1803
1804 Drupal 4.4.0, 2004-04-01
1805 ------------------------
1806 - Added support for the MetaWeblog API and MovableType extensions.
1807 - Added a file API: enables better document management.
1808 - Improved the watchdog and search module to log search keys.
1809 - News aggregator:
1810     * Added support for conditional GET.
1811     * Added OPML feed subscription list.
1812     * Added support for <image>, <pubDate>, <dc:date>, <dcterms:created>, <dcterms:issued> and <dcterms:modified>.
1813 - Comment module:
1814     * Made it possible to disable the "comment viewing controls".
1815 - Performance:
1816     * Improved module loading when serving cached pages.
1817     * Made it possible to automatically disable modules when under heavy load.
1818     * Made it possible to automatically disable blocks when under heavy load.
1819     * Improved performance and memory footprint of the locale module.
1820 - Theme system:
1821     * Made all theme functions start with 'theme_'.
1822     * Made all theme functions return their output.
1823     * Migrated away from using the BaseTheme class.
1824     * Added many new theme functions and refactored existing theme functions.
1825     * Added avatar support to 'Xtemplate'.
1826     * Replaced theme 'UnConeD' by 'Chameleon'.
1827     * Replaced theme 'Marvin' by 'Pushbutton'.
1828 - Usability:
1829     * Added breadcrumb navigation to all pages.
1830     * Made it possible to add context-sensitive help to all pages.
1831     * Replaced drop-down menus by radio buttons where appropriate.
1832     * Removed the 'magic_quotes_gpc = 0' requirement.
1833     * Added a 'book navigation' block.
1834 - Accessibility:
1835     * Made themes degrade gracefully in absence of CSS.
1836     * Grouped form elements using '<fieldset>' and '<legend>' tags.
1837     * Added '<label>' tags to form elements.
1838 - Refactored 404 (file not found) handling and added support for custom 404 pages.
1839 - Improved the filter system to prevent conflicts between filters:
1840     * Made it possible to change the order in which filters are applied.
1841 - Documentation:
1842     * Added PHPDoc/Doxygen comments.
1843
1844 Drupal 4.3.2, 2004-01-01
1845 ------------------------
1846 - Fixed bugs: no critical bugs were identified.
1847
1848 Drupal 4.3.1, 2003-12-01
1849 ------------------------
1850 - Fixed bugs: no critical bugs were identified.
1851
1852 Drupal 4.3.0, 2003-11-01
1853 ------------------------
1854 - Added support for configurable URLs.
1855 - Added support for sortable table columns.
1856 - Database backend:
1857     * Added support for selective database table prefixing.
1858 - Performance:
1859     * Optimized many SQL queries for speed by converting left joins to inner joins.
1860 - Comment module:
1861     * Rewrote the comment housekeeping code to be much more efficient and scalable.
1862     * Changed the comment module to use the standard pager.
1863 - User module:
1864     * Added support for multiple sessions per user.
1865     * Added support for anonymous user sessions.
1866 - Forum module:
1867     * Improved the forum views and the themability thereof.
1868 - Book module:
1869     * Improved integration of non-book nodes in the book outline.
1870 - Usability:
1871     * Added support for "mass node operations" to ease repetitive tasks.
1872     * Added support for breadcrumb navigation to several modules' user pages.
1873     * Integrated the administration pages with the normal user pages.
1874
1875 Drupal 4.2.0, 2003-08-01
1876 ------------------------
1877 - Added support for clean URLs.
1878 - Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
1879 - Rewrote the RSS/RDF parser:
1880     * It will now use PHP's built-in XML parser to parse news feeds.
1881 - Rewrote the administration pages:
1882     * Improved the navigational elements and added breadcrumb navigation.
1883     * Improved the look and feel.
1884     * Added context-sensitive help.
1885 - Database backend:
1886     * Fixed numerous SQL queries to make Drupal ANSI compliant.
1887     * Added MSSQL database scheme.
1888 - Search module:
1889     * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
1890 - Node system:
1891     * Replaced the "post content" permission by more fine-grained permissions.
1892     * Improved content submission:
1893         + 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.
1894         + Added the ability to preview both the short and the full version of your posts.
1895     * Extended the node API which allows for better integration.
1896     * Added default node settings to control the behavior for promotion, moderation and other options.
1897 - Themes:
1898     * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
1899 - Removed the 'register_globals = on' requirement.
1900 - Added better installation instructions.
1901
1902 Drupal 4.1.0, 2003-02-01
1903 ------------------------
1904 - Collaboratively revised and expanded the Drupal documentation.
1905 - Rewrote comment.module:
1906     * Reintroduced comment rating/moderation.
1907     * Added support for comment paging.
1908     * Performance improvements: improved comment caching, faster SQL queries, etc.
1909 - Rewrote block.module:
1910     * Performance improvements: blocks are no longer rendered when not displayed.
1911 - Rewrote forum.module:
1912     * 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.
1913 - Rewrote statistics.module:
1914     * Collects access counts for each node, referrer logs, number of users/guests.
1915     * 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.
1916 - Added throttle.module:
1917     * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
1918 - Added profile.module:
1919     * Enables to extend the user and registration page.
1920 - Added pager support to the main page.
1921 - Replaced weblogs.module by ping.module:
1922     * Added support for normal and RSS notifications of http://blo.gs/.
1923     * Added support for RSS ping-notifications of http://weblogs.com/.
1924 - Removed the rating module
1925 - Themes:
1926     * Removed a significant portion of hard-coded mark-up.
1927
1928 Drupal 4.0.0, 2002-06-15
1929 ------------------------
1930 - Added tracker.module:
1931     * Replaces the previous "your [site]" links (recent comments and nodes).
1932 - Added weblogs.module:
1933     * This will ping weblogs.com when new content is promoted.
1934 - Added taxonomy module which replaces the meta module.
1935     * Supports relations, hierarchies and synonyms.
1936 - Added a caching system:
1937     * Speeds up pages for anonymous users and reduces system load.
1938 - Added support for external SMTP libraries.
1939 - Added an archive extension to the calendar.
1940 - Added support for the Blogger API.
1941 - Themes:
1942     * Cleaned up the theme system.
1943     * Moved themes that are not maintained to contributions CVS repository.
1944 - Database backend:
1945     * Changed to PEAR database abstraction layer.
1946     * Using ANSI SQL queries to be more portable.
1947 - Rewrote the user system:
1948     * Added support for Drupal authentication through XML-RPC and through a Jabber server.
1949     * Added support for modules to add more user data.
1950     * Users may delete their own account.
1951     * Added who's new and who's online blocks.
1952 - Changed block system:
1953     * Various hard coded blocks are now dynamic.
1954     * Blocks can now be enabled and/or be set by the user.
1955     * Blocks can be set to only show up on some pages.
1956     * Merged box module with block module.
1957 - Node system:
1958     * Blogs can be updated.
1959     * Teasers (abstracts) on all node types.
1960     * Improved error checking.
1961     * Content versioning support.
1962     * Usability improvements.
1963 - Improved book module to support text, HTML and PHP pages.
1964 - Improved comment module to mark new comments.
1965 - Added a general outliner which will let any node type be linked to a book.
1966 - Added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
1967 - Search module:
1968     * Improved the search system by making it context sensitive.
1969     * Added indexing.
1970 - Various updates:
1971     * Changed output to valid XHTML.
1972     * Improved multiple sites using the same Drupal database support.
1973     * Added support for session IDs in URLs instead of cookies.
1974     * Made the type of content on the front page configurable.
1975     * Made each cloud site have its own settings.
1976     * Modules and themes can now be enabled/disabled using the administration pages.
1977     * Added URL abstraction for links.
1978     * Usability changes (renamed links, better UI, etc.).
1979 - Collaboratively revised and expanded the Drupal documentation.
1980
1981 Drupal 3.0.1, 2001-10-15
1982 ------------------------
1983 - Various updates:
1984     * Added missing translations
1985     * Updated the themes: tidied up some HTML code and added new Drupal logos.
1986
1987 Drupal 3.0.0, 2001-09-15
1988 ------------------------
1989 - Major overhaul of the entire underlying design:
1990     * 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.
1991 - Rewrote submission/moderation queue and renamed it to queue.module.
1992 - Removed FAQ and documentation module and merged them into a "book module".
1993 - Removed ban module and integrated it into account.module as "access control":
1994     * Access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
1995 - Rewrote watchdog and submission throttle:
1996     * Improved watchdog messages and added watchdog filter.
1997 - Rewrote headline code and renamed it to import.module and export.module:
1998     * Added various improvements, including a better parser, bundles and better control over individual feeds.
1999 - Rewrote section code and renamed it to meta.module:
2000     * Supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy.
2001 - Rewrote configuration file resolving:
2002     * 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.
2003 - Added caching support which makes Drupal extremely scalable.
2004 - Added access.module:
2005     * Allows you to set up 'roles' (groups) and to bind a set of permissions to each group.
2006 - Added blog.module.
2007 - Added poll.module.
2008 - Added system.module:
2009     * Moved most of the configuration options from hostname.conf to the new administration section.
2010     * Added support for custom "filters".
2011 - Added statistics.module
2012 - Added moderate.module:
2013     * Allows to assign users editorial/moderator rights to certain nodes or topics.
2014 - Added page.module:
2015     * Allows creation of static (and dynamic) pages through the administration interface.
2016 - Added help.module:
2017     * Groups all available module documentation on a single page.
2018 - Added forum.module:
2019     * Added an integrated forum.
2020 - Added cvs.module and cvs-to-sql.pl:
2021     * Allows to display and mail CVS log messages as daily digests.
2022 - Added book.module:
2023     * Allows collaborative handbook writing: primary used for Drupal documentation.
2024 - Removed cron.module and integrated it into conf.module.
2025 - Removed module.module as it was no longer needed.
2026 - Various updates:
2027     * Added "auto-post new submissions" feature versus "moderate new submissions".
2028     * Introduced links/Drupal tags: [[link]]
2029     * Added preview functionality when submitting new content (such as a story) from the administration pages.
2030     * Made the administration section only show those links a user has access to.
2031     * Made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
2032     * Improved scheduler:
2033         + Content can be scheduled to be 'posted', 'queued' and 'hidden'.
2034     * Improved account module:
2035         + Added "access control" to allow/deny certain usernames/email addresses/hostnames.
2036     * Improved locale module:
2037         + Added new overview to easy the translation process.
2038     * Improved comment module:
2039         + Made it possible to permanently delete comments.
2040     * Improved rating module
2041     * Improved story module:
2042         + Added preview functionality for administrators.
2043         + Made it possible to permanently delete stories.
2044     * Improved themes:
2045         + W3C validation on a best effort basis.
2046         + Removed $theme->control() from themes.
2047         + Added theme "goofy".
2048 - Collaboratively revised and expanded the Drupal documentation.
2049
2050 Drupal 2.0.0, 2001-03-15
2051 ------------------------
2052 - Rewrote the comment/discussion code:
2053     * Comment navigation should be less confusing now.
2054     * Additional/alternative display and order methods have been added.
2055     * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
2056 - Added sections and section manager:
2057     * Story sections can be maintained from the administration pages.
2058     * 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.
2059 - Multiple vhosts + multiple directories:
2060     * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
2061 - Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
2062     * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
2063 - Added "search infrastructure":
2064     * Improved search page and integrated search functionality in the administration pages.
2065 - Added translation / localization / internationalization support:
2066     * 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.
2067 - Added fine-grained user permission (or group) system:
2068     * 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.
2069 - Added FAQ module
2070 - Changed the "open submission queue" into a (optional) module.
2071 - Various updates:
2072     * Improved account module:
2073         + User accounts can be deleted.
2074         + Added fine-grained permission support.
2075     * Improved block module
2076     * Improved diary module:
2077         + Diary entries can be deleted
2078     * Improved headline module:
2079         + Improved parser to support more "generic" RDF/RSS/XML backend.
2080     * Improved module module
2081     * Improved watchdog module
2082     * Improved database abstraction layer
2083     * Improved themes:
2084         + W3C validation on a best effort basis
2085         + Added theme "example" (alias "Stone Age")
2086     * Added new scripts to directory "scripts"
2087     * Added directory "misc"
2088     * Added CREDITS file
2089 - Revised documentation
2090
2091 Drupal 1.0.0, 2001-01-15
2092 ------------------------
2093 - Initial release