Changeset 2089

Show
Ignore:
Timestamp:
07/30/05 02:12:18
Author:
chipx86
Message:

Merge from trunk, r2088.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libgalago/glib-port/ChangeLog

    r2044 r2089  
     1Sat Jul 16 02:32:49 PDT 2005  Christian Hammond <chipx86@gnupdate.org> 
     2 
     3    * libgalago/galago-dbus-compat.h 
     4    * NEWS: 
     5      - Fixed several D-BUS 0.3x bugs having to do with appending and 
     6        retrieving arrays. D-BUS 0.34 or higher is required, as versions 
     7        0.30 through 0.33 are broken internally. 
     8 
    19Fri Jul 15 21:04:01 PDT 2005  Christian Hammond <chipx86@chipx86.com> 
    210 
  • branches/libgalago/glib-port/NEWS

    r2044 r2089  
    11version 0.3.3: 
    22    * Confirmed to work with D-BUS 0.22. 
     3    * Fixes several D-BUS 0.3x issues with array iterators. This closes bugs 
     4      #3417, #3723, and #3783. D-BUS versions between 0.30 and 0.33 are broken 
     5      internally, so upgrade to 0.34 or higher. 
    36 
    47version 0.3.2 (May 26, 2005):