Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2019-01-13 16:48:47 +0300
committerdequis <dx@dxzone.com.ar>2019-01-13 16:48:47 +0300
commit07c1866101eb70cf98c5bd4cf8a93f162bcb5130 (patch)
tree90c6647124d052e02596dd23adc255c650b9844a
parent5e164b605a5a9549994987b2056472b593a8460c (diff)
Release 0.9.6. Fixes sync_sequence_id, tls 1.3 stuff, etc.
See bugs #449 and #410 respectively This commit changes version string formatting a bit, now the obs-generated packages will mention this version string too. The version string obs.sh generates are stupid, we're going to need to prefix things with an epoch like '1:' probably, assuming distros support that anyway.
-rwxr-xr-x.travis/obs.sh2
-rw-r--r--Makefile.mingw2
-rw-r--r--RELEASE_VERSION1
-rw-r--r--configure.ac2
4 files changed, 4 insertions, 3 deletions
diff --git a/.travis/obs.sh b/.travis/obs.sh
index f09d8dc..a489426 100755
--- a/.travis/obs.sh
+++ b/.travis/obs.sh
@@ -6,7 +6,7 @@
set -e
GITREV=$(git rev-parse --short=7 HEAD)
-FULLVERS="$(date +%Y%m%d)~${GITREV}~$(cat VERSION)~${TRAVIS_BUILD_NUMBER}"
+FULLVERS="$(date +%Y%m%d)-$(cat RELEASE_VERSION)-${GITREV}-${TRAVIS_BUILD_NUMBER}"
FULLDATE=$(date -R)
REPONAME=$(basename "${TRAVIS_REPO_SLUG}")
diff --git a/Makefile.mingw b/Makefile.mingw
index 6c53a86..ecc9120 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -1,4 +1,4 @@
-PLUGIN_VERSION = 0.9.5-$(shell cat VERSION)
+PLUGIN_VERSION = $(shell cat RELEASE_VERSION)
PURPLE_VERSION = 2.10.11
TREE_TOP = ../../../..
diff --git a/RELEASE_VERSION b/RELEASE_VERSION
new file mode 100644
index 0000000..85b7c69
--- /dev/null
+++ b/RELEASE_VERSION
@@ -0,0 +1 @@
+0.9.6
diff --git a/configure.ac b/configure.ac
index eaf0764..41775f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_PREREQ([2.64])
AC_INIT(
[purple-facebook],
- m4_join([-], [0.9.5], m4_esyscmd_s([cat VERSION])),
+ m4_esyscmd_s([cat RELEASE_VERSION],
[https://github.com/dequis/purple-facebook/issues],
[purple-facebook],
[https://github.com/dequis/purple-facebook],