Commit 9cb0969f authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Fix version stuff:

1. The already released version was 0.9.1c and not 0.9.1b

2. The next release should be 0.9.2 and not 0.9.1d, because
   first the changes are already too large, second we should avoid any more
   0.9.1x confusions and third, the Apache version semantics of
   VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here
   .2 is already just a patchlevel and not major change).
tVS: ----------------------------------------------------------------------
parent 792a9002
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 _______________


 Changes between 0.9.1c and 0.9.1d
 Changes between 0.9.1c and 0.9.2

  *) Enhanced the err-ins.pl script so it makes the error library number 
     global and can add a library name. This is needed for external ASN1 and
+1 −1
Original line number Diff line number Diff line

 OpenSSL 0.9.1c 23-Dec-1998
 OpenSSL 0.9.2 31-Dec-1998

 Copyright (c) 1998 The OpenSSL Project
 Copyright (c) 1995-1998 Eric Young
+2 −2
Original line number Diff line number Diff line

  OpenSSL STATUS                           Last modified at
  ______________                           $Date: 1998/12/30 09:08:05 $
  ______________                           $Date: 1998/12/31 09:36:11 $

  DEVELOPMENT STATE

    o  OpenSSL 0.9.2:  Under development.
    o  OpenSSL 0.9.1b: Released on December 23th, 1998
    o  OpenSSL 0.9.1c: Released on December 23th, 1998

  RELEASE SHOWSTOPPERS

+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ static int asn1_get_length();
static void asn1_put_length();
#endif

char *ASN1_version="ASN.1 part of OpenSSL 0.9.1c 23-Dec-1998";
char *ASN1_version="ASN.1 part of OpenSSL 0.9.2 31-Dec-1998";

int ASN1_check_infinite_end(p,len)
unsigned char **p;
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
 * CAMBRIDGE SECURITY WORKSHOP, CAMBRIDGE, U.K., DECEMBER 9-11, 1993)
 */

char *BF_version="BlowFish part of OpenSSL 0.9.1c 23-Dec-1998";
char *BF_version="BlowFish part of OpenSSL 0.9.2 31-Dec-1998";

char *BF_options()
	{
Loading