From a833d30129fe92625238906ada298b916bea33f8 Mon Sep 17 00:00:00 2001 From: Bardia Daneshvar Date: Mon, 4 Jul 2016 13:26:57 +0430 Subject: [PATCH] Last updates --- debian/changelog | 24 ++++++++++++++++++++++++ debian/rules | 2 +- libqtelegram-ae.pro | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c631264..404298f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +libqtelegram-ae (1.0.0-2aseman1-xenial) xenial; urgency=medium + + * Port to the new code-generator 2.0 + * All objects and type created dynamicaly and from Telegram Schema + * Add C++11 callbacks support + * New structure for all objects + * Make TelegramAPI and Telegram classes more standard + * Add Error signals for all methods + * Add auto retry for all queries + * Add ability to store last called method arguments + * Add protected function support to the Telegram + * Improvement on the auth file store method + * Convert all object and types functions to the inline functions + * Add QObject types alongside normal types classes + * Add Documents + * Add new type of file uploader/downloader system + * Add auto error handlering instead of the assert (prefer error handler and avoid crash) + * Updated to the last Telegram API (currently API53). So all of the telegram features are support currently. + * It's biggest update of the libqtelegram-ae + * Many bugfix and Improvements + * Change version to the 1.0.0 + + -- Aseman Team Tue, 12 Jan 2016 01:30:00 +0330 + libqtelegram-ae (0.6.1-1aseman1-wily) wily; urgency=medium * Add auto reconnect support diff --git a/debian/rules b/debian/rules index 71312fc..f5626b3 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ dh $@ override_dh_auto_configure: - dh_auto_configure -- PREFIX=/usr + dh_auto_configure -- PREFIX=/usr CONFIG+=typeobjects override_dh_install: dh_install diff --git a/libqtelegram-ae.pro b/libqtelegram-ae.pro index 2b71d6f..f371151 100644 --- a/libqtelegram-ae.pro +++ b/libqtelegram-ae.pro @@ -4,7 +4,7 @@ QT += multimedia TARGET = qtelegram-ae TEMPLATE = lib -VERSION = 2.0.0 +VERSION = 1.0.0 DEFINES += LIBQTELEGRAM_LIBRARY macx {