diff options
author | Roger Leigh <rleigh@debian.org> | 2009-03-22 17:00:01 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2009-03-22 17:00:01 +0000 |
commit | e3d889de5e9e4fbad6b34014b18a2d2ced965ce6 (patch) | |
tree | 9483906f7c366993171bd882a40f6f6dff5e6cf7 | |
parent | 727910d8a88adb4b87f4769993f9138dfee9fda5 (diff) | |
download | schroot-release/schroot-1.2.2.tar.gz |
[debian] Close #520713release/schroot-1.2.2
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 61949b3d..9d543c90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ schroot (1.2.2-1) unstable; urgency=low * New upstream stable release. + * Compile and link with POSIX thread support (Closes: #520713). + libstdc++ std::tr1::shared_ptr does not appear to work + correctly on Alpha without -pthread, failing during shared_ptr + construction or assignment due to an failed internal glibc + assertion while locking a pthread mutex. - -- Roger Leigh <rleigh@debian.org> Sun, 22 Mar 2009 16:53:15 +0000 + -- Roger Leigh <rleigh@debian.org> Sun, 22 Mar 2009 16:56:38 +0000 schroot (1.2.1-1) unstable; urgency=low |