[med-svn] r2852 - in trunk/packages/dcmtk/branches/experimental/debian: . patches
malat-guest at alioth.debian.org
malat-guest at alioth.debian.org
Sun Dec 28 00:49:03 UTC 2008
Author: malat-guest
Date: 2008-12-28 00:49:02 +0000 (Sun, 28 Dec 2008)
New Revision: 2852
Removed:
trunk/packages/dcmtk/branches/experimental/debian/patches/dchashdi_revert.patch
Modified:
trunk/packages/dcmtk/branches/experimental/debian/changelog
trunk/packages/dcmtk/branches/experimental/debian/patches/series
Log:
new snapshot, remove dchashdi_revert.patch
Modified: trunk/packages/dcmtk/branches/experimental/debian/changelog
===================================================================
--- trunk/packages/dcmtk/branches/experimental/debian/changelog 2008-12-26 20:09:41 UTC (rev 2851)
+++ trunk/packages/dcmtk/branches/experimental/debian/changelog 2008-12-28 00:49:02 UTC (rev 2852)
@@ -1,6 +1,14 @@
+dcmtk (20081223) experimental; urgency=low
+
+ * New snapshot
+ * remove dchashdi_revert.patch, not required anymore
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Sun, 28 Dec 2008 01:47:13 +0100
+
dcmtk (20081219) experimental; urgency=low
* New snapshot
+ * Need special patch: dchashdi_revert.patch
-- Mathieu Malaterre <mathieu.malaterre at gmail.com> Mon, 22 Dec 2008 12:17:33 +0100
Deleted: trunk/packages/dcmtk/branches/experimental/debian/patches/dchashdi_revert.patch
===================================================================
--- trunk/packages/dcmtk/branches/experimental/debian/patches/dchashdi_revert.patch 2008-12-26 20:09:41 UTC (rev 2851)
+++ trunk/packages/dcmtk/branches/experimental/debian/patches/dchashdi_revert.patch 2008-12-28 00:49:02 UTC (rev 2852)
@@ -1,18 +0,0 @@
-I hope you did not use the latest snapshot from last Friday (20081219)
-because we just found out that this version contains a serious bug in the
-dictionary name lookup introduced by the last commit (based on a fix
-provided by a forum user).
-
-
---- dcmtk_20081219/dcmdata/include/dcmtk/dcmdata/dchashdi.h 2008-12-19 15:57:59.000000000 +0100
-+++ dcmtk_20081118/dcmdata/include/dcmtk/dcmdata/dchashdi.h 2006-08-15 17:49:56.000000000 +0200
-@@ -162,7 +163,7 @@
-
- /// comparison non-equality
- OFBool operator!=(const DcmHashDictIterator& x) const
-- { return (hindex != x.hindex) || (iter != x.iter); }
-+ { return (hindex != hindex) || (iter != x.iter); }
-
- /// dereferencing of iterator
- const DcmDictEntry* operator*() const
-
Modified: trunk/packages/dcmtk/branches/experimental/debian/patches/series
===================================================================
--- trunk/packages/dcmtk/branches/experimental/debian/patches/series 2008-12-26 20:09:41 UTC (rev 2851)
+++ trunk/packages/dcmtk/branches/experimental/debian/patches/series 2008-12-28 00:49:02 UTC (rev 2852)
@@ -2,4 +2,3 @@
## The following change was probably auto generated and only changes comments - so leave it out
# 02_config_cfunix_h.patch
#03_dcmdata_libsrc_dcdictbi.patch
-dchashdi_revert.patch
More information about the debian-med-commit
mailing list