source: sipes/cord/CHANGELOG.txt @ b9d4e2e

stableversion-3.0
Last change on this file since b9d4e2e was 6627152, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se actualizo el cord

  • Propiedad mode establecida a 100755
File size: 46.5 KB
Línea 
1
2Drupal 6.38, 2016-02-24 - Final release
3---------------------------------------
4- Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-001.
5- Previously unreleased documentation fixes.
6
7Drupal 6.37, 2015-08-19
8-----------------------
9- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-003.
10
11Drupal 6.36, 2015-06-17
12-----------------------
13- Fixed security issues (OpenID impersonation). See SA-CORE-2015-002.
14
15Drupal 6.35, 2015-03-18
16-----------------------
17- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-001.
18
19Drupal 6.34, 2014-11-19
20-----------------------
21- Fixed security issues (session hijacking). See SA-CORE-2014-006.
22
23Drupal 6.33, 2014-08-06
24-----------------------
25- Fixed security issues (denial of service). See SA-CORE-2014-004.
26
27Drupal 6.32, 2014-07-16
28-----------------------
29- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.
30
31Drupal 6.31, 2014-04-16
32-----------------------
33- Fixed security issues (information disclosure). See SA-CORE-2014-002.
34
35Drupal 6.30, 2014-01-15
36-----------------------
37- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-001.
38
39Drupal 6.29, 2013-11-20
40-----------------------
41- Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-003.
42
43Drupal 6.28, 2013-01-16
44-----------------------
45- Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-001.
46
47Drupal 6.27, 2012-12-19
48-----------------------
49- Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
50
51Drupal 6.26, 2012-05-02
52-----------------------
53- Fixed a small number of bugs.
54- Made code documentation improvements.
55
56Drupal 6.25, 2012-02-29
57-----------------------
58- Fixed regressions introduced in Drupal 6.24 only.
59
60Drupal 6.24, 2012-02-01
61-----------------------
62- Improved performance of search indexing and user operations by adding indexes.
63- Fixed issues with themes getting disabled due to missing locking in
64  system_theme_data().
65- Fix issue with blocks being disabled on updates in _block_rehash().
66- Further improvements to PHP 5.3, PHP 4 and PostgreSQL compatibility.
67- Improved code documentation at various places.
68- Fixed a variety of other bugs.
69
70Drupal 6.23, 2012-02-01
71-----------------------
72- Fixed security issues (Cross site scripting). See SA-CORE-2012-001.
73
74Drupal 6.22, 2011-05-25
75-----------------------
76- Made Drupal 6 work better with IIS and Internet Explorer.
77- Fixed .po file imports to work better with custom textgroups.
78- Improved code documentation at various places.
79- Fixed a variety of other bugs.
80
81Drupal 6.21, 2011-05-25
82-----------------------
83- Fixed security issues (Cross site scripting). See SA-CORE-2011-001.
84
85Drupal 6.20, 2010-12-15
86-----------------------
87- Fixed a variety of small bugs, improved code documentation.
88
89Drupal 6.19, 2010-08-11
90-----------------------
91- Fixed a variety of small bugs, improved code documentation.
92
93Drupal 6.18, 2010-08-11
94-----------------------
95- Fixed security issues (OpenID authentication bypass, File download access
96  bypass, Comment unpublishing bypass, Actions cross site scripting),
97  see SA-CORE-2010-002.
98
99Drupal 6.17, 2010-06-02
100-----------------------
101- Improved PostgreSQL compatibility
102- Better PHP 5.3 and PHP 4 compatibility
103- Better browser compatibility of CSS and JS aggregation
104- Improved logging for login failures
105- Fixed an incompatibility with some contributed modules and the locking system
106- Fixed a variety of other bugs.
107
108Drupal 6.16, 2010-03-03
109-----------------------
110- Fixed security issues (Installation cross site scripting, Open redirection,
111  Locale module cross site scripting, Blocked user session regeneration),
112  see SA-CORE-2010-001.
113- Better support for updated jQuery versions.
114- Reduced resource usage of update.module.
115- Fixed several issues relating to support of install profiles and
116  distributions.
117- Added a locking framework to avoid data corruption on long operations.
118- Fixed a variety of other bugs.
119
120Drupal 6.15, 2009-12-16
121-----------------------
122- Fixed security issues (Cross site scripting). See SA-CORE-2009-009.
123- Fixed a variety of other bugs.
124
125Drupal 6.14, 2009-09-16
126-----------------------
127- Fixed security issues (OpenID association cross site request forgeries,
128  OpenID impersonation and File upload). See SA-CORE-2009-008.
129- Changed the system modules page to not run all cache rebuilds; use the
130  button on the performance settings page to achieve the same effect.
131- Added support for PHP 5.3.0 out of the box.
132- Fixed a variety of small bugs.
133
134Drupal 6.13, 2009-07-01
135-----------------------
136- Fixed security issues (Cross site scripting, Input format access bypass and
137  Password leakage in URL). See SA-CORE-2009-007.
138- Fixed a variety of small bugs.
139
140Drupal 6.12, 2009-05-13
141-----------------------
142- Fixed security issues (Cross site scripting). See SA-CORE-2009-006.
143- Fixed a variety of small bugs.
144
145Drupal 6.11, 2009-04-29
146-----------------------
147- Fixed security issues (Cross site scripting and limited information
148  disclosure). See SA-CORE-2009-005.
149- Fixed performance issues with the menu router cache, the update
150  status cache and improved cache invalidation
151- Fixed a variety of small bugs.
152
153Drupal 6.10, 2009-02-25
154-----------------------
155- Fixed a security issue, (Local file inclusion on Windows),
156  see SA-CORE-2009-003.
157- Fixed node_feed() so custom fields can show up in RSS feeds.
158- Improved PostgreSQL compatibility.
159- Fixed a variety of small bugs.
160
161Drupal 6.9, 2009-01-14
162----------------------
163- Fixed security issues, (Access Bypass, Validation Bypass and Hardening
164  against SQL injection). See SA-CORE-2009-001.
165- Made HTTP request checking more robust and informative.
166- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
167  basic shell scripts.
168- Removed t() calls from all schema documentation. Suggested best practice
169  changed for contributed modules, see http://drupal.org/node/322731.
170- Fixed a variety of small bugs.
171
172Drupal 6.8, 2008-12-11
173----------------------
174- Removed a previous change incompatible with PHP 5.1.x and lower.
175
176Drupal 6.7, 2008-12-10
177-----------------------
178- Fixed security issues, (Cross site request forgery and Cross site
179  scripting), see SA-2008-073.
180- Updated robots.txt and .htaccess to match current file use.
181- Fixed a variety of small bugs.
182
183Drupal 6.6, 2008-10-22
184----------------------
185- Fixed security issues, (File inclusion, Cross site scripting), See
186  SA-2008-067.
187- Fixed a variety of small bugs.
188
189Drupal 6.5, 2008-10-08
190----------------------
191- Fixed security issues, (File upload access bypass, Access rules bypass,
192  BlogAPI access bypass), see SA-2008-060.
193- Fixed a variety of small bugs.
194
195Drupal 6.4, 2008-08-13
196----------------------
197- Fixed a security issue (Cross site scripting, Arbitrary file uploads via
198  BlogAPI, Cross site request forgeries and Various Upload module
199  vulnerabilities), see SA-2008-047.
200- Improved error messages during installation.
201- Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
202- Fixed a variety of small bugs.
203
204Drupal 6.3, 2008-07-09
205----------------------
206- Fixed security issues, (Cross site scripting, cross site request forgery,
207  session fixation and SQL injection), see SA-2008-044.
208- Slightly modified installation process to prevent file ownership issues on
209  shared hosts.
210- Improved PostgreSQL compatibility (rewritten queries; custom blocks).
211- Upgraded to jQuery 1.2.6.
212- Performance improvements to search, menu handling and form API caches.
213- Fixed Views compatibility issues (Views for Drupal 6 requires Drupal 6.3+).
214- Fixed a variety of small bugs.
215
216Drupal 6.2, 2008-04-09
217----------------------
218- Fixed a variety of small bugs.
219- Fixed a security issue (Access bypasses), see SA-2008-026.
220
221Drupal 6.1, 2008-02-27
222----------------------
223- Fixed a variety of small bugs.
224- Fixed a security issue (Cross site scripting), see SA-2008-018.
225
226Drupal 6.0, 2008-02-13
227----------------------
228- New, faster and better menu system.
229- New watchdog as a hook functionality.
230   * New hook_watchdog that can be implemented by any module to route log
231     messages to various destinations.
232   * Expands the severity levels from 3 (Error, Warning, Notice) to the 8
233     levels defined in RFC 3164.
234   * The watchdog module is now called dblog, and is optional, but enabled by
235     default in the default install profile.
236   * Extended the database log module so log messages can be filtered.
237   * Added syslog module: useful for monitoring large Drupal installations.
238- Added optional e-mail notifications when users are approved, blocked, or
239  deleted.
240- Drupal works with error reporting set to E_ALL.
241- Added scripts/drupal.sh to execute Drupal code from the command line. Useful
242  to use Drupal as a framework to build command-line tools.
243- Made signature support optional and made it possible to theme signatures.
244- Made it possible to filter the URL aliases on the URL alias administration
245  screen.
246- Language system improvements:
247    * Support for right to left languages.
248    * Language detection based on parts of the URL.
249    * Browser based language detection.
250    * Made it possible to specify a node's language.
251    * Support for translating posts on the site to different languages.
252    * Language dependent path aliases.
253    * Automatically import translations when adding a new language.
254    * JavaScript interface translation.
255    * Automatically import a module's translation upon enabling that module.
256- Moved "PHP input filter" to a standalone module so it can be deleted for
257  security reasons.
258- Usability:
259    * Improved handling of teasers in posts.
260    * Added sticky table headers.
261    * Check for clean URL support automatically with JavaScript.
262    * Removed default/settings.php. Instead the installer will create it from
263      default.settings.php.
264    * Made it possible to configure your own date formats.
265    * Remember anonymous comment posters.
266    * Only allow modules and themes to be enabled that have explicitly been
267      ported to the correct core API version.
268    * Can now specify the minimum PHP version required for a module within the
269      .info file.
270    * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES
271      database rights.
272    * Dynamically check password strength and confirmation.
273    * Refactored poll administration.
274    * Implemented drag-and-drop positioning for blocks, menu items, taxonomy
275      vocabularies and terms, forums, profile fields, and input format filters.
276- Theme system:
277    * Added .info files to themes and made it easier to specify regions and
278      features.
279    * Added theme registry: modules can directly provide .tpl.php files for
280      their themes without having to create theme_ functions.
281    * Used the Garland theme for the installation and maintenance pages.
282    * Added theme preprocess functions for themes that are templates.
283    * Added support for themeable functions in JavaScript.
284- Refactored update.php to a generic batch API to be able to run time-consuming
285  operations in multiple subsequent HTTP requests.
286- Installer:
287    * Themed the installer with the Garland theme.
288    * Added form to provide initial site information during installation.
289    * Added ability to provide extra installation steps programmatically.
290    * Made it possible to import interface translations at install time.
291- Added the HTML corrector filter:
292    * Fixes faulty and chopped off HTML in postings.
293    * Tags are now automatically closed at the end of the teaser.
294- Performance:
295    * Made it easier to conditionally load .include files and split up many core
296      modules.
297    * Added a JavaScript aggregator.
298    * Added block-level caching, improving performance for both authenticated
299      and anonymous users.
300    * Made Drupal work correctly when running behind a reverse proxy like
301      Squid or Pound.
302- File handling improvements:
303    * Entries in the files table are now keyed to a user instead of a node.
304    * Added reusable validation functions to check for uploaded file sizes,
305      extensions, and image resolution.
306    * Added ability to create and remove temporary files during a cron job.
307- Forum improvements:
308    * Any node type may now be posted in a forum.
309- Taxonomy improvements:
310    * Descriptions for terms are now shown on taxonomy/term pages as well
311      as RSS feeds.
312    * Added versioning support to categories by associating them with node
313      revisions.
314- Added support for OpenID.
315- Added support for triggering configurable actions.
316- Added the Update status module to automatically check for available updates
317  and warn sites if they are missing security updates or newer versions.
318  Sites deploying from CVS should use http://drupal.org/project/cvs_deploy.
319  Advanced settings provided by http://drupal.org/project/update_advanced.
320- Upgraded the core JavaScript library to jQuery version 1.2.3.
321- Added a new Schema API, which provides built-in support for core and
322  contributed modules to work with databases other than MySQL.
323- Removed drupal.module. The functionality lives on as the Site network
324  contributed module (http://drupal.org/project/site_network).
325- Removed old system updates. Updates from Drupal versions prior to 5.x will
326  require upgrading to 5.x before upgrading to 6.x.
327
328Drupal 5.23, 2010-08-11
329-----------------------
330- Fixed security issues (File download access bypass, Comment unpublishing
331  bypass). See SA-CORE-2010-002.
332
333Drupal 5.22, 2010-03-03
334-----------------------
335- Fixed security issues (Open redirection, Locale module cross site scripting,
336  Blocked user session regeneration). See SA-CORE-2010-001.
337
338Drupal 5.21, 2009-12-16
339-----------------------
340- Fixed a security issue (Cross site scripting). See SA-CORE-2009-009.
341- Fixed a variety of small bugs.
342
343Drupal 5.20, 2009-09-16
344-----------------------
345- Avoid security problems resulting from writing Drupal 6-style menu declarations.
346- Fixed security issues (session fixation). See SA-CORE-2009-008.
347- Fixed a variety of small bugs.
348
349Drupal 5.19, 2009-07-01
350-----------------------
351- Fixed security issues (Cross site scripting and Password leakage in URL).
352  See SA-CORE-2009-007.
353- Fixed a variety of small bugs.
354
355Drupal 5.18, 2009-05-13
356----------------------
357- Fixed security issues (Cross site scripting). See SA-CORE-2009-006.
358- Fixed a variety of small bugs.
359
360Drupal 5.17, 2009-04-29
361-----------------------
362- Fixed security issues (Cross site scripting and limited information disclosure) see SA-CORE-2009-005.
363- Fixed a variety of small bugs.
364
365Drupal 5.16, 2009-02-25
366-----------------------
367- Fixed a security issue, (Local file inclusion on Windows). See
368  SA-CORE-2009-004.
369- Fixed a variety of small bugs.
370
371Drupal 5.15, 2009-01-14
372----------------------
373- Fixed security issues, (Hardening against SQL injection). See
374  SA-CORE-2009-001.
375- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
376  basic shell scripts.
377- Fixed a variety of small bugs.
378
379Drupal 5.14, 2008-12-11
380----------------------
381- Removed a previous change incompatible with PHP 5.1.x and lower.
382
383Drupal 5.13, 2008-12-10
384-----------------------
385- fixed a variety of small bugs.
386- fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
387- updated robots.txt and .htaccess to match current file use.
388
389Drupal 5.12, 2008-10-22
390-----------------------
391- fixed security issues, (File inclusion), see SA-2008-067.
392
393Drupal 5.11, 2008-10-08
394-----------------------
395- fixed a variety of small bugs.
396- fixed security issues, (File upload access bypass, Access rules bypass,
397  BlogAPI access bypass, Node validation bypass), see SA-2008-060
398
399Drupal 5.10, 2008-08-13
400-----------------------
401- fixed a variety of small bugs.
402- fixed security issues, (Cross site scripting, Arbitrary file uploads via
403  BlogAPI and Cross site request forgery), see SA-2008-047
404
405Drupal 5.9, 2008-07-23
406----------------------
407- fixed a variety of small bugs.
408- fixed security issues, (Session fixation), see SA-2008-046
409
410Drupal 5.8, 2008-07-09
411----------------------
412- fixed a variety of small bugs.
413- fixed security issues, (Cross site scripting, cross site request forgery, and
414  session fixation), see SA-2008-044
415
416Drupal 5.7, 2008-01-28
417----------------------
418- fixed the input format configuration page.
419- fixed a variety of small bugs.
420
421Drupal 5.6, 2008-01-10
422----------------------
423- fixed a variety of small bugs.
424- fixed a security issue (Cross site request forgery), see SA-2008-005
425- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
426- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
427
428Drupal 5.5, 2007-12-06
429----------------------
430- fixed missing missing brackets in a query in the user module.
431- fixed taxonomy feed bug introduced by SA-2007-031
432
433Drupal 5.4, 2007-12-05
434----------------------
435- fixed a variety of small bugs.
436- fixed a security issue (SQL injection), see SA-2007-031
437
438Drupal 5.3, 2007-10-17
439----------------------
440- fixed a variety of small bugs.
441- fixed a security issue (HTTP response splitting), see SA-2007-024
442- fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
443- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
444- fixed a security issue (User deletion cross site request forgery), see SA-2007-029
445- fixed a security issue (API handling of unpublished comment), see SA-2007-030
446
447Drupal 5.2, 2007-07-26
448----------------------
449- changed hook_link() $teaser argument to match documentation.
450- fixed a variety of small bugs.
451- fixed a security issue (cross-site request forgery), see SA-2007-017
452- fixed a security issue (cross-site scripting), see SA-2007-018
453
454Drupal 5.1, 2007-01-29
455----------------------
456- fixed security issue (code execution), see SA-2007-005
457- fixed a variety of small bugs.
458
459Drupal 5.0, 2007-01-15
460----------------------
461- Completely retooled the administration page
462    * /Admin now contains an administration page which may be themed
463    * Reorganised administration menu items by task and by module
464    * Added a status report page with detailed PHP/MySQL/Drupal information
465- Added web-based installer which can:
466    * Check installation and run-time requirements
467    * Automatically generate the database configuration file
468    * Install pre-made 'install profiles' or distributions
469    * Import the database structure with automatic table prefixing
470    * Be localized
471- Added new default Garland theme
472- Added color module to change some themes' color schemes
473- Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it
474- Introduced the ability to alter mail sent from system
475- Module system:
476    * Added .info files for module meta-data
477    * Added support for module dependencies
478    * Improved module installation screen
479    * Moved core modules to their own directories
480    * Added support for module uninstalling
481- Added support for different cache backends
482- Added support for a generic "sites/all" directory.
483- Usability:
484    * Added support for auto-complete forms (AJAX) to user profiles.
485    * Made it possible to instantly assign roles to newly created user accounts.
486    * Improved configurability of the contact forms.
487    * Reorganized the settings pages.
488    * Made it easy to investigate popular search terms.
489    * Added a 'select all' checkbox and a range select feature to administration tables.
490    * Simplified the 'break' tag to split teasers from body.
491    * Use proper capitalization for titles, menu items and operations.
492- Integrated urlfilter.module into filter.module
493- Block system:
494    * Extended the block visibility settings with a role specific setting.
495    * Made it possible to customize all block titles.
496- Poll module:
497    * Optionally allow people to inspect all votes.
498    * Optionally allow people to cancel their vote.
499- Distributed authentication:
500    * Added default server option.
501- Added default robots.txt to control crawlers.
502- Database API:
503    * Added db_table_exists().
504- Blogapi module:
505    * 'Blogapi new' and 'blogapi edit' nodeapi operations.
506- User module:
507    * Added hook_profile_alter().
508    * E-mail verification is made optional.
509    * Added mass editing and filtering on admin/user/user.
510- PHP Template engine:
511    * Add the ability to look for a series of suggested templates.
512    * Look for page templates based upon the path.
513    * Look for block templates based upon the region, module, and delta.
514- Content system:
515    * Made it easier for node access modules to work well with each other.
516    * Added configurable content types.
517    * Changed node rendering to work with structured arrays.
518- Performance:
519    * Improved session handling: reduces database overhead.
520    * Improved access checking: reduces database overhead.
521    * Made it possible to do memcached based session management.
522    * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
523    * Added an 'aggressive' caching policy.
524    * Added a CSS aggregator and compressor (up to 40% faster page loads).
525- Removed the archive module.
526- Upgrade system:
527    * Created space for update branches.
528- Forms API:
529    * Made it possible to programmatically submit forms.
530    * Improved api for multistep forms.
531- Theme system:
532    * Split up and removed drupal.css.
533    * Added nested lists generation.
534    * Added a self-clearing block class.
535
536Drupal 4.7.11, 2008-01-10
537-------------------------
538- fixed a security issue (Cross site request forgery), see SA-2008-005
539- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
540- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
541
542Drupal 4.7.10, 2007-12-06
543-------------------------
544- fixed taxonomy feed bug introduced by SA-2007-031
545
546Drupal 4.7.9, 2007-12-05
547------------------------
548- fixed a security issue (SQL injection), see SA-2007-031
549
550Drupal 4.7.8, 2007-10-17
551----------------------
552- fixed a security issue (HTTP response splitting), see SA-2007-024
553- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
554- fixed a security issue (API handling of unpublished comment), see SA-2007-030
555
556Drupal 4.7.7, 2007-07-26
557------------------------
558- fixed security issue (XSS), see SA-2007-018
559
560Drupal 4.7.6, 2007-01-29
561------------------------
562- fixed security issue (code execution), see SA-2007-005
563
564Drupal 4.7.5, 2007-01-05
565------------------------
566- Fixed security issue (XSS), see SA-2007-001
567- Fixed security issue (DoS), see SA-2007-002
568
569Drupal 4.7.4, 2006-10-18
570------------------------
571- Fixed security issue (XSS), see SA-2006-024
572- Fixed security issue (CSRF), see SA-2006-025
573- Fixed security issue (Form action attribute injection), see SA-2006-026
574
575Drupal 4.7.3, 2006-08-02
576------------------------
577- Fixed security issue (XSS), see SA-2006-011
578
579Drupal 4.7.2, 2006-06-01
580------------------------
581- Fixed critical upload issue, see SA-2006-007
582- Fixed taxonomy XSS issue, see SA-2006-008
583- Fixed a variety of small bugs.
584
585Drupal 4.7.1, 2006-05-24
586------------------------
587- Fixed critical SQL issue, see SA-2006-005
588- Fixed a serious upgrade related bug.
589- Fixed a variety of small bugs.
590
591Drupal 4.7.0, 2006-05-01
592------------------------
593- Added free tagging support.
594- Added a site-wide contact form.
595- Theme system:
596    * Added the PHPTemplate theme engine and removed the Xtemplate engine.
597    * Converted the bluemarine theme from XTemplate to PHPTemplate.
598    * Converted the pushbutton theme from XTemplate to PHPTemplate.
599- Usability:
600    * Reworked the 'request new password' functionality.
601    * Reworked the node and comment edit forms.
602    * Made it easy to add nodes to the navigation menu.
603    * Added site 'offline for maintenance' feature.
604    * Added support for auto-complete forms (AJAX).
605    * Added support for collapsible page sections (JS).
606    * Added support for resizable text fields (JS).
607    * Improved file upload functionality (AJAX).
608    * Reorganized some settings pages.
609    * Added friendly database error screens.
610    * Improved styling of update.php.
611- Refactored the forms API.
612    * Made it possible to alter, extend or theme forms.
613- Comment system:
614    * Added support for "mass comment operations" to ease repetitive tasks.
615    * Comment moderation has been removed.
616- Node system:
617    * Reworked the revision functionality.
618    * Removed the bookmarklet code. Third-party modules can now handle
619      This.
620- Upgrade system:
621    * Allows contributed modules to plug into the upgrade system.
622- Profiles:
623    * Added a block to display author information along with posts.
624    * Added support for private profile fields.
625- Statistics module:
626    * Added the ability to track page generation times.
627    * Made it possible to block certain IPs/hostnames.
628- Block system:
629    * Added support for theme-specific block regions.
630- Syndication:
631    * Made the aggregator module parse Atom feeds.
632    * Made the aggregator generate RSS feeds.
633    * Added RSS feed settings.
634- XML-RPC:
635    * Replaced the XML-RPC library by a better one.
636- Performance:
637    * Added 'loose caching' option for high-traffic sites.
638    * Improved performance of path aliasing.
639    * Added the ability to track page generation times.
640- Internationalization:
641    * Improved Unicode string handling API.
642    * Added support for PHP's multibyte string module.
643- Added support for PHP5's 'mysqli' extension.
644- Search module:
645    * Made indexer smarter and more robust.
646    * Added advanced search operators (e.g. phrase, node type, ...).
647    * Added customizable result ranking.
648- PostgreSQL support:
649    * Removed dependency on PL/pgSQL procedural language.
650- Menu system:
651    * Added support for external URLs.
652- Queue module:
653    * Removed from core.
654- HTTP handling:
655    * Added support for a tolerant Base URL.
656    * Output URIs relative to the root, without a base tag.
657
658Drupal 4.6.11, 2007-01-05
659-------------------------
660- Fixed security issue (XSS), see SA-2007-001
661- Fixed security issue (DoS), see SA-2007-002
662
663Drupal 4.6.10, 2006-10-18
664------------------------
665- Fixed security issue (XSS), see SA-2006-024
666- Fixed security issue (CSRF), see SA-2006-025
667- Fixed security issue (Form action attribute injection), see SA-2006-026
668
669Drupal 4.6.9, 2006-08-02
670------------------------
671- Fixed security issue (XSS), see SA-2006-011
672
673Drupal 4.6.8, 2006-06-01
674------------------------
675- Fixed critical upload issue, see SA-2006-007
676- Fixed taxonomy XSS issue, see SA-2006-008
677
678Drupal 4.6.7, 2006-05-24
679------------------------
680- Fixed critical SQL issue, see SA-2006-005
681
682Drupal 4.6.6, 2006-03-13
683------------------------
684- Fixed bugs, including 4 security vulnerabilities.
685
686Drupal 4.6.5, 2005-12-12
687------------------------
688- Fixed bugs: no critical bugs were identified.
689
690Drupal 4.6.4, 2005-11-30
691------------------------
692- Fixed bugs, including 3 security vulnerabilities.
693
694Drupal 4.6.3, 2005-08-15
695------------------------
696- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
697
698Drupal 4.6.2, 2005-06-29
699------------------------
700- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
701
702Drupal 4.6.1, 2005-06-01
703------------------------
704- Fixed bugs, including a critical input validation bug.
705
706Drupal 4.6.0, 2005-04-15
707------------------------
708- PHP5 compliance
709- Search:
710    * Added UTF-8 support to make it work with all languages.
711    * Improved search indexing algorithm.
712    * Improved search output.
713    * Impose a throttle on indexing of large sites.
714    * Added search block.
715- Syndication:
716    * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
717    * Made Drupal generate RSS 2.0 feeds.
718    * Made RSS feeds extensible.
719    * Added categories to RSS feeds.
720    * Added enclosures to RSS feeds.
721- Flood control mechanism:
722    * Added a mechanism to throttle certain operations.
723- Usability:
724    * Refactored the block configuration pages.
725    * Refactored the statistics pages.
726    * Refactored the watchdog pages.
727    * Refactored the throttle module configuration.
728    * Refactored the access rules page.
729    * Refactored the content administration page.
730    * Introduced forum configuration pages.
731    * Added a 'add child page' link to book pages.
732- Contact module:
733    * Added a simple contact module that allows users to contact each other using e-mail.
734- Multi-site configuration:
735    * Made it possible to run multiple sites from a single code base.
736- Added an image API: enables better image handling.
737- Block system:
738    * Extended the block visibility settings.
739- Theme system:
740    * Added new theme functions.
741- Database backend:
742    * The PEAR database backend is no longer supported.
743- Performance:
744    * Improved performance of the forum topics block.
745    * Improved performance of the tracker module.
746    * Improved performance of the node pages.
747- Documentation:
748    * Improved and extended PHPDoc/Doxygen comments.
749
750Drupal 4.5.8, 2006-03-13
751------------------------
752- Fixed bugs, including 3 security vulnerabilities.
753
754Drupal 4.5.7, 2005-12-12
755------------------------
756- Fixed bugs: no critical bugs were identified.
757
758Drupal 4.5.6, 2005-11-30
759------------------------
760- Fixed bugs, including 3 security vulnerabilities.
761
762Drupal 4.5.5, 2005-08-15
763------------------------
764- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
765
766Drupal 4.5.4, 2005-06-29
767------------------------
768- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
769
770Drupal 4.5.3, 2005-06-01
771------------------------
772- Fixed bugs, including a critical input validation bug.
773
774Drupal 4.5.2, 2005-01-15
775------------------------
776- Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
777
778Drupal 4.5.1, 2004-12-01
779------------------------
780- Fixed bugs: no critical bugs were identified.
781
782Drupal 4.5.0, 2004-10-18
783------------------------
784- Navigation:
785    * Made it possible to add, delete, rename and move menu items.
786    * Introduced tabs and subtabs for local tasks.
787    * Reorganized the navigation menus.
788- User management:
789    * Added support for multiple roles per user.
790    * Made it possible to add custom profile fields.
791    * Made it possible to browse user profiles by field.
792- Node system:
793    * Added support for node-level permissions.
794- Comment module:
795    * Made it possible to leave contact information without having to register.
796- Upload module:
797    * Added support for uploading documents (includes images).
798- Forum module:
799    * Added support for sticky forum topics.
800    * Made it possible to track forum topics.
801- Syndication:
802    * Added support for RSS ping-notifications of http://technorati.com/.
803    * Refactored the categorization of syndicated news items.
804    * Added an URL alias for 'rss.xml'.
805    * Improved date parsing.
806- Database backend:
807    * Added support for multiple database connections.
808    * The PostgreSQL backend does no longer require PEAR.
809- Theme system:
810    * Changed all GIFs to PNGs.
811    * Reorganised the handling of themes, template engines, templates and styles.
812    * Unified and extended the available theme settings.
813    * Added theme screenshots.
814- Blocks:
815    * Added 'recent comments' block.
816    * Added 'categories' block.
817- Blogger API:
818    * Added support for auto-discovery of blogger API via RSD.
819- Performance:
820    * Added support for sending gzip compressed pages.
821    * Improved performance of the forum module.
822- Accessibility:
823    * Improved the accessibility of the archive module's calendar.
824    * Improved form handling and error reporting.
825    * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
826- Refactored 403 (forbidden) handling and added support for custom 403 pages.
827- Documentation:
828    * Added PHPDoc/Doxygen comments.
829- Filter system:
830    * Added support for using multiple input formats on the site
831    * Expanded the embedded PHP-code feature so it can be used everywhere
832    * Added support for role-dependant filtering, through input formats
833- UI translation:
834    * Managing translations is now completely done through the administration interface
835    * Added support for importing/exporting gettext .po files
836
837Drupal 4.4.3, 2005-06-01
838------------------------
839- Fixed bugs, including a critical input validation bug.
840
841Drupal 4.4.2, 2004-07-04
842------------------------
843- Fixed bugs: no critical bugs were identified.
844
845Drupal 4.4.1, 2004-05-01
846------------------------
847- Fixed bugs: no critical bugs were identified.
848
849Drupal 4.4.0, 2004-04-01
850------------------------
851- Added support for the MetaWeblog API and MovableType extensions.
852- Added a file API: enables better document management.
853- Improved the watchdog and search module to log search keys.
854- News aggregator:
855    * Added support for conditional GET.
856    * Added OPML feed subscription list.
857    * Added support for <image>, <pubDate>, <dc:date>, <dcterms:created>, <dcterms:issued> and <dcterms:modified>.
858- Comment module:
859    * Made it possible to disable the "comment viewing controls".
860- Performance:
861    * Improved module loading when serving cached pages.
862    * Made it possible to automatically disable modules when under heavy load.
863    * Made it possible to automatically disable blocks when under heavy load.
864    * Improved performance and memory footprint of the locale module.
865- Theme system:
866    * Made all theme functions start with 'theme_'.
867    * Made all theme functions return their output.
868    * Migrated away from using the BaseTheme class.
869    * Added many new theme functions and refactored existing theme functions.
870    * Added avatar support to 'Xtemplate'.
871    * Replaced theme 'UnConeD' by 'Chameleon'.
872    * Replaced theme 'Marvin' by 'Pushbutton'.
873- Usability:
874    * Added breadcrumb navigation to all pages.
875    * Made it possible to add context-sensitive help to all pages.
876    * Replaced drop-down menus by radio buttons where appropriate.
877    * Removed the 'magic_quotes_gpc = 0' requirement.
878    * Added a 'book navigation' block.
879- Accessibility:
880    * Made themes degrade gracefully in absence of CSS.
881    * Grouped form elements using '<fieldset>' and '<legend>' tags.
882    * Added '<label>' tags to form elements.
883- Refactored 404 (file not found) handling and added support for custom 404 pages.
884- Improved the filter system to prevent conflicts between filters:
885    * Made it possible to change the order in which filters are applied.
886- Documentation:
887    * Added PHPDoc/Doxygen comments.
888
889Drupal 4.3.2, 2004-01-01
890------------------------
891- Fixed bugs: no critical bugs were identified.
892
893Drupal 4.3.1, 2003-12-01
894------------------------
895- Fixed bugs: no critical bugs were identified.
896
897Drupal 4.3.0, 2003-11-01
898------------------------
899- Added support for configurable URLs.
900- Added support for sortable table columns.
901- Database backend:
902    * Added support for selective database table prefixing.
903- Performance:
904    * Optimized many SQL queries for speed by converting left joins to inner joins.
905- Comment module:
906    * Rewrote the comment housekeeping code to be much more efficient and scalable.
907    * Changed the comment module to use the standard pager.
908- User module:
909    * Added support for multiple sessions per user.
910    * Added support for anonymous user sessions.
911- Forum module:
912    * Improved the forum views and the themability thereof.
913- Book module:
914    * Improved integration of non-book nodes in the book outline.
915- Usability:
916    * Added support for "mass node operations" to ease repetitive tasks.
917    * Added support for breadcrumb navigation to several modules' user pages.
918    * Integrated the administration pages with the normal user pages.
919
920Drupal 4.2.0, 2003-08-01
921------------------------
922- Added support for clean URLs.
923- Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
924- Rewrote the RSS/RDF parser:
925    * It will now use PHP's built-in XML parser to parse news feeds.
926- Rewrote the administration pages:
927    * Improved the navigational elements and added breadcrumb navigation.
928    * Improved the look and feel.
929    * Added context-sensitive help.
930- Database backend:
931    * Fixed numerous SQL queries to make Drupal ANSI compliant.
932    * Added MSSQL database scheme.
933- Search module:
934    * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
935- Node system:
936    * Replaced the "post content" permission by more fine-grained permissions.
937    * Improved content submission:
938        + 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.
939        + Added the ability to preview both the short and the full version of your posts.
940    * Extended the node API which allows for better integration.
941    * Added default node settings to control the behavior for promotion, moderation and other options.
942- Themes:
943    * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
944- Removed the 'register_globals = on' requirement.
945- Added better installation instructions.
946
947Drupal 4.1.0, 2003-02-01
948------------------------
949- Collaboratively revised and expanded the Drupal documentation.
950- Rewrote comment.module:
951    * Reintroduced comment rating/moderation.
952    * Added support for comment paging.
953    * Performance improvements: improved comment caching, faster SQL queries, etc.
954- Rewrote block.module:
955    * Performance improvements: blocks are no longer rendered when not displayed.
956- Rewrote forum.module:
957    * 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.
958- Rewrote statistics.module:
959    * Collects access counts for each node, referrer logs, number of users/guests.
960    * 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.
961- Added throttle.module:
962    * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
963- Added profile.module:
964    * Enables to extend the user and registration page.
965- Added pager support to the main page.
966- Replaced weblogs.module by ping.module:
967    * Added support for normal and RSS notifications of http://blo.gs/.
968    * Added support for RSS ping-notifications of http://weblogs.com/.
969- Removed the rating module
970- Themes:
971    * Removed a significant portion of hard-coded mark-up.
972
973Drupal 4.0.0, 2002-06-15
974------------------------
975- Added tracker.module:
976    * Replaces the previous "your [site]" links (recent comments and nodes).
977- Added weblogs.module:
978    * This will ping weblogs.com when new content is promoted.
979- Added taxonomy module which replaces the meta module.
980    * Supports relations, hierarchies and synonyms.
981- Added a caching system:
982    * Speeds up pages for anonymous users and reduces system load.
983- Added support for external SMTP libraries.
984- Added an archive extension to the calendar.
985- Added support for the Blogger API.
986- Themes:
987    * Cleaned up the theme system.
988    * Moved themes that are not maintained to contributions CVS repository.
989- Database backend:
990    * Changed to PEAR database abstraction layer.
991    * Using ANSI SQL queries to be more portable.
992- Rewrote the user system:
993    * Added support for Drupal authentication through XML-RPC and through a Jabber server.
994    * Added support for modules to add more user data.
995    * Users may delete their own account.
996    * Added who's new and who's online blocks.
997- Changed block system:
998    * Various hard coded blocks are now dynamic.
999    * Blocks can now be enabled and/or be set by the user.
1000    * Blocks can be set to only show up on some pages.
1001    * Merged box module with block module.
1002- Node system:
1003    * Blogs can be updated.
1004    * Teasers (abstracts) on all node types.
1005    * Improved error checking.
1006    * Content versioning support.
1007    * Usability improvements.
1008- Improved book module to support text, HTML and PHP pages.
1009- Improved comment module to mark new comments.
1010- Added a general outliner which will let any node type be linked to a book.
1011- Added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
1012- Search module:
1013    * Improved the search system by making it context sensitive.
1014    * Added indexing.
1015- Various updates:
1016    * Changed output to valid XHTML.
1017    * Improved multiple sites using the same Drupal database support.
1018    * Added support for session IDs in URLs instead of cookies.
1019    * Made the type of content on the front page configurable.
1020    * Made each cloud site have its own settings.
1021    * Modules and themes can now be enabled/disabled using the administration pages.
1022    * Added URL abstraction for links.
1023    * Usability changes (renamed links, better UI, etc).
1024- Collaboratively revised and expanded the Drupal documentation.
1025
1026Drupal 3.0.1, 2001-10-15
1027------------------------
1028- Various updates:
1029    * Added missing translations
1030    * Updated the themes: tidied up some HTML code and added new Drupal logos.
1031
1032Drupal 3.0.0, 2001-09-15
1033------------------------
1034- Major overhaul of the entire underlying design:
1035    * 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.
1036- Rewrote submission/moderation queue and renamed it to queue.module.
1037- Removed FAQ and documentation module and merged them into a "book module".
1038- Removed ban module and integrated it into account.module as "access control":
1039    * Access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
1040- Rewrote watchdog and submission throttle:
1041    * Improved watchdog messages and added watchdog filter.
1042- Rewrote headline code and renamed it to import.module and export.module:
1043    * Added various improvements, including a better parser, bundles and better control over individual feeds.
1044- Rewrote section code and renamed it to meta.module:
1045    * Supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy.
1046- Rewrote configuration file resolving:
1047    * 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.
1048- Added caching support which makes Drupal extremely scalable.
1049- Added access.module:
1050    * Allows you to set up 'roles' (groups) and to bind a set of permissions to each group.
1051- Added blog.module.
1052- Added poll.module.
1053- Added system.module:
1054    * Moved most of the configuration options from hostname.conf to the new administration section.
1055    * Added support for custom "filters".
1056- Added statistics.module
1057- Added moderate.module:
1058    * Allows to assign users editorial/moderator rights to certain nodes or topics.
1059- Added page.module:
1060    * Allows creation of static (and dynamic) pages through the administration interface.
1061- Added help.module:
1062    * Groups all available module documentation on a single page.
1063- Added forum.module:
1064    * Added an integrated forum.
1065- Added cvs.module and cvs-to-sql.pl:
1066    * Allows to display and mail CVS log messages as daily digests.
1067- Added book.module:
1068    * Allows collaborative handbook writing: primary used for Drupal documentation.
1069- Removed cron.module and integrated it into conf.module.
1070- Removed module.module as it was no longer needed.
1071- Various updates:
1072    * Added "auto-post new submissions" feature versus "moderate new submissions".
1073    * Introduced links/Drupal tags: [[link]]
1074    * Added preview functionality when submitting new content (such as a story) from the administration pages.
1075    * Made the administration section only show those links a user has access to.
1076    * Made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
1077    * Improved scheduler:
1078        + Content can be scheduled to be 'posted', 'queued' and 'hidden'.
1079    * Improved account module:
1080        + Added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
1081    * Improved locale module:
1082        + Added new overview to easy the translation process.
1083    * Improved comment module:
1084        + Made it possible to permanently delete comments.
1085    * Improved rating module
1086    * Improved story module:
1087        + Added preview functionality for administrators.
1088        + Made it possible to permanently delete stories.
1089    * Improved themes:
1090        + W3C validation on a best effort basis.
1091        + Removed $theme->control() from themes.
1092        + Added theme "goofy".
1093- Collaboratively revised and expanded the Drupal documentation.
1094
1095Drupal 2.0.0, 2001-03-15
1096------------------------
1097- Rewrote the comment/discussion code:
1098    * Comment navigation should be less confusing now.
1099    * Additional/alternative display and order methods have been added.
1100    * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
1101- Added sections and section manager:
1102    * Story sections can be maintained from the administration pages.
1103    * 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.
1104- Multiple vhosts + multiple directories:
1105    * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
1106- Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
1107    * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
1108- Added "search infrastructure":
1109    * Improved search page and integrated search functionality in the administration pages.
1110- Added translation / localization / internationalization support:
1111    * 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.
1112- Added fine-grained user permission (or group) system:
1113    * 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.
1114- Added FAQ module
1115- Changed the "open submission queue" into a (optional) module.
1116- Various updates:
1117    * Improved account module:
1118        + User accounts can be deleted.
1119        + Added fine-grained permission support.
1120    * Improved block module
1121    * Improved diary module:
1122        + Diary entries can be deleted
1123    * Improved headline module:
1124        + Improved parser to support more "generic" RDF/RSS/XML backend.
1125    * Improved module module
1126    * Improved watchdog module
1127    * Improved database abstraction layer
1128    * Improved themes:
1129        + W3C validation on a best effort basis
1130        + Added theme "example" (alias "Stone Age")
1131    * Added new scripts to directory "scripts"
1132    * Added directory "misc"
1133    * Added CREDITS file
1134- Revised documentation
1135
1136Drupal 1.0.0, 2001-01-15
1137------------------------
1138- Initial release
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.