1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578
|
telegram-desktop (3.1.1+ds-1~deb11u2) bullseye; urgency=medium
* Full update from bookworm for compatibility with layer 133 of Telegram API.
Closes: #1001016.
* Disable OpenGL acceleration by default, can be re-enabled in settings.
-- Nicholas Guriev <guriev-ns@ya.ru> Sat, 04 Dec 2021 11:25:20 +0300
telegram-desktop (3.1.1+ds-1) unstable; urgency=medium
* New upstream release. (Closes: #993972)
* Update patches.
* Lower debug info for the following 64-bit architectures: RISC-V in Debian,
ARMv8 and PowerPC in Ubuntu, due to limitation of their build servers.
-- Nicholas Guriev <guriev-ns@ya.ru> Sat, 25 Sep 2021 20:18:33 +0300
telegram-desktop (2.9.2+ds-1) unstable; urgency=medium
* Upload to unstable.
* New upstream release.
* Put all backporting patches to the master branch.
* Pass the -latomic flag to linker via CMake scripts, not the LDFLAGS
environment variable. This should really fix build for RISC-V 64-bit.
* Bump Standards-Version to 4.6.0, no related changes.
-- Nicholas Guriev <guriev-ns@ya.ru> Fri, 20 Aug 2021 09:04:06 +0300
telegram-desktop (2.9.0+ds1-2) experimental; urgency=medium
* Repack upstream source changing suffix for one time.
- Move bundled subporjects from the debian/ folder to Telegram/ThirdParty.
- Adjust paths in the debian/copyright file accordingly.
- Apply Skip-RNNoise.patch to the moved tgcalls subproject.
* Link against libatomic to fix build on RISC-V 64-bit.
* Thin intermediate static archives to speed up build a little.
* Mention missing direct build dependencies, Python, GLib, and XCB.
* Remove Ignore-emoji-pack.patch that tried to fix build on IA-64.
* Install Apport hook to collect logs from Ubuntu installations.
-- Nicholas Guriev <guriev-ns@ya.ru> Wed, 04 Aug 2021 09:25:04 +0300
telegram-desktop (2.9.0+ds-1) experimental; urgency=medium
* New upstream release.
- Fixes flaws in MtProto implementation. Closes: #991493, CVE-2021-36769.
* Update tgcalls subproject to commit 6f2746e.
* New build dependencies, jemalloc, glibmm, and WebKitGTK
* New Exclude-QWaylandXdgShellIntegration.patch.
* New Skip-*.patch'es to ignore unneeded dependencies.
* Increase limit of DIEs for dwz(1) up to 2 ³¹ - 1.
* Update copyright info.
-- Nicholas Guriev <guriev-ns@ya.ru> Sun, 01 Aug 2021 15:59:00 +0300
telegram-desktop (2.6.1+ds-1+deb11u1) bullseye; urgency=medium
* Add Schedule-TTL-check.patch (Closes: #993243).
-- Nicholas Guriev <guriev-ns@ya.ru> Tue, 07 Sep 2021 15:08:28 +0300
telegram-desktop (2.6.1+ds-1) unstable; urgency=medium
* New upstream release.
* Update manual page.
* Import sources from tgcalls repository, commit 71addf5.
-- Nicholas Guriev <guriev-ns@ya.ru> Sat, 27 Feb 2021 21:48:45 +0300
telegram-desktop (2.5.8+ds-2) unstable; urgency=medium
* Add MIPS-build-flags.patch with the -mxgot compiler flag.
* Use --no-keep-memory linker option on 32bit arches.
- This may help with "memory exhausted" build failure.
* Do not limit template backtrace, pass -ftemplate-backtrace-limit=0.
* Remove temporally added missing libprotobuf-dev build dependency.
* Print a warning about the fonts-open-sans package.
-- Nicholas Guriev <guriev-ns@ya.ru> Sat, 13 Feb 2021 08:45:01 +0300
telegram-desktop (2.5.8+ds-1) unstable; urgency=medium
* New upstream release (closes: #981444).
- Video calls, voice chats, channel comments, anonymous administrators.
- New GTK powered file dialog (closes: #968448).
* Import sources from tgcalls repository, commit bea2e21.
* Update patches.
- Delete taken from the upstream repository:
+ Check-xcb-screensaver-extension.patch
+ Skip-check-result-of-sws_scale.patch
- Delete no longer needed:
+ Replace-mapbox-variant.patch
+ Static-libtgvoip.patch
- Delete because the feature was implemented by upstream authors:
+ Wayland-free-build.patch
- Refreshed and resolved conflicts:
+ No-random-popups.patch
+ Packed-resources.patch
- Added with Debian specific fixes:
+ Avoid-NDEBUG.patch
+ Disable-register-custom-scheme.patch
* New Lintian override tag: embedded-library.
* Add upstream metadata related to the application.
* Bump Standards-Version to 4.5.1, no required changes.
-- Nicholas Guriev <guriev-ns@ya.ru> Sun, 07 Feb 2021 12:42:12 +0300
telegram-desktop (2.2.0+ds-5) unstable; urgency=medium
* Targeted crash fixes:
- Add Skip-check-result-of-sws_scale.patch (Closes: #973528)
- Add Check-xcb-screensaver-extension.patch (Closes: #976894)
-- Nicholas Guriev <guriev-ns@ya.ru> Thu, 17 Dec 2020 16:32:14 +0300
telegram-desktop (2.2.0+ds-4) unstable; urgency=medium
[ Dmitry Shachnev ]
* Build with system QtWayland private headers. (Closes: #975992)
-- Nicholas Guriev <guriev-ns@ya.ru> Sun, 29 Nov 2020 08:40:15 +0300
telegram-desktop (2.2.0+ds-3) unstable; urgency=medium
* Add private headers from qtwayland-opensource-src of version 5.15.1-1.
* New patches:
- Packed-resources.patch puts app resources into a separate .rcc file.
- No-random-popups.patch introduces an internal flag to deactivate some
menus that popup suddenly.
-- Nicholas Guriev <guriev-ns@ya.ru> Wed, 30 Sep 2020 08:40:37 +0300
telegram-desktop (2.2.0+ds-2) unstable; urgency=medium
* Fix build against updated mapbox-variant 1.2.0.
* Build without Wayland integration on non-Linux.
* Minor housekeeping in package build rules.
* Refresh package documentation.
- Update patch headers to reflect present situation.
- Update man page telegram-desktop(1).
- Add d/README.source.
-- Nicholas Guriev <guriev-ns@ya.ru> Tue, 01 Sep 2020 19:13:39 +0300
telegram-desktop (2.2.0+ds-1) unstable; urgency=medium
* New upstream release.
* Remove no longer needed patches:
- Checks-for-libatomic.patch, now libatmoic is linked unconditionally.
- Debug-info-for-32-bit.patch, no forced -g0 for packaged build.
- Unset-Qt-platform-theme.patch, incorporated info upstream source code.
* Modified remained patches:
- Path-to-libtgvoip.patch has been renamed to Static-libtgvoip.patch to
reflect changes for new libtgvoip.
- Do-not-sync-wallpaper.patch has been just refreshed against new source.
* Import QtWaylandClient private headers from the qtwayland-opensource-src
package of version 5.14.2-2.
-- Nicholas Guriev <guriev-ns@ya.ru> Tue, 28 Jul 2020 09:27:12 +0300
telegram-desktop (2.1.7+ds-2) unstable; urgency=medium
* Rewrite Set-semibold-font.patch to fix lacking boldface
in message input box under KDE.
-- Nicholas Guriev <guriev-ns@ya.ru> Sat, 30 May 2020 19:28:39 +0300
telegram-desktop (2.1.7+ds-1) unstable; urgency=medium
* New upstream release.
* Add Set-semibold-font.patch (Closes: #961526)
- The patch partially fixes bold font in KDE. Although, boldface is still
unused in the input box.
-- Nicholas Guriev <guriev-ns@ya.ru> Tue, 26 May 2020 20:00:13 +0300
telegram-desktop (2.1.5+ds-1) unstable; urgency=medium
* New upstream release.
* Remove no longer needed Reduce-boldface.patch.
* Revert "Remove no longer needed Ignore-emoji-pack.patch".
- So far, Telegram Desktop will use on ia64 architecture the
rlottie::Animition::loadFromData method with old signature.
-- Nicholas Guriev <guriev-ns@ya.ru> Tue, 19 May 2020 22:07:41 +0300
telegram-desktop (2.1.4+ds-1) unstable; urgency=medium
* New upstream release.
* Remove Port-to-GSL3.patch applied by upstream.
* Clarify FFmpeg dependencies to fix build on sh4.
* Add Checks-for-libatomic.patch that fixes build on riscv64.
* New Reduce-boldface.patch for packaged fonts.
-- Nicholas Guriev <guriev-ns@ya.ru> Sun, 10 May 2020 10:07:10 +0300
telegram-desktop (2.1.0+ds-1) unstable; urgency=medium
* New upstream release.
* Remove no longer needed Ignore-emoji-pack.patch.
- The latest version of rlottie is required now.
* Port to GSL 3.0.0.
* Switch to Hunspell spellchecker from Enchant.
-- Nicholas Guriev <guriev-ns@ya.ru> Sun, 26 Apr 2020 19:15:04 +0300
telegram-desktop (2.0.1+ds-1) unstable; urgency=medium
* New upstream release.
- Chat folders (filters).
- Rolling a dice (🎲 emoji).
- Global menu is available.
-- Nicholas Guriev <guriev-ns@ya.ru> Tue, 31 Mar 2020 23:23:38 +0300
telegram-desktop (1.9.21+ds-1) unstable; urgency=medium
* New upstream release.
- Incremental reading of messages is available.
- Spell-checker implementation remains the same via Enchant to make
it easier for extension.
* Add a script for reportbug that attaches user's log file.
-- Nicholas Guriev <guriev-ns@ya.ru> Sun, 22 Mar 2020 08:57:48 +0300
telegram-desktop (1.9.14+ds-2) unstable; urgency=medium
[ Ilya Fedin ]
* Add category property for StatusNotifierItem, this fixes tray icon in
KDE Plasma 5 and Cinnamon. (Closes: #951810)
[ Nicholas Guriev ]
* Mend a hack for non-Linux systems to fix build for GNU/Hurd or FreeBSD.
-- Nicholas Guriev <guriev-ns@ya.ru> Mon, 24 Feb 2020 07:54:56 +0300
telegram-desktop (1.9.14+ds-1) unstable; urgency=medium
* New upstream release.
* Import StatusNotifierItem from lxqt-qtplugin v0.14.0.
* Adjust patches and build rules.
- No install tg.protocol file for KDE4.
- New build dependency: libdbusmenu-qt5-dev
* Exclude HP/PA and Motorola 68k from list of supported architectures.
* Decrease required Qt version to 5.9, this is minimal tested version.
* Bump Standards-Version to 4.5.0, no related changes.
-- Nicholas Guriev <guriev-ns@ya.ru> Thu, 20 Feb 2020 08:45:20 +0300
telegram-desktop (1.9.8~slim-1) unstable; urgency=medium
* New upstream release.
- Repack upstream's tarball removing third-party modules.
* Drop the crl subproject from the debian folder.
* Adapt build config for pure CMake build system.
- Increase required version of CMake to 3.16.0, Qt to 5.10.0,
libranges to 0.10.0.
- Use GTK file chooser dialog with image previews. (Closes: #944315)
* Restrict supported architectures to Little Endian. (Closes: #943499)
* Remove old unneeded patches.
-- Nicholas Guriev <guriev-ns@ya.ru> Tue, 28 Jan 2020 09:16:44 +0300
telegram-desktop (1.8.15-2) unstable; urgency=medium
* Fixed passing of -mxgot compiler flag for MIPS64.
-- Nicholas Guriev <guriev-ns@ya.ru> Fri, 25 Oct 2019 12:41:00 +0300
telegram-desktop (1.8.15-1) unstable; urgency=medium
* New upstream release.
- Minor bug fixes.
* Rewrite build scripts.
* Specify minimal required version libranges 0.9.0.
-- Nicholas Guriev <guriev-ns@ya.ru> Tue, 15 Oct 2019 23:24:43 +0300
telegram-desktop (1.8.8-1) unstable; urgency=medium
* New upstream release.
* Use large global offset table for lib_scheme on mips64el.
-- Nicholas Guriev <guriev-ns@ya.ru> Thu, 12 Sep 2019 19:10:37 +0300
telegram-desktop (1.8.4-1) unstable; urgency=medium
* New upstream release.
-- Nicholas Guriev <guriev-ns@ya.ru> Mon, 09 Sep 2019 18:06:55 +0300
telegram-desktop (1.8.2-2) unstable; urgency=medium
* Apply Deprecated-ranges.patch.
-- Nicholas Guriev <guriev-ns@ya.ru> Tue, 03 Sep 2019 23:41:37 +0300
telegram-desktop (1.8.2-1) unstable; urgency=medium
* New upstream release.
* Patches:
- Update Modify-build-scripts.patch.
- Remove Do-not-use-private-Qt-color-API.patch.
- Add Ignore-emoji-pack.patch.
-- Nicholas Guriev <guriev-ns@ya.ru> Fri, 23 Aug 2019 20:15:33 +0300
telegram-desktop (1.7.14-1) unstable; urgency=medium
* New upstream release (closes: #932457).
* Import crl subproject (commit 9ea8700).
* Update patches:
- Amend Modify-build-scripts.patch to include fixes for lottie lib.
- Automatically refresh Packed-resources.patch with quilt.
- Add Do-not-use-private-Qt-color-API.patch taken from upstream Git.
- Reimplement Do-not-sync-wallpaper.patch as the code in that
place was rewritten completely.
* Refine copyright info for AppStream metadata.
* Update debhelper compatibility level to 12.
- Increase limit of debug information entries for dwz to 100 million.
* Bump standards version to 4.4.0, no related changes.
-- Nicholas Guriev <guriev-ns@ya.ru> Sat, 27 Jul 2019 18:01:22 +0300
telegram-desktop (1.7.0-1) experimental; urgency=medium
* New upstream version.
* Update crl subproject to commit 84072fb.
* Update patches:
- Remove the -flto compiler flag.
- Add Do-not-sync-wallpaper.patch.
-- Nicholas Guriev <guriev-ns@ya.ru> Mon, 27 May 2019 23:16:58 +0300
telegram-desktop (1.5.11-1) unstable; urgency=medium
* New upstream release.
* Refresh patches to fit new version.
-- Nicholas Guriev <guriev-ns@ya.ru> Sun, 03 Feb 2019 21:30:53 +0300
telegram-desktop (1.5.8-1) unstable; urgency=medium
* New upstream release.
* Update crl subproject to commit 9b7c6b5.
-- Nicholas Guriev <guriev-ns@ya.ru> Thu, 24 Jan 2019 21:25:39 +0300
telegram-desktop (1.5.4-1) unstable; urgency=medium
* New upstream release.
* Bump standards version to 4.3.0, no related changes.
-- Nicholas Guriev <guriev-ns@ya.ru> Mon, 31 Dec 2018 10:03:07 +0300
telegram-desktop (1.5.2-1) unstable; urgency=medium
* New upstream release (closes: #915975).
* Patches:
- Drop Debian-API-ID.patch. Use gyp variables api_id and api_hash instead.
- Drop Ayatana-Indicators.patch as applied by upstream.
- Refresh Modify-build-scripts.patch.
-- Nicholas Guriev <guriev-ns@ya.ru> Wed, 19 Dec 2018 09:04:21 +0300
telegram-desktop (1.4.0-1) unstable; urgency=medium
* New upstream release.
- Fixes CVE-2018-17780 by adding a new setting for peer-to-peer calls.
* Update crl subproject (commit 4291015).
* Refresh patches.
- Drop GCC-binding-workaround.patch as applied by upstream.
- Rewrite Modify-build-scripts.patch to compile new version.
-- Nicholas Guriev <guriev-ns@ya.ru> Wed, 03 Oct 2018 08:29:55 +0300
telegram-desktop (1.3.14-1) unstable; urgency=medium
* New upstream release.
* Update patches.
- Add GCC-binding-workaround.patch
* Bump standards version to 4.2.1, no related changes because Telegram is
not a Perl program.
-- Nicholas Guriev <guriev-ns@ya.ru> Fri, 31 Aug 2018 18:59:26 +0300
telegram-desktop (1.3.10-2) unstable; urgency=medium
* Fix FTBFS on mips, mipsel, armel with libatomic.
* Disable LTO at all (closes: #904133).
* Bump standards version to 4.2.0, no needed changes.
-- Nicholas Guriev <guriev-ns@ya.ru> Fri, 03 Aug 2018 22:10:59 +0300
telegram-desktop (1.3.10-1) unstable; urgency=medium
* New upstream release.
- Export of cloud data is available.
* Update patches.
- Add a link to precompiled C++ header for lib_export.
* Update crl subproject (commit 9bc641f).
* Bump standards version to 4.1.5.
- Add the Rules-Requires-Root field to the debian/control file.
-- Nicholas Guriev <guriev-ns@ya.ru> Tue, 17 Jul 2018 23:03:53 +0300
telegram-desktop (1.3.7-1) unstable; urgency=medium
* New upstream release (closes: #900592)
* Update patches
- Add Ayatana-Indicators.patch (closes: #898414)
* Update crl subproject (commit f893c36)
* Switch to statically linked libtgvoip.
* List other header-only libraries in the Built-Using field.
- Mapbox Variant
- range-v3 from Eric Niebler
- Microsoft GSL
-- Nicholas Guriev <guriev-ns@ya.ru> Fri, 15 Jun 2018 10:35:21 +0300
telegram-desktop (1.2.17-1) unstable; urgency=medium
* New upstream release
* Update standards version, no related changes for this
-- Nicholas Guriev <guriev-ns@ya.ru> Sat, 21 Apr 2018 21:35:32 +0300
telegram-desktop (1.2.15-1) unstable; urgency=medium
* New upstream release
* Update crl subproject (commit 344cbde)
* Fonts:
- Remove Open Sans font from app-resources
- Add the fonts-open-sans package as recommended (closes: #890341)
-- Nicholas Guriev <guriev-ns@ya.ru> Sun, 01 Apr 2018 09:13:15 +0300
telegram-desktop (1.2.6-2) unstable; urgency=medium
[ Adrian Bunk ]
* Fix memory exhausted during linking on mips and mipsel (closes: #889139)
[ Nicholas Guriev ]
* Migrate repository to salsa.debian.org
-- Nicholas Guriev <guriev-ns@ya.ru> Sun, 04 Feb 2018 14:05:19 +0300
telegram-desktop (1.2.6-1) unstable; urgency=medium
* New upstream release
* Fix memory exhausting during compilation
* Add GTK 2.0 as build dependency (for fix build on Ubuntu 18.04)
* Import crl, concurrency runtime library, as missed source (commit 9e11a5c)
* Combine multiple patches that fix build into one
- Drop glibc wrappers, they were needed for compatibility with old glibc
* Install AppStream meta information and upstream changelog
* Grant content of the debian folder into public domain
* Bump standards version and debhelper level
- No significant changes for this
* Remove unused dependencies, libdee-dev (closes: #888679)
-- Nicholas Guriev <guriev-ns@ya.ru> Wed, 31 Jan 2018 00:32:38 +0300
telegram-desktop (1.2.1-2) unstable; urgency=medium
* Update Various-build-fixes.patch
- Fix FTBFS on all architectures except amd64 and i386
-- Nicholas Guriev <guriev-ns@ya.ru> Fri, 15 Dec 2017 22:46:06 +0300
telegram-desktop (1.2.1-1) unstable; urgency=medium
* New upstream release (closes: #884137)
* Refreshed patches and removed the next as applied by upstream:
- Fix-Insecure-cWorkingDir-permissions.patch
- Fix-text-duplicating.patch
- Use-OpenSSL-v1.1.patch
* Add librange-v3-dev as build dependency
* Remove libappindicator1 from recommended packages (closes: #883634)
* Bump standards version, no changes for this
-- Nicholas Guriev <guriev-ns@ya.ru> Fri, 15 Dec 2017 00:04:26 +0300
telegram-desktop (1.1.23-3) unstable; urgency=medium
* Add Fix-text-duplicating.patch (closes: #883454)
-- Nicholas Guriev <guriev-ns@ya.ru> Wed, 06 Dec 2017 09:16:38 +0300
telegram-desktop (1.1.23-2) unstable; urgency=medium
* Add Use-OpenSSL-v1.1.patch to migrate to OpenSSL 1.1 (closes: #859852)
* Add libappindicator as recommended packages (closes: #859172)
* Bump standards version, no changes
-- Nicholas Guriev <guriev-ns@ya.ru> Sat, 25 Nov 2017 10:28:23 +0300
telegram-desktop (1.1.23-1) unstable; urgency=medium
* New upstream release
- Refine copyright notes
* Refresh patches
- Use tests, new Fix-tests.patch
- Disable LTO on mips64el to fix FTBFS
* Bump Standards Version, no changes for this
* Remove already unnecessary lintian overrides
* New build dependency, the catch, is used for tests
-- Nicholas Guriev <guriev-ns@ya.ru> Thu, 14 Sep 2017 16:16:54 +0300
telegram-desktop (1.1.19-2) unstable; urgency=medium
* Fix CVE-2016-10351 by applying Fix-Insecure-cWorkingDir-permissions.patch
- Set 700 permissions for the working directory on every start
* Apply Packed-resources.patch to reduce amount of required memory for
building (closes: #860510)
* Some refactoring the debian/rules file
-- Nicholas Guriev <guriev-ns@ya.ru> Thu, 31 Aug 2017 23:46:47 +0300
telegram-desktop (1.1.19-1) unstable; urgency=medium
* New upstream release
* Fix build on Debian/kFreeBSD
-- Nicholas Guriev <guriev-ns@ya.ru> Wed, 02 Aug 2017 20:16:36 +0300
telegram-desktop (1.1.18-1) unstable; urgency=medium
* New upstream release
* Refresh a patch
* Add lintian override
-- Nicholas Guriev <guriev-ns@ya.ru> Sun, 30 Jul 2017 08:50:28 +0300
telegram-desktop (1.1.15-1) unstable; urgency=medium
* New upstream release
* Fix build for Qt 5.9 (closes: #867578)
* Exclude qt.conf file from resources
-- Nicholas Guriev <guriev-ns@ya.ru> Sun, 23 Jul 2017 20:04:17 +0300
telegram-desktop (1.1.10-1) unstable; urgency=medium
* New upstream release
- New admin features in channels and supergroups
* Refresh patches
* Bump Standards-Version to 4.0.0
* Rewrite a manpage to nroff (closes: #860595)
-- Nicholas Guriev <guriev-ns@ya.ru> Thu, 06 Jul 2017 19:53:05 +0300
telegram-desktop (1.1.0-1) unstable; urgency=medium
* New upstream release
- Telegram Calls in desktop application and other improvements
* Refresh patches
- Fixed hung on startup in Unity or MATE environment (LP: #1680943)
- Changed optimization level from -Ofast to -O2
-- Nicholas Guriev <guriev-ns@ya.ru> Mon, 15 May 2017 13:38:09 +0300
telegram-desktop (1.0.29-1) unstable; urgency=medium
* New upstream release
* Refresh patches
* Add attribution info (closes: #859027)
* Fix build in i386 (closes: #859058)
* Fix FTBFS on various architectures (closes: #859057)
-- Nicholas Guriev <guriev-ns@ya.ru> Sat, 08 Apr 2017 22:10:01 +0300
telegram-desktop (1.0.14-1) unstable; urgency=low
* Initial upload (Closes: #767418)
-- Nicholas Guriev <guriev-ns@ya.ru> Mon, 27 Feb 2017 21:13:44 +0300
|