Skip to content

Commit

Permalink
ACE+TAO-7_0_8
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Jul 1, 2022
1 parent b4822ca commit a055fb3
Show file tree
Hide file tree
Showing 10 changed files with 307 additions and 44 deletions.
84 changes: 84 additions & 0 deletions ACE/ChangeLogs/ACE-7_0_8
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
commit 5fd5dddae69d99c336e41bdd3dd7137e79b4f83b
Author: Johnny Willemsen <jwillemsen@remedy.nl>
Date: Tue Jun 28 09:31:45 2022 +0200

Minor updates, link to github for notifications and commercial support options

* ACE/docs/Download.html:

commit 842114c404a60bc1fa8fd867a506d85ae0c17f43
Merge: 6c1476eef08 94d132b1738
Author: Johnny Willemsen <jwillemsen@remedy.nl>
Date: Sat Jun 25 06:49:08 2022 +0200

Merge branch 'master' into no_ifdef_anyops_ns

commit 94d132b173807bb55f8c7481a57a523b4f07ba7e
Merge: 0fd01e75a0b 9fd4f2bd77d
Author: Adam Mitz <mitza@objectcomputing.com>
Date: Fri Jun 24 15:13:50 2022 -0600

Merge pull request #1864 from mitza-oci/g++12

GCC 12

commit 6c1476eef08213a05f0b2b9b4746d4ff7beda437
Author: Adam Mitz <mitza@objectcomputing.com>
Date: Fri Jun 24 15:55:21 2022 -0500

Removed ACE_ANY_OPS_USE_NAMESPACE as a compile-time option

commit 5e9d29efdf8e1654cd19e37edba34c0460521aaf
Author: Adam Mitz <mitza@objectcomputing.com>
Date: Fri Jun 24 10:48:37 2022 -0500

try building on macOS without ACE_ANY_OPS_USE_NAMESPACE

commit f2fe7927b6894ab38af79cf3c9be760448cf5ee9
Author: Adam Mitz <mitza@objectcomputing.com>
Date: Thu Jun 23 22:51:20 2022 -0500

-fdelayed-template-parsing workaround for clang no longer needed

commit 2a37e231fb737e52ac2a7028f7cc1afae3fcc6a4
Author: chaof <fan-chao@users.noreply.github.com>
Date: Wed Jun 22 15:53:26 2022 +0800

Update Service_Gestalt.cpp

Fix compiling error resulted from misspelling word std::unique_ptr.

commit e1f7c3ba17c4f57cc3c624285f7009f4d5145cca
Author: Johnny Willemsen <jwillemsen@remedy.nl>
Date: Tue Jun 14 08:40:39 2022 +0200

Removed redundant void

* ACE/ace/NT_Service.h:
* TAO/tests/MT_Server/test_i.h:

commit ef9ea413c1a7b869969f175be943cb56cc3ca0ce
Author: Johnny Willemsen <jwillemsen@remedy.nl>
Date: Sat May 21 08:59:07 2022 +0200

Update Download.html

commit 5abccb83ac1da6be99e28832fde74b835b45ebbc
Author: Johnny Willemsen <jwillemsen@remedy.nl>
Date: Sat May 21 08:42:13 2022 +0200

Updated for x.0.7 release

* ACE/NEWS:
* ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
* ACE/docs/Download.html:
* ACE/etc/index.html:
* TAO/NEWS:

commit 116c58f63888c84be7ae30173eaedc5647f22740
Author: Johnny Willemsen <jwillemsen@remedy.nl>
Date: Sat May 21 08:38:55 2022 +0200

Updated versions

* ACE/docs/bczar/bczar.html:
2 changes: 1 addition & 1 deletion ACE/PROBLEM-REPORT-FORM
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include an entire platform-specific configuration file in the form.

8<----------8<----------8<----------8<----------8<----------8<----------8<----

ACE VERSION: 7.0.7
ACE VERSION: 7.0.8

HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
Expand Down
2 changes: 1 addition & 1 deletion ACE/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is ACE version 7.0.7, released Sat May 21 08:35:00 CEST 2022
This is ACE version 7.0.8, released Fri Jul 01 09:15:13 CEST 2022

If you have any problems with or questions about ACE, please open
a issue or discussion on the ACE_TAO github project at
Expand Down
6 changes: 3 additions & 3 deletions ACE/ace/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#define ACE_MAJOR_VERSION 7
#define ACE_MINOR_VERSION 0
#define ACE_MICRO_VERSION 7
#define ACE_VERSION "7.0.7"
#define ACE_VERSION_CODE 0x70007
#define ACE_MICRO_VERSION 8
#define ACE_VERSION "7.0.8"
#define ACE_VERSION_CODE 0x70008
#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))
62 changes: 31 additions & 31 deletions ACE/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Description: makefile, project, and workspace creator
* mpc-ace: generates project files for a single target
* mwc-ace: generates workspace files for a set of projects

Package: libace-7.0.7
Package: libace-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -45,7 +45,7 @@ Description: C++ network programming framework
Package: libace-dev
Architecture: any
Section: libdevel
Depends: libace-7.0.7 (= ${binary:Version}), ${misc:Depends}
Depends: libace-7.0.8 (= ${binary:Version}), ${misc:Depends}
Suggests: libace-doc, pkg-config
Replaces: mpc-ace (<< 5.6.3-4)
Description: C++ network programming framework - development files
Expand All @@ -62,7 +62,7 @@ Description: C++ network programming framework - documentation
This package contains the ACE overview documentation, tutorials,
examples, and information regarding upstream development.

Package: libace-ssl-7.0.7
Package: libace-ssl-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -73,12 +73,12 @@ Description: ACE secure socket layer library
Package: libace-ssl-dev
Architecture: any
Section: libdevel
Depends: libace-ssl-7.0.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), libssl-dev, ${misc:Depends}
Depends: libace-ssl-7.0.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), libssl-dev, ${misc:Depends}
Description: ACE secure socket layer library - development files
This package contains the header files and static library for the ACE
SSL library.

Package: libace-rmcast-7.0.7
Package: libace-rmcast-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -92,12 +92,12 @@ Description: ACE reliable multicast library
Package: libace-rmcast-dev
Architecture: any
Section: libdevel
Depends: libace-rmcast-7.0.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Depends: libace-rmcast-7.0.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE reliable multicast library - development files
This package contains the header files and static library for the ACE
reliable multicast library.

Package: libace-tmcast-7.0.7
Package: libace-tmcast-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -111,12 +111,12 @@ Description: ACE transactional multicast library
Package: libace-tmcast-dev
Architecture: any
Section: libdevel
Depends: libace-tmcast-7.0.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Depends: libace-tmcast-7.0.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE transactional multicast library - development files
This package contains the header files and static library for the ACE
transactional multicast library.

Package: libace-htbp-7.0.7
Package: libace-htbp-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -130,12 +130,12 @@ Description: ACE protocol over HTTP tunneling library
Package: libace-htbp-dev
Architecture: any
Section: libdevel
Depends: libace-htbp-7.0.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Depends: libace-htbp-7.0.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE protocol over HTTP tunneling library - development files
This package contains the header files and static library for the ACE
HTBP library.

Package: libace-inet-7.0.7
Package: libace-inet-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -146,15 +146,15 @@ Description: ACE Inet protocol library
Package: libace-inet-dev
Architecture: any
Section: libdevel
Depends: libace-inet-7.0.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Depends: libace-inet-7.0.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE Inet protocol library - development files
This package contains the header files and static library for the ACE
Inet protocol library.

Package: libace-inet-ssl-7.0.7
Package: libace-inet-ssl-7.0.8
Architecture: any
Section: libs
Depends: libace-inet-7.0.7, libace-ssl-7.0.7, ${shlibs:Depends}, ${misc:Depends}
Depends: libace-inet-7.0.8, libace-ssl-7.0.8, ${shlibs:Depends}, ${misc:Depends}
Description: ACE SSL-enabled Inet protocol library
This package provides an ACE addon library for clients (and possibly
servers at some point) using Inet protocols which support SSL, such as
Expand All @@ -163,7 +163,7 @@ Description: ACE SSL-enabled Inet protocol library
Package: libace-inet-ssl-dev
Architecture: any
Section: libdevel
Depends: libace-inet-ssl-7.0.7 (= ${binary:Version}), libace-inet-dev (= ${binary:Version}), libace-ssl-dev (= ${binary:Version}), ${misc:Depends}
Depends: libace-inet-ssl-7.0.8 (= ${binary:Version}), libace-inet-dev (= ${binary:Version}), libace-ssl-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE SSL-enabled Inet protocol library - development files
This package contains the header files and static library for the ACE
SSL-enabled Inet protocol library.
Expand All @@ -180,7 +180,7 @@ Description: ACE perfect hash function generator
basically the same options and functionality. ace_gperf simply takes
advantage of some of the features provided by the ACE library.

Package: libacexml-7.0.7
Package: libacexml-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -196,12 +196,12 @@ Package: libacexml-dev
Architecture: any
Section: libdevel
Replaces: libace-dev (<< 5.7.7-4)
Depends: libacexml-7.0.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Depends: libacexml-7.0.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE SAX based XML parsing library - development files
This package contains the header files and static library for the ACE
XML parsing library.

Package: libace-xml-utils-7.0.7
Package: libace-xml-utils-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -215,12 +215,12 @@ Package: libace-xml-utils-dev
Architecture: any
Section: libdevel
Replaces: libace-dev (<< 5.7.7-4)
Depends: libace-xml-utils-7.0.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}, libxerces-c-dev
Depends: libace-xml-utils-7.0.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}, libxerces-c-dev
Description: ACE XML utility classes and methods - development files
This package contains the header files and static library for the ACE XML
Utils library

Package: libkokyu-7.0.7
Package: libkokyu-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -234,12 +234,12 @@ Description: ACE scheduling and dispatching library
Package: libkokyu-dev
Architecture: any
Section: libdevel
Depends: libkokyu-7.0.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Depends: libkokyu-7.0.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE scheduling and dispatching library - development files
This package contains the header files and static library for the ACE
scheduling and dispatching library.

Package: libace-xtreactor-7.0.7
Package: libace-xtreactor-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -257,12 +257,12 @@ Description: ACE-GUI reactor integration for Xt
Package: libace-xtreactor-dev
Architecture: any
Section: libdevel
Depends: libace-xtreactor-7.0.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), libxt-dev (>= 4.3.0), ${misc:Depends}
Depends: libace-xtreactor-7.0.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), libxt-dev (>= 4.3.0), ${misc:Depends}
Description: ACE-GUI reactor integration for Xt - development files
This package contains header files and static library for the ACE-Xt
reactor integration.

Package: libace-tkreactor-7.0.7
Package: libace-tkreactor-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -281,12 +281,12 @@ Description: ACE-GUI reactor integration for Tk
Package: libace-tkreactor-dev
Architecture: any
Section: libdevel
Depends: libace-tkreactor-7.0.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), tk-dev (>= 8.5), ${misc:Depends}
Depends: libace-tkreactor-7.0.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), tk-dev (>= 8.5), ${misc:Depends}
Description: ACE-GUI reactor integration for Tk - development files
This package contains header files and static library for the ACE-Tk
reactor integration.

Package: libace-flreactor-7.0.7
Package: libace-flreactor-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -304,12 +304,12 @@ Description: ACE-GUI reactor integration for FLTK
Package: libace-flreactor-dev
Architecture: any
Section: libdevel
Depends: libace-flreactor-7.0.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfltk1.3-dev, ${misc:Depends}
Depends: libace-flreactor-7.0.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfltk1.3-dev, ${misc:Depends}
Description: ACE-GUI reactor integration for FLTK - development files
This package contains header files and static library for the ACE-FLTK
reactor integration.

Package: libace-foxreactor-7.0.7
Package: libace-foxreactor-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -326,7 +326,7 @@ Description: ACE-GUI reactor integration for FOX
Package: libace-foxreactor-dev
Architecture: any
Section: libdevel
Depends: libace-foxreactor-7.0.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfox-1.6-dev, ${misc:Depends}
Depends: libace-foxreactor-7.0.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfox-1.6-dev, ${misc:Depends}
Description: ACE-GUI reactor integration for FOX - development files
This package contains header files and static library for the ACE-FOX
reactor integration.
Expand All @@ -343,7 +343,7 @@ Description: ACE network service implementations
files to link the various ACE network services together, either
statically or dynamically, and form complete server programs.

Package: libnetsvcs-7.0.7
Package: libnetsvcs-7.0.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -357,7 +357,7 @@ Description: ACE network service implementations - libraries
Package: libnetsvcs-dev
Architecture: any
Section: libdevel
Depends: libnetsvcs-7.0.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Depends: libnetsvcs-7.0.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE network service implementations - development files
ACE network services provide reusable components for common
distributed system tasks such as logging, naming, locking, and time
Expand Down
4 changes: 2 additions & 2 deletions ACE/rpmbuild/ace-tao.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set the version number here.
%define ACEVER 7.0.7
%define TAOVER 3.0.7
%define ACEVER 7.0.8
%define TAOVER 3.0.8

# Conditional build
# Default values are
Expand Down
Loading

0 comments on commit a055fb3

Please sign in to comment.