Author: johannes Date: 2005-09-27 05:40:08 -0500 (Tue, 27 Sep 2005) New Revision: 8010
Modified: trunk/gnue-appserver/BUGS trunk/gnue-appserver/NEWS trunk/gnue-appserver/po/de.po Log: Updated translation, bugs- and news-file Modified: trunk/gnue-appserver/BUGS =================================================================== --- trunk/gnue-appserver/BUGS 2005-09-27 10:33:15 UTC (rev 8009) +++ trunk/gnue-appserver/BUGS 2005-09-27 10:40:08 UTC (rev 8010) @@ -1,8 +1,8 @@ Known bugs/issues in this release: * Currently, the RPC interface is a flat one. Extending the interface to be - object oriented with a session class and a list class should at least be - considered. (needs fixed dynamic objects in gnue-common's RPC library) + object oriented with a session class and a list class will come with the next + release, since gnue-common's RPC library does support objects now. * Generated forms should show a normal entry with a search dialog instead of a dropdown when the referenced class has a property tagged with search="0". Modified: trunk/gnue-appserver/NEWS =================================================================== --- trunk/gnue-appserver/NEWS 2005-09-27 10:33:15 UTC (rev 8009) +++ trunk/gnue-appserver/NEWS 2005-09-27 10:40:08 UTC (rev 8010) @@ -1,5 +1,6 @@ New features/changes in version 0.4.3: (xxxx-xx-xx) -* Adapted to changes in gnue-common's rpc library in 0.6.1 +* Adapted to changes in gnue-common's rpc library in 0.6.1 (e.g. fork a child + process per client-connection) * Fixed conversions for time values * Turn off debug messages when compiled with -O * Cache the whole class repository, resulting in improved speed Modified: trunk/gnue-appserver/po/de.po =================================================================== --- trunk/gnue-appserver/po/de.po 2005-09-27 10:33:15 UTC (rev 8009) +++ trunk/gnue-appserver/po/de.po 2005-09-27 10:40:08 UTC (rev 8010) @@ -6,12 +6,12 @@ "Project-Id-Version: GNUe-AppServer 0.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-09-27 16:10+CEST\n" -"PO-Revision-Date: 2005-07-22 11:22+0200\n" +"PO-Revision-Date: 2005-09-27 16:18+0200\n" "Last-Translator: Reinhard M�ller <[EMAIL PROTECTED]>\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" +"Content-Transfer-Encoding: 8bit" #: data.py:36 msgid "" @@ -271,7 +271,7 @@ #: geasConfiguration.py:72 geasConfiguration.py:73 msgid "Hostname of the interface to bind services to" -msgstr "" +msgstr "Rechnername der Netzwerkschnittstelle �ber welche die Dienste ver�ffentlicht werden" #: geasConfiguration.py:79 geasConfiguration.py:80 msgid "Null values appear first in ascending sort" @@ -803,6 +803,3 @@ msgid "%s: Procedure has no result, but a 'scale' is specified." msgstr "" "Die Prozedur '%s' hat kein Ergebnis, trotzdem ist eine Genauigkeit angegeben" - -#~ msgid "Exporting our services via Pyro (EXPERIMENTAL!) ..." -#~ msgstr "Dienste werden via Pyro exportiert (EXPERIMENTELL!) ..." _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
