summaryrefslogtreecommitdiffstats
path: root/ChangeLog.0_9_7-stable_not-in-head
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-04-30 21:39:39 +0000
committerAndy Polyakov <appro@openssl.org>2005-04-30 21:39:39 +0000
commit4c3a2d64e43901ae954d4e6382ac7995330c6dc0 (patch)
treec817053e9ec711aac110aa92f09fa8fc212aa6fb /ChangeLog.0_9_7-stable_not-in-head
parent98a2fd32a098949a6727ef59f51225f82ba5d95c (diff)
Fold rules in test/Makefiles [from stable].
Diffstat (limited to 'ChangeLog.0_9_7-stable_not-in-head')
-rw-r--r--ChangeLog.0_9_7-stable_not-in-head108
1 files changed, 1 insertions, 107 deletions
diff --git a/ChangeLog.0_9_7-stable_not-in-head b/ChangeLog.0_9_7-stable_not-in-head
index f8c79db17d..ffa983868b 100644
--- a/ChangeLog.0_9_7-stable_not-in-head
+++ b/ChangeLog.0_9_7-stable_not-in-head
@@ -40,19 +40,6 @@ be added to the end of this file.
Return my normal debug targets to something not so extreme, and
make the extreme ones special (or 'extreme', if you will :-)).
-2002-12-15 16:27 appro
-
- Changed:
- Makefile.org (1.154.2.41), "Exp", lines: +2 -1
-
- Another Solaris shared build clean-up. This is not actually needed
- if one uses WorkShop C. It's gcc driver that brings copy of
- libgcc.a into .so otherwise. In case you wonder what it's -Wl,-z...
- and not just -z. Problem is that gcc driver apparently omits all -z
- options but -z text. Don't ask me why. I'm not committing
- corresponding workaround into the HEAD as Makefile.shared
- reportedly needs even more work...
-
2002-12-16 19:17 appro
Changed:
@@ -62,25 +49,6 @@ be added to the end of this file.
This is rollback to 0.9.6h bn_mul.c to address problem reported in
RT#272.
-2002-12-16 19:59 appro
-
- Changed:
- Makefile.org (1.154.2.42), "Exp", lines: +3 -1
-
- Some of Sun compiler drivers (well, one of those I have) collect
- all options specified with -Wl in the beginnig of the ld command
- line which kind of obsoletes the idea as it's -z defaultextract
- that will be closest to lib*.a and not -z allextract:-(
-
-!2002-12-27 17:49 appro
-!
-! Changed:
-! Configure (1.314.2.62), "Exp", lines: +1 -1
-!
-! According to Tim Rice <tim@multitalents.net> assembler support in
-! SCO5 never worked anyway. Note this is not going to HEAD as we
-! intend to provide an alternative solution as soon as 0.9.7 is out.
-
2003-01-01 16:48 ben
Changed:
@@ -212,15 +180,6 @@ be added to the end of this file.
DES CFB8 test.
-2004-01-21 10:58 appro
-
- Changed:
- Configure (1.314.2.89), "Exp", lines: +1 -0
- config (1.95.2.27), "Exp", lines: +7 -6
- crypto/bn/Makefile.ssl (1.65.2.7), "Exp", lines: +3 -0
-
- Proper support for HP-UX64 gcc build. PR: 772
-
2004-03-17 05:01 mark
Changed:
@@ -271,16 +230,6 @@ be added to the end of this file.
PR: 900
-2004-07-24 15:40 appro
-
- Changed:
- ssl/ssl_cert.c (1.48.2.9), "Exp", lines: +5 -2
-
- Add casts where casts due. It's "safe" to cast, because "wrong"
- casts will either be optimized away or never performed. The trouble
- is that compiler first parses code, then optimizes, not both at
- once...
-
2004-08-02 16:15 levitte [FIPS]
Changed:
@@ -291,21 +240,6 @@ be added to the end of this file.
Thanks to Dr Stephen Henson <shenson@drh-consultancy.co.uk>
for making me aware of this error.
-2004-12-09 19:00 appro
-
- Changed:
- apps/openssl.c (1.48.2.11), "Exp", lines: +1 -1
-
- Eliminate dependency on UNICODE macro.
-
-2004-12-20 14:18 appro
-
- Changed:
- util/mklink.pl (1.6.2.2), "Exp", lines: +1 -0
-
- When re-linking files, really relink them. In other words, emulate
- ln -f.
-
2004-12-28 00:48 appro
Changed:
@@ -323,16 +257,6 @@ be added to the end of this file.
Allow for ./config no-sha0. PR: 993
-2005-02-03 12:09 appro
-
- Changed:
- Configure (1.314.2.105), "Exp", lines: +2 -2
- Makefile.org (1.154.2.94), "Exp", lines: +16 -6
- TABLE (1.99.2.44), "Exp", lines: +2 -2
-
- Final HP-UX specific touches to "cope with run-time linker on
- multi-ABI platforms."
-
2005-03-12 10:28 appro
Changed:
@@ -342,16 +266,7 @@ be added to the end of this file.
Move copying of .dll to apps/ and test/ to more appropriate place.
-2005-03-12 13:15 appro
-
- Changed:
- apps/Makefile (1.1.4.14), "Exp", lines: +4 -2
- test/Makefile (1.1.4.10), "Exp", lines: +42 -194
-
- Fold rules in test/Makefile and provide hooks for updated FIPS
- build procedures.
-
-2005-03-15 10:46 appro
+2005-03-15 10:46 appro [FIPS]
Changed:
Makefile.org (1.154.2.96), "Exp", lines: +1 -1
@@ -362,27 +277,6 @@ be added to the end of this file.
in crypto/Makefile and make Makefile.org and fips/Makefile more
discreet.
-2005-03-26 20:32 appro
-
- Changed:
- crypto/perlasm/x86nasm.pl (1.2.8.8), "Exp", lines: +6 -1
-
- Resolve "operation size not specified" in NASM modules.
-
-2005-04-03 21:16 appro
-
- Changed:
- Configure (1.314.2.109), "Exp", lines: +10 -0
- TABLE (1.99.2.48), "Exp", lines: +50 -0
- config (1.95.2.33), "Exp", lines: +9 -2
- crypto/bn/Makefile (1.1.4.4), "Exp", lines: +1 -0
- crypto/rc4/Makefile (1.1.4.6), "Exp", lines: +1 -1
-
- Extend Solaris x86 support to amd64. Note that if both gcc and Sun
- C are installed, it defaults to gcc, because it beats Sun C on
- every benchmark. Also note that gcc shared build was verified to
- work woth Sun C...
-
2005-04-14 00:47 appro
Changed: