commit ef0c8b419a19941b542b75d62613271f7fd954bd
Author: Jens Georg <[email protected]>
Date:   Tue Jul 19 10:23:19 2011 +0200

   Prepare 0.10.4

NEWS |   20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)

commit 455d59fb888dacd742fa86ff964f7a9042c93b2b
Author: Jens Georg <[email protected]>
Date:   Tue Jul 12 16:37:13 2011 +0200

   core: Fix regression on downgrade for Allegro

   Conflicts:

       src/rygel/rygel-xbox-hacks.vala

src/rygel/rygel-browse.vala     |    2 +-
src/rygel/rygel-xbox-hacks.vala |   10 ++++++++++
2 files changed, 11 insertions(+), 1 deletions(-)

commit 2f8b5fc9240270f2501788b68c24d7cfc3fb60a5
Author: Jens Georg <[email protected]>
Date:   Tue Jul 12 10:28:07 2011 +0200

   core: Work-around a GObject constructor abuse

   GUPnPRootDevice defines a constructor that returns NULL on error,
   causing a crash since vala rightfully isn't expecting that.

src/rygel/rygel-root-device.vala |   17 ++++++++++-------
1 files changed, 10 insertions(+), 7 deletions(-)

commit c0c710486ac45418ac5990b3bf8007a8e7d0636f
Author: Jens Georg <[email protected]>
Date:   Mon Jul 11 21:07:45 2011 +0200

   core: Make sure all bytes are written on HTTP POST

src/rygel/rygel-http-post.vala |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

commit 7a7afa43a3b17d899e3937634239d0b38bdc1374
Author: Jens Georg <[email protected]>
Date:   Mon Jul 11 13:26:13 2011 +0200

   core: Fix insane memory leak in HTTPPost

    - Don't accumulate message chunks in Soup.Message
    - Don't use vala async support to write buffers. This can delay
      release of chunks that much that OOM is hit

   Conflicts:

       src/rygel/rygel-http-post.vala

src/rygel/rygel-http-post.vala |    5 +----
1 files changed, 1 insertions(+), 4 deletions(-)

commit d527bf0cf2964b53b4aa60d9934e378628569043
Author: Jens Georg <[email protected]>
Date:   Thu Jul 7 17:41:06 2011 +0200

   core: If request is cancelled, don't end it twice

   This was causing these rare crashes:

   rygel_http_response_real_run_co: code should not be reached

src/rygel/rygel-http-response.vala |    6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)