Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A09A9CAB9 for ; Sun, 18 Jan 2015 23:20:09 +0000 (UTC) Received: (qmail 62790 invoked by uid 500); 18 Jan 2015 23:20:11 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 62729 invoked by uid 500); 18 Jan 2015 23:20:11 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 62719 invoked by uid 99); 18 Jan 2015 23:20:11 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2015 23:20:11 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 50AB0AC003E; Sun, 18 Jan 2015 23:20:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1652871 - in /commons/proper/net/trunk/src: changes/changes.xml site/xdoc/migration.xml Date: Sun, 18 Jan 2015 23:20:11 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150118232011.50AB0AC003E@hades.apache.org> Author: sebb Date: Sun Jan 18 23:20:10 2015 New Revision: 1652871 URL: http://svn.apache.org/r1652871 Log: Document why Clirr errors are OK Modified: commons/proper/net/trunk/src/changes/changes.xml commons/proper/net/trunk/src/site/xdoc/migration.xml Modified: commons/proper/net/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1652871&r1=1652870&r2=1652871&view=diff ============================================================================== --- commons/proper/net/trunk/src/changes/changes.xml [utf-8] (original) +++ commons/proper/net/trunk/src/changes/changes.xml [utf-8] Sun Jan 18 23:20:10 2015 @@ -64,6 +64,10 @@ The type attribute can be add,u +

+Version 3.4 is binary compatible with previous 3.x versions and 2.0. +There should be no changes required to existing binary code. +

+

+However, version 3.4 is not source compatible with 3.3. +

+

+The interface NtpV3Packet has been updated to add 3 new methods. +Adding methods to an interface does not affect binary compatibility +The clirr report shows which methods have been added. +(note that the report does not distinguish between source and binary incompatibility) +Code that uses the interface will need to be updated and recompiled. +However code that uses the implementation class NtpV3Impl will continue to work as before. +

+ +

Version 3.0 is binary compatible with version 2.0. There should be no changes required to existing binary code.