From 6c2d948397776c32534e7ba14bd12f62feab6de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20M=2E=20G=C3=B3mez?= Date: Mon, 24 Feb 2020 11:29:05 +0100 Subject: [PATCH] #959: Update OGAgent version and changelog. --- linux/debian/changelog | 8 +++++++- linux/debian/control | 6 ++++-- linux/ogagent-template.spec | 18 ++++++++++++++++++ src/VERSION | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/linux/debian/changelog b/linux/debian/changelog index 056c0dc..9b59a25 100644 --- a/linux/debian/changelog +++ b/linux/debian/changelog @@ -1,4 +1,10 @@ -ogagent (1.1.1) unstable; urgency=medium +ogagent (1.1.1b) stable; urgency=medium + + * Use python-distro to detect the distribution version + + -- Ramón M. Gómez Fri, 7 Feb 2020 12:00:00 +0100 + +ogagent (1.1.1) stable; urgency=medium * Set connection timeout * Compatibility with "Exam Mode" from the University of Seville diff --git a/linux/debian/control b/linux/debian/control index c627c31..41c95e5 100644 --- a/linux/debian/control +++ b/linux/debian/control @@ -10,7 +10,9 @@ Package: ogagent Section: admin Priority: optional Architecture: all -Depends: policykit-1(>=0.100), python-requests (>=0.8.2), python-qt4 (>=4.9), python-six(>=1.1), python-prctl(>=1.1.1), python-distro, python (>=2.7), libxss1, ${misc:Depends} -Recommends: gnome-shell-extension-top-icons-plus +Depends: + policykit-1 (>= 0.100), python (>= 2.7), python-qt4 (>= 4.9), python-requests (>= 0.8.2), + python-six (>= 1.1), python-prctl (>= 1.1.1), python-distro, libxss1, ${misc:Depends} +Suggests: gnome-shell-extension-top-icons-plus Description: OpenGnsys Agent for Operating Systems This package provides the required components to allow this machine to work on an environment managed by OpenGnsys. diff --git a/linux/ogagent-template.spec b/linux/ogagent-template.spec index b3c7362..7f55454 100644 --- a/linux/ogagent-template.spec +++ b/linux/ogagent-template.spec @@ -63,3 +63,21 @@ This package provides the required components to allow this machine to work on a /usr/bin/OGAgentTool /usr/share/OGAgent/* /usr/share/autostart/OGAgentTool.desktop + +%changelog +* Fri Feb 07 2020 Ramón M. Gómez - 1.1.1b-1 +- Use python-distro to detect the distribution version + +* Thu May 23 2019 Ramón M. Gómez - 1.1.1-1 +- Set connection timeout +- Compatibility with "Exam Mode" from the University of Seville + +* Wed May 22 2019 Ramón M. Gómez - 1.1.0a-1 +- Fix a bug when activating the agent with some network devices + +* Tue Oct 13 2016 Ramón M. Gómez - 1.1.0-1 +- Functional OpenGnsys Agent interacting with OpenGnsys Server 1.1.0 + +* Tue Jul 18 2015 Adolfo Gómez García - 1.0.0-1 +- Initial release for OpenGnsys Agent + diff --git a/src/VERSION b/src/VERSION index 524cb55..3e153f5 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.1.1 +1.1.1b