summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLutz Jaenicke <ljaenicke@innominate.com>2013-02-11 11:29:05 +0100
committerLutz Jaenicke <ljaenicke@innominate.com>2013-02-11 11:33:19 +0100
commit5584a9549086dfe6497b6694dd1bf7c6e8d95e23 (patch)
tree623285829d12b5e6d2cae75662718db1ca35fa31
parenta3e66779d39bc36dc43b5788d565cfb6d129d228 (diff)
FAQ/README: we are now using Git instead of CVS
(cherry picked from commit f88dbb8385c199a2a28e9525c6bba3a64bda96af)
-rw-r--r--FAQ2
-rw-r--r--INSTALL.W324
-rw-r--r--README2
3 files changed, 4 insertions, 4 deletions
diff --git a/FAQ b/FAQ
index 586de2a434..98fac17845 100644
--- a/FAQ
+++ b/FAQ
@@ -87,7 +87,7 @@ OpenSSL 1.0.1a was released on Apr 19th, 2012.
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
-ftp://ftp.openssl.org/snapshot/>, or get it by anonymous CVS access.
+ftp://ftp.openssl.org/snapshot/>, or get it by anonymous Git access.
* Where is the documentation?
diff --git a/INSTALL.W32 b/INSTALL.W32
index d23c4baf62..80e538273e 100644
--- a/INSTALL.W32
+++ b/INSTALL.W32
@@ -29,7 +29,7 @@
is required if you intend to utilize assembler modules. Note that NASM
is now the only supported assembler.
- If you are compiling from a tarball or a CVS snapshot then the Win32 files
+ If you are compiling from a tarball or a Git snapshot then the Win32 files
may well be not up to date. This may mean that some "tweaking" is required to
get it all to work. See the trouble shooting section later on for if (when?)
it goes wrong.
@@ -257,7 +257,7 @@
then ms\do_XXX should not give a warning any more. However the numbers that
get assigned by this technique may not match those that eventually get
- assigned in the CVS tree: so anything linked against this version of the
+ assigned in the Git tree: so anything linked against this version of the
library may need to be recompiled.
If you get errors about unresolved symbols there are several possible
diff --git a/README b/README
index f278ee2de4..a0fdf00e4c 100644
--- a/README
+++ b/README
@@ -190,7 +190,7 @@
reason as to why that feature isn't implemented.
Patches should be as up to date as possible, preferably relative to the
- current CVS or the last snapshot. They should follow the coding style of
+ current Git or the last snapshot. They should follow the coding style of
OpenSSL and compile without warnings. Some of the core team developer targets
can be used for testing purposes, (debug-steve64, debug-geoff etc). OpenSSL
compiles on many varied platforms: try to ensure you only use portable