On 19/04/15 18:29, [email protected] wrote:
>
> o News
> - Now linux-4.0 is released and the two new GIT repositories for aufs4.0
> are released too.
> + {git,https}://github.com/sfjro/aufs4-{linux,standalone}.git with
> the brand new commit history.
> + no new repositories on SourceForge, but aufs-util.git is kept
> + for details, see http://aufs.sf.net
>
> - aufs3-{linux,standalone}.git transit to the maintenance phase,
> bugfixes mainly. No new branches, no new features (basically).
>
>
> J. R. Okajima
>
> ----------------------------------------
> - aufs3-linux.git
> none
>
> - aufs3-standalone.git
> none
>
> - aufs-util.git#aufs3.14..aufs3.x-rcN branch
> minor, fix a version string in a manual
>
> - aufs-util.git#aufs4.0.aufs4.x-rcN branch
> Addtion to above,
> version 4.0
>
I need to apply the attached patch for the version check to succeed.
Justin
ver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ver.c b/ver.c
index 200b119..38abdd5 100644
--- a/ver.c
+++ b/ver.c
@@ -25,7 +25,7 @@
int main(int argc, char *argv[])
{
regex_t preg;
- const char *pat = "^4\\.[0-9][0-9]";
+ const char *pat = "^4\\.[0-9][0-9]?";
if (regcomp(&preg, pat, REG_EXTENDED | REG_NOSUB))
AuFin("regcomp");
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF