commit 360c2d89e162616f5596dc83561601e0378bdb11 Author: Sven Gothel Date: Mon Sep 8 06:01:18 2014 +0200 Bump to 2.2.1 release commit 0b07f9107c5b033913f5c4cbeb906ae6dafc2d77 Author: Sven Gothel Date: Sun Sep 7 07:58:39 2014 +0200 Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are used properly (Added unit test) Bug 908 was caused by confusing URI encoded parts (e.g. scheme-specific-part) and it's decoded variant. This especially happened due to: - the fact, that the encoded and unencoded variant uses the same String type, - the URI/URL decoding differs, is not complete (e.g. %20 .. SPACE remains in decoded part), - and does not comply w/ RFC 2396 and RFC 3986 (encoding), e.g. not all RESERVED chars are encoded. In branch 'v2.3.0_branch', we will introduce our own Uri and Uri.Encoded class to solve above issue by replacing all URI usage w/ Uri. - Backporting results of own Uri class introduction in branch 'v2.3.0_branch' - Ensure the encoded URI parts are used where required, i.e. IOUtil.compose(..) etc - TestNetIOURIReservedCharsBug908: Automated test, launching GlueGen jar file from an odd pathname. commit 2faec846fbc13d206028b16a7713c7a1a701fa08 Author: Sven Gothel Date: Sun Aug 31 21:16:49 2014 +0200 Scripts: Bump to java 1.8.0_20 commit a4f7d51f5a643fcf528711ea0e1bbd19158f5f7c Author: Sven Gothel Date: Thu Aug 28 18:46:42 2014 +0200 scripts: setenv-build-x86*: allow using a preset jre/jdk iff JAVA_HOME and J2RE_HOME is set and path exists commit d7698c5690a407e8018d3c56319d406cb395bbe8 Author: Sven Gothel Date: Thu Aug 28 18:45:52 2014 +0200 Semver: Bump to 0.9.27 commit ced23e04240578955450172101012f1321b2e9a3 Author: Sven Gothel Date: Thu Aug 28 17:19:07 2014 +0200 TestVersionSemantics: BACKWARD_COMPATIBLE_USER current vs 2.2.0 commit d220090818a531cafee28cbf885e07e10b9c2992 Author: Sven Gothel Date: Thu Aug 28 07:21:47 2014 +0200 Revert "gluegen: directly use git subcommands rather than sed over a temp file" This reverts commit 1bf89ec4fde4227f8935f8c91b7ee22d160da581. commit fcde400cccd352cc13ff1f21945f330fcd94fbb7 Author: Sven Gothel Date: Thu Aug 28 06:28:27 2014 +0200 scripts: favor java8 on 32bit like we do on 64bit commit 9bc3d3f78bb2fb1aa0ccfb02ffb5bdda74420cac Author: Sven Gothel Date: Thu Aug 28 06:27:51 2014 +0200 Bug 1015: Test executable permission on Windows via bat file (temp dir, like on unix and osx) Tested on Window 7 and Windows 8.1 using 'Using Software Restriction Policies', i.e. disabled sw-execution in TEMP dir. On Windows we need to add min. shell code, here 'echo off', allowing the bat file to be executed if policy allows it. Reminder: We test the following temp folder 1) java.io.tmpdir/jogamp 2) $XDG_CACHE_HOME/jogamp 3) $TMPDIR/jogamp or $TEMP/jogamp 4) $HOME/.jogamp +++ Misc: Proper 'duplicate' validation via 'file1.equals(file2)' test using the abstract pathname. commit 812c5f6a74b40fc36141886cd30ae9013e2fe897 Author: Sven Gothel Date: Thu Aug 28 05:53:30 2014 +0200 Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4 commit 6de8ace67b26f039fb1c89a3fce4d5f2437c615c Author: Sven Gothel Date: Sat Aug 16 11:31:04 2014 +0200 IntIntHashMap: Reduce temp. ArrayList instances in clone commit 1bf89ec4fde4227f8935f8c91b7ee22d160da581 Author: Harvey Harrison Date: Fri Aug 15 12:23:06 2014 -0700 gluegen: directly use git subcommands rather than sed over a temp file git symbolic-ref is the preferred way (as of 1.7.10) to parse the current branch name. This even works for the detached head case. Signed-off-by: Harvey Harrison commit e2be0d00dcd28dc7d6b5df444e2ede80edd7cad5 Author: Sven Gothel Date: Thu Aug 7 02:45:25 2014 +0200 Bump to 2.2.1-rc