~ubuntu-branches/ubuntu/intrepid/pidgin/intrepid-security

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-04-04 02:18:00 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080404021800-qaa00wom38gd7xus
Tags: 1:2.4.1-1ubuntu1
* Sync with Debian, remaining Ubuntu changes; (LP: #211769)
  - debian/control:
    + Set Maintainer to Ubuntu Core Developers.
    + Add build-deps on liblaunchpad-integration-dev, intltool,
      libnm-glib-dev (for --enable-nm)
    + Drop build-deps on libsilc-1.1-2-dev | libsilc-dev (>= 1.1.1) as
      this library is in universe.
    + Drop the libpurple0 recommends on libpurple-bin.
    + Add a gaim transitionnal package for upgrades.
    + Moved finch's libx11-6 dependency to Suggests
  - Ship compatibility symlinks via debian/gaim.links
  - debian/rules:
    + Pass --enable-nm to configure to enable NetworkManager support
    + Pass --disable-silc to configure to disable silc support even if
      it's installed in the build environment.
    + Add X-Ubuntu-Gettext-Domain to the desktop file and update the
      translation templates in common-install-impl::.
    + Added necessary arguments to dh_shlibdeps for finch
  - Update debian/prefs.xml to set the notify plugin prefs
    /plugins/gtk/X11/notify/* and set /pidgin/plugins/loaded to load
    the notify plugin
  - debian/patches:
    + 02_lpi for LP integration
    + 04_let_crasher_for_apport to stop catching the SIGSEGV signal
      and let apport handle it
    + 05_default_to_irc_ubuntu_com to set the default IRC
      server to irc.ubuntu.com.
    + 70_autoconf patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2
2
 
 
3
version 2.4.1 (03/31/2008):
 
4
        http://developer.pidgin.im/query?status=closed&milestone=2.4.1
 
5
 
 
6
        libpurple:
 
7
        * Treat AIM Unicode messages as UTF-16 rather than UCS-2; this
 
8
          should have no functional effect, other than continued support
 
9
          on systems which have dropped UCS-2 conversions.
 
10
        * Add support for setting buddy icons on Gadu-Gadu (Tomasz Salacinski)
 
11
        * Fix a crash when clearing the buddy icon for an account on XMPP
 
12
        * Fix a crash during login for some ICQ accounts
 
13
        * Prefer more available resources on XMPP when priorities are equal
 
14
        * Fix incorrectly marking some Yahoo! contacts as blocked
 
15
        * Improved handling of UTF-8 group names on ICQ (beret)
 
16
        * Fix a crash when starting if you have a Zephyr account
 
17
        * Increase XMPP ping timeout to 120 seconds, to prevent poor network
 
18
          connections from timing out unnecessarily.
 
19
        * Don't crash on XMPP forms with empty default values.
 
20
        * Fix issues with CHAP authentication for SOCKS5 proxies.
 
21
 
 
22
        Pidgin:
 
23
        * Remove a workaround for older versions gstreamer that was causing
 
24
          crashes on some non-Linux systems such as HPUX
 
25
        * Fix some cases of the conversation input entry area being 1 pixel high
 
26
        * Fix for displaying channel & buddy names in conversation window when
 
27
          they have '&' in them
 
28
        * Some memory leak fixes, especially in the Text Replacement plugin
 
29
        * Rectangular but non-square buddy icons have rounded corners in the buddy
 
30
          list
 
31
 
 
32
        Finch:
 
33
        * Fix compiling with Glib older than 2.6
 
34
        * Ensure existing conversations selected from the 'Send IM' dialog are
 
35
          given focus
 
36
        * Move the tooltip on the left of the buddylist if there's not enough room
 
37
          on the right to show it.
 
38
 
3
39
version 2.4.0 (02/29/2008):
 
40
        http://developer.pidgin.im/query?status=closed&milestone=2.4.0
 
41
 
4
42
        libpurple:
5
43
        * Added support for offline messages for AIM accounts (thanks to
6
44
          Matthew Goldstein)
29
67
 
30
68
        Pidgin:
31
69
        * Added the ability to theme conversation name colors (red and blue)
32
 
          through your GTK+ theme, and exposed those theme settings to the 
 
70
          through your GTK+ theme, and exposed those theme settings to the
33
71
          Pidgin GTK+ Theme Control plugin (Dustin Howett)
34
72
        * Fixed having multiple alias edit areas in the infopane (Elliott Sales
35
73
          de Andrade)