File cereal.changes of Package cereal
50
1
-------------------------------------------------------------------
2
Mon Oct 4 15:35:14 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
3
4
- Add patch to fix build with glibc 2.34:
5
* d7b68df.patch
6
7
-------------------------------------------------------------------
8
Sat Aug 15 20:28:01 UTC 2020 - Dirk Mueller <dmueller@suse.com>
9
10
- update to 1.3.0:
11
* Deferred serialization for smart pointers (#185)
12
* Initial support for C++17 standard library variant and optional (thanks to @arximboldi, #448)
13
* Support for std::atomic (thanks to @bluescarni, #277)
14
* Vastly improved continuous integration testing (#568, #569)
15
* Fixed several issues related to compilation on newer compilers (#579, #587, #515)
16
* Fixed warnings with -Wconversion and -Wdocumentation (thanks to @WSoptics, #423)
17
* Performance improvements for polymorphic serialization (#354)
18
* Fixed a bug related to CEREAL_REGISTER_DYNAMIC_INIT with shared libraries (thanks to @M2tM, #523)
19
* Avoid unnecessary undefined behavior with StaticObject (thanks to @erichkeane, #470)
20
* New version.hpp file describes cereal version (#444)
21
* Ability to disable size=dynamic attribute in the XML archive (thanks to @hoensr, #401)
22
remove 8b8f5814e292e03bb5b07333a0e634ef0481c85b.patch: upstream
23
24
-------------------------------------------------------------------
25
Thu Feb 16 01:00:45 UTC 2017 - junghans@votca.org
26
27
- added 8b8f5814e292e03bb5b07333a0e634ef0481c85b.patch from upsteam
28
to fix unstable test
29
30
-------------------------------------------------------------------
31
Wed Feb 15 16:48:34 UTC 2017 - junghans@votca.org
32
33
- update to version 1.2.2
34
35
-------------------------------------------------------------------
36
Wed Feb 1 10:20:13 UTC 2017 - adam.majer@suse.de
37
38
- use individual libboost-*-devel packages instead of boost-devel
39
40
-------------------------------------------------------------------
41
Fri Sep 2 18:59:18 UTC 2016 - junghans@votca.org
42
43
- disable PORTABILITY_TEST to support arm
44
45
-------------------------------------------------------------------
46
Wed Aug 31 21:09:15 UTC 2016 - junghans@votca.org
47
48
- Initial version 1.2.1
49
50