Skip to content

Commit

Permalink
Update NEWS for 0.1.2 release
Browse files Browse the repository at this point in the history
2008-12-28  Armin Burgmeier  <[email protected]>

	* === Released 0.1.2 ===

	* NEWS: Updated for release.
  • Loading branch information
aburgm committed Dec 28, 2008
1 parent 3123903 commit a3fb6a9
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 50 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2008-12-28 Armin Burgmeier <[email protected]>

* === Released 0.1.2 ===

* NEWS: Updated for release.

2008-12-28 Armin Burgmeier <[email protected]>

* libinfinity/configure.ac: Added an --enable-traffic-output configure
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
libinfinity 0.1.2:

* Fixed required dependencies in pkg-config files
* Improved error message when the remote host does not send XMPP
* Fixed a crash when compiling with -O2 or above
* Fixed a few memory leaks
* Fixed build with cairo 1.4 (#393)

libinfinity 0.1.1:

* Made libinfinity properly relocatable on Windows
Expand Down
105 changes: 55 additions & 50 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: infinote 0.1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-11-08 23:58+0100\n"
"POT-Creation-Date: 2008-12-28 20:54+0100\n"
"PO-Revision-Date: 2008-09-17 21:58+0200\n"
"Last-Translator: <[email protected]>\n"
"Language-Team: German\n"
Expand Down Expand Up @@ -121,7 +121,7 @@ msgstr ""
msgid "Display version information and exit"
msgstr ""

#: infinoted/infinoted-options.c:480
#: infinoted/infinoted-options.c:478
msgid "infinote dedicated server"
msgstr ""

Expand Down Expand Up @@ -164,15 +164,15 @@ msgstr ""
msgid "Synchronizing..."
msgstr ""

#: libinfgtk/inf-gtk-browser-view.c:2136
#: libinfgtk/inf-gtk-browser-view.c:2137
msgid "Not connected"
msgstr ""

#: libinfgtk/inf-gtk-browser-view.c:2147
#: libinfgtk/inf-gtk-browser-view.c:2148
msgid "Connecting..."
msgstr ""

#: libinfgtk/inf-gtk-browser-view.c:2157
#: libinfgtk/inf-gtk-browser-view.c:2158
msgid "Connected"
msgstr ""

Expand Down Expand Up @@ -236,11 +236,11 @@ msgstr ""
msgid "Certificate Chain"
msgstr ""

#: libinfgtk/inf-gtk-certificate-dialog.c:547
#: libinfgtk/inf-gtk-certificate-dialog.c:549
msgid "_View Certificate"
msgstr ""

#: libinfgtk/inf-gtk-certificate-dialog.c:584
#: libinfgtk/inf-gtk-certificate-dialog.c:586
msgid "Connection not secure"
msgstr ""

Expand Down Expand Up @@ -685,7 +685,7 @@ msgstr ""
msgid "Connection is already subscribed to this session"
msgstr ""

#: libinfinity/common/inf-error.c:114 libinfinity/server/infd-directory.c:2451
#: libinfinity/common/inf-error.c:114 libinfinity/server/infd-directory.c:2450
#, c-format
msgid "The requesting connection is not subscribed to the session"
msgstr ""
Expand Down Expand Up @@ -844,232 +844,237 @@ msgstr ""
msgid "Request '%s' does not contain required attribute '%s'"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:321
#: libinfinity/common/inf-xmpp-connection.c:324
msgid "The entity has sent XML that cannot be processed"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:323
#: libinfinity/common/inf-xmpp-connection.c:326
msgid ""
"The entity has sent a namespace prefix that is unsupported, or has sent no "
"namespace prefix on an element that requires such a prefix"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:327
#: libinfinity/common/inf-xmpp-connection.c:330
msgid ""
"The server is closing the active stream for this entity because a new stream "
"has been initiated that conflicts with the existing stream"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:331
#: libinfinity/common/inf-xmpp-connection.c:334
msgid ""
"The entity has not generated any traffic over the stream for some period of "
"time"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:334
#: libinfinity/common/inf-xmpp-connection.c:337
msgid ""
"The value of the 'to' attribute provided by the initiating entity in the "
"stream header corresponds to a hostname that is no longer hosted by the "
"server"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:338
#: libinfinity/common/inf-xmpp-connection.c:341
msgid ""
"The value of the 'to' attribute provided by the initiating entity in the "
"stream header does not correspond to a hostname that is hosted by the server"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:342
#: libinfinity/common/inf-xmpp-connection.c:345
msgid "A stanza sent between two servers lacks a 'to' or 'from'attribute"
msgstr "A stanza sent between two servers lacks a 'to' or 'from'attribute"

#: libinfinity/common/inf-xmpp-connection.c:345
#: libinfinity/common/inf-xmpp-connection.c:348
msgid ""
"The server has experienced a misconfiguration or an otherwise-undefined "
"internal error that prevents it from servicing the stream"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:349
#: libinfinity/common/inf-xmpp-connection.c:352
msgid ""
"The JID or hostname provided in a 'from' address does not match an "
"authorized JID or validated domain negotiated between servers via SASL or "
"dialback, or between a client and a server via authentication and resource "
"binding"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:354
#: libinfinity/common/inf-xmpp-connection.c:357
msgid ""
"The stream ID or dialback ID is invalid or does not match an ID previously "
"provided"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:357
#: libinfinity/common/inf-xmpp-connection.c:360
msgid ""
"The streams namespace is something other than \"http://etherx.jabber.org/"
"streams\" or the dialback namespace name is something other than \"jabber:"
"server:dialback\""
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:361
#: libinfinity/common/inf-xmpp-connection.c:364
msgid ""
"The entity has sent invalid XML over the stream to a server that performs "
"validation"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:364
#: libinfinity/common/inf-xmpp-connection.c:367
msgid ""
"The entity has attempted to send data before the stream has been "
"authenticated, or otherwise is not authorized to perform an action related "
"to stream negotiation"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:368
#: libinfinity/common/inf-xmpp-connection.c:371
msgid "The entity has violated some local service policy"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:370
#: libinfinity/common/inf-xmpp-connection.c:373
msgid ""
"The server is unable to property connect to a remote entity that is required "
"for authentication or authorization"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:373
#: libinfinity/common/inf-xmpp-connection.c:376
msgid "The server lacks the system resources necessary to service the stream"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:376
#: libinfinity/common/inf-xmpp-connection.c:379
msgid "The entity has attempted to send restricted XML features"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:378
#: libinfinity/common/inf-xmpp-connection.c:381
msgid ""
"The server will not provide service to the initiating entity but is "
"redirecting traffic to another host"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:381
#: libinfinity/common/inf-xmpp-connection.c:384
msgid "The server is being shut down and all active streams are being closed"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:385
#: libinfinity/common/inf-xmpp-connection.c:388
msgid "The error condition is not one of those defined by the other conditions"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:388
#: libinfinity/common/inf-xmpp-connection.c:391
msgid ""
"The initiating entity has encoded the stream in an encoding that is not "
"supported by the server"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:391
#: libinfinity/common/inf-xmpp-connection.c:394
msgid ""
"The initiating entity has sent a first-level child of the stream that is not "
"supported by the server."
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:394
#: libinfinity/common/inf-xmpp-connection.c:397
msgid ""
"The value of the 'version' attribute provided by the initiating entity in "
"the stream header specifies a version of XMPP that is not supported by the "
"server"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:398
#: libinfinity/common/inf-xmpp-connection.c:401
msgid "The initiating entity has sent XML that is not well-formed"
msgstr "The initiating entity has sent XML that is not well-formed"

#: libinfinity/common/inf-xmpp-connection.c:443
#: libinfinity/common/inf-xmpp-connection.c:446
msgid ""
"The receiving entity acknowledged an <abort/> element sent by the initiating "
"entity"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:446
#: libinfinity/common/inf-xmpp-connection.c:449
msgid ""
"The data provided by the initiating entity could not be processed because "
"the Base64 encoding is incorrect"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:449
#: libinfinity/common/inf-xmpp-connection.c:452
msgid ""
"The authzid provided by the initiating entity is invalid, either because it "
"is incorrectly formatted or because the initiating entity does not have "
"permissions to authorize that ID"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:454
#: libinfinity/common/inf-xmpp-connection.c:457
msgid ""
"The initiating entity did not provide a mechanism or requested a mechanism "
"that is not supported by the receiving entity"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:457
#: libinfinity/common/inf-xmpp-connection.c:460
msgid ""
"The mechanism requsted by the initiating entity is weaker than server policy "
"permits for that initiating entity"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:460
#: libinfinity/common/inf-xmpp-connection.c:463
msgid ""
"The authentication failed because the initiating entity did not provide "
"valid credentials"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:463
#: libinfinity/common/inf-xmpp-connection.c:466
msgid ""
"The authentication failed because of a temporary error condition within the "
"receiving entity"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:466
#: libinfinity/common/inf-xmpp-connection.c:469
msgid "An unknown authentication error has occured"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:999
#: libinfinity/common/inf-xmpp-connection.c:1002
#, c-format
msgid "The server did not provide a certificate"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:1752
#: libinfinity/common/inf-xmpp-connection.c:1755
msgid "Stream is not yet secured with TLS"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:1795
#: libinfinity/common/inf-xmpp-connection.c:1798
msgid "Stream is not yet authorized"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:1846
#: libinfinity/common/inf-xmpp-connection.c:1849
#, c-format
msgid "The server does not support transport layer security (TLS)"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:1868
#: libinfinity/common/inf-xmpp-connection.c:1871
#, c-format
msgid "The server requires transport layer security (TLS)"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:1905
#: libinfinity/common/inf-xmpp-connection.c:1908
#, c-format
msgid "The server does not provide any authentication mechanism"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:1990
#: libinfinity/common/inf-xmpp-connection.c:1993
#, c-format
msgid "The server does not offer a suitable authentication mechanism"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:2046
#: libinfinity/common/inf-xmpp-connection.c:2049
#, c-format
msgid "The server cannot perform the TLS handshake"
msgstr ""

#. XML Warning from <IP Address>: <Warning Text>
#: libinfinity/common/inf-xmpp-connection.c:2435
#: libinfinity/common/inf-xmpp-connection.c:2438
#, c-format
msgid "XML warning from %s: %s\n"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:3808
#. The server sent something which is not XML
#: libinfinity/common/inf-xmpp-connection.c:2477
msgid "Remote site is not an XMPP server"
msgstr ""

#: libinfinity/common/inf-xmpp-connection.c:3820
#, c-format
msgid "The server certificate is not trusted"
msgstr "Das Zertifikat des Servers ist nicht vertrauenswürdig"
Expand Down

0 comments on commit a3fb6a9

Please sign in to comment.