While waiting for a release, it is surprisingly straightforward to make your own build, assuming you are familiar Git, GitHub, and running shell scripts.
1. Clone locally the H2 GitHub repo 2. In the local clone of the repo, do the following (assuming bash on Linux or macOS, on Windows, it is similar but I don't know the exact syntax): cd h2 ./build.sh download ./build.sh jar You'll now have an up-to-date H2 jar file in the ~/bin folder with all the latest commits. On Thursday, 20 October 2016 05:34:30 UTC+2, [email protected] wrote: > > Branch 'master' has important bug fixes and improvements but they are not > released. What is the date of next 1.4 release? > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
