Skip to content

Commit

Permalink
Release 0.9.6 (2nd try), Fixes sync_sequence_id, tls 1.3 stuff, etc.
Browse files Browse the repository at this point in the history
Forgot some things.

I don't understand m4 so let's do the obvious/dumb thing instead.
  • Loading branch information
dequis committed Jan 13, 2019
1 parent 07c1866 commit 0250907
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ EXTRA_DIST = \
pidgin/COPYING \
pidgin/COPYRIGHT \
update.sh \
VERSION
VERSION \
RELEASE_VERSION
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AC_PREREQ([2.64])

AC_INIT(
[purple-facebook],
m4_esyscmd_s([cat RELEASE_VERSION],
[0.9.6],
[https://github.com/dequis/purple-facebook/issues],
[purple-facebook],
[https://github.com/dequis/purple-facebook],
Expand Down
12 changes: 12 additions & 0 deletions patches/17-this-build-system-sucks.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -Naur pidgin/libpurple/protocols/facebook/api.h pidgin2/libpurple/protocols/facebook/api.h
--- a/libpurple/protocols/facebook/api.h
+++ b/libpurple/protocols/facebook/api.h
@@ -111,7 +111,7 @@
*
* The HTTP User-Agent header.
*/
-#define FB_API_AGENT "Facebook plugin / Purple / 0.9.5 " FB_ORCA_AGENT
+#define FB_API_AGENT "Facebook plugin / Purple / 0.9.6 " FB_ORCA_AGENT

/**
* FB_API_MQTT_AGENT

3 comments on commit 0250907

@jshand2015
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm still receiving this error:

abort: No module named ssl!

@jshand2015
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please let me know if i need to install something else for that module

@dequis
Copy link
Owner Author

@dequis dequis commented on 0250907 Jan 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the issue tracker

Please sign in to comment.