Voting is the most difficult part :)))
On Fri, Apr 19, 2013 at 11:27 AM, [email protected] < [email protected]> wrote: > Sounds good. > Now as we have gone through the release process one time it should be also > not that big effort to repeat it. > > Sebastian > > > 2013/4/19 Maxim Solodovnik <[email protected]> > > > Hello Sebastian, > > > > I think it should be 2.1.1 since all changes are minor > > will be bugfix release for 2.1 > > > > > > On Fri, Apr 19, 2013 at 4:42 AM, [email protected] < > > [email protected]> wrote: > > > > > Do you plan to release a 2.1.1 release or will those fixes become a 2.2 > > > version ? > > > > > > Thanks, > > > Sebastian > > > > > > > > > 2013/4/18 <[email protected]> > > > > > > > Author: solomax > > > > Date: Thu Apr 18 09:20:10 2013 > > > > New Revision: 1469239 > > > > > > > > URL: http://svn.apache.org/r1469239 > > > > Log: > > > > [OPENMEETINGS-609] End time fix by Ankur is commited > > > > > > > > Modified: > > > > > > > > > > > > > > openmeetings/branches/2.1/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx > > > > > > > > > > > > > > openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx > > > > > > > > Modified: > > > > > > > > > > openmeetings/branches/2.1/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx > > > > URL: > > > > > > > > > > http://svn.apache.org/viewvc/openmeetings/branches/2.1/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx?rev=1469239&r1=1469238&r2=1469239&view=diff > > > > > > > > > > > > > > ============================================================================== > > > > --- > > > > > > > > > > openmeetings/branches/2.1/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx > > > > (original) > > > > +++ > > > > > > > > > > openmeetings/branches/2.1/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx > > > > Thu Apr 18 09:20:10 2013 > > > > @@ -411,7 +411,7 @@ > > > > > > > > var hour2 = tDate.getHours()+1; > > > > if (hour2 < 10) { > > > > - hour2 = "0"+hour; > > > > + hour2 = "0"+hour2; > > > > } else if (hour2 > 25) { > > > > hour2 = 24; > > > > } > > > > > > > > Modified: > > > > > > > > > > openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx > > > > URL: > > > > > > > > > > http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx?rev=1469239&r1=1469238&r2=1469239&view=diff > > > > > > > > > > > > > > ============================================================================== > > > > --- > > > > > > > > > > openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx > > > > (original) > > > > +++ > > > > > > > > > > openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/newPrivateMessage.lzx > > > > Thu Apr 18 09:20:10 2013 > > > > @@ -411,7 +411,7 @@ > > > > > > > > var hour2 = tDate.getHours()+1; > > > > if (hour2 < 10) { > > > > - hour2 = "0"+hour; > > > > + hour2 = "0"+hour2; > > > > } else if (hour2 > 25) { > > > > hour2 = 24; > > > > } > > > > > > > > > > > > > > > > > > > > > -- > > > Sebastian Wagner > > > https://twitter.com/#!/dead_lock > > > http://www.webbase-design.de > > > http://www.wagner-sebastian.com > > > [email protected] > > > > > > > > > > > -- > > WBR > > Maxim aka solomax > > > > > > -- > Sebastian Wagner > https://twitter.com/#!/dead_lock > http://www.webbase-design.de > http://www.wagner-sebastian.com > [email protected] > -- WBR Maxim aka solomax
