summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2010-01-28 12:58:26 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2010-01-28 12:58:26 +0000
commit1c1d5885646173fb3196c2b1b8a1fd6e61f4f5de (patch)
treed2081b7d695820cdf03dae0c31788d034952ad35
parentea44c825206203e67febef6dcfe0c4ff8388c25c (diff)
downloadATCD-1c1d5885646173fb3196c2b1b8a1fd6e61f4f5de.tar.gz
Thu Jan 28 12:56:31 UTC 2010 Abdul Sowayan <sowayan@gmail.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/NEWS34
2 files changed, 23 insertions, 17 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 744a53384ca..863034d01b9 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jan 28 12:56:31 UTC 2010 Abdul Sowayan <sowayan@gmail.com>
+
+ * NEWS:
+
+ ACE/TAO now supports the new iPad ;-).
+
Thu Jan 28 07:54:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
Merged revision 88742-88757 from idl3_plus_backend2 to svn head. This
diff --git a/TAO/NEWS b/TAO/NEWS
index 9c1103d2d5a..d30a5f9e704 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,6 +1,23 @@
USER VISIBLE CHANGES BETWEEN TAO-1.7.5 and TAO-1.7.6
====================================================
+. Added support for iPhone/iPod Touch/iPad. The following
+ environment variables are needed:
+
+ IPHONE_TARGET, should be set to either SIMULATOR or
+ HARDWARE. Set to HARDWARE if you want to deploy
+ on the iPhone/iPod Touch/iPad device.
+
+ IPHONE_VERSION, should be set to 3.1.2 or 3.2. One can
+ set the version to any future or past versions, but
+ only 3.1.2 and 3.2 have been tried.
+
+ Note that one has to compile ACE/TAO statically as
+ it is believed that the iPhone OS does not support
+ dynamic loading of external libraries. The usual
+ procedure of cross compiling ACE/TAO applies
+ (such as setting HOST_ROOT environment variable).
+
. Added support for IDL template modules in the IDL
compiler front end. This is partly tested, some
parts do work, some not yet
@@ -13,23 +30,6 @@ USER VISIBLE CHANGES BETWEEN TAO-1.7.5 and TAO-1.7.6
. Add support for valuetype repository id and value
on both input and output streams.
-. Added support for iPhone OS 3.1.2. The following
- environment variable are needed:
-
- IPHONE_TARGET, should be set to either SIMULATOR or
- HARDWARE. Set to HARDWARE if you want to deploy
- on the iPhone/iPod Touch device.
-
- IPHONE_VERSION, should be set to 3.1.2. One can set
- the version to any future or past versions, but
- only 3.1.2 has been tried.
-
- Note that one has to compile ACE/TAO statically as
- it is believed that the iPhone OS does not support
- dynamic loading of external libraries. The usual
- procedure of cross compiling ACE/TAO applies
- (such as setting HOST_ROOT environment variable).
-
. Added support for Embarcadero C++ Builder 2010
. Added method TAO_Leader_Follower::set_new_leader_generator().