Changeset e17d0a4


Ignore:
Timestamp:
2019-02-07T19:37:23Z (5 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
ff9f3e3
Parents:
e5d2c56
Message:

Prepare 3.6 release notes

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/CHANGES

    re5d2c56 re17d0a4  
    33
    44https://github.com/bitlbee/bitlbee/commits/master
     5
     6Version 3.6:
     7
     8- irc/core:
     9  * Add server-time IRCv3 capability (blastrock)
     10  * Add PROXY command for haproxy/stunnel
     11  * Large performance improvements for large contact lists
     12  * Many UX/documentation improvements
     13  * Added built-in crash handler that writes to /var/lib/bitlbee/crash.log
     14  * Try to join long spaceless lines in paste_buffer without a newline. The
     15    main use case for this is pasting long URLs and not breaking them
     16  * Fix status message being set to null accidentally
     17  * Fix handling utf8 nick renames when loading configs (MaskRay)
     18  * Fix SSL's SNI with hostnames starting with a digit (CMB)
     19  * Show correct nick when `rename -del` is used (arcnmx)
     20
     21- twitter:
     22  * Disable the stream setting by default. Filter streams still work.
     23  * Update default character limit to 280 chars (qyliss)
     24  * Fix quote tweet url display.
     25
     26- jabber:
     27  * Try to join anyway after "Already present in chat"
     28  * Fix chat joins when ext_jid is provided for your own user.
     29    Seen with Biboumi (a gateway from XMPP to IRC)
     30  * Handle always_use_nicks more gracefully to reduce nick change noise
     31
     32- otr:
     33  * Don't block attempts to connect/smp/smpq to "offline" users
     34
     35- Removed dead protocols:
     36  * msn: Use the skypeweb purple plugin instead.
     37  * skype (the dbus based thing): ditto.
     38  * yahoo: It's so dead even the replacement protocol died.
     39  * oscar: AIM is dead, for ICQ use the icyque purple plugin instead.
     40
     41- For plugin devs:
     42  * Add datadir to pkgconfig file and config.h (sm00th)
     43  * Add "bitlbee-set-account-password" purple signal (for hangouts)
     44  * Support libpurple 2.12.0's PURPLE_MESSAGE_REMOTE_SEND for groupchat
     45    self-messages (for slack)
     46
     47- Packaging/distro specific stuff:
     48  * bitlbee@.service now sends stderr to syslog instead of the socket
     49  * debian: only enable bitlbee.service, not bitlbee.socket too
     50  * cygwin: portability fixes for plugins
     51  * Support OpenSSL 1.1 built without backwards compat (cotequeiroz)
     52
     53Finished XX Feb 200XX
    554
    655Version 3.5.1:
  • doc/user-guide/misc.xml

    re5d2c56 re17d0a4  
    466466</para>
    467467
     468
     469<sect1 id="whatsnew030600">
     470<title>New stuff in BitlBee 3.6</title>
     471
     472<simplelist>
     473        <member>Removed msn, skype, yahoo, oscar. Use the skypeweb and icyque purple plugins.</member>
     474        <member>Fix twitter (disable stream setting, set tweet length to 280)</member>
     475        <member>Add server-time IRCv3 capability</member>
     476        <member>Large performance improvements for large contact lists</member>
     477</simplelist>
     478
     479<para>
     480See the full changelog for details!
     481</para>
     482
     483</sect1>
     484
    468485</sect1>
    469486
Note: See TracChangeset for help on using the changeset viewer.