Skip to content

Commit f58a1c2

Browse files
committed
appending changelog for debian
1 parent 4cc51ac commit f58a1c2

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

debian/changelog

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
bellmansgapc (2020.12.08-0ubuntu0ppa1~hirsute1) hirsute; urgency=medium
2+
3+
* using a more elgant method to checkfor correct Bison version
4+
* adapting code to more recent standards (e.g. libc) to avoid compile errors or segmentation faults
5+
* correct iteration through container when deleting elements
6+
* operator+= for vector iterators
7+
* using $(SED) variable instead of plain sed in build process
8+
9+
-- janssenlab <stefan.m.janssen@gmail.com> Tue, 8 Dec 2020 17:12:00 +0200
10+
11+
bellmansgapc (2020.12.08-0ubuntu0ppa1~groovy1) groovy; urgency=medium
12+
13+
* using a more elgant method to checkfor correct Bison version
14+
* adapting code to more recent standards (e.g. libc) to avoid compile errors or segmentation faults
15+
* correct iteration through container when deleting elements
16+
* operator+= for vector iterators
17+
* using $(SED) variable instead of plain sed in build process
18+
19+
-- janssenlab <stefan.m.janssen@gmail.com> Tue, 8 Dec 2020 17:12:00 +0200
20+
21+
bellmansgapc (2020.12.08-0ubuntu0ppa1~focal1) focal; urgency=medium
22+
23+
* using a more elgant method to checkfor correct Bison version
24+
* adapting code to more recent standards (e.g. libc) to avoid compile errors or segmentation faults
25+
* correct iteration through container when deleting elements
26+
* operator+= for vector iterators
27+
* using $(SED) variable instead of plain sed in build process
28+
29+
-- janssenlab <stefan.m.janssen@gmail.com> Tue, 8 Dec 2020 17:12:00 +0200
30+
31+
bellmansgapc (2020.12.08-0ubuntu0ppa1~bionic1) bionic; urgency=medium
32+
33+
* using a more elgant method to checkfor correct Bison version
34+
* adapting code to more recent standards (e.g. libc) to avoid compile errors or segmentation faults
35+
* correct iteration through container when deleting elements
36+
* operator+= for vector iterators
37+
* using $(SED) variable instead of plain sed in build process
38+
39+
-- janssenlab <stefan.m.janssen@gmail.com> Tue, 8 Dec 2020 17:12:00 +0200
40+
41+
bellmansgapc (2020.12.08-0ubuntu0ppa1~xenial1) xenial; urgency=medium
42+
43+
* using a more elgant method to checkfor correct Bison version
44+
* adapting code to more recent standards (e.g. libc) to avoid compile errors or segmentation faults
45+
* correct iteration through container when deleting elements
46+
* operator+= for vector iterators
47+
* using $(SED) variable instead of plain sed in build process
48+
49+
-- janssenlab <stefan.m.janssen@gmail.com> Tue, 8 Dec 2020 17:12:00 +0200
50+
151
bellmansgapc (2020.08.24-0ubuntu0ppa1~focal1) focal; urgency=medium
252

353
* switching from mercurial to git for version number generation

0 commit comments

Comments
 (0)