[ubuntu-mono] [Bug 1815684] Re: [SRU] Please accept zeroc-ice to supported releases
José Gutiérrez de la Concha
1815684 at bugs.launchpad.net
Tue Jun 25 20:40:38 UTC 2019
** Description changed:
[Impact]
* zeroc-ice (3.7.2-4) includes various bug fixes for problems reported in
3.7.1 the most important fixes that can affect Ubuntu users are:
* Fixed a bug in IceGrid that could result in an infinite loop
when Ice.ChangeUser is set and the call to getpwnam_r fails with
ERANGE.
https://github.com/zeroc-
ice/ice/commit/21f5c77fc305ea1441b069753b0467fc145f6547
* Fixed a bug in the code that parses command line options that caused
short command line options to be incorrectly parsed when multiple short
command line options are specified together.
https://github.com/zeroc-ice/ice/issues/168
* Fixed a bug in the syslog logger that caused the program name to not be
correctly displayed with log messages.
https://github.com/zeroc-ice/ice/issues/230
* Fixed a bug in the IceGrid GUI that could cause IceGrid GUI to hang
after a login failure.
https://github.com/zeroc-ice/ice/issues/90
* Fixed a bug that caused the generated code to reference undefined variables
when included (using require or require_once) from a static method.
https://github.com/zeroc-ice/ice/issues/174
* Fixed Python segfault that could occur because of a
KeyboardInterrupt.
https://github.com/zeroc-ice/ice/issues/107
- * Added usr/bin/slice2matlab and usr/share/man/man1/slice2matlab.1 to zeroc-ice-compilers
- The new compiler generate code for newly released Ice for MATLAB language mapping
- https://doc.zeroc.com/ice/3.7/language-mappings/matlab-mapping
-
+ * Added usr/bin/slice2matlab and usr/share/man/man1/slice2matlab.1 to zeroc-ice-compilers
+ The new compiler generate code for newly released Ice for MATLAB language mapping
+ https://doc.zeroc.com/ice/3.7/language-mappings/matlab-mapping
- * Added debian patch 0001-Fix-macros-for-Linux-OS-detection
- This patch fixes build failures reported for debian ppc64el
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921629
+ * Added debian patch 0001-Fix-macros-for-Linux-OS-detection
+ This patch fixes build failures reported for debian ppc64el
+ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921629
- * Removed debian patch debian/patches/classpath-contains-relative-path.diff
- The fix has been integrated upstream and is no longer required
- https://github.com/zeroc-ice/ice/commit/28be8830ecafff250caa471c86ffad8b64e6b998
+ * Removed debian patch debian/patches/classpath-contains-relative-path.diff
+ The fix has been integrated upstream and is no longer required
+ https://github.com/zeroc-ice/ice/commit/28be8830ecafff250caa471c86ffad8b64e6b998
- * Removed debian patch debian/patches/install-file-mode.diff
- The fix has been integrated upstream and the patch is no longer required
- https://github.com/zeroc-ice/ice/commit/62fe65069610f1083cb3e934c5ab50d3f891bf13
+ * Removed debian patch debian/patches/install-file-mode.diff
+ The fix has been integrated upstream and the patch is no longer required
+ https://github.com/zeroc-ice/ice/commit/62fe65069610f1083cb3e934c5ab50d3f891bf13
- * Removed debian patch debian/patches/java9-build
- The fix has been integrated upstream and the patch is no longer required
- https://github.com/zeroc-ice/ice/commit/225a0acaf1ec5211be670a9a22895329b325b4bb
+ * Removed debian patch debian/patches/java9-build
+ The fix has been integrated upstream and the patch is no longer required
+ https://github.com/zeroc-ice/ice/commit/225a0acaf1ec5211be670a9a22895329b325b4bb
- * Removed debian patch debian/patches/python2.7-install
- The fix has been integrated upstream and the patch is no longer required
- https://github.com/zeroc-ice/ice/commit/aef4492fbadf9ba1ff86a8ee54e5fe9837044fd6
+ * Removed debian patch debian/patches/python2.7-install
+ The fix has been integrated upstream and the patch is no longer required
+ https://github.com/zeroc-ice/ice/commit/aef4492fbadf9ba1ff86a8ee54e5fe9837044fd6
+
+ * Add missing openjfx dependency to debian/control
+ https://github.com/zeroc-ice/ice-debian-packaging/commit/d0777641313706b3b4791caece9353e41e8208ef
+
+ * Simplify Java dependencies in debian/control
+ https://github.com/zeroc-ice/ice-debian-packaging/commit/1d8ef7b88e4b8347ea128d36195bc53ffc533b14
+
+ * Fixed service scripts to use systemd notify type, without this the
+ scripts were not waiting for the services to be fully started, this
+ affects scripts for starting glacier2router, icegridnode and
+ icegridregistry:
+
+ debian/zeroc-glacier2.glacier2router.service
+ debian/zeroc-icegrid.icegridnode.service
+ debian/zeroc-icegrid.icegridregistry.service
[Test Case]
* There is more details of each bug in the links provided with they
description
[Regression Potential]
* Upstream packages are thoroughly tested before each release, and binary
compatibility testing is done as part of the release process we (upstream)
are confident that the chance for regression is very low.
* The package has an extensive test suite that is build and run during
package builds
[Other Info]
zeroc-ice (3.7.2-4) corresponds to a new upstream microrelease. This package
is already available in Ubuntu Disco and Debian Buster.
The package build logs for bionic and cosmic are available in:
https://launchpad.net/~y-jose/+archive/ubuntu/ppa/+packages
The package build logs for debian are available in:
https://buildd.debian.org/status/package.php?p=zeroc-ice
A detailed changelog of the bugs included in this release is available
at:
https://raw.githubusercontent.com/zeroc-ice/ice-debian-
packaging/master/CHANGELOG-3.7.md
The debian changelog is available at:
https://github.com/zeroc-ice/ice-debian-
packaging/blob/master/debian/changelog
Please SRU into bionic and cosmic
--
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to zeroc-ice in Ubuntu.
https://bugs.launchpad.net/bugs/1815684
Title:
[SRU] Please accept zeroc-ice to supported releases
Status in zeroc-ice package in Ubuntu:
Fix Released
Status in zeroc-ice source package in Bionic:
New
Bug description:
[Impact]
* zeroc-ice (3.7.2-4) includes various bug fixes for problems reported in
3.7.1 the most important fixes that can affect Ubuntu users are:
* Fixed a bug in IceGrid that could result in an infinite loop
when Ice.ChangeUser is set and the call to getpwnam_r fails with
ERANGE.
https://github.com/zeroc-
ice/ice/commit/21f5c77fc305ea1441b069753b0467fc145f6547
* Fixed a bug in the code that parses command line options that caused
short command line options to be incorrectly parsed when multiple short
command line options are specified together.
https://github.com/zeroc-ice/ice/issues/168
* Fixed a bug in the syslog logger that caused the program name to not be
correctly displayed with log messages.
https://github.com/zeroc-ice/ice/issues/230
* Fixed a bug in the IceGrid GUI that could cause IceGrid GUI to hang
after a login failure.
https://github.com/zeroc-ice/ice/issues/90
* Fixed a bug that caused the generated code to reference undefined variables
when included (using require or require_once) from a static method.
https://github.com/zeroc-ice/ice/issues/174
* Fixed Python segfault that could occur because of a
KeyboardInterrupt.
https://github.com/zeroc-ice/ice/issues/107
* Added usr/bin/slice2matlab and usr/share/man/man1/slice2matlab.1 to zeroc-ice-compilers
The new compiler generate code for newly released Ice for MATLAB language mapping
https://doc.zeroc.com/ice/3.7/language-mappings/matlab-mapping
* Added debian patch 0001-Fix-macros-for-Linux-OS-detection
This patch fixes build failures reported for debian ppc64el
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921629
* Removed debian patch debian/patches/classpath-contains-relative-path.diff
The fix has been integrated upstream and is no longer required
https://github.com/zeroc-ice/ice/commit/28be8830ecafff250caa471c86ffad8b64e6b998
* Removed debian patch debian/patches/install-file-mode.diff
The fix has been integrated upstream and the patch is no longer required
https://github.com/zeroc-ice/ice/commit/62fe65069610f1083cb3e934c5ab50d3f891bf13
* Removed debian patch debian/patches/java9-build
The fix has been integrated upstream and the patch is no longer required
https://github.com/zeroc-ice/ice/commit/225a0acaf1ec5211be670a9a22895329b325b4bb
* Removed debian patch debian/patches/python2.7-install
The fix has been integrated upstream and the patch is no longer required
https://github.com/zeroc-ice/ice/commit/aef4492fbadf9ba1ff86a8ee54e5fe9837044fd6
* Add missing openjfx dependency to debian/control
https://github.com/zeroc-ice/ice-debian-packaging/commit/d0777641313706b3b4791caece9353e41e8208ef
* Simplify Java dependencies in debian/control
https://github.com/zeroc-ice/ice-debian-packaging/commit/1d8ef7b88e4b8347ea128d36195bc53ffc533b14
* Fixed service scripts to use systemd notify type, without this
the scripts were not waiting for the services to be fully started,
this affects scripts for starting glacier2router, icegridnode and
icegridregistry:
debian/zeroc-glacier2.glacier2router.service
debian/zeroc-icegrid.icegridnode.service
debian/zeroc-icegrid.icegridregistry.service
[Test Case]
* There is more details of each bug in the links provided with they
description
[Regression Potential]
* Upstream packages are thoroughly tested before each release, and binary
compatibility testing is done as part of the release process we (upstream)
are confident that the chance for regression is very low.
* The package has an extensive test suite that is build and run during
package builds
[Other Info]
zeroc-ice (3.7.2-4) corresponds to a new upstream microrelease. This package
is already available in Ubuntu Disco and Debian Buster.
The package build logs for bionic and cosmic are available in:
https://launchpad.net/~y-jose/+archive/ubuntu/ppa/+packages
The package build logs for debian are available in:
https://buildd.debian.org/status/package.php?p=zeroc-ice
A detailed changelog of the bugs included in this release is
available at:
https://raw.githubusercontent.com/zeroc-ice/ice-debian-
packaging/master/CHANGELOG-3.7.md
The debian changelog is available at:
https://github.com/zeroc-ice/ice-debian-
packaging/blob/master/debian/changelog
Please SRU into bionic and cosmic
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeroc-ice/+bug/1815684/+subscriptions
More information about the Ubuntu-mono
mailing list