On Fri, Feb 07, 2014 at 08:58:52AM +0900, Simon Horman wrote: > On Thu, Feb 06, 2014 at 09:23:32AM -0500, Vivek Goyal wrote: > > On Thu, Feb 06, 2014 at 10:55:13AM +0900, Simon Horman wrote: > > > > [..] > > > > Thanks Simon. I did git pull but I don't see new tag in my tree. Not sure > > > > why. > > > > > > Could you try again? I messed up the push. > > > > It works now. Thanks. > > It seems that a few bugs showed up in 2.0.5, fixes for which > are now in the git repository. I am thinking it would be a good > idea to release these as 2.0.6 unless people would rather that I held off. I am fine with new release. In future you might have to come up with a process where you merge only important fixes so that you can do a stable release. May be create a development branch 2-3 weeks before final release. Master branch slowly will get ready for release and will get only important fixes committed. Devel branch will have everything. And after release, devel will be rebased on top of master and merged or some other better process. Thanks Vivek