[yast-commit] <web-client> master : version 0.0.4
ref: refs/heads/master commit 182ffc2d7623040ba5256cf8f93f2f630abee74a Author: Stefan Schubert <schubi@suse.de> Date: Thu Oct 29 15:46:26 2009 +0100 version 0.0.4 --- .../status/package/yast2-webclient-status.changes | 18 ++++++++++++++++++ plugins/status/package/yast2-webclient-status.spec | 2 +- 2 files changed, 19 insertions(+), 1 deletions(-) diff --git a/plugins/status/package/yast2-webclient-status.changes b/plugins/status/package/yast2-webclient-status.changes index c778263..891ef85 100644 --- a/plugins/status/package/yast2-webclient-status.changes +++ b/plugins/status/package/yast2-webclient-status.changes @@ -1,4 +1,22 @@ ------------------------------------------------------------------- +Thu Oct 29 15:43:40 CET 2009 - schubi@suse.de + +- fix license +- mistery why proxy_for works and load_proxy does not +- Use URI.parse so we make sure it works even if the URI is a plain + string +- Improve the error handling. Handle 500 internal errors as server errors + too. Still a strange bug with find_proxy +- Use the exception wrapper to extract information and show a meanful + error message +- Making error handling consistent +- Make status summary use the default error handling instead of its own +- update translations +- do not require rubygems +- added missing init_gettext calls, fixed gettext domain names +- version 0.0.4 + +------------------------------------------------------------------- Tue Sep 29 12:54:52 CEST 2009 - schubi@suse.de - version 0.0.3 diff --git a/plugins/status/package/yast2-webclient-status.spec b/plugins/status/package/yast2-webclient-status.spec index ccabd0e..c0cad79 100644 --- a/plugins/status/package/yast2-webclient-status.spec +++ b/plugins/status/package/yast2-webclient-status.spec @@ -14,7 +14,7 @@ PreReq: yast2-webclient >= 0.0.2 License: GPLv2 Group: Productivity/Networking/Web/Utilities Autoreqprov: on -Version: 0.0.3 +Version: 0.0.4 Release: 0 Summary: YaST2 - Webclient - status Source: www.tar.bz2 -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
Stefan Schubert