diff options
author | Joe George <joe@zeroc.com> | 2016-03-11 14:56:34 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-03-11 14:56:34 -0500 |
commit | 3747656b00d2e5e32f66d43dff705ab322905963 (patch) | |
tree | 2c322a1120a66162928c8d2400502497ab020b6f | |
parent | Fix ICE-7015 - IceUtil/stacktrace test failure (diff) | |
download | ice-3747656b00d2e5e32f66d43dff705ab322905963.tar.bz2 ice-3747656b00d2e5e32f66d43dff705ab322905963.tar.xz ice-3747656b00d2e5e32f66d43dff705ab322905963.zip |
Update version to 3.6.2 in several md files
-rw-r--r-- | cpp/BuildInstructionsLinux.md | 2 | ||||
-rw-r--r-- | cpp/BuildInstructionsOSX.md | 2 | ||||
-rw-r--r-- | cpp/BuildInstructionsWinRT.md | 2 | ||||
-rw-r--r-- | cpp/BuildInstructionsWindows.md | 2 | ||||
-rw-r--r-- | csharp/BuildInstructions.md | 6 | ||||
-rw-r--r-- | java/BuildInstructions.md | 28 | ||||
-rw-r--r-- | js/BuildInstructions.md | 4 | ||||
-rw-r--r-- | php/BuildInstructionsLinuxOSX.md | 2 | ||||
-rw-r--r-- | php/BuildInstructionsWindows.md | 2 | ||||
-rw-r--r-- | python/BuildInstructionsLinuxOSX.md | 2 | ||||
-rw-r--r-- | python/BuildInstructionsWindows.md | 2 | ||||
-rw-r--r-- | ruby/BuildInstructionsLinuxOSX.md | 2 | ||||
-rw-r--r-- | ruby/BuildInstructionsWindows.md | 18 |
13 files changed, 37 insertions, 37 deletions
diff --git a/cpp/BuildInstructionsLinux.md b/cpp/BuildInstructionsLinux.md index 1adcf9ad5fe..2583dad8118 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.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 [3]: http://expat.sourceforge.net [4]: http://openssl.org [5]: http://bzip.org diff --git a/cpp/BuildInstructionsOSX.md b/cpp/BuildInstructionsOSX.md index 3d0c986f1fe..40d4b0ddb5b 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.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 [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 03dfccb6421..8e66efc5761 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.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 [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 3c18b7b3dee..ee8f08ac71d 100644 --- a/cpp/BuildInstructionsWindows.md +++ b/cpp/BuildInstructionsWindows.md @@ -84,7 +84,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.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 [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 5b336478378..ea016942c82 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.1 + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.2 ### 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.1 + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.2 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.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 [3]: https://msdn.microsoft.com/en-us/library/ms241613.aspx diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md index 45ea986ca5e..e5e3e16079d 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.1 (For local build) + $ export ICE_HOME=/opt/Ice-3.6.2 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.1 + > set ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.6.2 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.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 + freeze-3.6.2.jar + glacier2-3.6.2.jar + ice-3.6.2.jar + icebox-3.6.2.jar + icediscovery-3.6.2.jar + icegrid-3.6.2.jar icegridgui.jar - icelocatordiscovery-3.6.1.jar - icepatch2-3.6.1.jar - icestorm-3.6.1.jar + icelocatordiscovery-3.6.2.jar + icepatch2-3.6.2.jar + icestorm-3.6.2.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.1 (For local build) + $ export ICE_HOME=/opt/Ice-3.6.2 (For local build) $ export ICE_HOME=/usr (For RPM installation) On Windows: - > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.1 + > set ICE_HOME=c:\Program Files (x86)\ZeroC\Ice-3.6.2 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.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 [3]: http://gradle.org [4]: http://proguard.sourceforge.net diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md index b8b1835268f..110605bbec3 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.1.tgz`, which can be installed by running: +This will generate the file `ice-3.6.2.tgz`, which can be installed by running: - > npm install <path_to_file>/ice-3.6.1.tgz + > npm install <path_to_file>/ice-3.6.2.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 f3d00ba0fb2..43fccb26117 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.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 diff --git a/php/BuildInstructionsWindows.md b/php/BuildInstructionsWindows.md index 120d2172e62..0399249f283 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.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 diff --git a/python/BuildInstructionsLinuxOSX.md b/python/BuildInstructionsLinuxOSX.md index 6d88b6ff40c..e6ba526558f 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.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 diff --git a/python/BuildInstructionsWindows.md b/python/BuildInstructionsWindows.md index 50e5f209ba5..97d6b811ddf 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.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 diff --git a/ruby/BuildInstructionsLinuxOSX.md b/ruby/BuildInstructionsLinuxOSX.md index 15c62b6f1f8..06367a1e3bf 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.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 diff --git a/ruby/BuildInstructionsWindows.md b/ruby/BuildInstructionsWindows.md index e4654ccbc3f..44b462588cf 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.1 distribution using the ZeroC installer. The -default installation directory is `C:\Program Files (x86)\ZeroC\Ice-3.6.1`. +1. You have installed the Ice 3.6.2 distribution using the ZeroC installer. The +default installation directory is `C:\Program Files (x86)\ZeroC\Ice-3.6.2`. 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.1 + > set ICE_HOME=C:/PROGRA~2/Ice-3.6.2 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.1\ruby + > set RUBYLIB=C:\Ice-3.6.2\ruby -This example assumes your Ice for Ruby installation is located in the `C:\Ice-3.6.1` +This example assumes your Ice for Ruby installation is located in the `C:\Ice-3.6.2` directory. In addition, you must modify your PATH environment variable to include the following directories: - C:\Program Files (x86)\ZeroC\Ice-3.6.1\bin - C:\Ice-3.6.1\bin + C:\Program Files (x86)\ZeroC\Ice-3.6.2\bin + C:\Ice-3.6.2\bin At a command prompt, you can set your PATH as shown below: - > set PATH=C:\Program Files (x86)\ZeroC\Ice-3.6.1\bin;C:\Ice-3.6.1\bin;%PATH% + > set PATH=C:\Program Files (x86)\ZeroC\Ice-3.6.2\bin;C:\Ice-3.6.2\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.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 |