Change logs for glibmm2.4 source package in Edgy

  • glibmm2.4 (2.12.2-0ubuntu1) edgy; urgency=low
    
      * New upstream release:
        - 2.12.2:
          - Build:
            - Fix for api-default-signal-handlers option.
            - win32: Remove unused source file from Visual Studio project.
        - 2.12.1:
          - Support optional ifdef parameters in the .hg macros, to allow, for
            instance the --enable-atk=no option, to disable the build and use of
            the atkmm API, for use in embedded environments.
    
     -- Daniel Holbach <email address hidden>   Fri, 29 Sep 2006 11:51:33 +0200
  • glibmm2.4 (2.12.0-0ubuntu1) edgy; urgency=low
    
      * New upstream release:
        - Added the --enable-api-default-signal-handlers option, for use in
          embedded environments that have reduced resources. See configure --help
          for the other subsets.
        - Value: Added init(const GValue*), so we can copy GValue instances of
          any type at runtime. Needed by the new branch of libgdamm.
    
     -- Daniel Holbach <email address hidden>   Mon, 21 Aug 2006 09:06:01 +0200
  • glibmm2.4 (2.11.3-0ubuntu1) edgy; urgency=low
    
      * New upstream release:
        - Build: Added the --enable-api-default-signal-handlers option, for use
          in embedded environments that have reduced resources. See
          configure --help for the other subsets.
    
     -- Daniel Holbach <email address hidden>   Mon, 24 Jul 2006 19:40:48 +0200
  • glibmm2.4 (2.11.2-0ubuntu1) edgy; urgency=low
    
      * New upstream release:
        - Date: Fix implementation of Glib::Date::set_time_current() so that it
          doesn't set the date to Dec 31, 1969.
        - Value: Added init(const GValue*), so we can copy GValue instances of
          any type at runtime. Needed by the new branch of libgdamm.
        - Added a #warning to warn about including X11/Xlib.h before a glibmm
          header, which would break things.
        - Build:
          - Quote some m4 macros to avoid warnings.
          - Fix exporting of get/set_property() on mingw32-gcc.
    
     -- Daniel Holbach <email address hidden>   Fri, 21 Jul 2006 13:24:37 +0200
  • glibmm2.4 (2.10.4-1) unstable; urgency=low
    
      * New upstream release
      * Revert last change since set_time now deprecated in glibmm as well
        (Closes: #359689)
    
     -- Daniel Holbach <email address hidden>   Fri,  07 Jul 2006 10:58:30 +0100
  • glibmm2.4 (2.10.2-0ubuntu1) dapper; urgency=low
    
      * New upstream release:
        - Added --enable-api-properties, --enable-api-vfuncs, and
          --enable-api-exceptions. When using these, the API, and any API
          generated by gmmproc, will be changed. This allows users of embedded
          platforms to reduce the code size of *mm libraries and *mm-using
          applications, at the small cost of losing some rarely-used API.
          Alternatives exist for that API, as show in the examples.
    
     -- Daniel Holbach <email address hidden>   Fri, 12 May 2006 11:33:21 +0200