From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77B95C54FCB for ; Thu, 23 Apr 2020 14:44:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5DCD92074F for ; Thu, 23 Apr 2020 14:44:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728359AbgDWOoR (ORCPT ); Thu, 23 Apr 2020 10:44:17 -0400 Received: from mx2.suse.de ([195.135.220.15]:54418 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726380AbgDWOoQ (ORCPT ); Thu, 23 Apr 2020 10:44:16 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 75C7BAAC7; Thu, 23 Apr 2020 14:44:14 +0000 (UTC) Date: Thu, 23 Apr 2020 09:44:11 -0500 From: 'Goldwyn Rodrigues' To: Namjae Jeon Cc: 'LKML' , linux-fsdevel@vger.kernel.org, 'Hyunchul Lee' , 'Eric Sandeen' , 'Sedat Dilek' Subject: Re: [ANNOUNCE] exfatprogs-1.0.2 version released Message-ID: <20200423144411.hmby6ux2utdrqsls@fiona> References: <004701d6194c$0d238990$276a9cb0$@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <004701d6194c$0d238990$276a9cb0$@samsung.com> User-Agent: NeoMutt/20180716 Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hi Namjae, On 17:49 23/04, Namjae Jeon wrote: > This is the second release of exfatprogs since the initial version(1.0.1). > We have received various feedbacks and patches since the previous release > and applied them in this release. Thanks for feedback and patches! > > According to Goldwyn's comments, We renamed the project name from > exfat-utils to exfatprogs. However, There is an opinion that just renaming > the name is not enough. Because the binary names(mkfs.exfat, fsck.exfat) > still are same with ones in current exfat-utils RPM package. > > If that's real problem, We are considering a long jump with 2.0.0 when adding > repair feature. > > Any feedback is welcome!:) I agree with Eric. We can add "Conflicts" flag to make sure there are conflicting capabilities in packages. > > The major changes in this release: > * Rename project name to exfatprogs. > * label.exfat: Add support for label.exfat to set/get exfat volume label. > * Replace iconv library by standard C functions mbstowcs() and wcrtomb(). > * Fix the build warnings/errors and add warning options. > * Fix several bugs(memory leak, wrong endian conversion, zero out beyond end of file) and cleanup codes > * Fix issues on big endian system and on 32bit system. > * Add support for Android build system. > > The git tree is at: > https://github.com/exfatprogs/exfatprogs > > The tarballs can be found at: > https://github.com/exfatprogs/exfatprogs/releases/tag/1.0.2 > Can we follow the standard of source tarballs be -.tar.gz? In this case, exfat-1.0.2.tar.gz instead of 1.0.2.tar.gz? -- Goldwyn