It was released yesterday and should contain all of our modifications. I.e. we can use it without any extra patches.
Urgh. They've fiddled around with the CMake stuff quite a bit. Need to tweak our spec file to compensate.
fltk-config is also gone for CMake-builds, so we need to change how tlclient is built.
Upgrade in r29721. tlclient tweaked in r29722. Need to check that all our features work as well. Waiting for a build.
I've now tested our patches on Linux, Windows and OS X. Can't find any problems.
Tested all ui elements and logics, clipboard on Linux, Windows and OSX using client build 4723, everything works as expect except i stumble upon crashes in vncviewer on OSX platform. Need to investigate that crash more if it related to this upgrade.
(In reply to comment #5) > Need to investigate that crash more if it related to this upgrade. The crash is not reproducible using 4.3.0 client.
(In reply to comment #6) > (In reply to comment #5) > > Need to investigate that crash more if it related to this upgrade. > > The crash is not reproducible using 4.3.0 client. It's fastest and most consequently reproducible while using gedit in the session and while selecting a text move mouse around over text. Each new selection will produce copy to clipboard which is transferred to the client.
(In reply to comment #7) > (In reply to comment #6) > > (In reply to comment #5) > > > Need to investigate that crash more if it related to this upgrade. > > > > The crash is not reproducible using 4.3.0 client. > > It's fastest and most consequently reproducible while using gedit in the > session and while selecting a text move mouse around over text. Each new > selection will produce copy to clipboard which is transferred to the client. The issue seems to only affect OSX build
I tested to reproduce the issue with build 4605 which is a version using fltk 1.3.3 but before the gcc upgrade. I succesfully reproduced the crash.
Poor buffer management in the OS X clipboard code that lead to a buffer overflow. Fixed upstream in r10709, and locally in r30253.
(In reply to comment #10) > Poor buffer management in the OS X clipboard code that lead to a buffer > overflow. Fixed upstream in r10709, and locally in r30253. Verified using build 4734, can't reproduce the crash anymore.
As of testing reported on comment #5 and some minor retesting with the latest build everything seems good. Closing.