From ad16e8ffb58ddb92ec51ce117a7c08b228c70a92 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 27 Jul 2011 13:24:10 -0700 Subject: Back to 7.x-dev --- CHANGELOG.txt | 19 +++++++++++++++++++ includes/bootstrap.inc | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3f953cef2..f4e783309 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,23 @@ +Drupal 7.7-dev, xxxx-xx-xx (development version) +---------------------- + + +Drupal 7.6, 2011-07-27 +---------------------- +- Fixed support for remote streamwrappers. +- AJAX now binds to 'click' instead of 'mousedown'. +- 'Translatable' flag on fields created in UI now defaults to FALSE, to match those created via the API. +- Performance enhancement to permissions page on large numbers of permissions. +- More secure password generation. +- Fix for temporary directory on Windows servers. +- run-tests.sh now uses proc_open() instead of pcntl_fork() for better Windows support. +- Numerous upgrade path fixes. +- Numerous documentation fixes. +- Numerous notice fixes. +- Numerous fixes to improve PHP 5.4 support. +- Numerous RTL improvements. + Drupal 7.5, 2011-07-27 ---------------------- - Fixed security issue (Access bypass), see SA-CORE-2011-003. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index e9837da30..d6d30fd2c 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.5'); +define('VERSION', '7.7-dev'); /** * Core API compatibility. -- cgit v1.2.3