Skip to content

Commit

Permalink
Update version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
neoclust committed Dec 1, 2020
1 parent 41f7148 commit 3d32071
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pulse-xmpp-agent xxx
pulse-xmpp-agent 2.1.3
======================
* [FEATURE] Add plugin to install fileviewer
* [FEATURE] Add Glpi 9.5 support
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Pulse Xmpp Agent"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.1.2
PROJECT_NUMBER = 2.1.3

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions debian/pulse-agent-installers.install
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ var/lib/pulse2/clients/mac/postflight.in
var/lib/pulse2/clients/mac/pulse-filetree-generator
var/lib/pulse2/clients/mac/rbash
var/lib/pulse2/clients/mac/runpulseagent
var/lib/pulse2/clients/pulse-xmpp-agent-2.1.2.tar.gz
var/lib/pulse2/clients/pulse-machine-plugins-2.1.2.tar.gz
var/lib/pulse2/clients/pulse-xmpp-agent-2.1.3.tar.gz
var/lib/pulse2/clients/pulse-machine-plugins-2.1.3.tar.gz
var/lib/pulse2/clients/style.css
var/lib/pulse2/clients/win/agent-installer.nsi.in
var/lib/pulse2/clients/win/artwork
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
VERSION_XMPP_AGENT=2.1.2
VERSION_XMPP_AGENT=2.1.3
VERSION_KIOSK_INTERFACE=0.2
FILETREE_VERSION=0.1
BRANCH=integration
Expand Down
2 changes: 1 addition & 1 deletion packaging/python/agent_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name="pulse_xmpp_agent",
version="2.1.2",
version="2.1.3",
author="SIVEO",
author_email="[email protected]",
description="XMPP Agent for pulse",
Expand Down
2 changes: 1 addition & 1 deletion packaging/python/machineplugins_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name="pulse_machine_plugins",
version="2.1.2",
version="2.1.3",
author="SIVEO",
author_email="[email protected]",
description="XMPP Machine agent plugins for pulse",
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/rhel/SPECS/pulse-xmpp-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Summary: Pulse XMPP Agent
Name: pulse-xmpp-agent
Version: 2.1.2
Version: 2.1.3
%if ! %use_git
Release: 1%{?dist}
%else
Expand Down
2 changes: 1 addition & 1 deletion pulse_xmpp_agent/agentversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import logging
import shutil
from lib import utils
NETWORKVERSION = '2.1.2'
NETWORKVERSION = '2.1.3'

logger = logging.getLogger()

Expand Down
6 changes: 6 additions & 0 deletions scripts_installer/lin/deb/pulse-agent-linux/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pulse-agent-linux (2.1.3-1) unstable; urgency=medium

* New release 2.1.3

-- Nicolas Lécureuil <[email protected]> Tue, 01 Dec 2020 17:27:04 +0100

pulse-agent-linux (2.1.2-1) unstable; urgency=medium

* New release 2.1.2
Expand Down
2 changes: 1 addition & 1 deletion scripts_installer/lin/generate-pulse-agent-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
. /etc/os-release

# To be defined
AGENT_VERSION="2.1.2"
AGENT_VERSION="2.1.3"
SIVEO_BASE_URL="https://agents.siveo.net"
SSH_PUB_KEY="/root/.ssh/id_rsa.pub"
PULSE_AGENT_CONFFILE_FILENAME="agentconf.ini"
Expand Down
2 changes: 1 addition & 1 deletion scripts_installer/mac/generate-pulse-agent-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ BASE_URL="https://agents.siveo.net" # Overridden if --base-url is defined
cd "`dirname $0`"

# To be defined
AGENT_VERSION="2.1.2"
AGENT_VERSION="2.1.3"
HOMEBREW_VERSION="1.5.12"
FUSION_INVENTORY_AGENT_NAME="FusionInventory-Agent"
FUSION_INVENTORY_AGENT_VERSION="2.4-1"
Expand Down
2 changes: 1 addition & 1 deletion scripts_installer/win/generate-pulse-agent-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ BASE_URL="https://agents.siveo.net" # Overridden if --base-url is defined
cd "`dirname $0`"

# To be defined
AGENT_VERSION="2.1.2"
AGENT_VERSION="2.1.3"
PULSE_AGENT_FILENAME="pulse-xmpp-agent-${AGENT_VERSION}.tar.gz"
AGENT_PLUGINS_FILENAME="pulse-machine-plugins-${AGENT_VERSION}.tar.gz"
PYTHON64_FILENAME="python-2.7.9.amd64.msi"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

keywords='pulse-xmpp-agent',
name='pulse_xmpp_agent',
version='2.1.2',
version='2.1.3',
debian_distro='stretch',
description='pulse-xmpp-agent',
url='https://www.siveo.net/',
Expand Down

0 comments on commit 3d32071

Please sign in to comment.