Search
j0ke.net Open Build Service
>
Projects
>
server:messaging
>
mcabber
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Changed
mcabber.changes
@@ -1,4 +1,62 @@ ------------------------------------------------------------------- +Sat Dec 8 15:48:17 UTC 2012 - cs@linux-administrator.com + +- update to 0.10.2: + * Update receipts handling according to recent XEP updates (Myhailo Danylenko) + * Update and modularize the FIFO system (Myhailo Danylenko) + * Modularize url_regex + * [UI] Add readmark support - a line is displayed afer the last read message + * New command /buffer readmark + * Add command /iline clear_history + * Add command /iline iline_insert (Hermitifier) + * Add command /room setopt flag_joins (Hermitifier) + * The command /say_to has a new option '-e' so that "\n" can be used + * [MUC] Improve MUC support (Myhailo Danylenko) + * [MUC] Add support for XEP-0249 / Direct MUC Invitations (Myhailo Danylenko) + * [MUC] Refresh the roster when MUC bookmarks are received (Jan Zachorowski) + * [MUC] preserve bookmark when updating a non-joined room (Jan Zachorowski) + * [MUC] Fix bookmarks losing autojoin attribute (Hermitifier) + * [MUC] Display real JIDs in non-anonymous rooms (Hermitifier) + * [MUC] New option 'muc_bookmark_autoupdate' (Hermitifier) + * [MUC] Fix whois / auto_whois + * [UI] Remove deprecated invisible status + * [UI] Go back to the first buddy with /roster next_unread when there are + no more unread messages (Simon Jacquin) + * [UI] Add option 'roster_no_leading_space' to remove the extra space + before items in the roster (Simon Jacquin) + * [UI] Allow to select which buddy resource messages go to (issue #55) + with new commands /roster resource_lock|resource_unlock (Hermitifier) + * [UI] Do not warn when the configuration file contains 256-color values + * Add support for XEP-0115 Entity Capabilities, + with offline cache (Hermitifier) + * Fix segfault when spell checking is enabled and spell_lang is not set. + * Fix "/rename -" (Hermitifier) + * Do not add items to roster with commands /move and /rename (Hermitifier) + * [UI] Handle the Enter key on Maemo systems (diSabler) + * [UI] Add 'color_log' (text color in the log window) + * [UI] Add 'color_readmark' (readmark color in chat buffers) + * [UI] Use guards for colors (Myhailo Danylenko) + * Update color themes in contrib directory + * Documentation update + * Many misc. bugfixes and minor improvements + +- mcabber (0.10.1) + + * Display a warning when the configuration file hasn't been updated + * Display better messages when connecting to the XMPP server + * [MUC] Do not block MUC private messages when 'block_unsubscribed' is set + * [MUC] Fix handling of empty room topic + * [MUC] Add caps to presence when joining a MUC room + * New option 'completion_ignore_case' - completion is now case sensitive + by default + * Display module API information in the output of /version + * Increase the number of available categories for completions + * [Hooks] New "hook-subscription" hook, update to the message-in hooks + (See ChangeLog.api) + * Many misc. bugfixes + * Minor documentation update + +------------------------------------------------------------------- Sun Apr 11 19:22:05 UTC 2010 - pascal.bleser@opensuse.org - update to 0.10.0:
[-]
[+]
Changed
mcabber.spec
^
@@ -1,13 +1,11 @@ -# norootforbuild - Name: mcabber -Version: 0.10.0 +Version: 0.10.2 Release: 0 Summary: Small Jabber Console Client Source: http://www.lilotux.net/~mikael/mcabber/files/mcabber-%{version}.tar.bz2 Source1: mcabber.desktop URL: http://www.lilotux.net/~mikael/mcabber/ -Group: Productivity/Networking/Other +Group: Productivity/Networking/Other License: GNU General Public License (GPL) BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRequires: gcc make pkgconfig ncurses-devel @@ -35,7 +33,7 @@ logging, and external actions. %package devel -Summary: Small Jabber Console Client +Summary: Small Jabber Console Client Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: glib2-devel @@ -102,7 +100,3 @@ %{_libdir}/pkgconfig/mcabber.pc %changelog -# Local Variables: -# mode: rpm-spec -# tab-width: 3 -# End:
Changed
mcabber-0.10.2.tar.bz2
^