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

« back to all changes in this revision

Viewing changes to gio/src/enums.hg

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