File: libsigc%2B%2B-2.0-dev.NEWS

package info (click to toggle)
libsigc%2B%2B-2.0 2.10.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,396 kB
  • sloc: cpp: 4,083; xml: 325; makefile: 190; python: 187; sh: 5
file content (14 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
libsigc++-2.0 (2.2.2-1) experimental; urgency=low

  This version of libsigc++ removes the deprecated "SigC" namespace.
  If you have software that is still using this namespace, it will fail
  to compile.
  
  Luckily, many of the names in this namespace are typedefs for names
  in the "sigc" namespace.  For instance, if your code uses SigC::Connection,
  it can be replaced by sigc::connection.  See the version 2.0 documentation
  for information on the replacement for each member of SigC:

  http://libsigc.sourceforge.net/libsigc2/docs/reference/html/group__compat.html

 -- Daniel Burrows <dburrows@debian.org>  Fri, 21 Mar 2008 16:15:59 -0700