mike-jumper commented on PR #486: URL: https://github.com/apache/guacamole-server/pull/486#issuecomment-1913353976
> This change bumps the guacamole-server versions to 1.5.5. As far as I can tell, there are no changes (and no Jira issues slated to be added to 1.5.5) that would require bumping libguac and/or libguac-terminal. Yep - just double-checked, and the changes to libguac and lubguac-terminal are 100% typo fixes, with one minor exception: ```diff diff --git a/src/libguac/Makefile.am b/src/libguac/Makefile.am index 9111d3e5..baea6e86 100644 --- a/src/libguac/Makefile.am +++ b/src/libguac/Makefile.am @@ -167,6 +167,7 @@ libguac_la_LDFLAGS = \ @JPEG_LIBS@ \ @PNG_LIBS@ \ @PTHREAD_LIBS@ \ + @RT_LIBS@ \ @SSL_LIBS@ \ @UUID_LIBS@ \ @VORBIS_LIBS@ \ ``` I agree there's no need to bump the version info for a change in linking. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org