Kaleb, the tag you made V2.3.1 actually points to 2.3.0-1 version in its src/CMakeLists.txt file. You should have at least changed src/CMakeLists.txt file reflect V2.3.1 version before tagging.
I back ported some patches on top of V2.3.0-1 and called it V2.3.1. To avoid "tag" vs "actual version" confusion, we should do the following: 1. Move the existing V2.3.1 tag point to to actual V2.3.1 version. 2. If #1 is not desired for some odd reason, I should at least make the new version as V2.3.1-1 and tag it as V2.3.1-1. I am fine with #2, but we still leave some confusion if we don't do #1. Regards, Malahal. Kaleb Keithley [[email protected]] wrote: > > I made the V2.3.1 tag (yesterday, 16 Mar). Please don't move it. > > > Thanks, > > -- > > Kaleb > > > ----- Original Message ----- > > From: "Malahal Naineni" <[email protected]> > > To: [email protected] > > Sent: Wednesday, March 16, 2016 10:54:29 PM > > Subject: [Nfs-ganesha-devel] V2.3-stable (V2.3.1) update > > > > Hi All, the following patches have been back ported from V2.4-dev-10 > > to V2.3-stable. The current version is 2.3.1. We can tag this as > > V2.3.1 but there is already a tag with that name pointing to V2.3.0-1 > > version! Will clean up the tags later. > > > > $ git log --oneline V2.3.0-1..origin/V2.3-stable > > ea0474d V2.3.1 > > 4f5953c Disable cookie_verifier by default and fix cookie_verifier for > > NFSv4. > > a8c1886 Use numactl while starting ganesha daemon > > f168818 Add epoch script for GPFS fsal > > 81989e0 gpfs: Remove Disable_ACL from Export_Defaults block > > 5397440 Check handle length before byte swapping exportid > > 12d292c nfs_RetryableError called with status SUCCESS > > cb75558 Let dbus daemon reread its config post install > > 25a842b Avoid accessing a list element after it is freed > > 0270d7b Log errors from getpwuid_r or getpwnam_r > > > > > > ------------------------------------------------------------------------------ > > Transform Data into Opportunity. > > Accelerate data analysis in your applications with > > Intel Data Analytics Acceleration Library. > > Click to learn more. > > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > > _______________________________________________ > > Nfs-ganesha-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel > > > ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 _______________________________________________ Nfs-ganesha-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
