File: changelog

package info (click to toggle)
xdrawchem 2.0-6
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 4,928 kB
  • ctags: 3,445
  • sloc: cpp: 32,087; sh: 41; makefile: 7
file content (356 lines) | stat: -rw-r--r-- 13,194 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
xdrawchem (2.0-6) unstable; urgency=medium

  * modified d/rules and created d/xdrawchem.install; Closes: #841599

 -- Georges Khaznadar <georgesk@debian.org>  Sun, 13 Nov 2016 17:15:51 +0100

xdrawchem (2.0-5) unstable; urgency=medium

  * prepared for GCC6: patched xdrawchem/molecule_obmol.cpp,
    checked the compilation with QT_CXX = g++-6. Closes: #811675
  * upgraded Standards-Version to 3.9.8

 -- Georges Khaznadar <georgesk@debian.org>  Thu, 30 Jun 2016 12:26:08 +0200

xdrawchem (2.0-4) unstable; urgency=medium

  * added a very simple desktop file. Closes: #708578
  * included Frans Spiesschaert's po file. Closes: #794801

 -- Georges Khaznadar <georgesk@debian.org>  Thu, 18 Feb 2016 13:46:17 +0100

xdrawchem (2.0-3) unstable; urgency=medium

  * changed my DEBEMAIL
  * applied Martin Steghöfer's patch: Closes: #763037
  * updated debhelper's b-dependency to 9, Standards-Version to 3.9.5
  * stripped trailing white spaces in this file
  * removed extra-license-files
  * activated dpkg-buildflags to harden the code
  * fixed short names with spaces from d/copyright

 -- Georges Khaznadar <georgesk@debian.org>  Sun, 05 Oct 2014 18:30:38 +0200

xdrawchem (2.0-2) unstable; urgency=low

  * applied Cyril Brulebois' patch. Closes: #667420
  * upgraded Standards-Version to 3.9.3
  * made a versioned build-dependency on bash

 -- Georges Khaznadar <georgesk@ofset.org>  Thu, 17 May 2012 13:45:06 +0000

xdrawchem (2.0-1) unstable; urgency=low

  * upgraded to the SVN subdir xdrawchem-qt4 published 3 years ago.
    it builds a release based on qt4. Closes: #604390
  * changed the reference "/usr/local/share/xdrawchem2" to
    /usr/share/xdrawchem2
  * changed the announced version number to 2.0, in order to distinguish
    this release from non-qt4 builds
  * fixed configure: changed qmake4 to qmake-qt4
  * changed the target xdrawchem2 to xdrawchem in xdrawchem.pro
  * enforced the use of bash in configure

 -- Georges Khaznadar <georgesk@ofset.org>  Sat, 07 May 2011 19:31:30 +0200

xdrawchem (1.99.1+svn20110402-1) unstable; urgency=low

  * upgraded to a new upstream version which implements the use of
    Qt4

 -- Georges Khaznadar <georgesk@ofset.org>  Sun, 03 Apr 2011 00:43:40 +0200

xdrawchem (1.9.9-6) unstable; urgency=low

  * modified the source to make them compatible with Qt4.
  * lauched am2cmake, removed Makefile.am, automoc, autoscan* and config*,
    etc. files
  * modified CMakeLists.txt to define subdirs, and other CMakeLists.txt
    in subdiretories to define install paths
  * hacked many Qt3 former definitions
  * removed direct integration of XPM files in the application source

 -- Georges Khaznadar <georgesk@ofset.org>  Sat, 26 Feb 2011 13:50:46 +0100

xdrawchem (1.9.9-5) unstable; urgency=low

  * fixed the segfault when saving an empty data. Closes: #379391
  * applied Daniel Leidert's patch. Closes: #405131
  * tried to reproduce the bug described by Robert Lemmen (at version 1.7.4),
    entered the SMILES string "nh4" without triggering a segfault.
    LI Daobing considered already this as non-reproducible since version
    1.9.9-3. Closes: #215409
  * removed the build dependency on libqt3-compat-headers. Closes: #464921
  * the change in debian/menu already done ... Closes: #482934

 -- Georges Khaznadar <georgesk@ofset.org>  Wed, 02 Feb 2011 22:16:59 +0100

xdrawchem (1.9.9-4.2) unstable; urgency=low

  * adopted the package: Closes #513160
  * the build can be done with the current version of libqt4-dev, changed the
    Conflicts: to libqt4-dev (<< 4:4.6.3-4)
  * upgraded Standards-Version to 3.9.1
  * added a missing "#include <stdlib.h>" in molinfodialog.cpp
  * added debian/README.source
  * added a "${misc:Depends}" into debian/changelog
  * wrote 7 into debian/compat
  * removed the "-1 dependencies" from debian/control
  * added a test to check Makefile before launching a make
  * changed the layout of debian/copyright added e-mail addresses of
    the authors
  * removed some "generic" words coming from the template in README.debian
    and fixed a typo in the same file.
  * changed Apps/Science to Applications/Science/Chemistry in debian/menu

 -- Georges Khaznadar <georgesk@ofset.org>  Tue, 01 Feb 2011 23:17:43 +0100

xdrawchem (1.9.9-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/patches/04_shellescape.dpatch:
    - Fix location of patched files (Closes: #560527).

 -- Luca Falavigna <dktrkranz@debian.org>  Wed, 14 Jul 2010 14:59:08 +0000

xdrawchem (1.9.9-4) unstable; urgency=low

  [ Li Daobing ]
  * debian/xdrawchem.desktop: fix warning for desktop-file-validate.
  * FTBFS with GCC 4.3: missing #includes (Closes: #417776)
    - debian/patches/05_ftbfs_with_gcc_4.3.dpatch: added
    - debian/patches/00list: updated
  * debian/watch: added
  * build conflicts with libqt4-dev

  [ Michael Banck ]
  * debian/patches/06_online_search_crash.patch: New patch by Tom
    Mortimer-Jones; fixes crash when not choosing a result from an
    online search. (Closes Malone: #112644)

 -- Michael Banck <mbanck@debian.org>  Mon, 14 May 2007 14:06:41 +0200

xdrawchem (1.9.9-3) unstable; urgency=medium

  [ Daniel Leidert ]
  * debian/copyright: Fixed outdated FSF address (fixes lintian warning).
  * debian/control (Standards-Version): Changed to latest standards version
    3.7.2 (fixes lintian warning).
    (Build-Depends): Fixed debhelper version dependency to fit compat level
    (fixes linda error).
    (Build-Conflicts): Added build-conflicts in accordance to autotools-dev
    README.Debian.
  * debian/docs: Removed GPL.txt, COPYRIGHT.txt and HISTORY.txt, which are in
    the html docs too. Further the information they provide is already
    available as changelog.gz, copyright and /usr/share/common-licenses/GPL.
  * debian/rules: Cleaned.
    - Added dh_clean to clean target instead of removing the debhelper files
      manually.
    - Removed documentation movement.
    - Avoid compression of html/*.txt.
  * debian/xdrawchem.manpages: Added (fixes lintian warning).
  * debian/xdrawchem.1: Updated manpage.
  * debian/patches/02_documentation_root.dpatch: Fixed.
    - doc/Makefile.am (htmldir): Install documentation into
      /usr/share/doc/xdrawchem/html.
    - doc/HISTORY.txt: Update the outdated copy from HISTORY.txt.
    - xdrawchem/application.cpp (ApplicationWindow::NewManual): Removed
      leading RingDir variable in the manual path, so that it points to the
      right location.
      (ApplicationWindow::HelpTopic): Also fix the path for the topic-specific
      help.

  [ Michael Banck ]
  * Set urgency to medium.

 -- Michael Banck <mbanck@debian.org>  Tue, 14 Nov 2006 23:01:52 +0100

xdrawchem (1.9.9-2) unstable; urgency=high

  * Urgency high due to RC bug fix.
  * Sync with Ubuntu.
  * debian/patches/04_shellescape.dpatch: New patch by Steinar H.
    Gunderson, fixes handling of filenames with non-ascii characters.
    (Closes: #360490)
  * debian/rules (configure-stamp): Run autoreconf.
  * debian/control (Build-Depends): Added automake1.9, autoconf and
    libtool.

 -- Michael Banck <mbanck@debian.org>  Mon, 13 Nov 2006 00:04:48 +0100

xdrawchem (1.9.9-1ubuntu1) edgy; urgency=low

  * Re-sync with Debian
  * Add desktop file from Phil Bull. (Closes Malone: #36446)
  * Install icon file in /usr/share/pixmaps

 -- Barry deFreese <bddebian@comcast.net>  Wed, 12 Jul 2006 22:54:52 -0400

xdrawchem (1.9.9-1) unstable; urgency=low

  * New upstream release.
  * Switch to dpatch and debhelper.
  * Switch to openbabel-2.0 (Closes: #360490)
  * Bumped Standards-Version to 3.6.2.

 -- Michael Banck <mbanck@debian.org>  Sat, 22 Apr 2006 00:25:24 +0200

xdrawchem (1.9.8-2) unstable; urgency=low

  * Rewrote short and long descriptions (Closes: #337069)
  * Look for online documentation in /usr/share/doc/xdrawchem rather
    than /usr/share/xdrawchem/doc (Closes: #337752)
  * Applied patch by Jens Seidel to fix german translation
    (Closes: #313855)

 -- Michael Banck <mbanck@debian.org>  Sun, 20 Nov 2005 18:07:30 +0100

xdrawchem (1.9.8-1) unstable; urgency=low

  * New upstream release
  * Build-Depend on g++-4.0 transitioned package versions of
    libopenbabel and libqt3-mt (Closes: #323422)

 -- Michael Banck <mbanck@debian.org>  Mon, 22 Aug 2005 00:27:40 +0200

xdrawchem (1.9.6-1) unstable; urgency=low

  * New upstream release
    - Selecting 'Cut' from the context menu no longer produces a
      segfault (Closes: #303440)

 -- Michael Banck <mbanck@debian.org>  Sun, 19 Jun 2005 14:48:05 +0200

xdrawchem (1.9.4-3) unstable; urgency=low

  * Added some more bogus warnings to xdrawchem/boshcp.cpp.

 -- Michael Banck <mbanck@debian.org>  Fri,  8 Apr 2005 00:40:30 +0200

xdrawchem (1.9.4-2) unstable; urgency=low

  * Added a bogus warning to xdrawchem/boshcp.cpp to translate
    activity to the buildds.

 -- Michael Banck <mbanck@debian.org>  Tue,  5 Apr 2005 18:40:14 +0200

xdrawchem (1.9.4-1) unstable; urgency=low

  * New upstream release (Closes: #292288)
    - EPS export now supports color (Closes: #292289)
  * Quote values in menu entry (Thanks, Li Daobing)
  * Honor 'noopt' in DEB_BUILD_OPTIONS (Thanks, Li Daobing)

 -- Michael Banck <mbanck@debian.org>  Fri,  1 Apr 2005 02:03:18 +0200

xdrawchem (1.8.5-1) unstable; urgency=low

  * New upstream release (Closes: #261504)
    - Italian translation has been integrated (Closes: #239160)

 -- Michael Banck <mbanck@debian.org>  Sat,  7 Aug 2004 03:14:47 +0200

xdrawchem (1.7.8-2) unstable; urgency=low

  * debian/menu: Changed section from math to science

 -- Michael Banck <mbanck@debian.org>  Sun, 28 Mar 2004 14:45:33 +0200

xdrawchem (1.7.8-1) unstable; urgency=low

  * New upstream release
  * debian/xdrawchem.1: Updated manpage
  * debian/*ex: Removed unneeded debhelper template files

 -- Michael Banck <mbanck@debian.org>  Thu,  4 Mar 2004 21:39:55 +0100

xdrawchem (1.7.6-1) unstable; urgency=low

  * Michael Banck joined as co-maintainer
  * New upstream release
    - 'Find on Internet/CAS' seems to work properly now (Closes: #215410)
  * A recompile brings back dependencies (Closes: #215406)
  * debian/control:
    - Added Build-Depends on libopenbabel-dev
    - Added myself to Uploaders:
  * debian/rules: Use CXXFLAGS=-g, as -O2 lets g++ choke on chemdata_rxn.cpp
  * config.guess, config.sub: Updated from latest version in
    autotools-dev (Closes: #202528)
  * Acknowledge NMUs (Closes: #98056, #99919, #120810, #121872, #171945,
    #125526, #119421, #135784)

 -- Michael Banck <mbanck@debian.org>  Mon, 19 Jan 2004 01:13:58 +0100

xdrawchem (1.7.4-0.1) unstable; urgency=low

  * Maintainer Release (Back Finally!)
  * New upstream release

 -- Warren Stramiello <stramiello@debian.org>  Thu,  31 Jul 2003 21:03:18 -0400

xdrawchem (1.7.3-0.1) unstable; urgency=low

  * Non Maintainer Upload
  * New upstream release (Closes: #171945)
    - This seems to fix segfaults when removing bonds (Closes: #179979)
  * debian/rules:
    - Export $QTDIR
    - Added a configure-target to debian/rules and removed the now
      unneccesary variables from the $MAKE call
    - Put html-documentation under /usr/share/doc/xdrawchem/html
    - Changed call from clean to distclean in clean-target
  * debian/control:
    - Removed Recommends on openbabel as it is now part of the source tree
    - Use libqt3 as Build-Depends (Closes: #198550)
  * openbabel/Makefile.in:
    - Remove object files in openbabel/math on clean, too
    - Don't install the babel executable, xdrawchem is linked
      statically to libopenbabel.a
    - Put the openbabel data files into /usr/share/xdrawchem to prevent
      conflicts with the openbabel package
  * configure: Add openbabel/version.h to ac_config_files

 -- Michael Banck <mbanck@debian.org>  Sat, 19 Jul 2003 15:19:31 +0200

xdrawchem (1.0-0.1) unstable; urgency=low

  * Non Maintainer Upload, with permission
  * New upstream release (Closes: #135784)
  * Fixed description (Closes: #125526)
  * Moved Ring templates from /usr/lib/xdrawchem to
    /usr/share/xdrawchem (Closes: #121872)
  * Added INSTRING and MOC to Debian build-target
  * Added a Recommends: openbabel as xdrawchem can now take advantage
    of babel for import/export

 -- Michael Banck <mbanck@gmx.net>  Thu, 28 Feb 2002 19:47:52 +0100

xdrawchem (0.99.4-0.1) unstable; urgency=low

  * Non Maintainer Upload, with permission
  * New upstream release (Closes: #119421)
  * Included templates in /usr/lib/xdrawchem (Closes: #107628, #98056)
  * Fixed Menu entry (Closes: #120810)
  * Fixed manpage (Closes: #99919) and included it in the Debian diff
  * Added Build-depends
  * Changed debian/copyright to point to /usr/share/common-licenses/GPL
  * Added HISTORY.txt as upstream ChangeLog
  * Fixed Copyright notice in debian/copyright

 -- Michael Banck <mbanck@gmx.net>  Tue, 27 Nov 2001 20:07:46 +0100

xdrawchem (0.85-1.1) unstable; urgency=low

  * NMU
  * render2d.cpp: add #include <stdlib.h> for abs() prototype
    (Closes: #104973)

 -- Branden Robinson <branden@debian.org>  Fri, 28 Sep 2001 12:35:58 -0500

xdrawchem (0.85-1) unstable; urgency=low

  * Initial release.

 -- Warren Stramiello <stramiello@debian.org>  Wed,  9 May 2001 16:02:28 -0400