[Netmod-ver-dt] [netmod-wg/yang-ver-dt] 545e8b: Lots of changes.

Joe Clarke <noreply@github.com> Tue, 07 July 2020 21:09 UTC

Return-Path: <noreply@github.com>
X-Original-To: netmod-ver-dt@ietfa.amsl.com
Delivered-To: netmod-ver-dt@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D6EDA3A0AB6 for <netmod-ver-dt@ietfa.amsl.com>; Tue, 7 Jul 2020 14:09:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level:
X-Spam-Status: No, score=-2.101 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nl3UztQc7HqI for <netmod-ver-dt@ietfa.amsl.com>; Tue, 7 Jul 2020 14:09:22 -0700 (PDT)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 454483A0ABC for <netmod-ver-dt@ietf.org>; Tue, 7 Jul 2020 14:09:22 -0700 (PDT)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 7DCF88C1EF5 for <netmod-ver-dt@ietf.org>; Tue, 7 Jul 2020 14:09:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1594156161; bh=SvD+FzUjDJF5sf2isXYFsVAO+e7knIHwbuWcHtbrHQA=; h=Date:From:To:Subject:From; b=VXEk10cRgSFODDoqza1rU6vlqA/od8xcEHt+2W4xu/gOuF47+ADPwkZWtspyNHuEV O9TRoZhgKaZqFYRd1/eM3Dtz/gN5DWIplZH98NC2ts6asD66fZEPwOAqwvSsP1HOnl CZR8GJ3Mto9YEMOMiD/uJk+P8ezo06g/mWWWKB+Q=
Date: Tue, 07 Jul 2020 14:09:21 -0700
From: Joe Clarke <noreply@github.com>
To: netmod-ver-dt@ietf.org
Message-ID: <netmod-wg/yang-ver-dt/push/refs/heads/master/78a6dd-545e8b@github.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: netmod-ver-dt@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod-ver-dt/y70eZ3rQ2h2RxHY5VBiW4WwrpuM>
Subject: [Netmod-ver-dt] [netmod-wg/yang-ver-dt] 545e8b: Lots of changes.
X-BeenThere: netmod-ver-dt@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NetMod WG YANG Model Versioning Design Team <netmod-ver-dt.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netmod-ver-dt>, <mailto:netmod-ver-dt-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netmod-ver-dt/>
List-Post: <mailto:netmod-ver-dt@ietf.org>
List-Help: <mailto:netmod-ver-dt-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netmod-ver-dt>, <mailto:netmod-ver-dt-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 07 Jul 2020 21:09:24 -0000

  Branch: refs/heads/master
  Home:   https://github.com/netmod-wg/yang-ver-dt
  Commit: 545e8bdbbb4b2294dd16e3dec0e05428026c1969
      https://github.com/netmod-wg/yang-ver-dt/commit/545e8bdbbb4b2294dd16e3dec0e05428026c1969
  Author: Joe Clarke <jclarke@cisco.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M yang-semver/draft-ietf-netmod-yang-semver.txt
    M yang-semver/draft-ietf-netmod-yang-semver.xml
    M yang-semver/ietf-yang-semver.yang

  Log Message:
  -----------
  Lots of changes.

* Update YANG semver pattern to include underscores
* Change all 'm' to "_compatible" and all 'M' to "_non_compatible"
* Add an appendix to show an IETF YANG module development example
* Increase maximum version component to 2^31-1
* Better define module development to be inline with semver
* Fix typos