Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 28138 invoked from network); 16 Apr 2008 16:25:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2008 16:25:25 -0000 Received: (qmail 67038 invoked by uid 500); 16 Apr 2008 16:25:25 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 67019 invoked by uid 500); 16 Apr 2008 16:25:25 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 67008 invoked by uid 99); 16 Apr 2008 16:25:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2008 09:25:25 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2008 16:24:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 000271A983E; Wed, 16 Apr 2008 09:25:03 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r648738 - in /db/derby/code/branches/10.4: RELEASE-NOTES.html releaseSummary.xml Date: Wed, 16 Apr 2008 16:25:02 -0000 To: derby-commits@db.apache.org From: dyre@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080416162504.000271A983E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dyre Date: Wed Apr 16 09:25:01 2008 New Revision: 648738 URL: http://svn.apache.org/viewvc?rev=648738&view=rev Log: 10.4 release preparations: Bump version number in releaseSummary.xml and check in new version of release notes Modified: db/derby/code/branches/10.4/RELEASE-NOTES.html db/derby/code/branches/10.4/releaseSummary.xml Modified: db/derby/code/branches/10.4/RELEASE-NOTES.html URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.4/RELEASE-NOTES.html?rev=648738&r1=648737&r2=648738&view=diff ============================================================================== --- db/derby/code/branches/10.4/RELEASE-NOTES.html (original) +++ db/derby/code/branches/10.4/RELEASE-NOTES.html Wed Apr 16 09:25:01 2008 @@ -1,10 +1,10 @@ -Release Notes for Derby 10.4.1.2 +Release Notes for Derby 10.4.1.3

-Release Notes for Derby 10.4.1.2

+Release Notes for Derby 10.4.1.3
-

These notes describe the difference between Derby release 10.4.1.2 and the preceding release 10.3.2.1.

+

These notes describe the difference between Derby release 10.4.1.3 and the preceding release 10.3.2.1.

  • @@ -109,12 +109,15 @@

    Bug Fixes

    -

    The following issues are addressed by Derby release 10.4.1.2. These issues are not addressed in the preceding 10.3.2.1 release.

    +

    The following issues are addressed by Derby release 10.4.1.3. These issues are not addressed in the preceding 10.3.2.1 release.

    + + + @@ -151,6 +154,9 @@ + + + @@ -326,7 +332,7 @@

    Issues

    -

    Compared with the previous release (10.3.2.1), Derby release 10.4.1.2 introduces the following new features and incompatibilities. These merit your special attention.

    +

    Compared with the previous release (10.3.2.1), Derby release 10.4.1.3 introduces the following new features and incompatibilities. These merit your special attention.

    • @@ -1299,7 +1305,7 @@

      Build Environment

      -

      Derby release 10.4.1.2 was built using the following environment:

      +

      Derby release 10.4.1.3 was built using the following environment:

      • Branch - Source code came from the 10.4 branch.
      • Modified: db/derby/code/branches/10.4/releaseSummary.xml URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.4/releaseSummary.xml?rev=648738&r1=648737&r2=648738&view=diff ============================================================================== --- db/derby/code/branches/10.4/releaseSummary.xml (original) +++ db/derby/code/branches/10.4/releaseSummary.xml Wed Apr 16 09:25:01 2008 @@ -31,7 +31,7 @@ E.g.: 10.3.0.3 --> -10.4.1.2 +10.4.1.3
    Issue IdDescription
    DERBY-3603'IN' clause ignores valid results, incorrect qualifier handling suspected
    DERBY-3589AllocPage.createPage() doesn't initialize minimumRecordSize correctly
    DERBY-3350SQL CAST always marks its type as nullable even if the expression to be cast is not nullable
    DERBY-3347ERROR XSDB3: Container information cannot change once written
    DERBY-3343Subsequent calls to PreparedStatement cause SQLIntegrityConstraintViolationException on column that is "Generated always"