File: changelog.txt

package info (click to toggle)
openmohaa 0.82.1%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 34,192 kB
  • sloc: cpp: 315,720; ansic: 275,789; sh: 312; xml: 246; asm: 141; makefile: 7
file content (78 lines) | stat: -rw-r--r-- 6,112 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Changelog for: GameSpy CDKey SDK
--------------------------------------------------------

DATE        VERSION  BY   TYPE     DESCRIPTION
----------  -------  ---  -------  ---------------------------------------------------------
12-12-2007  1.08.00  RMV  RELEASE  Released to Developer Site
12-06-2007  1.07.01  SAH  OTHER    Added NatNeg to ServerTestQR2 projects to remove compiler errors     
08-06-2007  1.07.00  RMV  RELEASE  Released to Developer Site
07-16-2007  1.06.02  RMV  FIX      Added win32common.c to ClientTest/ServerTest Project to fix compilation error
            1.06.02  RMV  OTHER    Changed cd key used by ServerTestQR2 to be different than that used by ClientTest
07-11-2007  1.06.02  RMV  FIX      Fixed typecasting, possibly uninitialized variable and unreferenced variable warnings in test projects
12-18-2006  1.06.01  SAH  FIX      Fixed a bug in the ServerTest app causing an incorrect hint value to be passed to the client
12-15-2006  1.06.00  MJW  RELEASE  Released to Developer Site
12-12-2006  1.05.12  SAH  FIX      Changed all references in ServerTestQR2 of PRODUCTID to GAMEID
10-05-2006  1.05.11  SAH  FIX      Updated MacOSX Makefile
08-24-2006  1.05.10  SAH  FIX      Fixed VC7 project file
08-02-2006  1.05.09  SAH  RELEASE  Releasing to developer site
07-31-2006  1.05.09  SAH  FIX      Fixed Linux makefile
07-24-2006  1.05.08  SAH  OTHER    Added Host self-validation check to the gcd/qr2server sample app
05-31-2006  1.05.07  SAH  RELEASE  Releasing to developer site
		     SAH  FIX	   Fixed Linux makefile
05-25-2006  1.05.06  SAH  FIX	   Changed keyserver_qr2 to have natNegotiate set to 1
04-25-2006  1.05.05  SAH  RELEASE  Releasing to developer site
04-24-2006  1.05.05  SAH  FIX      Commented out unused gsiIsSocketError check in **server.c tests
01-27-2006  1.05.04  SN   RELEASE  Releasing to developer site
12-16-2005  1.05.04  SN   OTHER    Moved projects to subdirectories
                                   Reorganized each project to have latest common code
11-14-2005  1.05.03  DES  FIX      Updates for OSX.
08-17-2005  1.05.02  SN   FIX      Fixed method parameter causing C++ compiler errors for computing responses
08-02-2005  1.05.01  BED  FIX      Renamed "skey" parameter of RefreshAuthCallbackFn to "hint" for consistency
07-28-2005  1.05.00  SN   RELEASE  Releasing to developer site.
06-05-2005  1.05.00  SN   FIX      Fixed the newline bug in the client sample causing all CD Keys to be invalid
06-03-2005  1.05.00  SN   RELEASE  Releasing to developer site.
05-26-2005  1.05.00  BED  RELEASE  Releasing to developer site.
05-17-2005  1.05.00  BED  FEATURE  Added challenge proof to "ison" messages.
05-05-2005  1.04.19  BED  OTHER    Updated projects to use new common folder
05-29-2005  1.04.18  SN   OTHER    Created Visual Studio .NET projects
04-28-2005  1.04.18  SN   RELEASE  Releasing to developer site.
04-04-2005  1.04.18  SN   RELEASE  Releasing to developer site.
11-25-2004  1.04.18  SN   FIX      Added const qualifiers to function parameters not modified 
11-19-2004  1.04.17  SN   RELEASE  Releasing to developer site.
11-18-2004  1.04.17  BED  FIX      Fixed buffer overflow vulnerability in gcdkeys.c
09-16-2004  1.04.16  SN   RELEASE  Releasing to developer site.
08-27-2004  1.04.16  DES  CLEANUP  Removed MacOS style includes
                     DES  CLEANUP  Updated Win32 project configurations
                     DES  CLEANUP  Fixed warnings under OSX
                     DES  CLEANUP  Removed legacy QRCDKEY_INTEGRATION code and sample
                     DES  CLEANUP  Updated OSX Makefiles
08-24-2004  1.04.15  DES  CLEANUP  Removed references to MacOS.
08-05-2004  1.04.14  SN   RELEASE  Releasing to developer site.
02-03-2003  1.04.14  BED  RELEASE  Releasing to developer site.
02-02-2004  1.04.13  DES  FIX      Fixed code that assumed there was a second backslash if a first was found.
11-10-2003  1.04.12  DES  RELEASE  Releasing to developer site.
11-07-2003  1.04.12  DES  FIX      Updated the linux Makefile.
11-04-2003  1.04.11  DES  FEATURE  Added availability check code.
10-21-2003  1.04.10  BED  RELEASE  Releasing to developer site.  (UNIQUE NICK AND UNICODE SUPPORT)
09-30-2003  1.04.10  BED  FIX      Parameters named "productid" are now called "gameid" to avoid confusion.
08-21-2003  1.04.09  DES  RELEASE  Releasing to developer site.
07-25-2003  1.04.09  DES  FIX      Removed usage of gets in the clienttext to get rid of Linux warnings.
07-24-2003  1.04.08  DES  RELEASE  Releasing to developer site.
07-23-2003  1.04.08  BED  CLEANUP  General cleanup to remove "no newline at end of file" warnings.
07-16-2003  1.04.07  DES  FEATURE  The server sample will try a range of ports until it gets a successful bind.
                          FEATURE  The client can specify which port to connect to on the server.
05-20-2003  1.04.06  DES  FIX      Fixed gcd_shutdown to not close the socket if using CDKey integration.
04-22-2003  1.04.05  DES  RELEASE  Releasing to developer site.
                          FIX      Updated to use the new name of the global QR2 structure.
                          FIX      Metrowerks for Win32 is no longer falsely identified as MacOS.
03-03-2003  1.04.04  DES  CLEANUP  General cleanup to remove warnings.
01-06-2003  1.04.03  DES  FEATURE  Added integration with QR2, including a new test project, gcdkeyserver_qr2.
12-19-2002  1.04.02  DES  RELEASE  Releasing to developer site.
12-19-2002  1.04.02  DES  CLEANUP  Removed assert.h include.
12-16-2002  1.04.01  DES  FIX      Set listen calls in samples to use SOMAXCONN for the backlog paramter.
10-24-2002  1.04.00  DES  RELEASE  Release on developer site with updated documentation
10-22-2002  1.04.00  DES  RELEASE  Release on developer site
10-21-2002  1.04.00  DDW  FEATURE  Added ability to support multiple products simultaneously
                                   Games must now pass productID to the authenticate and disconnect functions
                                   The productID is now passed in the authentication callback
09-25-2002  1.03.00  DDW  OTHER    Changelog started