~kklimonda/ubuntu/natty/glibmm2.4/update

« back to all changes in this revision

Viewing changes to glib/src/thread.ccg

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-03-03 00:17:17 UTC
  • mfrom: (1.2.33 upstream)
  • Revision ID: james.westby@ubuntu.com-20090303001717-pyrbdlacqpb4y95q
Tags: 2.19.3-0ubuntu1
* New upstream release (LP: #336940)
  + New API:
   - BufferedInputStream: buffer_size property
   - BufferedOutputStream: buffer_size, auto_grow properties
   - DataInputStream: byte_order, newline_type properties
   - DataOutputStream: byte_order property
   - FilterInputStream: close_base_stream property,
     get/set_close_base_stream()
   - FilterOutputStream: close_base_stream property,
     get/set_close_base_stream()
   - UnixInputStream: fd and close_fd properties, get_fd(),
     get/set_close_fd()
   - UnixOutputStream: fd and close_fd properties, get_fd(),
     get/set_close_fd()
  + Make licenses consistent with eachother (library gpl vs. lesser gpl,
    etc)
  + Fixed some problems when building with exceptions disabled (Murray
    Cumming)
  + Build fixes (Theppitak Karoonboonyanan)
* Add usr/lib/giomm-2.4 to debian/libglibmm-2.4-dev.install
* debian/rules: bump SHVER value
* debian/control.in
  - add Vcs-Bzr tag
  - bump libglib2.0-dev to 2.19.0
  - Re-generate debian/control
* Update debian/watch to take unstable version

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
/* Copyright (C) 2002 The gtkmm Development Team
5
5
 *
6
6
 * This library is free software; you can redistribute it and/or
7
 
 * modify it under the terms of the GNU Library General Public
 
7
 * modify it under the terms of the GNU Lesser General Public
8
8
 * License as published by the Free Software Foundation; either
9
 
 * version 2 of the License, or (at your option) any later version.
 
9
 * version 2.1 of the License, or (at your option) any later version.
10
10
 *
11
11
 * This library is distributed in the hope that it will be useful,
12
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
 
 * Library General Public License for more details.
 
14
 * Lesser General Public License for more details.
15
15
 *
16
 
 * You should have received a copy of the GNU Library General Public
 
16
 * You should have received a copy of the GNU Lesser General Public
17
17
 * License along with this library; if not, write to the Free
18
18
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
19
 */
20
20
 
21
21
#include <glibmm/exceptionhandler.h>
22
 
#include <glib/gmessages.h>
 
22
#include <glib.h>
23
23
 
24
24
 
25
25
namespace