summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2015-08-18 10:21:11 -0700
committerMark Spruiell <mes@zeroc.com>2015-08-18 10:21:11 -0700
commitcf258e2a8f7c360c99b84ef7f7fa17ca39e8525f (patch)
treef29012a2c4d002fd7a533e03c11b61055ae7a7ca
parentMinor edits (diff)
downloadice-cf258e2a8f7c360c99b84ef7f7fa17ca39e8525f.tar.bz2
ice-cf258e2a8f7c360c99b84ef7f7fa17ca39e8525f.tar.xz
ice-cf258e2a8f7c360c99b84ef7f7fa17ca39e8525f.zip
updating version in build instructions
-rw-r--r--cpp/BuildInstructionsLinux.md2
-rw-r--r--cpp/BuildInstructionsOSX.md2
-rw-r--r--cpp/BuildInstructionsWinRT.md2
-rw-r--r--cpp/BuildInstructionsWindows.md2
-rw-r--r--csharp/BuildInstructions.md6
-rw-r--r--java/BuildInstructions.md28
-rw-r--r--js/BuildInstructions.md4
-rw-r--r--php/BuildInstructionsLinuxOSX.md2
-rw-r--r--php/BuildInstructionsWindows.md2
-rw-r--r--python/BuildInstructionsLinuxOSX.md2
-rw-r--r--python/BuildInstructionsWindows.md2
-rw-r--r--ruby/BuildInstructionsLinuxOSX.md2
-rw-r--r--ruby/BuildInstructionsWindows.md18
13 files changed, 37 insertions, 37 deletions
diff --git a/cpp/BuildInstructionsLinux.md b/cpp/BuildInstructionsLinux.md
index f3a1d02581c..92a3bf77580 100644
--- a/cpp/BuildInstructionsLinux.md
+++ b/cpp/BuildInstructionsLinux.md
@@ -110,7 +110,7 @@ If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.
[1]: https://doc.zeroc.com/display/Ice36/Using+the+Linux+Binary+Distributions
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1
[3]: http://expat.sourceforge.net
[4]: http://openssl.org
[5]: http://bzip.org
diff --git a/cpp/BuildInstructionsOSX.md b/cpp/BuildInstructionsOSX.md
index 9a2e96fa6ad..ba9bad61375 100644
--- a/cpp/BuildInstructionsOSX.md
+++ b/cpp/BuildInstructionsOSX.md
@@ -89,7 +89,7 @@ If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.
[1]: https://doc.zeroc.com/display/Ice36/Using+the+OS+X+Binary+Distribution
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1
[3]: http://expat.sourceforge.net
[4]: http://bzip.org
[5]: http://www.oracle.com/us/products/database/berkeley-db/overview/index.htm
diff --git a/cpp/BuildInstructionsWinRT.md b/cpp/BuildInstructionsWinRT.md
index ac3c2842b9e..03dfccb6421 100644
--- a/cpp/BuildInstructionsWinRT.md
+++ b/cpp/BuildInstructionsWinRT.md
@@ -109,7 +109,7 @@ In the "Ice Test Suite" Windows Store application, select the Server language
mapping and Protocol you want to use.
[1]: https://doc.zeroc.com/display/Ice36/Using+the+Windows+Binary+Distribution
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1
[3]: http://expat.sourceforge.net
[4]: http://bzip.org
[5]: http://www.oracle.com/us/products/database/berkeley-db/overview/index.htm
diff --git a/cpp/BuildInstructionsWindows.md b/cpp/BuildInstructionsWindows.md
index d1681e9a355..5967d97adc7 100644
--- a/cpp/BuildInstructionsWindows.md
+++ b/cpp/BuildInstructionsWindows.md
@@ -93,7 +93,7 @@ If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.
[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1
[3]: http://expat.sourceforge.net
[4]: http://bzip.org
[5]: http://www.oracle.com/us/products/database/berkeley-db/overview/index.htm
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md
index 23febb268ad..5b336478378 100644
--- a/csharp/BuildInstructions.md
+++ b/csharp/BuildInstructions.md
@@ -25,7 +25,7 @@ The build system requires the Slice translator from Ice for C++. If you have not
built Ice for C++ in this source distribution, you must set the `ICE_HOME`
environment variable with the path name of your Ice installation:
- > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.0
+ > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.1
### Building Ice for .NET
@@ -49,7 +49,7 @@ C++ distribution. If you have not built Ice for C++ in this source distribution
then you must set the `ICE_HOME` environment variable with the path name of your
Ice installation:
- > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.0
+ > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.1
Python is required to run the test suite. Additionally, the Glacier2 tests
require the Python module `passlib`, which you can install with the command:
@@ -134,5 +134,5 @@ before:
> nmake /f Makefile.mak
[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1
[3]: https://msdn.microsoft.com/en-us/library/ms241613.aspx
diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md
index 0021a2afa58..45ea986ca5e 100644
--- a/java/BuildInstructions.md
+++ b/java/BuildInstructions.md
@@ -141,12 +141,12 @@ have not built Ice for C++ in this source distribution, you must set the
`ICE_HOME` environment variable with the path name of your Ice installation.
For example, on Unix:
- $ export ICE_HOME=/opt/Ice-3.6.0 (For local build)
+ $ export ICE_HOME=/opt/Ice-3.6.1 (For local build)
$ export ICE_HOME=/usr (For RPM installation)
On Windows:
- > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.0
+ > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.1
Before building Ice for Java, review the settings in the file
`gradle.properties` and edit as necessary.
@@ -174,16 +174,16 @@ To install Ice for Java in the directory specified by the `prefix` variable in
The installation installs the following JAR files to `<prefix>/lib`.
- freeze-3.6.0.jar
- glacier2-3.6.0.jar
- ice-3.6.0.jar
- icebox-3.6.0.jar
- icediscovery-3.6.0.jar
- icegrid-3.6.0.jar
+ freeze-3.6.1.jar
+ glacier2-3.6.1.jar
+ ice-3.6.1.jar
+ icebox-3.6.1.jar
+ icediscovery-3.6.1.jar
+ icegrid-3.6.1.jar
icegridgui.jar
- icelocatordiscovery-3.6.0.jar
- icepatch2-3.6.0.jar
- icestorm-3.6.0.jar
+ icelocatordiscovery-3.6.1.jar
+ icepatch2-3.6.1.jar
+ icestorm-3.6.1.jar
POM files are also installed for ease of deployment to a maven-based
distribution system.
@@ -195,12 +195,12 @@ C++ distribution. If you have not built Ice for C++ in this source distribution
then you must set the `ICE_HOME` environment variable with the path name of your
Ice installation. On Unix:
- $ export ICE_HOME=/opt/Ice-3.6.0 (For local build)
+ $ export ICE_HOME=/opt/Ice-3.6.1 (For local build)
$ export ICE_HOME=/usr (For RPM installation)
On Windows:
- > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.0
+ > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.1
Python is required to run the test suite. To run the tests, open a command
window and change to the top-level directory. At the command prompt, execute:
@@ -238,6 +238,6 @@ and WinRT test suites to start the required servers.
[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1
[3]: http://gradle.org
[4]: http://proguard.sourceforge.net
diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md
index aba9cb3f87d..96566f44338 100644
--- a/js/BuildInstructions.md
+++ b/js/BuildInstructions.md
@@ -136,9 +136,9 @@ following command:
> npm pack
-This will generate the file `ice-3.6.0.tgz`, which can be installed by running:
+This will generate the file `ice-3.6.1.tgz`, which can be installed by running:
- > npm install <path_to_file>/ice-3.6.0.tgz
+ > npm install <path_to_file>/ice-3.6.1.tgz
To use Ice for JavaScript with a browser, copy the appropriate JavaScript
library files located in the `lib` directory to your web server.
diff --git a/php/BuildInstructionsLinuxOSX.md b/php/BuildInstructionsLinuxOSX.md
index d9128d6876c..f3d00ba0fb2 100644
--- a/php/BuildInstructionsLinuxOSX.md
+++ b/php/BuildInstructionsLinuxOSX.md
@@ -206,4 +206,4 @@ The enclosing directory also needs to be accessible. For example:
# chcon -R -t httpd_sys_content_t /opt/MyApp/slice
[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1
diff --git a/php/BuildInstructionsWindows.md b/php/BuildInstructionsWindows.md
index fa75d413d2b..120d2172e62 100644
--- a/php/BuildInstructionsWindows.md
+++ b/php/BuildInstructionsWindows.md
@@ -210,4 +210,4 @@ installation directory, you can modify the access rights as shown below:
...
[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1
diff --git a/python/BuildInstructionsLinuxOSX.md b/python/BuildInstructionsLinuxOSX.md
index 584c9566119..6d88b6ff40c 100644
--- a/python/BuildInstructionsLinuxOSX.md
+++ b/python/BuildInstructionsLinuxOSX.md
@@ -63,4 +63,4 @@ If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.
[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1
diff --git a/python/BuildInstructionsWindows.md b/python/BuildInstructionsWindows.md
index 5b7dca0c1fd..50e5f209ba5 100644
--- a/python/BuildInstructionsWindows.md
+++ b/python/BuildInstructionsWindows.md
@@ -80,4 +80,4 @@ If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.
[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1
diff --git a/ruby/BuildInstructionsLinuxOSX.md b/ruby/BuildInstructionsLinuxOSX.md
index 56b4ec9fd76..15c62b6f1f8 100644
--- a/ruby/BuildInstructionsLinuxOSX.md
+++ b/ruby/BuildInstructionsLinuxOSX.md
@@ -150,4 +150,4 @@ command:
SELINUX=disabled
[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1
diff --git a/ruby/BuildInstructionsWindows.md b/ruby/BuildInstructionsWindows.md
index 767e6bbf93f..e4654ccbc3f 100644
--- a/ruby/BuildInstructionsWindows.md
+++ b/ruby/BuildInstructionsWindows.md
@@ -27,8 +27,8 @@ the only C++ compiler supported by Ice for Ruby.
The instructions in this file make the following assumptions about your build
environment:
-1. You have installed the Ice 3.6.0 distribution using the ZeroC installer. The
-default installation directory is `C:\Program Files (x86)\ZeroC\Ice-3.6.0`.
+1. You have installed the Ice 3.6.1 distribution using the ZeroC installer. The
+default installation directory is `C:\Program Files (x86)\ZeroC\Ice-3.6.1`.
2. You have installed Ruby 2.2.1 using the Windows installer. The default
installation directory is `C:\Ruby221`.
3. You have installed the Ruby Development Kit 4.7.2 in `C:\RubyDevKit-4.7.2`.
@@ -70,7 +70,7 @@ forward slashes (/) as directory separators, and cannot contain any space.
If your Ice installation's path contains any space, use the DOS 8-character
name as a work-around, for example:
- > set ICE_HOME=C:/PROGRA~2/Ice-3.6.0
+ > set ICE_HOME=C:/PROGRA~2/Ice-3.6.1
You can use `dir /x` to get this DOS name, for example:
@@ -105,20 +105,20 @@ The Ruby interpreter must be able to locate the Ice extension. One way to
configure the interpreter is to define the `RUBYLIB` environment variable as
follows:
- > set RUBYLIB=C:\Ice-3.6.0\ruby
+ > set RUBYLIB=C:\Ice-3.6.1\ruby
-This example assumes your Ice for Ruby installation is located in the `C:\Ice-3.6.0`
+This example assumes your Ice for Ruby installation is located in the `C:\Ice-3.6.1`
directory.
In addition, you must modify your PATH environment variable to include the
following directories:
- C:\Program Files (x86)\ZeroC\Ice-3.6.0\bin
- C:\Ice-3.6.0\bin
+ C:\Program Files (x86)\ZeroC\Ice-3.6.1\bin
+ C:\Ice-3.6.1\bin
At a command prompt, you can set your PATH as shown below:
- > set PATH=C:\Program Files (x86)\ZeroC\Ice-3.6.0\bin;C:\Ice-3.6.0\bin;%PATH%
+ > set PATH=C:\Program Files (x86)\ZeroC\Ice-3.6.1\bin;C:\Ice-3.6.1\bin;%PATH%
## Running the Ruby Tests
@@ -142,4 +142,4 @@ If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.
[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
+[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1