From patchwork Fri Jan 20 21:22:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 137117 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "acsinet15.oracle.com", Issuer "VeriSign Class 3 International Server CA - G3" (not verified)) by ozlabs.org (Postfix) with ESMTPS id B3021B6F9B for ; Sat, 21 Jan 2012 08:22:29 +1100 (EST) Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id q0KLMO3Z014411 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 20 Jan 2012 21:22:24 GMT Received: from oss.oracle.com (oss.oracle.com [141.146.12.120]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q0KLMNc1011132 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Jan 2012 21:22:24 GMT Received: from localhost ([127.0.0.1] helo=oss.oracle.com) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1RoLuh-00049w-Kp; Fri, 20 Jan 2012 13:22:23 -0800 Received: from rcsinet12.oracle.com ([148.87.113.124]) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1RoLuc-00049p-4h for fedfs-utils-devel@oss.oracle.com; Fri, 20 Jan 2012 13:22:18 -0800 Received: from mail-yw0-f43.google.com (mail-yw0-f43.google.com [209.85.213.43]) by rcsinet12.oracle.com (Sentrion-MTA-4.2.0/Sentrion-MTA-4.2.0) with ESMTP id q0KLM0wT028185 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Fri, 20 Jan 2012 21:22:17 GMT Received: by mail-yw0-f43.google.com with SMTP id n56so519135yhn.2 for ; Fri, 20 Jan 2012 13:22:17 -0800 (PST) Received: by 10.236.181.198 with SMTP id l46mr49651371yhm.40.1327094537575; Fri, 20 Jan 2012 13:22:17 -0800 (PST) Received: from degas.1015granger.net ([99.26.161.222]) by mx.google.com with ESMTPS id j11sm11475488anl.8.2012.01.20.13.22.16 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 Jan 2012 13:22:17 -0800 (PST) From: Chuck Lever To: fedfs-utils-devel@oss.oracle.com Date: Fri, 20 Jan 2012 16:22:16 -0500 Message-ID: <20120120212215.13737.75667.stgit@degas.1015granger.net> In-Reply-To: <20120120211104.13737.83361.stgit@degas.1015granger.net> References: <20120120211104.13737.83361.stgit@degas.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 X-Flow-Control-Info: class=Default ip=209.85.213.43 ct-class=T2 ct-vol1=0 ct-vol2=1 ct-vol3=2 ct-risk=54 ct-spam1=76 ct-spam2=65 ct-bulk=0 rcpts=1 size=1589 Subject: [fedfs-utils] [PATCH 6/6] Release 0.8.0-rc1 X-BeenThere: fedfs-utils-devel@oss.oracle.com X-Mailman-Version: 2.1.9 Precedence: list Reply-To: fedfs-utils Developers List-Id: fedfs-utils Developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: fedfs-utils-devel-bounces@oss.oracle.com Errors-To: fedfs-utils-devel-bounces@oss.oracle.com X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-CT-RefId: str=0001.0A090206.4F19DB11.0048:SCFSTAT1119972, ss=1, re=-4.000, fgs=0 X-Auth-Type: Internal IP o Non-backward compatible: New XML-based junction implementation o Non-backward compatible: represent pathnames as arrays in more places o "nfsref" command for managing local junctions o Support for NFS basic junctions o nfsref and rpc.fedfsd flush kernel's export cache o New nsdb_create_fsls_s() API o Replace dash switches with positional parameters o Replace "resolve-junction" command with plug-in library o Sample init scripts now included under contrib/ o Internal static libraries converted to dynamic libraries o Refinements to the build environment, including silent building o Many refinements to man pages o Many bugs addressed; consult Changelog for details Signed-off-by: Chuck Lever --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 0fed1ae..0bc7e90 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ SCM: git://oss.oracle.com/git/fedfs-utils.git Bugzilla: https://oss.oracle.com/bugzilla -Release notes for fedfs-utils-0.8-devel +Release notes for fedfs-utils-0.8.0-rc1 Release Quality Statement diff --git a/configure.ac b/configure.ac index 13f28a0..573d7d2 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ # AC_PREREQ([2.65]) -AC_INIT([fedfs-utils], [0.8-devel], [fedfs-utils-devel@oss.oracle.com]) +AC_INIT([fedfs-utils], [0.8.0-rc1], [fedfs-utils-devel@oss.oracle.com]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])