Skip to content

Commit e064369

Browse files
authored
HElib v2.1.0 release update
* Update to CHANGES.md to reflect changes for HElib v2.1.0 release * Updated version number to 2.1.0
1 parent 57dfb39 commit e064369

File tree

16 files changed

+37
-26
lines changed

16 files changed

+37
-26
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020 IBM Corp.
1+
# Copyright (C) 2020-2021 IBM Corp.
22
# This program is Licensed under the Apache License, Version 2.0
33
# (the "License"); you may not use this file except in compliance
44
# with the License. You may obtain a copy of the License at

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Release Changes
22
===============
33

4+
HElib 2.1.0, March 2021
5+
=========================
6+
(tagged as v2.1.0)
7+
8+
* Deprecated APIs
9+
* Documentation update: deprecated list
10+
* Marked functions as deprecated
11+
* Updated examples
12+
* Documentation update: PtxtArray JSON IO
13+
* Bug fixes
14+
415
HElib 2.0.0, January 2021
516
=========================
617
(tagged as v2.0.0)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.1.0

ci/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (C) 2020 IBM Corp.
3+
# Copyright (C) 2020-2021 IBM Corp.
44
# This program is Licensed under the Apache License, Version 2.0
55
# (the "License"); you may not use this file except in compliance
66
# with the License. You may obtain a copy of the License at

examples/BGV_packed_arithmetic/BGV_packed_arithmetic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2019-2020 IBM Corp.
1+
/* Copyright (C) 2019-2021 IBM Corp.
22
* This program is Licensed under the Apache License, Version 2.0
33
* (the "License"); you may not use this file except in compliance
44
* with the License. You may obtain a copy of the License at

include/helib/Ctxt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2012-2020 IBM Corp.
1+
/* Copyright (C) 2012-2021 IBM Corp.
22
* This program is Licensed under the Apache License, Version 2.0
33
* (the "License"); you may not use this file except in compliance
44
* with the License. You may obtain a copy of the License at

include/helib/EncryptedArray.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2012-2020 IBM Corp.
1+
/* Copyright (C) 2012-2021 IBM Corp.
22
* This program is Licensed under the Apache License, Version 2.0
33
* (the "License"); you may not use this file except in compliance
44
* with the License. You may obtain a copy of the License at

include/helib/FHE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2012-2019 IBM Corp.
1+
/* Copyright (C) 2012-2021 IBM Corp.
22
* This program is Licensed under the Apache License, Version 2.0
33
* (the "License"); you may not use this file except in compliance
44
* with the License. You may obtain a copy of the License at

include/helib/Ptxt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2019-2020 IBM Corp.
1+
/* Copyright (C) 2019-2021 IBM Corp.
22
* This program is Licensed under the Apache License, Version 2.0
33
* (the "License"); you may not use this file except in compliance
44
* with the License. You may obtain a copy of the License at

include/helib/keys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2012-2020 IBM Corp.
1+
/* Copyright (C) 2012-2021 IBM Corp.
22
* This program is Licensed under the Apache License, Version 2.0
33
* (the "License"); you may not use this file except in compliance
44
* with the License. You may obtain a copy of the License at

0 commit comments

Comments
 (0)