File: NEWS

package info (click to toggle)
libgnetwork 0.0.9-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,580 kB
  • ctags: 1,643
  • sloc: ansic: 11,208; sh: 8,407; xml: 7,033; makefile: 257
file content (139 lines) | stat: -rw-r--r-- 3,954 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
GNetwork Library 0.0.9
======================

	* Really fix potential crash when finalize()ing an open
	  GNetworkUdpDatagram.
	* Handle EADDRINUSE when binding tcp sockets.
	* Minor other cleanups.

GNetwork Library 0.0.8
======================

	* Fixes for potential crashes when finalize()ing an open
	  GNetworkUdpDatagram.
	* Properly notify for some missing "socket" property changes in
	  GNetworkUdpDatagram.

GNetwork Library 0.0.7
======================

        * Warning fixes for IA64 (Dan Winship).
        * Various build & CVS cleanups.

GNetwork Library 0.0.6
======================

	* Fix "failure" bugs in GNetworkTcpConnection.
	* Fix various compile problems.
	* Fix various non-i386/64-bit problems.
	* Use gnome-common.
	* Make the SSL certs actually get filled in (still broken, though).
	* New translations:
	  ca (Xavier Conde Rueda <xaviconde@eresmas.com>)
	  hr (Robert Sedak <robert.sedak@sk.htnet.hr>)
	  zh_CN (Funda Wang  <fundawang@linux.net.cn>)
	* Updated translations:
	  cs (Miloslav Trmac <mitr@volny.cz>)
	  fr (Sebastien Bacher <seb128@debian.org>)
	  ms (Hasbullah Bin Pit <sebol@my-penguin.org>)
	  nl (Elros Cyriatan)
	  no (Kjartan Maraas <kmaraas@gnome.org>)
	  sr, sr@Latn (Danilo Šegan <dsegan@gmx.net>)

GNetwork Library 0.0.5
======================

	* Fix compile errors when SSL is disabled.
	* Fix intltool support (requires 0.29).
	* Fixes for building on RedHat 8/9.
	* Updated translations:
	  cs (Miloslav Trmac  <mitr@volny.cz>)
	  ja (Takeshi AIHANA <aihana@gnome.gr.jp>)
	  nl (Vincent van Adrighem  <adrighem@gnome.org>)
	  sr, sr@Latn (Danilo Šegan  <dsegan@gmx.net>)

GNetwork Library 0.0.4
======================

	* Fix compile error on non-GCC platforms.
	* Compile on FreeBSD Joe Marcus Clarke <marcus@FreeBSD.org>.
	* Various fixes for GNetworkUnix[Server,Connection].
	* Test app for GNetworkUnix[Server,Connection].
	* Updated translations:
	  es (Francisco Javier F. Serrador  <serrador@cvs.gnome.org>),
	  pt (Duarte Loreto <happyguy_pt@hotmail.com>).

GNetwork Library 0.0.3
======================

	* GNetworkDatagram GInterface.
	* GNetworkUdpDatagram Object.
	* GNetworkIpMulticast Object.
	* GNetworkUnixServer Object.
	* GNetworkUnixConnection Object.
	* IPv6 Support for DNS, and IP (UDP/TCP) sockets.
	* API to query local interfaces.
	* Servers/Datagrams can be bound to local interfaces by interface name.
	* Major DNS cleanups.
	* API no longer tied to Unix system.
	* Updated tests.
	* Updated translations:
	  pt (Duarte Loreto <happyguy_pt@hotmail.com>),
	  sr, sr@Latn (Danilo Šegan  <dsegan@gmx.net>),
	  nl (Vincent van Adrighem  <adrighem@gnome.org>),
	  cs (Miloslav Trmac  <mitr@volny.cz>).

GNetwork Library 0.0.2
======================

	* Actually works now (at least for plain TCP/IP connections), SSL &
	  Proxies are hooked in and need testing, and, API/API should be mostly
	  stable by now.

GNetwork Library 0.0.1
======================

	* Initial release under new name.

LibGTcpSocket 0.2.2
===================

	* Brown paper bag release; distribute glib-mkenums
	  templates.

LibGTcpSocket 0.2.1
===================

	* Build fixes for newer intltool & gnutls versions.
	* Fix gtk-doc dep (requires 1.1).
	* Mostly finished client tutorial.
	* New --with-html-dir configure flag.
	* New translations:
		az (Metin Amiroff <metin@karegen.com>),
		pl (Artur Flinta <aflinta@cvs.gnome.org>),
		ja (Takeshi AIHANA <aihana@gnome.gr.jp>),
		sr, sr@Latn (Danilo Segan <dsegan@gmx.net).

LibGTcpSocket 0.2.0
===================

	* ABI Breakage (fixes GTcpServer & adds ABI-padding for the future).
	* GTcpServer is actually useful for subclassing now.
	* Bugfixes.

LibGTcpSocket 0.1.2
===================

	* Hopefully the final fixes for make distcheck.
	* More documentation & translations.

LibGTcpSocket 0.1.1
===================

	* Fixes for make distcheck.
	* More documentation.

LibGTcpSocket 0.1.0
===================

    * First Release