Please don't change the master branch to a non-SNAPSHOT version. That should be done in a separate branch or tag.
On Mon, 11 Mar 2019 at 09:48, <[email protected]> wrote: > > This is an automated email from the ASF dual-hosted git repository. > > humbedooh pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git > > > The following commit(s) were added to refs/heads/master by this push: > new 8b00e7c Prep for v/0.11 release vote > 8b00e7c is described below > > commit 8b00e7c8eabf01a68fc119d2ce58bfbfc3c3eea3 > Author: Daniel Gruno <[email protected]> > AuthorDate: Mon Mar 11 10:46:51 2019 +0100 > > Prep for v/0.11 release vote > --- > CHANGELOG.md | 2 +- > RELEASE-NOTES.md | 8 ++++++-- > site/js/dev/ponymail_assign_vars.js | 2 +- > site/js/ponymail.js | 2 +- > 4 files changed, 9 insertions(+), 5 deletions(-) > > diff --git a/CHANGELOG.md b/CHANGELOG.md > index dd1da16..6c634a3 100644 > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -1,4 +1,4 @@ > -## Changes in 0.11-SNAPSHOT > +## Changes in 0.11: > - Bug: Tidy up list names on seeding pages to avoid breakage > - Enh: Enforce UTF-8 in content headers (#479) > - Bug: elastic.lua#scroll forces sort to use _doc (#478) > diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md > index 8d361a8..ee8c664 100644 > --- a/RELEASE-NOTES.md > +++ b/RELEASE-NOTES.md > @@ -2,7 +2,11 @@ > > Release Notes > > -## Version 0.10 (TBA) ## > +# Version 0.11 # > + > +No changes that require additional setup. > + > +# Version 0.10 # > > ### Fixing null favorite entries ### > > @@ -99,4 +103,4 @@ that Permalinks are unique or permanent. > > - there are no proper unit tests > > - - the 'full' generator uses the same format as the 'medium' generator for > the ids > \ No newline at end of file > + - the 'full' generator uses the same format as the 'medium' generator for > the ids > diff --git a/site/js/dev/ponymail_assign_vars.js > b/site/js/dev/ponymail_assign_vars.js > index ef2df5e..0b16ca6 100644 > --- a/site/js/dev/ponymail_assign_vars.js > +++ b/site/js/dev/ponymail_assign_vars.js > @@ -19,7 +19,7 @@ > // They keep track of the JSON we have received, storing it in the browser, > // Thus lightening the load on the backend (caching and such) > > -var _VERSION_ = "0.11-SNAPSHOT" // Current version (as far as we know) > +var _VERSION_ = "0.11" // Current version (as far as we know) > var months = ['January', 'February', 'March', 'April', 'May', 'June', > 'July', 'August', 'September', 'October', 'November', 'December'] > var d_ppp = 15; // results per page > var c_page = 0; // current page position for list view > diff --git a/site/js/ponymail.js b/site/js/ponymail.js > index 80325d0..161def7 100644 > --- a/site/js/ponymail.js > +++ b/site/js/ponymail.js > @@ -27,7 +27,7 @@ > // They keep track of the JSON we have received, storing it in the browser, > // Thus lightening the load on the backend (caching and such) > > -var _VERSION_ = "0.11-SNAPSHOT" // Current version (as far as we know) > +var _VERSION_ = "0.11" // Current version (as far as we know) > var months = ['January', 'February', 'March', 'April', 'May', 'June', > 'July', 'August', 'September', 'October', 'November', 'December'] > var d_ppp = 15; // results per page > var c_page = 0; // current page position for list view >
