From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lpp01m010-f49.google.com ([209.85.215.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Rcjz1-0006kE-Bp for linux-mtd@lists.infradead.org; Mon, 19 Dec 2011 20:38:52 +0000 Received: by lahc1 with SMTP id c1so4082629lah.36 for ; Mon, 19 Dec 2011 12:38:48 -0800 (PST) Subject: Re: [PATCH] libmtd: allow write operations when MEMWRITE is not supported From: Artem Bityutskiy To: Brian Norris Date: Mon, 19 Dec 2011 22:38:39 +0200 In-Reply-To: References: <1323459914-25294-1-git-send-email-computersforpeace@gmail.com> <1323725206.2297.24.camel@koala> <1324133082.4240.29.camel@sauron.fi.intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1324327127.2414.1.camel@koala> Mime-Version: 1.0 Cc: linux-mtd@lists.infradead.org Reply-To: dedekind1@gmail.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2011-12-19 at 10:45 -0800, Brian Norris wrote: > On Sat, Dec 17, 2011 at 6:44 AM, Artem Bityutskiy wrote: > > OK, I've cut mtd-utils-1.4.9 bug-fix release, this time with my > > new script, so I hope nothing is forgotten. > > Well, it seems like you didn't update the master branch; I had to `git > fetch --tags` to get to the v1.4.9 tag, which is ahead of master. I > don't know if that needs/requires an update to your release script to > ensure you don't miss it in the future? Oh, good point, I've pushed the tag but not the branch :-) Fixed, thanks! Artem.