From 35472e34809a80b228f2763ef33d58acdb88dcce Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 13 Nov 2011 09:53:38 +0100 Subject: Imported nxproxy-3.0.0-4.tar.gz Summary: Imported nxproxy-3.0.0-4.tar.gz Keywords: Imported nxproxy-3.0.0-4.tar.gz into Git repository --- nxproxy/CHANGELOG | 180 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 nxproxy/CHANGELOG (limited to 'nxproxy/CHANGELOG') diff --git a/nxproxy/CHANGELOG b/nxproxy/CHANGELOG new file mode 100644 index 000000000..f24de413d --- /dev/null +++ b/nxproxy/CHANGELOG @@ -0,0 +1,180 @@ +ChangeLog: + +nxproxy-3.0.0-4 + +- Added file COPYING. + +- Changed the LICENSE file to state that the software is only made + available under the version 2 of the GPL. + +nxproxy-3.0.0-3 + +- Updated the copyright notices to year 2007. + +nxproxy-3.0.0-2 + +- Updated the file VERSION. + +nxproxy-3.0.0-1 + +- Opened the 3.0.0 branch based on nxproxy-2.0.0-2. + +nxproxy-2.0.0-2 + +- Updated copyright to year 2006. + +nxproxy-2.0.0-1 + +- Opened the 2.0.0 branch based on nxproxy-1.5.0-10. + +nxproxy-1.5.0-10 + +- Added the JPEG, PNG and Z libraries to the linker when compiling + on Cygwin. GCC 3.3.x requires that these libraries are explicitly + given while this is not required since GCC 3.4.x. + +- Created a new configure using autoconf 2.59. + +nxproxy-1.5.0-9 + +- Removed provision for dynamically loading a different version of + the nxcomp library. + +nxproxy-1.5.0-8 + +- Updated to reflect the new naming of the NX transport interfaces. + +nxproxy-1.5.0-7 + +- Modified the Makefile.in to remove the *.out.* files generated by + Valgrind when running a 'make clean'. + +- Modified the README files and removed files that were outdated. + +nxproxy-1.5.0-6 + +- Removed the NX_FORCE_IDLE_PROXY stubs. + +nxproxy-1.5.0-5 + +- This version has NX_FORCE_IDLE_PROXY undefined, so it should work + in a way that is compatible with the old nxproxy. + +nxproxy-1.5.0-4 + +- This software is crafted by default to test the new integration + between nxcomp and nxssh. The process will stay idle and will + let nxssh create the proxy. Note that the session log will go to + 'sshlog', not to 'session'. This will have to be fixed in nxcomp + in future versions. + +- Removed the references to the "bind" functionality that is not + used in the current software. + +nxproxy-1.5.0-3 + +- Added a NX_FORCE_IDLE_PROXY. If set, nxproxy will stay idle and + will not try to create a nxcomp proxy. This is used for testing + the new in-process nxcomp functionalities with the development + versions of nxclient and nxssh software. + +nxproxy-1.5.0-2 + +- Small changes to this file. + +nxproxy-1.5.0-1 + +- Opened the 1.5.0 branch. + +nxproxy-1.4.1-1 + +- Opened the 1.4.1 branch. + +nxproxy-1.4.0-3 + +- We were lucky. We found a machine where nxproxy failed exactly + in the same way described by multiple users in their reports. + The error was the same ('dlopen: win32 line 126') and neither + rebasing the Cygwin DLLs or removing all the other Cygwin li- + braries worked. So the problem had necessarily to be in a bug- + gy Cygwin dlopen() implementation. To solve this I had to make + changes to the nxproxy code on Windows, so it links to nxcomp + at compile time in the way specified below. As far as I can + tell, any other way fails. This seems to be another Cygwin bug: + the linker says that everything is OK but then the executable + can't be run. Both the Cygwin's bash and the command.com say + 'Permission denied'. + + LIBS = -L../nxcomp -lstdc++ -Wl,-e,_mainCRTStartup -lXcomp \ + -lcygipc -static -lpng -static -ljpeg -lz + +nxproxy-1.4.0-2 + +- Added a Binder class invoked when calling proxy with -B option. + It would serve as a replacement of the modifications I'm doing + in nxssh. The class is just a framework and the implementation + is unfinished. + +- Solved a potential problem in Main.c with NXExit() being called + after the dlclose(). This was unlikely to happen as proxy never + returns. + +nxproxy-1.4.0-1 + +- Opened the 1.4.0 branch. + +nxproxy-1.3.2-1 + +- Opened the 1.3.2 branch. + +nxproxy-1.3.1-2 + +- Removed the underline characters and added a colon in the + title of this ChangeLog to fully comply with format used in + the release notices. + +nxproxy-1.3.1-1 + +- Opened the 1.3.1 branch. + +nxproxy-1.3.0-7 + +- Added a check on the OS version when running on MacOS/X. + Versions 10.2 and 10.3 differ in the way names are mangled. + +- Fixed error detection on dlsym(). The previous code was not + able to correctly identify missing symbols. + +nxproxy-1.3.0-6 + +- Modified configure.in to compile under FreeBSD. + +nxproxy-1.3.0-5 + +- Fixed a (further) compilation problem under Cygwin. + +nxproxy-1.3.0-4 + +- New nxproxy is able to load libXcomp by dlopen() under + Cygwin. This simplifies both code in Main.c and the + configure.in script. + +- Changed configure.in to not link with -mwindows under + Cygwin. Linking with -mwindows prevented stderr to be + correctly output when running nxproxy on a console. + +nxproxy-1.3.0-3 + +- Changed configure.in to first check for nx-X11 includes + and libraries. Added "/usr/openwin/bin/makedepend" to + path searched for the executable. + +nxproxy-1.3.0-2 + +- Small cleanup in configure.in. A new configure script has + been generated using autoconf-2.57-3. + +nxproxy-1.3.0-1 + +- Updated internal version, so this release tries to load + libXcomp version 1.3.0. -- cgit v1.2.3 From d588e1f09a52eeee92d7645aaedce46f7108c7f9 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 13 Nov 2011 09:53:38 +0100 Subject: Imported nxproxy-3.1.0-2.tar.gz Summary: Imported nxproxy-3.1.0-2.tar.gz Keywords: Imported nxproxy-3.1.0-2.tar.gz into Git repository --- nxproxy/CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nxproxy/CHANGELOG') diff --git a/nxproxy/CHANGELOG b/nxproxy/CHANGELOG index f24de413d..3b0816c08 100644 --- a/nxproxy/CHANGELOG +++ b/nxproxy/CHANGELOG @@ -1,5 +1,13 @@ ChangeLog: +nxproxy-3.1.0-2 + +- Updated version number. + +nxproxy-3.1.0-1 + +- Opened the 3.1.0 branch based on nxproxy-3.0.0-4. + nxproxy-3.0.0-4 - Added file COPYING. -- cgit v1.2.3 From 131e675bd045e1447ae203d54b28b2712c79cb16 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 13 Nov 2011 09:53:38 +0100 Subject: Imported nxproxy-3.2.0-1.tar.gz Summary: Imported nxproxy-3.2.0-1.tar.gz Keywords: Imported nxproxy-3.2.0-1.tar.gz into Git repository --- nxproxy/CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nxproxy/CHANGELOG') diff --git a/nxproxy/CHANGELOG b/nxproxy/CHANGELOG index 3b0816c08..aee848110 100644 --- a/nxproxy/CHANGELOG +++ b/nxproxy/CHANGELOG @@ -1,5 +1,9 @@ ChangeLog: +nxproxy-3.2.0-1 + +- Opened the 3.2.0 branch based on nxproxy-3.1.0-2. + nxproxy-3.1.0-2 - Updated version number. -- cgit v1.2.3 From 7b07a64ea3d83cfd105d3e3a2913d4d26234a60a Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 13 Nov 2011 09:53:38 +0100 Subject: Imported nxproxy-3.3.0-2.tar.gz Summary: Imported nxproxy-3.3.0-2.tar.gz Keywords: Imported nxproxy-3.3.0-2.tar.gz into Git repository --- nxproxy/CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nxproxy/CHANGELOG') diff --git a/nxproxy/CHANGELOG b/nxproxy/CHANGELOG index aee848110..c6f4d1393 100644 --- a/nxproxy/CHANGELOG +++ b/nxproxy/CHANGELOG @@ -1,5 +1,13 @@ ChangeLog: +nxproxy-3.3.0-2 + +- Updated VERSION. + +nxproxy-3.3.0-1 + +- Opened the 3.3.0 branch based on nxproxy-3.2.0-1. + nxproxy-3.2.0-1 - Opened the 3.2.0 branch based on nxproxy-3.1.0-2. -- cgit v1.2.3 From d83d9f6be903db30daf28208660c9c43a4c7002e Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 13 Nov 2011 09:53:38 +0100 Subject: Imported nxproxy-3.4.0-2.tar.gz Summary: Imported nxproxy-3.4.0-2.tar.gz Keywords: Imported nxproxy-3.4.0-2.tar.gz into Git repository --- nxproxy/CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nxproxy/CHANGELOG') diff --git a/nxproxy/CHANGELOG b/nxproxy/CHANGELOG index c6f4d1393..66ce8e0cf 100644 --- a/nxproxy/CHANGELOG +++ b/nxproxy/CHANGELOG @@ -1,5 +1,15 @@ ChangeLog: +nxproxy-3.4.0-2 + +- Updated copyright to year 2009. + +nxproxy-3.4.0-1 + +- Opened the 3.4.0 branch based on nxproxy-3.3.0-2. + +- Changed version number. + nxproxy-3.3.0-2 - Updated VERSION. -- cgit v1.2.3 From 6dc46faed83596d64bb86d9a4b35543f5122e1dd Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 13 Nov 2011 09:53:38 +0100 Subject: Imported nxproxy-3.5.0-1.tar.gz Summary: Imported nxproxy-3.5.0-1.tar.gz Keywords: Imported nxproxy-3.5.0-1.tar.gz into Git repository --- nxproxy/CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nxproxy/CHANGELOG') diff --git a/nxproxy/CHANGELOG b/nxproxy/CHANGELOG index 66ce8e0cf..e5dff2e4f 100644 --- a/nxproxy/CHANGELOG +++ b/nxproxy/CHANGELOG @@ -1,5 +1,11 @@ ChangeLog: +nxproxy-3.5.0-1 + +- Opened the 3.5.0 branch based on nxproxy-3.4.0-2. + +- Updated copyright to year 2011. + nxproxy-3.4.0-2 - Updated copyright to year 2009. -- cgit v1.2.3