~jtaylor/ubuntu/oneiric/gajim/multiple-CVE

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Nafallo Bjälevik
  • Date: 2008-11-16 00:26:27 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20081116002627-4olie99o2rqc7001
Tags: 0.12~beta1-0ubuntu1
* New upstream beta release:
  + Security improvements: End-to-End encryption, SSL certificat verification
  + Ability to minimize groupchats in roster
  + Chat to groupchat transformation
  + Block/Unblock contacts directly from roster
  + Single window mode
  + PEP support (User activity, mood and tune)
  + Security improvements: Kerberos (GSSAPI) SASL Authentication mechanism
  + Improve GUI of some windows
  + Fix handling of invalid XML
  + Fix freeze on connection
* Dropped all changes, patches and backports.
* src/common/passwords.py:
  - Change keyring to 'login', which is what gets unlocked at login.
* debian/copyright:
  - Updated for the GPL-3 change and for the amount of upstream authors.
* debian/control:
  - Update Standards-Version and drop XS for Vcs-Bzr.
  - Add Homepage and use ${shlibs:Depends}.
* debian/rules:
  - Update to not ignore errors from make clean.
  - Update with dh_shlibdeps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Gajim 0.12-beta1 (11 November 2008)
 
2
 
 
3
  * SECURITY
 
4
  * Implement Kerberos (GSSAPI) SASL Authentication mechanism
 
5
  * Prevent affiliation spoofing in groupchats
 
6
  * Improve GPG and E2E support
 
7
 
 
8
  * GUI
 
9
  * Highlight all valid IANA schemes
 
10
  * Improved E2E, Mood and Activity dialogs
 
11
  * Show number of participants in groupchats
 
12
 
 
13
  * Connection
 
14
  * Correctly parse IDNA names in SRV records
 
15
  * Disable proxy resolution (#4299)
 
16
  * Fix handling of namespace invalid XML
 
17
  * Do not freeze on connection failures (#4366, #4107)
 
18
 
 
19
  * OTHERS
 
20
  * Do not crash on fluxbox restarts
 
21
  * Update several hotkeys and make them work on non-latin keyboards
 
22
  * Prevent a user from sending invalid XML chars
 
23
  * Do not try to save a file with a too long filename when a nick is long
 
24
  * Implement XEP-0203 (Delayed Delivery)
 
25
  * Improved windows installer
 
26
  * Latex support for windows
 
27
 
 
28
Gajim 0.12-alpha1 (12 August 2008)
 
29
 
 
30
  * Change licence from GPLv2 to GPLv3
 
31
 
 
32
  * SECURITY
 
33
  * Support for End-To-End encryption (XEP-0116)
 
34
  * SSL certificate verification
 
35
  * Improve GPG support (#2390, #2783)
 
36
  * Ability to disable message previews in notify popups
 
37
 
 
38
  * GROUP CHATS
 
39
  * Support for sending files over group chats
 
40
  * List of bookmarked rooms is now sorted alphabetically
 
41
  * Support for transforming a one-to-one chat into a groupchat
 
42
  * Send invitation by drag-and-dropping a contact from roster
 
43
  * Send messages to conference using gajim-remote
 
44
  * Ability to destroy a room when we are owner, give a reason and alternative room jid
 
45
  * Ability to minimize group chats in roster
 
46
  
 
47
  * USABILITY
 
48
  * Files transfers using drag and drop
 
49
  * Ability to select and interact with status messages in chat windows (using libsexy)
 
50
  * Ability to set a custom avatar for a contact
 
51
  * Better handling of resource collisions
 
52
  * Option to Sign On as a Certain Status (#3314)
 
53
  * Block/Unblock contact directly from roster using privacy lists
 
54
  
 
55
  * GUI
 
56
  * Single window mode
 
57
  * Close change status windows after 15 seconds of inactivity
 
58
  * Simplified "Accounts" dialog
 
59
  * Preferences window redesign
 
60
  * New GUI for chat window
 
61
  * Roster treeview now uses modelfilter (way way much faster)
 
62
 
 
63
  * OTHER
 
64
  * Support of PEP (Personal Eventing Protocol) (XEP-0163)
 
65
    * User Mood (XEP-0107)
 
66
    * User Activity (XEP-0108)
 
67
    * User Tune (XEP-0118)
 
68
    * User Nickname (XEP-0172)
 
69
  * Support for Google Talk accounts with non gmail.com domain (+ GMail notifications)
 
70
  * Modified the format of emoticons list file, so we can choose the default code (#3696)
 
71
  * New Remote Controlling Option (XEP-0146): forward unread messages
 
72
  * Support for User Search (XEP-0055)
 
73
  * Support for jabber:x:data in message elements (Part of XEP-0004)
 
74
  * Added a «supported features» window
 
75
  * Latex support (#2796)
 
76
  * Link-local messaging with Windows (#2883)
 
77
  * Ability to send a custom status to a group, a contact or a transport
 
78
  * Support of Message Receipts (XEP-0184)
 
79
 
1
80
Gajim 0.11.4 (06 December 2007)
2
81
 
3
82
  * Fix /nick command in groupchats
28
107
  * And many other bufixes
29
108
 
30
109
Gajim 0.11.1 (18 February 2007)
31
 
 
32
110
  * Fixes in gajim-remote and the way XMPP URI are handled
33
111
  * Fix Idle under Windows
34
112
  * Fix Gajim under non-ascii languages Windows
42
120
  * Support of XEP-0199 (XMPP Ping)
43
121
 
44
122
Gajim 0.11 (19 December 2006)
45
 
 
46
123
  * New build system, using GNU autotools. See README.html
47
124
  * Support for link-local messaging via Zeroconf using Avahi (XEP-0174)
48
125
  * Automatically connect and disconnect to accounts according to network availability (if Network Manager is present)