Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 345FF103E6 for ; Tue, 25 Mar 2014 16:31:24 +0000 (UTC) Received: (qmail 72435 invoked by uid 500); 25 Mar 2014 16:31:22 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 72233 invoked by uid 500); 25 Mar 2014 16:31:22 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 72225 invoked by uid 99); 25 Mar 2014 16:31:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2014 16:31:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 62C57919811; Tue, 25 Mar 2014 16:31:21 +0000 (UTC) From: ocelotpotpie To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb pull request: COUCHDB-2210 Update d3 library. Content-Type: text/plain Date: Tue, 25 Mar 2014 16:31:21 +0000 (UTC) GitHub user ocelotpotpie opened a pull request: https://github.com/apache/couchdb/pull/195 COUCHDB-2210 Update d3 library. This is an update of d3.js and nvd3.js to their latest versions. Tested for backwards compatibility with existing d3 v2 charts in dashboard in: * Google Chrome 33.0.1750.152 * Safari 7.0.2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ocelotpotpie/couchdb 2210-update-d3 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb/pull/195.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #195 ---- commit c9e01d4d4216009973b415fb822f23288f2c0bca Author: Christian Hogan Date: 2014-03-21T17:42:04Z Updating d3 to v3.4.3 and nv.d3 to v1.1.15 commit d8d3de6f655097aecddd6016a0e414199c7cc317 Author: Christian Hogan Date: 2014-03-21T19:02:28Z Require.js config to support d3 v3 update. commit 26bfc51860c39adaaf1c53de9e05f9c94db7b351 Author: Christian Hogan Date: 2014-03-21T20:31:07Z Updating d3 license year to match d3's official license. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---