~ubuntu-branches/ubuntu/jaunty/libbonobo/jaunty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-03-06 18:53:16 UTC
  • mfrom: (1.1.25 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090306185316-uf09r30g7cvf67xi
Tags: 2.24.1-1
* New upstream bugfix release.
* debian/control.in:
  + Build depend on GLib >= 2.14.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
================================ 2.24.1 ============================
 
2
 
 
3
2009-01-27  Tor Lillqvist  <tml@novell.com>
 
4
 
 
5
        * activation-server/Makefile.am: Link as a "GUI" exe file on
 
6
        Windows to avoid console windows.
 
7
 
 
8
        * activation-server/activation-server-main.c (main): Use the verb
 
9
        "started" instead of "forked" in error message.
 
10
 
 
11
        On Windows, if the BONOBO_ACTIVATION_DEBUG_OUTPUT environment
 
12
        variable is set, do ensure that stdout and stderr goes
 
13
        somewhere. If necessary open a new console. If somebody attempts
 
14
        to run bonobo-activation-server directly, always ensure the
 
15
        ensuing error message is visible.
 
16
 
 
17
        (ensure_output_visible) (wait_console_key): New functions used on
 
18
        Windows to ensure output goes somewhere even if the executable is
 
19
        a "GUI" one.
 
20
 
 
21
2008-01-14  Fridrich Strba  <fridrich.strba@bluewin.ch>
 
22
 
 
23
        * configure.in: allow override the check for ORBIT_IDL from 
 
24
        environmental variable + prevent AC_TRY_RUN from bailing out
 
25
        when we are cross-compiling.
 
26
 
 
27
2008-12-15  Kjartan Maraas  <kmaraas@gnome.org>
 
28
 
 
29
        * configure.in: Require glib 2.14.0.
 
30
 
 
31
2008-12-11  Kjartan Maraas  <kmaraas@gnome.org>
 
32
 
 
33
        * bonobo/bonobo-generic-factory.c: (last_unref_cb): Don't
 
34
        do this one as that might be explicitly set.
 
35
 
 
36
2008-12-11  Kjartan Maraas  <kmaraas@gnome.org>
 
37
 
 
38
        * activation-server/server.h:
 
39
        * bonobo-activation/bonobo-activation-private.h:
 
40
        * bonobo/bonobo-generic-factory.c:
 
41
        And remember to adjust the timeout constants accordingly.
 
42
 
 
43
2008-12-11  Kjartan Maraas  <kmaraas@gnome.org>
 
44
 
 
45
        * bonobo-activation/bonobo-activation-init.c:
 
46
        (bonobo_activation_postinit): Fix typo.
 
47
 
 
48
2008-12-11  Kjartan Maraas  <kmaraas@gnome.org>
 
49
 
 
50
        * activation-server/object-directory-corba.c: (check_quit):
 
51
        * bonobo-activation/bonobo-activation-init.c:
 
52
        (bonobo_activation_postinit):
 
53
        * bonobo/bonobo-generic-factory.c: (last_unref_cb),
 
54
        (bonobo_generic_factory_main_timeout):
 
55
        Use g_timeout_add_seconds and friends in a few places.
 
56
 
 
57
2008-12-09  Kjartan Maraas  <kmaraas@gnome.org>
 
58
 
 
59
        * configure.in: Don't use <glib/gthread.h> here either.
 
60
 
 
61
2008-12-09  Kjartan Maraas  <kmaraas@gnome.org>
 
62
        * activation-server/activation-server-main.c
 
63
        * bonobo-activation/bonobo-activation-shlib.c
 
64
        * test-activation/bonobo-activation-test.c
 
65
        * test-activation/empty-client.c
 
66
        Remove some #if 0'ed out code.
 
67
 
 
68
2008-12-09  Kjartan Maraas  <kmaraas@gnome.org>
 
69
 
 
70
        * activation-server/object-directory-load.c:
 
71
        glib include fix. Patch from Przemysław Grzegorczyk
 
72
        Closes bug #563712.
 
73
 
 
74
2008-10-17  Cosimo Cecchi  <cosimoc@gnome.org>
 
75
 
 
76
        * bonobo-activation/Makefile.am:
 
77
        * bonobo-activation/bonobo-activation-client.h:
 
78
        * bonobo/Makefile.am:
 
79
        * bonobo/bonobo-main.c:
 
80
        * bonobo/bonobo-running-context.c:
 
81
        * configure.in:
 
82
        * monikers/Makefile.am:
 
83
        * tests/Makefile.am:
 
84
        * tests/test-activation/Makefile.am:
 
85
        Use and enforce single GLib includes.
 
86
 
 
87
2008-09-22  Kjartan Maraas  <kmaraas@gnome.org>
 
88
 
 
89
        * configure.in: Post release bump.
 
90
 
1
91
========================= 2.24.0 ======================
2
92
 
3
93
2008-09-22  Kjartan Maraas  <kmaraas@gnome.org>