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

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-12-28 15:48:27 +0300
committerBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-12-28 21:38:52 +0300
commit9bd539014635e6354ac6eae6e8e65dcef1365baf (patch)
treebc0450a51df67265f2ab02321136d9b7121dd358
parent814442b7069e73858be8e0d42d8464d11b47b37f (diff)
Bump version, write changelogv1.4.6
-rw-r--r--CHANGELOG.md18
-rw-r--r--HACKING.md1
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
-rw-r--r--rpm/purple-telegram.spec5
-rw-r--r--telegram-adium/telegram-adium/telegram-adium-Info.plist4
6 files changed, 35 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55498bc..a169a67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,24 @@
Changelog
---------
+##### 1.4.6
+
+IMPORTANT: This repository barely sees any updates anymore.
+You should switch to [tdlib-purple](https://github.com/ars3niy/tdlib-purple/),
+which will hopefully become telegram-purple's successor.
+Note that only the following features are missing:
+- Retrieve history on first login (not everyone needs this)
+- Add options to ignore certain groups (why use a messenger if you don't want to ever see those messeges?!)
+- Turn off sending read receipts: https://github.com/ars3niy/tdlib-purple/issues/22
+So it's a good replacement in many cases already.
+For more details, see https://github.com/ars3niy/tdlib-purple/milestone/1
+
+The actual changes in this version are only minor stuff:
+- Fixed minor details required to build telegram-adium (developmentRegion and no arm64)
+- Updated dependencies for newer MinGW versions
+- Updated dependencies for telegram-adium
+- Updated documentation and links
+
##### 1.4.5
IMPORTANT: This repository barely sees any updates anymore.
diff --git a/HACKING.md b/HACKING.md
index 5dab415..735cfcc 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -45,6 +45,7 @@ Attempt to use semver.
Adjust `configure.ac`, in macro `AC_INIT`. Remember to run `autoreconf`.
Adjust `telegram-adium/telegram-adium/telegram-adium-Info.plist`.
+TWO PLACES!
Adjust `rpm/purple-telegram.spec`, in version at the top and "changelog" below.
diff --git a/configure b/configure
index ba903e7..6b4848e 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for telegram-purple 1.4.5.
+# Generated by GNU Autoconf 2.69 for telegram-purple 1.4.6.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='telegram-purple'
PACKAGE_TARNAME='telegram-purple'
-PACKAGE_VERSION='1.4.5'
-PACKAGE_STRING='telegram-purple 1.4.5'
+PACKAGE_VERSION='1.4.6'
+PACKAGE_STRING='telegram-purple 1.4.6'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1262,7 +1262,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures telegram-purple 1.4.5 to adapt to many kinds of systems.
+\`configure' configures telegram-purple 1.4.6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1324,7 +1324,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of telegram-purple 1.4.5:";;
+ short | recursive ) echo "Configuration of telegram-purple 1.4.6:";;
esac
cat <<\_ACEOF
@@ -1435,7 +1435,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-telegram-purple configure 1.4.5
+telegram-purple configure 1.4.6
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1854,7 +1854,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by telegram-purple $as_me 1.4.5, which was
+It was created by telegram-purple $as_me 1.4.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -5224,7 +5224,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by telegram-purple $as_me 1.4.5, which was
+This file was extended by telegram-purple $as_me 1.4.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5286,7 +5286,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-telegram-purple config.status 1.4.5
+telegram-purple config.status 1.4.6
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index e6b8aba..c6ab31c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([telegram-purple], [1.4.5])
+AC_INIT([telegram-purple], [1.4.6])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
diff --git a/rpm/purple-telegram.spec b/rpm/purple-telegram.spec
index 21a9954..6b87053 100644
--- a/rpm/purple-telegram.spec
+++ b/rpm/purple-telegram.spec
@@ -1,5 +1,5 @@
Name: purple-telegram
-Version: 1.4.5
+Version: 1.4.6
Release: 1%{?dist}
Summary: Adds support for Libpurple based messengers
Group: Applications/Internet
@@ -39,6 +39,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/telegram
%{_datadir}/pixmaps/pidgin/protocols/48/telegram.png
%changelog
+* Tue Dec 28 2020 BenWiederhake 1.4.6-1
+- Build for 1.4.6
+
* Tue Dec 22 2020 BenWiederhake 1.4.5-1
- Build for 1.4.5
diff --git a/telegram-adium/telegram-adium/telegram-adium-Info.plist b/telegram-adium/telegram-adium/telegram-adium-Info.plist
index aa1166f..8df86ea 100644
--- a/telegram-adium/telegram-adium/telegram-adium-Info.plist
+++ b/telegram-adium/telegram-adium/telegram-adium-Info.plist
@@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
- <string>1.4.5</string>
+ <string>1.4.6</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleVersion</key>
- <string>1.4.5</string>
+ <string>1.4.6</string>
<key>CFPlugInDynamicRegisterFunction</key>
<string></string>
<key>CFPlugInDynamicRegistration</key>