Re: [DISCUSS] Beyond 1.0.0

2019-02-09 Thread Mike Jumper
On Sat, Feb 9, 2019 at 12:14 PM Nick Couchman  wrote:
>
> >
> > Definitely.
> >
> > Outside of the above, it looks like scope is generally settled. I'll move
> > forward with the creation of 1.1.0 branches, etc.:
> >
> > http://guacamole.apache.org/release-procedures-part1/
> >
>
> Very nice.
>
> Do we want to create any branches for other versions - 1.1.1, 1.2.0, 2.0.0,
> etc. - at this point?  Or just continue to be careful about what gets
> merged to master until we get past 1.1.0?
>

IMHO, let's hold off on creating other release branches until the time
comes to make a decision about API-incompatible changes. We should do
what we can to ensure that all changes are compatible, and bristle
accordingly at changes which propose to break compatibility. If
breaking compatibility is the only option, then I suppose it's
discussion time for whether the community wants to support 1.2.x and
2.0.x branches simultaneously.

- Mike


Re: [DISCUSS] Beyond 1.0.0

2019-02-09 Thread Nick Couchman
>
> Definitely.
>
> Outside of the above, it looks like scope is generally settled. I'll move
> forward with the creation of 1.1.0 branches, etc.:
>
> http://guacamole.apache.org/release-procedures-part1/
>

Very nice.

Do we want to create any branches for other versions - 1.1.1, 1.2.0, 2.0.0,
etc. - at this point?  Or just continue to be careful about what gets
merged to master until we get past 1.1.0?

-Nick


[GitHub] necouchman merged pull request #213: GUACAMOLE-729: Bump version to 1.1.0.

2019-02-09 Thread GitBox
necouchman merged pull request #213: GUACAMOLE-729: Bump version to 1.1.0.
URL: https://github.com/apache/guacamole-server/pull/213
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mike-jumper opened a new pull request #109: GUACAMOLE-729: Bump version numbers to 1.1.0.

2019-02-09 Thread GitBox
mike-jumper opened a new pull request #109: GUACAMOLE-729: Bump version numbers 
to 1.1.0.
URL: https://github.com/apache/guacamole-manual/pull/109
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mike-jumper commented on issue #213: GUACAMOLE-729: Bump version to 1.1.0.

2019-02-09 Thread GitBox
mike-jumper commented on issue #213: GUACAMOLE-729: Bump version to 1.1.0.
URL: https://github.com/apache/guacamole-server/pull/213#issuecomment-462072992
 
 
   Good catch - I'll update it. `guacctl` actually did change following 1.0.0.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] necouchman merged pull request #376: GUACAMOLE-729: Bump version numbers to 1.1.0.

2019-02-09 Thread GitBox
necouchman merged pull request #376: GUACAMOLE-729: Bump version numbers to 
1.1.0.
URL: https://github.com/apache/guacamole-client/pull/376
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mike-jumper opened a new pull request #213: GUACAMOLE-729: Bump version to 1.1.0.

2019-02-09 Thread GitBox
mike-jumper opened a new pull request #213: GUACAMOLE-729: Bump version to 
1.1.0.
URL: https://github.com/apache/guacamole-server/pull/213
 
 
   As an interface has been changed (a new member has been added to the 
`guac_user` struct), the libtool version info had to be bumped from 16:0:0 to 
17:0:0.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mike-jumper opened a new pull request #376: GUACAMOLE-729: Bump version numbers to 1.1.0.

2019-02-09 Thread GitBox
mike-jumper opened a new pull request #376: GUACAMOLE-729: Bump version numbers 
to 1.1.0.
URL: https://github.com/apache/guacamole-client/pull/376
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [DISCUSS] Beyond 1.0.0

2019-02-09 Thread Mike Jumper
On Sat, Feb 2, 2019 at 4:11 PM Nick Couchman  wrote:

> ...
> >>
> >> Okay, sounds good.  I've also added this to the 1.1.0 release in JIRA.
> >> This brings us to 56 total issues, with 17 remaining to complete.
> Several
> >> of those are in progress and can be closed out as soon as code is
> reviewed
> >> and merged.
> >>
> >>
> > I've also tacked -694 on this one - it deals with a missing package that
> > results in certificate verification failure in Docker.  Relative
> small/easy
> > to resolve.
> >
> >
> And maybe 637??
>
> https://issues.apache.org/jira/browse/GUACAMOLE-637


Definitely.

Outside of the above, it looks like scope is generally settled. I'll move
forward with the creation of 1.1.0 branches, etc.:

http://guacamole.apache.org/release-procedures-part1/

- Mike