File: NEWS

package info (click to toggle)
obby 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,800 kB
  • ctags: 1,512
  • sloc: cpp: 11,181; sh: 9,627; makefile: 235; perl: 29; sed: 16
file content (77 lines) | stat: -rw-r--r-- 2,722 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
obby
====

Version 0.4.6:
 * Enable link-local IPv6 discovery through Avahi.
 * Bugfix: Do not throw exceptions in C callbacks.
 * Translation roundup
   - New Occitan (post 1500) translation, thanks to Cédric VALMARY

Version 0.4.5:
 * IPv6 discovery for Avahi.  This breaks the ABI and thus applications
   built against an older obby need to be recompiled.
 * Some fixes in the web-based session viewer.
 * Translation roundup
   - New Swedish translation, thanks to Daniel Nylander
   - New Italian translation, thanks to Sergio Zanchetta

Version 0.4.4:
 * Native Avahi Zeroconf implementation
 * Script added to source tarball to convert saved obby sessions from
   version 0.3 to 0.4
 * Some GCC 4.3 compilation fixes

Version 0.4.3:
 * Fall back to IPv4 when a session could not be hosted on IPv6

Version 0.4.2:
 * Fixed a build problem caused by Autotools
 * Updated Autotools and gettext infrastructure

Version 0.4.1:
 * This version is neither protocol, nor ABI-compatible nor API-compatible
   to the 0.3.x series!
 * Improved text handling through chunks
 * Guarantee encrypted connections through the new net6 TLS facitity
 * Document storage in memory reduced to one central copy which the
   application could provide through a template parameter
 * Documents with the same name are suffixed with a number
 * Removal of SHA1 and RSA routines, thus losing the GMP dependency
 * New command subsystem
 * Added basic IPv6 support
 * New translations:
   - Catalan (complete)
   - Spanish (complete)
   - Dutch (partial)

Version 0.3.0:
 * This version is *not* protocol, ABI- or API compatible to the 0.2.x series!
 * New merging algorithm (Jupiter)
 * Session serialisation and restore, containing documents and chat messages
 * PHP-based script to parse and visualise saved sessions
 * MSVC8 build environment added
 * New translations:
   - Swedish (complete)
   - Catalan (partial)
   - French (partial)

Version 0.2.0:
 * This version is *not* protocol compatible to 0.1.0!
 * New features (in no particular order):
   - Better win32 network handling
   - Many internal improvements
   - Adjusted to the new features available in net6 (depends on 1.1.0)
   - Document synchronisation on request
   - Global session passwords
   - Basic user authentication to protect the nickname
   - Localisation through GNU gettext
 * Changes in the build system:
   - New dependency on GNU MP: The GNU multi precision arithmetic library
     provides big integers which are used to secure the password transmission
     on the wire.
   - New optional dependency on `howl': The howl library is used to provide
     local network service publishing and discover through Zeroconf.

Version 0.1.0:
 * Initial release