Changes between Version 5 and Version 6 of News

Show
Ignore:
Timestamp:
04/11/06 15:33:28 (7 years ago)
Author:
phil (IP: 217.227.153.208)
Comment:

2006-04-11: First release candidate of the 0.4.x series

Legend:

Unmodified
Added
Removed
Modified
  • News

    v5 v6  
    11= News = 
     2 
     3== 2006-04-11: First release candidate of the 0.4.x series == 
     4 
     5So after several days in which new bugs kept popping up we are now ready to release the first series of candidates for the 0.4.x branch. Most notably this release adds transport layer security (TLS) to the communication layer. It uses anonymous authentication, though, so the handling of certificates to verify the peer is yet to be implemented. 
     6 
     7Again this release is completly incompatible with previous ones. But at least the protocol version check is still the same so you are properly disconnected on a version mismatch. 
     8 
     9The changes include at least the following (you could possibly find more in the NEWS files of the packages): 
     10 
     11=== net6 1.3.0rc1 === 
     12 
     13 * Encryption support through GNUTLS 
     14 * Allow the use of the net6 protocol with Unix domain sockets 
     15 * Send keep-alives to detect dropped clients 
     16 
     17=== obby 0.4.0rc1 === 
     18 
     19 * Improved text handling through chunks 
     20 * Guarantee encrypted connections through the new net6 TLS facitity 
     21 * Document storage in memory reduced to one central copy which the application could provide through a template parameter 
     22 * Documents with the same name are suffixed with a number 
     23 * Removal of SHA1 and RSA routines, thus losing the GMP dependency 
     24 * New command subsystem 
     25 
     26=== Gobby 0.4.0rc1 === 
     27 
     28 * Reduced CPU usage and memory footprint through the removal of one supplemental document copy 
     29 * Usability enhancements: 
     30   * New button to close the chat window 
     31   * Font types and sizes could now be set for the text editor from within Gobby 
     32   * Documents could now be switched using Ctrl-Alt-Page-Down and Ctrl-Alt-Page-Up 
     33   * Subscribe button is deactivated after it has been hit once for a document 
     34   * Documents with the same name are suffixed with a number 
     35   * Dialogs to host and join sessions are respawned if the attempt failed 
     36   * URLs are now clickable on Windows, OS X and when compiled with Gnome support 
     37   * Emotes through '''/me''' 
     38 
     39=== Sobby 0.4.0rc1 === 
     40 
     41 * XML-based configuration files are now supported (at arbitarary locations) 
     42 * Configuration files could be written by Sobby with all options passed on the command line to ease their initial creation 
     43 * Command subsystem added: 
     44   * Commands could be issues from Gobby's chat console via '''/command''' 
     45   * Removal of documents is implemented through '''/remove <documentname>''' 
    246 
    347== 2006-04-07: Hey Spammers == 
     
    177221== 2005-06-07: Gobby 0.1.1 released == 
    178222 
    179 Gobby 0.1.1 is a bugfix release which includes the missing gobby.desktop file. 
     223Gobby 0.1.1 is a bugfix release which includes the missing '''gobby.desktop''' file.