Known bugs/issues in this release:

* Time fields are broken in some dbdrivers. Depending on the driver, it's
  possible that the "Meeting Time" field in the sample doesn't work. (has to be
  fixed in gnue-common)

* 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)

* Before every UPDATE, INSERT, and DELETE statement against the database, a
  useless SELECT statement is issued. This is because gnue-common doesn't
  support changes of data without having a ResultSet and a RecordSet. (has to
  be fixed in gnue-common)

* 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".
  This way referenced classes with many records could be handled. (has to be
  implemented in gnue-forms first)

* There is no way to do a fulltext-search (has to be implemented in gnue-common
  first)

* In a language.App application, iterating over an ObjectList and inserting
  multiple new instances per item, gets slower with every iteration-step.

