Skip to content

Commit 3872229

Browse files
committed
Release 1.3.0.
1 parent 2896119 commit 3872229

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.3.0 | 2021-10-18 16:23:34 +0200
2+
3+
* Release 1.3.0.
4+
15
1.3.0-dev.133 | 2021-10-18 16:16:23 +0200
26

37
* GH-934: Allow `$$` in place of `self` in unit convert attributes. (Benjamin Bannier, Corelight)

NEWS.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ releases. For an exhaustive list of all changes, see the `CHANGES
44
<https://github.com/zeek/spicy/blob/main/CHANGES>`_ file coming with
55
the distribution.
66

7-
Version 1.3 (in progress)
8-
=========================
7+
Version 1.3
8+
===========
99

1010
.. rubric:: New Functionality
1111

@@ -39,10 +39,18 @@ Version 1.3 (in progress)
3939

4040
- We added precompilation support for ``libspicy.h``.
4141

42+
- Drop support for end-of-life Fedora 32, and add support for Fedora 34.
43+
4244
.. rubric:: Bug fixes
4345

4446
- Correctly handle lookups for NULL library symbols.
4547

48+
- Use safe integers for ``size`` functions in the runtime library.
49+
50+
- Make it possible to build on ARM64.
51+
52+
- Fix building with gcc-11.
53+
4654
.. rubric:: Documentation
4755

4856
Version 1.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0-dev.133
1+
1.3.0

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = u'Zeek Project'
2626

2727
version = open('../VERSION').readline()
28-
release = "1.2.1" # most recent release version
28+
release = "1.3.0" # most recent release version
2929

3030
# -- General configuration ---------------------------------------------------
3131

0 commit comments

Comments
 (0)