File: changelog

package info (click to toggle)
simgrid 3.25%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 23,308 kB
  • sloc: cpp: 100,922; ansic: 68,086; fortran: 6,061; xml: 5,176; f90: 5,123; java: 4,094; python: 2,623; perl: 1,843; sh: 1,241; makefile: 47; javascript: 7; sed: 6
file content (642 lines) | stat: -rw-r--r-- 25,376 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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
simgrid (3.25+dfsg-5) unstable; urgency=medium

  * Don't install the libsimgrid-java.so symlink as nobody will ever
    want to compile any native code against our JNI bindings. 
    
    This saves a dependency from libsimgrid-dev onto libsimgrid-java
    that would be needed to ensure that this link is never dead, but
    this would make the whole java world as a dependency of simgrid
    development (Closes: #858498).

 -- Martin Quinson <mquinson@debian.org>  Tue, 13 Apr 2021 09:59:59 +0200

simgrid (3.25+dfsg-4) unstable; urgency=medium

  * Don't build-depend on libunwind that is only needed by the
    model-checking builds that are not included in Debian. Plus, this
    package doesn't exist on s390x and blocks the progression to testing.

 -- Martin Quinson <mquinson@debian.org>  Sun, 14 Jun 2020 15:25:31 +0200

simgrid (3.25+dfsg-3) unstable; urgency=medium

  * Add the needed build depends to get nice backtraces on error.
    (Closes: #959896)

 -- Martin Quinson <mquinson@debian.org>  Wed, 06 May 2020 22:23:35 +0200

simgrid (3.25+dfsg-2) unstable; urgency=medium

  * Re-enable java on all architectures, including the unofficial ones.
    (Closes: #953394)

 -- Martin Quinson <mquinson@debian.org>  Mon, 09 Mar 2020 03:10:15 +0100

simgrid (3.25+dfsg-1) unstable; urgency=medium

  * New upstream release (The Palindrom Day Release)
    - Improve the Python usability (stability and documentation).
      - A nasty synchronization bug was ironed out
      - The online API documentation was reorganized to include Python and C
    - Upstream further deprecate MSG, which remains in this package for now
    - SimDAG++: Automatic dependencies on S4U activities (experimental)
      - Some features are already implemented but not all of them
      - Cannot block an activity until it's scheduled on a resource
      - No heterogeneous wait_any() that would mix Exec/Comm/Io activities.
      - See examples/s4u/{io,exec,comm}-dependent for what's already there.
  * Don't build with ns3 on mipsel: it does not exist anymore (see #951115).

 -- Martin Quinson <mquinson@debian.org>  Fri, 21 Feb 2020 20:31:20 +0100

simgrid (3.24+dfsg-6) unstable; urgency=medium

  * libsimgrid-java breaks+replace simgrid-java (Closes: #949775).
  * Disable java in cmake on non-official architectures, too.

 -- Martin Quinson <mquinson@debian.org>  Fri, 24 Jan 2020 22:50:12 +0100

simgrid (3.24+dfsg-5) unstable; urgency=medium

  * Don't try to build libsimgrid-java pkg on non-official architectures.
  * The valgrind package does not exist on armel.

 -- Martin Quinson <mquinson@debian.org>  Thu, 23 Jan 2020 21:17:44 +0100

simgrid (3.24+dfsg-4) unstable; urgency=medium

  * java: rename the package libsimgrid-java to stick to the policy
  * Don't suggest the non-existent package java-virtual-machine
  * Cherry-pick another patch from upstream, this one to help DLHC.
  * Drop the now unneeded hack where -funwind-tables is added on ARM.
  * Plus various lintian-induced cleanups to the packaging.

 -- Martin Quinson <mquinson@debian.org>  Mon, 20 Jan 2020 10:52:40 +0100

simgrid (3.24+dfsg-3) unstable; urgency=medium

  * Cherry-pick two commits from upstream to improve reproducibility.

 -- Martin Quinson <mquinson@debian.org>  Thu, 19 Dec 2019 11:11:16 +0100

simgrid (3.24+dfsg-2) unstable; urgency=medium

  * Fix a FTBFS seen on reproducible project with "Build-dep: dh-python"
  * Acknowledge previous non-maintainer upload. Thanks Boyuan.

 -- Martin Quinson <mquinson@debian.org>  Tue, 17 Dec 2019 15:42:24 +0100

simgrid (3.24+dfsg-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Source-only upload to allow testing migration.
  * debian/control: Bump Standards-Version to 4.4.1.

 -- Boyuan Yang <byang@debian.org>  Mon, 11 Nov 2019 19:50:49 -0500

simgrid (3.24+dfsg-1) unstable; urgency=medium

  * New upstream release (The Clean Disk Release)
    - Introduce an experimental Wifi network model.
    - Introduce <disk> (cleaner logic than <storage>).
    - SMPI: Implement Errhandlers and some more MPI3.1 calls.
    - (+ many bug fixes and internal refactorings)

 -- Martin Quinson <mquinson@debian.org>  Fri, 18 Oct 2019 09:28:10 +0200

simgrid (3.23+dfsg2-3) unstable; urgency=medium

  * libsimgrid-dev: depends on libboost-dev (Closes: #939575).

 -- Martin Quinson <mquinson@debian.org>  Sun, 08 Sep 2019 16:14:43 +0200

simgrid (3.23+dfsg2-2) unstable; urgency=medium

  * d/p/link_alpha_ia64: Fix compilation of smpireplay for Alpha and ia64.
  * d/control: Bump standard-version to 4.4 (no other change needed)

 -- Martin Quinson <mquinson@debian.org>  Tue, 23 Jul 2019 12:28:03 +0200

simgrid (3.23+dfsg2-1) unstable; urgency=medium

  * New upstream release (The Exotic Solstice Release)
    - Support for Solaris and Haiku OSes. Just for fun :)
    - SMPI: more of MPI3.1; some MPI/IO and async collectives.
    - Python bindings can now be installed from pip.
    - (+ many many bug fixes and internal refactorings)
  * Disable simgrid-doc: upstream only provide the online version.
  * Bump dh compat to 12.

 -- Martin Quinson <mquinson@debian.org>  Tue, 25 Jun 2019 18:36:12 +0200

simgrid (3.22+dfsg-1) unstable; urgency=medium

  * New upstream version (The Late Easter Christmas Release)
    - Introducing the Python bindings (still beta)
    - Doc: SMPI tutorial and platform description ported to RTD
    - Many internal cleanups leading to some user-level speedups
    - (+ the classical bug fixes and internal refactorings)
  * d/control: Bump standard-version to 4.3 (no other change needed)

 -- Martin Quinson <mquinson@debian.org>  Mon, 13 May 2019 15:25:07 +0200

simgrid (3.21+dfsg-4) unstable; urgency=medium

  * d/p/reproducible-build: make builds reproducible (from upstream).
  * Mark simgrid-doc as Multi-Arch: foreign.
  * Use the right path to the Perl interpreter in scripts to please
    lintian.

 -- Martin Quinson <mquinson@debian.org>  Thu, 22 Nov 2018 08:01:56 +0100

simgrid (3.21+dfsg-3) unstable; urgency=medium

  * Another attempt at fixing kFreeBSD, cherry-picking upstream patches.

 -- Martin Quinson <mquinson@debian.org>  Sun, 21 Oct 2018 22:55:04 +0200

simgrid (3.21+dfsg-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove trailing whitespaces

  [ Martin Quinson ]
  * Add a new patch to fix a FTBFS on FreeBSD 32bits.
  * d/control: bump standard-version to 4.2.0 (no other change required)

 -- Martin Quinson <mquinson@debian.org>  Mon, 15 Oct 2018 22:51:45 +0200

simgrid (3.21+dfsg-1) unstable; urgency=medium

  * New upstream release (3.19: Moscovitly-cold Spring release):
    * SMPI: Allow one to start new actors and ranks after simulation start.
    * SMPI: Support ICC, better testing on classical proxy apps.
    * Some kernel headers are now installed, allowing external plugins.
    * (+ the classical bug fixes and doc improvement)
  * New upstream release (3.20: The proxy snake_case() release):
    * Sanitize the public API. Compatibility wrappers in place for one year.
    * More CI: ~45 Proxy Apps + BigDFT + StarPU now tested nightly
    * MPI: Port the trace replay engine to C++, fix visualization
    * (+ the classical bug fixes and doc improvement)
  * New upstream release (3.21: Restarting Documentation release):
    * Start to overhaul the documentation, and move to Sphinx + RTD.
    * Allow dynamic replay of MPI apps, controlled by S4U actors
    * Rewrite the support for auto-restarted actors (was utterly broken)
    * (+ the classical bug fixes and doc improvement)
  * Move smpimain from libsimgrid3.XX to libsimgrid-dev to allow to
    install more than one version of the versioned lib package.
  * Restore the build-dep on NS3 now that this package is fixed.
  * d/copyright align with upstream COPYING; add a Files-Excluded stanza
  * d/watch: now, uscan can properly repack and remove unfree stuff
  * d/rules: kill the get-orig-source taget to please lintian
  * d/control:
    - Point Vcs-* fields to salsa.debian.org
    - Bump standard version to 4.1.5 (get-orig-source target is gone)
  * Use system-wide versions of jquery and jquery-ui in javadoc.

 -- Martin Quinson <mquinson@debian.org>  Fri, 05 Oct 2018 22:22:24 +0200

simgrid (3.18+dfsg-1) unstable; urgency=medium

  * New upstream release (SimGrid 4 beta coming to town):
    - MSG is now deprecated; new projects should use S4U.
    - Convert almost all interesting MSG examples to S4U.
    - New model: energy consumption due to the network.
    - Major cleanups in the disk and storage subsystems.
    - (+ further deprecate XBT, bug fixes and doc improvement)
  * Don't build-dep on NS3: it has RC bugs that I fail to fix
  * libsimgrid3.18 conflicts with previous libs because they all
    install smpimain (Closes: #880216).
  * d/control: Bump standard version to 4.1.2 (no change required)

 -- Martin Quinson <mquinson@debian.org>  Mon, 25 Dec 2017 18:19:09 +0100

simgrid (3.17+dfsg-1) unstable; urgency=medium

  * New upstream release (Drained Leaks). Changes since 3.16:
    - Many many internal cleanups (almost 700 commits since 3.16).
    - The coverage of our tests is above 80%.
    - All memleaks but one plugged; A dozen of bugs fixed.
    - XBT: Further replace XBT with std::* constructs.
  * d/p/atomic-library: drop (integrated upstream).
  * d/control: Bump standard version to 4.1.1 (no change required)

 -- Martin Quinson <mquinson@debian.org>  Mon, 09 Oct 2017 07:45:55 +0200

simgrid (3.16+dfsg-3) unstable; urgency=medium

  * d/p/atomic-library: Pass --as-needed -latomic *after* the link args
    Hopefully (Closes: #872881).

 -- Martin Quinson <mquinson@debian.org>  Thu, 24 Aug 2017 09:59:23 +0200

simgrid (3.16+dfsg-2) unstable; urgency=medium

  * SimGrid needs default-jdk version >= 2:1.7~ (Closes: #872882).
  * d/p/atomic-library: Fix a FTBFS on armel, mipsel and friends
    Thanks to Aaron M. Ucko for those two patches (Closes: #872881).

 -- Martin Quinson <mquinson@debian.org>  Tue, 22 Aug 2017 15:14:31 +0200

simgrid (3.16+dfsg-1) unstable; urgency=medium

  * New upstream release. Changes introduced in 3.15:
    - S4U: progress, integrating more parts of SimDag; New examples.
    - SMPI: Support MPI 2.2; Convert internals to C++ (TBC).
    - Java: Massive memleaks and performance issues fixed.
    - (+ bug fixes, cleanups and documentation improvements)
  * New upstream release. Changes introduced in 3.16:
    - S4U: Progress; Activity refcounting is now automatic.
    - XML: <AS> can now be named <zone> as they should.
    - SMPI: Further performance improvements; RMA support.
    - Cloud: Multi-core VMs (do not overcommit them yet)
    - (+ bug fixes, cleanups and documentation improvements)
  * Repack the sources to drop the Umpire examples: they are non-free
    and were never used in Debian package (Closes: #866754)
  * d/rules: Obey the noopt DEBIAN_BUILD_OPTIONS (Closes: #827980)
  * d/rules: Obey the nodoc DEBIAN_BUILD_OPTIONS (as requested by policy)
  * d/control: Bump standard version to 4.0.0 (no change but nodoc support)

 -- Martin Quinson <mquinson@debian.org>  Tue, 01 Aug 2017 23:10:38 +0200

simgrid (3.14.159-2) unstable; urgency=medium

  * d/control: libsimgrid-dev depends on simgrid-java (Closes: #858498)

 -- Martin Quinson <mquinson@debian.org>  Thu, 23 Mar 2017 00:17:30 +0100

simgrid (3.14.159-1) unstable; urgency=medium

  * New upstream release: The Christmas Pi release (better approximation).

    - Documentation reorganized and improved
    - S4U interface further rising, toward SimGrid 4
      - Routing code rewritten for readability
      - Virtual Machines almost turned into a plugin
      - MSG, SimDag, MPI interfaces mostly unchanged
    - The model-checker now works on FreeBSD too.

  * Change dh compat level to 9
  * d/control: add a build-dep on python3
  * debian/*: Fix many lintian errors
  * d/copyright: Full rewrite to be machine-readable.

 -- Martin Quinson <mquinson@debian.org>  Wed, 28 Dec 2016 23:43:42 +0100

simgrid (3.13-1) unstable; urgency=medium

  * New upstream release: The Half Release, a.k.a. the Zealous Easter Trim.
    - Half of the lines of code are gone.
      - v3.12: 286k lines; v3.13: 142k lines (+ comments)
      - Experimental untested unused "features" removed
      - We rewrote several parts in C++ instead of C
    - Introducing v4 of the XML platform format
      - Many long-due cleanups (details in the Changelog)
    - MSG examples fully reorganized (in C and Java)
    - The S4U interface is rising, toward SimGrid 4
      - All host manipulations now done in S4U
      - SimDag was mostly rewritten on top of S4U
      - MSG & SimDag interfaces mostly unchanged
  * Drop all our patches, that were integrated upstream.
  * Update our build-dep to lua5.3.
  * Enable the support for the NS3 bindings.
  * Use the system libjs-mathjax to not fetch it from the internet.
  * d/control: Bump standard version to 3.9.8 (no other change)

 -- Martin Quinson <mquinson@debian.org>  Thu, 28 Apr 2016 00:44:41 +0200

simgrid (3.12-2) unstable; urgency=medium

  * Fix a FTBFS on non amd64 machines (Closes: #814272).

 -- Martin Quinson <mquinson@debian.org>  Fri, 12 Feb 2016 22:06:54 +0100

simgrid (3.12-1) unstable; urgency=medium

  * New upstream release.
    - Many interface glitches addressed, everywhere.
      - Require g++-4.7, Java 7 and boost 1.48
      - Builds on Linux, OS X, Windows and FreeBSD
      - See ChangeLog for renamed functions and options.
    - Energy plugin: major cleanups/rewrites.
      http://simgrid.org/tutorials/simgrid-energy-101.pdf
    - Model-Checker progresses toward production use:
      - More robust (now runs in a separate process).
      - More efficient (with snapshots' memory compaction).
      - More usable (execution paths replayed out of MC)
      http://simgrid.org/tutorials/simgrid-mc-101.pdf
    - SMPI improvements:
      - Better standard coverage  - SMP-aware collectives
      - InfiniBand model          - Early support for RMA
      - Replay: Dynamic selector  - MVAPICH2 selector
      http://simgrid.org/tutorials/simgrid-smpi-101.pdf

  * Drop all patches, as they got included upstream
  * Drop build-dep on texlive-font-utils. Upstream dropped LaTeX docs.
  * build-dep += libboost-context-dev (optional features).

 -- Martin Quinson <mquinson@debian.org>  Tue, 09 Feb 2016 12:14:16 +0100

simgrid (3.11.1-10) unstable; urgency=medium

  * Set HTML_TIMESTAMP to NO and gzip -n to make package reproducible.
    Patch by akira <marivalenm@gmail.com>, many thanks (Closes: #789715).

 -- Martin Quinson <mquinson@debian.org>  Mon, 29 Jun 2015 22:57:58 +0200

simgrid (3.11.1-9) unstable; urgency=medium

  * add some dependencies to really fix #755047:
    - libsimgrid-dev breaks libsimgrid3.10 and libsimgrid3.11 (<<3.11.1-8)
    - libsimgrid3.11 breaks+replaces libsimgrid3.10
    - This should hint apt about how to solve my mess :-(

 -- Martin Quinson <mquinson@debian.org>  Sat, 13 Dec 2014 22:15:36 +0100

simgrid (3.11.1-8) unstable; urgency=medium

  * d/c: update VCS to not use any deprecated URLs
  * d/c: improve short descriptions
  * d/c: libsimgrid-java suggests java-virtual-machine, captain obvious.
  * Install tesh and graphicator tools as part of the libsimgrid-dev,
    not as part of libsimgrid3.11 to allow the co-installation of
    several library versions (Closes: #755047).
  * d/p/fix-bashism.diff: fix a bashism that mainly appears on Mac OSX
    (Closes: #772329).

 -- Martin Quinson <mquinson@debian.org>  Tue, 09 Dec 2014 01:47:57 +0100

simgrid (3.11.1-7) unstable; urgency=medium

  * Disable LTO on all non-AMD architectures to circumvent a seemingly
    bug in gcc 4.9.
  * Re-enable parallel builds now that LTO issues are (hopefully) fixed.

 -- Martin Quinson <mquinson@debian.org>  Sat, 05 Jul 2014 00:20:25 +0200

simgrid (3.11.1-6) unstable; urgency=medium

  * gcc-ar does not seem to work with LTO on non-amd architectures, so
    kill our static lib and switch back to regular ar, just to see.

 -- Martin Quinson <mquinson@debian.org>  Sun, 29 Jun 2014 23:32:26 +0200

simgrid (3.11.1-5) unstable; urgency=medium

  * d/p/fix-java-multiple-definitions.diff: fix java files being
    declared twice on cmd line: this makes some architectures to fail.
    (patch taken upstream).

 -- Martin Quinson <mquinson@debian.org>  Fri, 27 Jun 2014 11:46:05 +0200

simgrid (3.11.1-4) unstable; urgency=medium

  * d/p/make_doc: diable the generation of pdf documentation as it
    does not add much over the html documentation, but breaks on hurd.
  * Disable again the parallel build to see if it helps gcc to have LTO.

 -- Martin Quinson <mquinson@debian.org>  Thu, 26 Jun 2014 12:04:25 +0200

simgrid (3.11.1-3) unstable; urgency=medium

  * Disable LTO on kfreebsd and sparc, gcc keeps failing because of this.

 -- Martin Quinson <mquinson@debian.org>  Sun, 22 Jun 2014 21:51:55 +0200

simgrid (3.11.1-2) unstable; urgency=medium

  * Drop build-dep on libpcre3-dev, long time no use.
  * Build-depend on texlive-font-utils to have epstopdf.
  * d/p/fix-swig-constness.diff: fix constness issues on kfreebsd and sparc.
    (patch taken upstream)
  * d/p/fix-with-gcc-4.9.diff: use gcc-ar and gcc-ranlib instead of ar
    and ranlib for gcc >=4.9 (patch taken upstream)

 -- Martin Quinson <mquinson@debian.org>  Wed, 18 Jun 2014 20:49:36 +0200

simgrid (3.11.1-1) unstable; urgency=medium

  * New upstream release.
    - Surf is now in C++ (and documented!)
    - Virtual Machine model for Cloud Simulation
    - Surf callbacks: plug your code directly in Surf!
    - Simcalls are script-generated to clean the mess
  * Reactivate parallel builds, that were fixed upstream

 -- Martin Quinson <mquinson@debian.org>  Thu, 05 Jun 2014 04:32:45 +0200

simgrid (3.10-8) unstable; urgency=medium

  * Get libsimgrid-dev depend on libf2c2-dev as smpif.h includes f2c.h
    (Closes: #747171)

 -- Martin Quinson <mquinson@debian.org>  Wed, 07 May 2014 00:13:42 +0200

simgrid (3.10-7) unstable; urgency=medium

  * Only build-dep on valgrind on archs that provide it.

 -- Martin Quinson <mquinson@debian.org>  Tue, 28 Jan 2014 23:36:00 +0100

simgrid (3.10-6) unstable; urgency=low

  * Build-depends on valgrind so that SimGrid programs become
    valgrindable (Closes: #735749).

 -- Martin Quinson <mquinson@debian.org>  Sat, 18 Jan 2014 20:42:39 +0100

simgrid (3.10-5) unstable; urgency=medium

  * Disable parallel builds, as gfortran breaks when building mpich3
    tests in parallel.

 -- Martin Quinson <mquinson@debian.org>  Sat, 11 Jan 2014 22:46:35 +0100

simgrid (3.10-4) unstable; urgency=low

  * Put me as a maintainer and Lucas as an uploader.
  * Get all the new packages conflicting with the old all-in-one
    package (Closes: #734834, #734835).

 -- Martin Quinson <mquinson@debian.org>  Sat, 11 Jan 2014 16:19:55 +0100

simgrid (3.10-2) unstable; urgency=medium

  * Split package in four components: binaries, doc, headers, java.
  * Enable parallel build if the option is set in DEB_BUILD_OPTIONS
  * Rename graphicator to simgrid-graphicator to preserve the namespace
  * d/control: Bump standard version to 3.9.5 (no other change)
  * Upload to unstable now that the package is reasonably clean.

 -- Martin Quinson <mquinson@debian.org>  Sun, 05 Jan 2014 10:12:15 +0100

simgrid (3.10-1) experimental; urgency=low

  * Packaging the final version of the 3.10 release
  * Adapt to the recent versions of cmake:
    - Change -Dprefix into -DCMAKE_INSTALL_PREFIX
    - Don't use -Dcustom_flags but set the environment

 -- Martin Quinson <mquinson@debian.org>  Sun, 24 Nov 2013 15:41:30 +0100

simgrid (3.10~rc2-1) experimental; urgency=low

  * New upstream snapshot, preparing the next 3.10 release.
    - (Hopefully) Fix java building on kfreebsd
    - Adapt to cmake 2.8.12 (Jar dependencies madness)

 -- Martin Quinson <mquinson@debian.org>  Sat, 09 Nov 2013 12:40:00 +0100

simgrid (3.9.90-3) experimental; urgency=low

  * Add gfortran to the build-depends for all SMPI tests (bummer)
  * Add default-jdk to the build-depends for Java (painful)

 -- Martin Quinson <mquinson@debian.org>  Sat, 02 Nov 2013 23:33:03 +0100

simgrid (3.9.90-2) experimental; urgency=low

  * Enable the Java bindings.
  * Enable the full test suite of SMPI features.

 -- Martin Quinson <mquinson@debian.org>  Sat, 02 Nov 2013 20:14:28 +0100

simgrid (3.9.90-1) experimental; urgency=low

  * New upstream snapshot, to prepare the 3.10 release.

 -- Lucas Nussbaum <lucas@debian.org>  Thu, 24 Oct 2013 13:31:29 +0200

simgrid (3.9~rc1-1) unstable; urgency=low

  * New upstream release: the "Grasgory" release. Major changes:
    - Gras was completely removed from this version.
    - Documentation reorganization to ease browsing it.
    - New default value for the TCP_gamma parameter: 4MiB

 -- Martin Quinson <mquinson@debian.org>  Thu, 31 Jan 2013 00:24:51 +0100

simgrid (3.8.1-2) unstable; urgency=low

  * upload to unstable, in the hope to get into the next ubuntu
    release. It's too late already for next Debian, but we still can
    make this one.

 -- Martin Quinson <mquinson@debian.org>  Fri, 11 Jan 2013 11:38:30 +0100

simgrid (3.8.1-1) experimental; urgency=low

  * New upstream release.

 -- Lucas Nussbaum <lucas@debian.org>  Fri, 26 Oct 2012 23:11:03 +0200

simgrid (3.7.1-1) unstable; urgency=low

  [ Martin Quinson ]
  * debian/copyright: update FSF address (thanks lintian for noticing)

  [ Lucas Nussbaum ]
  * New upstream release.

 -- Lucas Nussbaum <lucas@debian.org>  Sat, 09 Jun 2012 16:24:44 +0200

simgrid (3.7-2) unstable; urgency=low

  * Add -funwind-tables on arm. Fix FTBFS due to broken backtrace() (See
    #637360).

 -- Lucas Nussbaum <lucas@debian.org>  Sat, 26 May 2012 10:13:37 +0200

simgrid (3.7-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.9.3. No changes needed.
  * debian/rules: Enable the SMPI library in the package. Closes: #656102.
  * Build with -O2 on ia64. Closes: #640538.
  * Use dpkg-buildflags to generate CFLAGS and LDFLAGS. Enable hardening.

 -- Lucas Nussbaum <lucas@debian.org>  Thu, 24 May 2012 16:08:59 +0200

simgrid (3.6.2-1) unstable; urgency=low

  * New upstream release ("Not coding new stuff allows to polish old things")
    - Portability to Mac and Windows improved.
    - Possible misconfigurations (contextes, libPCRE) made impossible by
      removing the option or providing sane default value.
    - Exerimental support to NS3 simulator as a backend.
  * Drop test_progs_return_type.diff and no-init-malloc.diff: merged upstream.

 -- Martin Quinson <mquinson@debian.org>  Wed, 05 Oct 2011 16:24:43 +0200

simgrid (3.6.1-3) unstable; urgency=low

  * Add no-init-malloc.diff: fix FTBFS on Hurd.

 -- Lucas Nussbaum <lucas@debian.org>  Sat, 30 Jul 2011 11:44:55 +0200

simgrid (3.6.1-2) unstable; urgency=low

  * Add test_progs_return_type.diff: fix checking for semaphores on kFreeBSD.
    Closes: #632316

 -- Lucas Nussbaum <lucas@debian.org>  Wed, 20 Jul 2011 23:58:50 +0200

simgrid (3.6.1-1) unstable; urgency=low

  * new upstream version (bug fix on MacOSX: no change for us)

 -- Martin Quinson <mquinson@debian.org>  Mon, 27 Jun 2011 14:08:39 +0200

simgrid (3.6-1) unstable; urgency=low

  * New upstream version: The 3.6 is ready now (yuhu)

 -- Martin Quinson <mquinson@debian.org>  Tue, 21 Jun 2011 09:24:10 +0200

simgrid (3.6~rc3-1) unstable; urgency=low

  * New upstream version: Third release candidate to 3.6
    - disable the tests that are not to be run in release settings
    - fix packaging issues, mainly impacting MacOS X users

 -- Martin Quinson <mquinson@debian.org>  Thu, 16 Jun 2011 15:56:18 +0200

simgrid (3.6~rc2-1) unstable; urgency=low

  * New upstream version: Release candidate to 3.6
    (There were two of them to take a last minute change into account)
  * First upload to unstable
  * Bump standards-version to 3.9.2

 -- Martin Quinson <mquinson@debian.org>  Tue, 24 May 2011 17:28:10 +0200

simgrid (3.6~b2-1) experimental; urgency=low

  * New upstream pre-release for the upcomming 3.6: beta1
    - fix the build on kfreebsd by disabling MMAP support
      (we're using MMAP_ANONYMOUS, which is linux only)
    - most examples seem valgrind clean now
    - fix the make clean target: package should builds twice in a row
    - much less warnings in doxygen even if not perfect yet
    - disable tests using raw contextes on arch not providing them
    - add a manpage for simgrid_update_xml
  * build-depend on libpcre3-dev to enable the Vivaldi routing model
  * Build manually the manpage for now since it's only activated in
    make simgrid_documentation target, that has too much B-D for us.

 -- Martin Quinson <mquinson@debian.org>  Tue, 19 Apr 2011 17:25:22 +0200

simgrid (3.6~b1-1) experimental; urgency=low

  * New upstream pre-release for the upcomming 3.6: beta1
    - Fix compilation on armel and kfreebsd buildd (hopefully)
    - Various other corrections: getting close to the release

 -- Martin Quinson <mquinson@debian.org>  Mon, 18 Apr 2011 17:40:45 +0200

simgrid (3.6~a1-1) experimental; urgency=low

  * Initial upload to Debian, based on an SVN snapshot. Closes: #615484.

 -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Sat, 26 Feb 2011 23:17:59 +0100