Comment 1 for bug 828562

Revision history for this message
Daniel Holbach (dholbach) wrote :

Entirely bug fixes. Thanks for spotting this.

Diff from upstream changelog:

daniel@daniel-virtual-machine:~$ diff -u gnumed-client-0.9.{6,9}/client/CHANGELOG
--- gnumed-client-0.9.6/client/CHANGELOG 2011-06-07 14:45:14.000000000 +0200
+++ gnumed-client-0.9.9/client/CHANGELOG 2011-07-28 11:28:57.000000000 +0200
@@ -6,6 +6,32 @@
 # rel-0-9-patches
 ------------------------------------------------

+FIX: be ever more careful on list ctrl item tooltip generation [thanks Marc]
+
+ 0.9.8
+
+FIX: exception on trying to create Gelbe Liste/MMI version file [thanks ALI from Lebanon]
+FIX: exceptions on various TWAIN error states [thanks ALI from Lebanon]
+FIX: failure to save leftmost notelet editor on [Save all] button [thanks J.Busser]
+FIX: exception on not selecting an encounter for [Save under] action [thanks J.Busser]
+FIX: improper scaling of "width < height" images (visual progress notes)
+FIX: exception on wx.TreeCtrl.GetPyItemData() w/o *explicit* wx.TR_SINGLE style
+FIX: improper sizing of SOAP expandos on Windows (#646240) [thanks S.Hilbert]
+FIX: exception on getting list item tooltip if no data available [thanks J.Busser]
+FIX: exception on selecting bytea columns in report generator [thanks J.Busser]
+
+IMPROVED: also try %d/%m/%Y when parsing dates [thanks J.Busser]
+
+ 0.9.7
+
+FIX: exception on creating allergy entry from non-brand substance intake [thanks J.Busser]
+FIX: exception on creating measurement type without LOINC [thanks J.Busser]
+FIX: exception with displaying list item tooltips [thanks Marc]
+FIX: faulty pt_BR translation ("issue name" -> "issue_name") [thanks Rogerio]
+FIX: fix DOB to be dated back one day sometimes [thanks S.Reus]
+
+IMPROVED: better protect against translation errors
+
  0.9.6

 FIX: need to clear "Recent notes" sizer label between patients [thanks J.Busser]
daniel@daniel-virtual-machine:~$