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 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920
|
gajim (1.7.3-2) unstable; urgency=medium
* Re-upload to unstable
-- Martin <debacle@debian.org> Sat, 08 Apr 2023 20:31:19 +0000
gajim (1.7.3-1) experimental; urgency=medium
* New upstream release, mainly bug fixes and minor features
* Recommend gir1.2-ayatanaappindicator3-0.1, needed for tray icon on
Wayland
* Depend on python3-nbxmpp >= 4.2.2
-- Martin <debacle@debian.org> Wed, 05 Apr 2023 07:49:03 +0000
gajim (1.7.2-3) unstable; urgency=medium
* One unittest still broken, disabled again
-- Martin <debacle@debian.org> Wed, 15 Mar 2023 23:55:53 +0000
gajim (1.7.2-2) unstable; urgency=medium
* Re-upload to unstable.
-- Martin <debacle@debian.org> Tue, 14 Mar 2023 23:24:18 +0000
gajim (1.7.2-1) experimental; urgency=medium
* New stable maintenance release (bug fixes, minor improvements)
* Remove obsolete patch disable-broken-unittests.patch
-- Martin <debacle@debian.org> Sun, 12 Mar 2023 21:54:36 +0000
gajim (1.7.1-1) unstable; urgency=medium
* New stable maintenance release (bug fixes, minor improvements)
-- Martin <debacle@debian.org> Mon, 13 Feb 2023 13:53:58 +0000
gajim (1.7.0-1) unstable; urgency=medium
* New upstream release
-- Martin <debacle@debian.org> Fri, 03 Feb 2023 16:23:12 +0000
gajim (1.6.1-2) unstable; urgency=medium
* Disable some partially broken unittests, as suggested by upstream
-- Martin <debacle@debian.org> Sun, 15 Jan 2023 10:01:55 +0000
gajim (1.6.1-1) unstable; urgency=medium
* New upstream maintenance release
See /usr/share/doc/gajim/changelog.gz for details
-- Martin <debacle@debian.org> Sat, 14 Jan 2023 11:10:05 +0000
gajim (1.6.0-1) unstable; urgency=medium
* New upstream release with many improvements
See /usr/share/doc/gajim/changelog.gz for details
-- Martin <debacle@debian.org> Sat, 07 Jan 2023 20:35:24 +0000
gajim (1.5.4-1) unstable; urgency=medium
* Upstream maintenance release
* Recommend gstreamer1.0-gl and gstreamer1.0-nice for A/V calls,
thanks to Pavel (Narayana Oü)
-- Martin <debacle@debian.org> Sat, 03 Dec 2022 23:10:09 +0000
gajim (1.5.3-1) unstable; urgency=medium
* Upstream maintenance release
* Add autopkgtest
-- Martin <debacle@debian.org> Mon, 31 Oct 2022 17:47:23 +0000
gajim (1.5.2-1) unstable; urgency=medium
* Upstream bug fix release
-- Martin <debacle@debian.org> Sat, 08 Oct 2022 17:58:00 +0000
gajim (1.5.1-1) unstable; urgency=medium
* Upstream bug fix release
-- Martin <debacle@debian.org> Tue, 20 Sep 2022 06:44:04 +0000
gajim (1.5.0-1) unstable; urgency=medium
* New upstream release with many improvements
See /usr/share/doc/gajim/changelog.gz for details
-- Martin <debacle@debian.org> Mon, 19 Sep 2022 20:48:26 +0000
gajim (1.4.7-1) unstable; urgency=medium
* Upstream maintenance release
See /usr/share/doc/gajim/changelog.gz for details
-- Martin <debacle@debian.org> Mon, 25 Jul 2022 14:57:57 +0000
gajim (1.4.6-1) unstable; urgency=medium
* Upstream maintenance release
See /usr/share/doc/gajim/changelog.gz for details
-- Martin <debacle@debian.org> Sat, 09 Jul 2022 15:39:04 +0000
gajim (1.4.5-1) unstable; urgency=medium
* Upstream maintenance release
See /usr/share/doc/gajim/changelog.gz for details
-- Martin <debacle@debian.org> Thu, 23 Jun 2022 16:55:01 +0000
gajim (1.4.4-1) unstable; urgency=medium
* Upstream maintenance release
See /usr/share/doc/gajim/changelog.gz for details
-- Martin <debacle@debian.org> Sat, 18 Jun 2022 06:57:34 +0000
gajim (1.4.3-1) unstable; urgency=medium
* Upstream bug fix release
* Remove obsolete patch do-not-use-distutils.patch
* Update some dependencies
* Activated unit tests again
-- Martin <debacle@debian.org> Sun, 05 Jun 2022 22:12:41 +0000
gajim (1.4.0-1) unstable; urgency=medium
* New major release with many changes and new features,
see /usr/share/doc/gajim/changelog.gz for details.
* Update dependencies and recommends according new version.
* Remove obsolete no-git-call.patch.
* Add do-not-use-plugininstaller-by-default.patch.
* Remove Norbert from Uploaders (Closes: #1006715).
-- Martin <debacle@debian.org> Mon, 07 Mar 2022 13:18:37 +0000
gajim (1.3.3-1) unstable; urgency=medium
* Upstream bug fix and maintenance release:
See /usr/share/doc/gajim/changelog.gz for details.
-- Martin <debacle@debian.org> Sat, 09 Oct 2021 21:34:16 +0000
gajim (1.3.2-2) unstable; urgency=medium
[ John Scott ]
* Suggest gir1.2-avahi-0.6 which is necessary for Zeroconf support.
[ Martin ]
* Upstream bug fix and maintenance release:
- New
* Accounts: Add account switch description
- Changes
* MessageInput: Remove custom placeholder
* MessageInput: Add focus borders
- Bug fixes
* #10010 Only convert domain name to ASCII
* #10342 UnicodeDecodeError related to avatars
* #10428 Roster: Handle missing avatar_sha
-- Martin <debacle@debian.org> Sun, 25 Apr 2021 09:15:34 +0000
gajim (1.3.1-1) unstable; urgency=medium
* New upstream (mostly) bug fix release:
- Add setting for GSSAPI authentication
- #10416 Remove conversion of ASCII emojis
- #10273 VcardWindow: Fix resource string if resource is missing
- #10424 GroupChatInvitation: Show account badge
- #10430 Preferences: Check for pipeline before removing elements
- #10436 Stop early when handling connection-failed in handle_event
- #10438 Set account window stack as non-vhomogeneous
- #10443 ServiceRegistration: Use nbxmpp register methods
- #10445 Change dataform to href markup URLs in fixed field
- #10450 Workaround for crash on clicking links
- AvatarSelector: Improve error handling
- Profile: Show error if avatar upload fails
- UserAvatar: Handle empty data nodes
- StatusIcon: Only hide application when its focused
-- Martin <debacle@debian.org> Mon, 01 Mar 2021 16:38:07 +0000
gajim (1.3.0-1) unstable; urgency=medium
* Depend on desktop-file-utils (Closes: #977510)
* New upstream release
-- Martin <debacle@debian.org> Sun, 07 Feb 2021 17:21:48 +0000
gajim (1.3.0~beta2-1) unstable; urgency=medium
* New upstream beta version
-- Martin <debacle@debian.org> Sun, 10 Jan 2021 23:57:37 +0000
gajim (1.3.0~beta1-1) unstable; urgency=medium
* New upstream beta version with many new features, e.g.
- Support for Chat Markers (XEP-0333)
- Support for vCard4 (XEP-0292)
- Redesigned Voice/Video chat interface
-- Martin <debacle@debian.org> Thu, 31 Dec 2020 15:00:23 +0000
gajim (1.2.2-1) unstable; urgency=medium
* New upstream version
-- Martin <debacle@debian.org> Tue, 08 Sep 2020 17:59:08 +0000
gajim (1.2.1-1) unstable; urgency=medium
* New upstream version
-- Martin <debacle@debian.org> Wed, 08 Jul 2020 21:46:29 +0000
gajim (1.2.0-2) unstable; urgency=medium
* remove breaks on gajim-rostertweaks
-- Martin <debacle@debian.org> Fri, 03 Jul 2020 07:17:05 +0000
gajim (1.2.0-1) unstable; urgency=medium
* New upstream version
-- Martin <debacle@debian.org> Sun, 21 Jun 2020 15:52:53 +0000
gajim (1.1.99.1+20200607.6b482a11-1) experimental; urgency=medium
* New upstream snapshot from the 1.2 branch
-- Martin <debacle@debian.org> Sat, 13 Jun 2020 17:29:29 +0000
gajim (1.1.99.1+20200523.534a2947-1) experimental; urgency=medium
* New upstream snapshot from the 1.2 branch
-- Martin <debacle@debian.org> Sat, 23 May 2020 23:52:52 +0000
gajim (1.1.99.1+20200510.03412e7e-1) experimental; urgency=medium
* New upstream snapshot from the 1.2 branch
-- Martin <debacle@debian.org> Sun, 10 May 2020 21:52:12 +0000
gajim (1.1.99~20200429.65506e31-1) experimental; urgency=medium
* New upstream snapshot from the 1.2 branch
-- Martin <debacle@debian.org> Wed, 29 Apr 2020 21:16:07 +0000
gajim (1.1.94~20200429.9b7ae7d5-1) experimental; urgency=medium
* New upstream snapshot
- remove obsolete patches
-- Martin <debacle@debian.org> Wed, 29 Apr 2020 19:55:04 +0000
gajim (1.1.94~20200421.36d26149-1) experimental; urgency=medium
* Upstream master snapshot
- added two patches by upstream contributor: add-account-icon.patch
and get_last_conversation_lines-account-specific.patch
-- Martin <debacle@debian.org> Wed, 22 Apr 2020 22:54:07 +0000
gajim (1.1.3-2) unstable; urgency=medium
* re-upload to unstable
-- W. Martin Borgert <debacle@debian.org> Sun, 21 Jul 2019 19:47:33 +0000
gajim (1.1.3-1) experimental; urgency=medium
* new upstream stable version, mainly bug fixes
-- W. Martin Borgert <debacle@debian.org> Tue, 23 Apr 2019 22:05:23 +0000
gajim (1.1.2-2) unstable; urgency=medium
* drop suggests of obsolete packages (Closes: #916931)
* recommend current gstreamer plugins (Closes: #921085)
* depend on latest nbxmpp (Closes: #921095)
-- W. Martin Borgert <debacle@debian.org> Sat, 02 Feb 2019 21:59:43 +0000
gajim (1.1.2-1) unstable; urgency=medium
* new upstream version
-- W. Martin Borgert <debacle@debian.org> Tue, 15 Jan 2019 22:23:55 +0000
gajim (1.1.1-2) unstable; urgency=medium
* add upstream patch to fix status tray notification
-- W. Martin Borgert <debacle@debian.org> Fri, 28 Dec 2018 14:07:18 +0000
gajim (1.1.1-1) unstable; urgency=medium
* new upstream version
-- W. Martin Borgert <debacle@debian.org> Thu, 27 Dec 2018 11:22:56 +0000
gajim (1.1.0-1) unstable; urgency=medium
* new upstream version
-- W. Martin Borgert <debacle@debian.org> Tue, 06 Nov 2018 23:04:10 +0000
gajim (1.1.0~beta2-1) unstable; urgency=medium
* new upstream version (Closes: #908351)
-- W. Martin Borgert <debacle@debian.org> Sun, 14 Oct 2018 21:51:33 +0000
gajim (1.1.0~beta1-1) unstable; urgency=medium
* new upstream version
-- W. Martin Borgert <debacle@debian.org> Tue, 21 Aug 2018 09:29:13 +0000
gajim (1.0.3-1) unstable; urgency=medium
* new upstream version
* remove unneeded recommends (Closes: #898434)
* remove upstream patch
* depend on latest python3-nbxmpp
-- W. Martin Borgert <debacle@debian.org> Sun, 20 May 2018 08:48:38 +0000
gajim (1.0.2-1) unstable; urgency=medium
* new upstream version
* bump standars version
* add upstream patch to fix gtk-css-provider-error-quark exception,
delete obsolete patch, update patches
-- W. Martin Borgert <debacle@debian.org> Tue, 01 May 2018 07:26:33 +0000
gajim (1.0.1-3) unstable; urgency=medium
* fix a backtrace in the preferences dialog, now really, really
(Closes: #886324, #893724)
-- W. Martin Borgert <debacle@debian.org> Wed, 04 Apr 2018 20:21:12 +0000
gajim (1.0.1-2) unstable; urgency=medium
* new upstream version
* which hopefully does not crash in preferences anymore
(Closes: #886324, #893724)
* add patch to not use distutils (Closes: #893694)
* update dependencies
* do not install cacerts.pem
* do not remove emoticon themes anymore
* fix d/ch date
-- W. Martin Borgert <debacle@debian.org> Sun, 01 Apr 2018 21:31:28 +0000
gajim (1.0.0-1) unstable; urgency=medium
* new upstream version
-- W. Martin Borgert <debacle@debian.org> Sun, 18 Mar 2018 10:44:45 +0000
gajim (1.0.0~beta2-1) unstable; urgency=medium
* new upstream version
* break gajim-httpupload, functionality is in gajim since 1.0.0~beta1
(Closes: #889954)
-- W. Martin Borgert <debacle@debian.org> Sun, 18 Feb 2018 20:26:52 +0000
gajim (1.0.0~beta1-1) unstable; urgency=medium
* new upstream version
-- W. Martin Borgert <debacle@debian.org> Thu, 08 Feb 2018 22:03:46 +0000
gajim (1.0.0~alpha3-1) unstable; urgency=medium
* new upstream snapshot (not tagged) fixing several issues
* move to Debian XMPP Maintainers and salsa.debian.org
* Bump standars version
-- W. Martin Borgert <debacle@debian.org> Wed, 07 Feb 2018 19:24:06 +0000
gajim (1.0.0~alpha2-1) unstable; urgency=medium
* new upstream version fixing DB issues
-- W. Martin Borgert <debacle@debian.org> Sun, 17 Dec 2017 20:52:46 +0000
gajim (1.0.0~alpha1-1) unstable; urgency=medium
* new upstream version
* suggest gir1.2-gupnpigd-1.0 rather than python3-gupnp-igd
(Closes: #879038)
* does not use gnomekeyring anymore (Closes: #844156)
* does not use OpenSSL rand anymore (Closes: #884311, #884358)
* does not use demandimport anymore (Closes: #835472)
-- W. Martin Borgert <debacle@debian.org> Sat, 16 Dec 2017 17:07:21 +0000
gajim (0.16.8-5) unstable; urgency=medium
* Dropped gpg patch altogether (Closes: #874791) again
-- W. Martin Borgert <debacle@debian.org> Thu, 14 Sep 2017 07:48:59 +0000
gajim (0.16.8-4) unstable; urgency=medium
* Add updated patch to disable plugin installer by default (Closes: #805620)
* Update patch to use gpg2 now with new python-gnugp (Closes: #874791)
-- W. Martin Borgert <debacle@debian.org> Sun, 10 Sep 2017 08:44:29 +0000
gajim (0.16.8-3) unstable; urgency=medium
* Recommend python-gnupg and use explicitly 'gpg1', because
python-gnupg is not yet compatible with 'gpg2' (modern 'gpg')
(Closes: #865097)
* python-gnupg is not embedded anymore (Closes: #839772)
* Apply upstream patch to pass use-agent to gnupg
* Apply upstream patch to pass UTF-8 encoding to gnupg
* Bump standards version (no changes)
-- W. Martin Borgert <debacle@debian.org> Mon, 26 Jun 2017 20:38:40 +0000
gajim (0.16.8-2) unstable; urgency=medium
* Upload to unstable.
-- W. Martin Borgert <debacle@debian.org> Fri, 16 Jun 2017 19:04:41 +0000
gajim (0.16.8-1) experimental; urgency=low
* New upstream release.
* Change of maintainer and uploaders.
-- W. Martin Borgert <debacle@debian.org> Thu, 08 Jun 2017 22:10:32 +0000
gajim (0.16.7-1) experimental; urgency=low
* New upstream release.
-- Norbert Tretkowski <norbert@tretkowski.de> Tue, 07 Feb 2017 10:55:37 +0100
gajim (0.16.6-1) unstable; urgency=low
* New upstream release (closes: #839780)
* debian/docs, debian/README.Debian: removed reference to python-farstream,
no longer in the archive
* debian/patches/fix-gpg2-status.patch: remove patch, merged upstream
-- Norbert Tretkowski <norbert@tretkowski.de> Sat, 08 Oct 2016 12:10:31 +0200
gajim (0.16.5-2) unstable; urgency=medium
* debian/patches/fix-gpg2-status.patch: backport a fix to handle new GnuPG
status. (Closes: #834399, #831394)
* debian/control:
- reformat dependency fields with multiple lines, one per entry, sorted
alphabetically (easier to maintain).
- depend on debhelper >= 9.
- switch VCS-* URLs to HTTPS.
- update Standards-Version to 3.9.8 (removed deprecated Debian menu
entry).
- recommend sound utilities that are used to play sound.
(Closes: #733458)
- depend on rather than recommend on python-openssl and python-pyasn1,
which are required for secure connections. (Closes: #767317)
- recommend rather than depend on dbus and python-dbus. (Closes: #831738)
- actually remove suggestion of python-farstream (it was mentioned but
not really done last time).
- build-depend on dh-python, which provides the backend for dh_python2.
* debian/compat: switch to recommended debhelper level 9.
* debian/rules: remove rules meant to create the now deprecated Debian menu
icon.
* debian/gajim.menu, debian/install: remove the now deprecated Debian menu
entry.
* debian/watch:
- revert to previous way of getting released tarballs from a directory
index (works fine and allows one to fetch older releases if needed)
rather than a website page (only provides latest version).
- switch to HTTPS.
- take into accounts tarballs with bzip2 and XZ.
-- Tanguy Ortolo <tanguy+debian@ortolo.eu> Wed, 24 Aug 2016 13:33:27 +0200
gajim (0.16.5-1) unstable; urgency=low
* debian/control:
- add myself to Uploaders
- remove python-farstream from suggestions, it got dropped from unstable
(closes: #813763)
- update Standards-Version to 3.9.7 (no changes needed)
* debian/watch: update to fix checking for newer upstream versions
* debian/gajim.menu: removed to fix lintian warning
-- Norbert Tretkowski <norbert@tretkowski.de> Sat, 05 Mar 2016 16:21:53 +0100
gajim (0.16.5-0.1) unstable; urgency=medium
* Non-Maintainer Upload.
* New upstream release. (closes: #785521)
* SECURITY UPDATE: Update to 0.16.5 to fix security issue:
- CVE-2015-8688: Message interception due to unverified origin of roster
push
- https://gultsch.de/gajim_roster_push_and_message_interception.html
(closes: #809900)
* debian/patches/fix-manpages.patch: Remove deprecated patch, which has been
applied upstream.
* debian/control: Require python-nbxmpp (>= 0.5.3).
-- Norbert Tretkowski <norbert@tretkowski.de> Tue, 26 Jan 2016 15:19:54 +0100
gajim (0.16-1) unstable; urgency=medium
* New upstream release. (Closes: #729042, #757570)
* debian/patches:
- fix-oid-definitions.patch: remove deprecated patch, which
has been applied upstream.
- desktop-keywords.patch: remove deprecated patch, which has been applied
upstream.
- fix-manpages.patch: fix markup errors in manpages.
* debian/control:
- depend on python-nbxmpp
- update Standards-Version to 3.9.6 (no change needed).
* debian/copyright: remove deprecated paragraph about python-xmpppy fork,
which is now an distinct project.
* debian/rules:
- move the XPM icon generation to the build target instead of the
configure one.
- no longer remove a duplicate certificate which is no longer provided.
-- Tanguy Ortolo <tanguy+debian@ortolo.eu> Tue, 14 Oct 2014 22:02:28 +0200
gajim (0.15.4-2) unstable; urgency=low
* debian/control:
- turn dbus into a Depends rather than a Recommends, as Gajim does not
seem to work without it. (Closes: #701994)
- use a secure URL for Gajim homepage (but not for VCS web interface,
sorry). (Closes: #727037)
- recommend ca-certificates.
* debian/rules: remove cacerts.pem, replaced by certificates from
ca-certificates. (Closes: #729568)
-- Tanguy Ortolo <tanguy+debian@ortolo.eu> Sun, 24 Nov 2013 18:58:51 +0100
gajim (0.15.4-1) unstable; urgency=low
* New upstream release. (Closes: #693648)
* debian/control:
- new maintainer (myself).
- update dependencies (add two missing ones and reformat).
- update Vcs-* field for new package repository (Git).
- update Standards-Version to 3.9.4 (no change needed).
* debian/copyright: switch to machine-readable format.
* debian/rules: update a comment to explain with more detail why the test
target is broken.
* debian/patches:
- desktop-keywords.patch: add a keywords entry to the desktop
entry.
- fix-oid-definitions.patch: fix OID handling in
src/common/check_X509.py, thanks to Yves-Alexis Perez <corsac>.
(Closes: #699477)
-- Tanguy Ortolo <tanguy+debian@ortolo.eu> Thu, 15 Aug 2013 19:55:23 +0200
gajim (0.15.3-1) experimental; urgency=low
* New upstream release
* Switch to 3.0 (quilt) source format.
-- Yann Leboulanger <yann@leboulanger.org> Sun, 17 Mar 2013 18:32:12 +0200
gajim (0.15.1-4) unstable; urgency=low
* apply patches using dpatch in debian/rules
-- Yann Leboulanger <asterix@lagaule.org> Fri, 15 Feb 2013 23:34:36 +0200
gajim (0.15.1-3) unstable; urgency=low
* Go back to old patch format so that Gajim can go in testing.
-- Yann Leboulanger <asterix@lagaule.org> Sun, 02 Dec 2012 19:42:34 +0200
gajim (0.15.1-2) unstable; urgency=low
* re-add missing 0.15-1.1 changelog entry
* add a patch to prevent a traceback.
* add a patch to fix a crash. Closes: #690937
-- Yann Leboulanger <asterix@lagaule.org> Sun, 14 Oct 2012 18:02:36 +0200
gajim (0.15.1-1) unstable; urgency=low
* New upstream release.
* change python-farsight to python-farstream in suggests list. Closes: #682598
* Add python-gupnp-igd to suggests list. Closes: #668194
* Fix shortcut behaviour in roster window. Closes: #667870
* Improve GPG status handling. Closes: #670243
-- Yann Leboulanger <asterix@lagaule.org> Tue, 29 Aug 2012 09:51:52 +0200
gajim (0.15-1.1) unstable; urgency=high
* Non-maintainer upload by the Security Team.
* Fix CVE-2012-2093: insecure use of temporary files when convering LaTeX
IM messages to png images. Closes: #668710
-- Luk Claes <luk@debian.org> Sat, 16 Jun 2012 18:22:00 +0200
gajim (0.15-1) unstable; urgency=low
* New upstream release.
* remove 00_debian-copying.diff because upstream doesn't install it anymore
* remove 01_configure-ac.diff because upstream changed configure dependencies
* remove python-gnupginterface from recommands list, it's no more used
-- Yann Leboulanger <asterix@lagaule.org> Sat, 18 Mar 2012 10:32:38 +0100
gajim (0.14.4-1) unstable; urgency=low
* New upstream release. Closes: #637071
* Fixes weird error. Closes: #632226
* Stop suggesting unused python-sexy. Closes: #633301
* Modify 00_debian-copying.diff to also not install ChangeLog file.
dh_changelogs will do it.
-- Yann Leboulanger <asterix@lagaule.org> Fri, 22 Jul 2011 12:56:30 +0200
gajim (0.14.3-1) unstable; urgency=low
* New upstream release.
* Fix closing roster window. Closes: #630315
-- Yann Leboulanger <asterix@lagaule.org> Sun, 19 Jun 2011 21:46:09 +0200
gajim (0.14.2-1) unstable; urgency=low
* New upstream release.
* Fix CPU usage when testing file transfer proxies. Closes: #626576
-- Yann Leboulanger <asterix@lagaule.org> Tue, 07 Jun 2011 19:30:43 +0200
gajim (0.14.1-1) unstable; urgency=low
[ Yann Leboulanger ]
* New upstream release. Closes: #604966
* Correctly sanitize menuentries in chat window action context menu.
Closes: #574839
* Fix traceback when closing file request dialog. Closes: #587186
* Recommend python-openssl >= 0.9. Closes: #594772
* Improve a string. Closes: #553527
* Fix cancelling file transfer. Closes: #587679
[ Julien Valroff ]
* Switch to dh from CDBS and drop unused (build-)dependencies.
* Switch to dh_python2 from pysupport. Closes: #616819
* Drop useless debian/dirs.
* Switch to 3.0 (quilt) source format.
* Update Standards-Version to 3.9.2.
* Remove useless and unused shlibs:Depends substvar.
* Add a note about python-farsight in README.Debian.
* Add patch and use dh_autoreconf to remove build-dependencies on
python-dev, python-gtk2-dev and libgtk2.0-dev.
-- Yann Leboulanger <asterix@lagaule.org> Sat, 07 May 2011 16:01:37 +0200
gajim (0.13.4-1) unstable; urgency=low
* New upstream release.
* Fix flood when trying to join a full MUC. Closes: #575688
-- Yann Leboulanger <asterix@lagaule.org> Fri, 02 Apr 2010 10:19:59 +0200
gajim (0.13.3-1) unstable; urgency=low
* New upstream release.
* Fix connection to facebook. Closes: #569767
-- Yann Leboulanger <asterix@lagaule.org> Tue, 23 Feb 2010 21:00:41 +0100
gajim (0.13.2-1) unstable; urgency=low
* New upstream release.
* Fix gnomekeyring usage. Closes: #562913
* Fix completion. Closes: #563930
* Fix typo in suggests list. Closes: #564754
-- Yann Leboulanger <asterix@lagaule.org> Thu, 14 Jan 2010 21:23:36 +0100
gajim (0.13.1-1) unstable; urgency=low
* New upstream release. Closes: #559905
* Update PyGTK requirement to 2.12.0 minimum
* Fix filetransfer proxies testing, keepalive handling, memory leak.
Closes: #524514
* Better connection. Closes: #547267
* Fix proxy test on startup. Closes: #453910
* Fix sound playing. Closes: #527275
* Update debhelper compatibility level to 7
-- Yann Leboulanger <asterix@lagaule.org> Sun, 29 Nov 2009 01:21:04 +0100
gajim (0.12.5-1) unstable; urgency=low
* New upstream release which fixes file transfer. Closes: #544466
* Fix history manager. Closes: #539109
* Fix custom host / port usage. Closes: #539267
* update python-gnome* dependancies. Closes: #541553
-- Yann Leboulanger <asterix@lagaule.org> Sun, 08 Aug 2009 00:06:15 +0100
gajim (0.12.3-1) unstable; urgency=low
* New upstream release.
* OS info are now caches. Closes: #509675
* keepalive system has been improved. Closes: #521144
* Recommends python-crypto for encryption. Closes: #513892
* update to 3.8.2 Debian Policy
* update to debhelper V6
* added watch file
-- Yann Leboulanger <asterix@lagaule.org> Sun, 24 Jun 2009 20:46:15 +0100
gajim (0.12.1-1) unstable; urgency=low
* New upstream release.
* Fix coming back from suspend. Closes: #500523
* Fix menuitem shortcut. Closes: #440530
* Warn user when logs database is brocken. Closes: #447889
* Check server certificate using python-openssl. Closes: #450756
* Don't pool to get played music from Banshee. Closes: #472862
* Escape non-ascii password correcly. Closes: #495540
* Fix URL recognition. Closes: #407806
* Suggest python-kerberos for GSSAPI authentication.
* Suggest python-sexy for clickable links in chat banners.
* Recommends python-openssl instead of python-pyopenssl. Package name has
changed.
* Depends on libc6 for gtkspell.so module
* Build Gajim modules against python2.5
-- Yann Leboulanger <asterix@lagaule.org> Wed, 21 Dec 2008 14:40:16 +0100
gajim (0.11.4-1) unstable; urgency=low
* New upstream release.
* Fix tab switching. Closes: #452257
* update to 3.7.3 Debian Policy
* Add Homepage, Vcs-Svn, Vcs-Browser fields to control file
-- Yann Leboulanger <asterix@lagaule.org> Wed, 05 Dec 2007 22:23:30 +0100
gajim (0.11.3-1) unstable; urgency=low
* New upstream release.
* Fix depand list so that Gajim will work when python2.5 will be the
default. Closes: #445275
* Fix focus bug. Closes: #447985
* Depend on dnsutils to use SRV records. Closes: #434690
-- Yann Leboulanger <asterix@lagaule.org> Fri, 16 Nov 2007 19:01:54 +0100
gajim (0.11.2-1) unstable; urgency=low
* New upstream release.
* Don't optionaly depend on python2.5. Closes: #418252
* Better handle gnome-keyring. Closes: #433315, #424293
* Handle dbus restart. Closes: #434993
* Don't allow bookmark creation on server that don't support that.
Closes: #438620
* Fix list_contact dbus signature. Closes: #440225
* Remove changelog.gz from /usr/share/doc/gajim. Closes: #412632
-- Yann Le Boulanger <asterix@lagaule.org> Sun, 22 Sep 2007 22:22:34 +0100
gajim (0.11.1-1) unstable; urgency=low
* New upstream release.
* Don't depend on python2.4 specifically
* Don't recommand libdbus, python-dbus does
* Tooltips in chat window are now correctly destroyed. Closes: #404693
-- Yann Le Boulanger <asterix@lagaule.org> Sun, 18 Feb 2007 22:15:57 +0100
gajim (0.11-2) unstable; urgency=low
* Add missing build depends to get gajim-remote. Closes: #405969
* Update recommands to support dbus. Closes: #402355
* Make python-gnupginterface a recommanded package. Closes: #405808
-- Yann Le Boulanger <asterix@lagaule.org> Tue, 09 Jan 2007 18:32:26 +0100
gajim (0.11-1) unstable; urgency=low
* New upstream release. Closes: #403806
* Enable IPv6 support. Closes: #386062
* Fix popup-menu binding. Closes: #388564
* Fix quick access letter with spanish translation. Closes: #385410
* Fix typo in german translation. Closes: #398195
* Fix a bug with Gaim avatars. Closes: #398911
-- Yann Le Boulanger <asterix@lagaule.org> Tue, 19 Dec 2006 14:25:32 +0100
gajim (0.10.1-6) unstable; urgency=low
* fix LDFLAGS problem. Closes: #384439
-- Yann Le Boulanger <asterix@lagaule.org> Mon, 24 Jul 2006 14:45:34 +0200
gajim (0.10.1-5) unstable; urgency=low
* Add dependance on python2.4. Closes: #379662
-- Yann Le Boulanger <asterix@lagaule.org> Mon, 19 Jul 2006 21:30:08 +0200
gajim (0.10.1-4) unstable; urgency=low
* Fix warning at installation. Closes: #366725
* Fix pt_BR translation.
-- Yann Le Boulanger <asterix@lagaule.org> Mon, 19 Jul 2006 21:30:08 +0200
gajim (0.10.1-3) unstable; urgency=low
* Updated for new Python policy.
* nautilus-sendto is now suggested. Closes: #377309
-- Yann Le Boulanger <asterix@lagaule.org> Mon, 17 Jul 2006 16:46:58 +0200
gajim (0.10.1-2) unstable; urgency=low
* new pytyhon policy Closes: #375310
* default player is now 'aplay -q' Closes: #374529
* python-gnupginterface now support python2.4. Recommends this one.
* Standards-version updated to 3.7.2 (no changes needed).
-- Yann Le Boulanger <asterix@lagaule.org> Tue, 27 Jun 2006 22:47:08 +0200
gajim (0.10.1-1) unstable; urgency=low
* new upstream release
-- Yann Le Boulanger <asterix@lagaule.org> Fri, 2 Jun 2006 22:07:29 +0200
gajim (0.10-1) unstable; urgency=low
* new upstream release
* fix description typo Closes: #349249
* Gajim now recommends dnsutils instead of python-dns
* Gajim now depends on python2.4 Closes: #357777, #364078
* Use Gajim's GnuPGInterface file as there is no python2.4-gnupginterface
package
-- Yann Le Boulanger <asterix@lagaule.org> Wed, 12 Apr 2006 10:55:16 +0100
gajim (0.9.1-2) unstable; urgency=low
* fix group bug Closes: #345306
-- Yann Le Boulanger <asterix@lagaule.org> Fri, 30 Dec 2005 13:09:55 +0100
gajim (0.9.1-1) unstable; urgency=low
* new upstream release
* Gajim now reconnects when connection is lost Closes: #329376
* Status-changer widget's behaviour has been improved Closes: #340499
* Gajim now recommends python-dns Closes: #340492
* new russian translation Closes: #337971
* Gajim now depends on python-pysqlite2, recommends python-dbus and
notification-daemon, and suggests python-gnome2
-- Yann Le Boulanger <asterix@lagaule.org> Fri, 27 Dec 2005 01:20:54 +0100
gajim (0.8.2-1) unstable; urgency=low
* all files in ~/.gajim are not 700: Closes: #325080
* gajim-remote.py is now in package: Closes: #324481
* updated russian translation: Closes: #325126
* theme issue fixed: Closes: #324493
* Gajim can now use python-dns so SRV works: Closes: #326655
* Gajim now depends on python-gtk2 >= 2.6.0
-- Yann Le Boulanger <asterix@lagaule.org> Sun, 02 Sep 2005 14:56:48 +0200
gajim (0.8-1) unstable; urgency=low
* new upstream release
* use cdbs
* build-depend on libxss-dev Closes: #323524
* translation improved Closes: #324094,#323993
* Standards-version updated to 3.6.2 (no changes needed).
-- Yann Le Boulanger <asterix@lagaule.org> Fri, 1 Jul 2005 18:35:02 +0200
gajim (0.7.1-1) unstable; urgency=low
* Initial Release. Closes: #311215
* GnuPGInterface module is in debian, no need to keep it in sources.
-- Yann Le Boulanger <asterix@lagaule.org> Wed, 15 Jun 2005 23:22:19 +0200
|