File: changelog

package info (click to toggle)
entropybroker 2.8-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,644 kB
  • ctags: 1,591
  • sloc: cpp: 14,384; sh: 934; makefile: 191; java: 148; perl: 12
file content (27 lines) | stat: -rw-r--r-- 968 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
entropybroker (2.8-3) unstable; urgency=medium

  * fix for correct handling of ppoll (Closes: #856187)

 -- Thorsten Alteholz <debian@alteholz.de>  Wed, 01 Mar 2017 19:35:00 +0100

entropybroker (2.8-2) unstable; urgency=medium

  * don't build server_cycle_count (Closes: #840018)
    It uses a CPU register as source for entropy that is not available 
    on all architectures)
  * replace constant 8lu by (size_t)8 (Closes: #840019)
    sizeof operator returns a constant with type std::size_t, which
    is not unsigned long on all architectures
  * take care of unavailable constants (Closes: #840020)
    sparc64 does not know some baudrates
  * thanks a lot to Aaron M. Ucko for his suggestions to solve
    these bugs

 -- Thorsten Alteholz <debian@alteholz.de>  Sat, 08 Oct 2016 23:00:00 +0200

entropybroker (2.8-1) unstable; urgency=medium

  * initial upload (Closes: #545148)

 -- Thorsten Alteholz <debian@alteholz.de>  Tue, 04 Oct 2016 20:00:00 +0200