Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 254 | Rev 260 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 254 Rev 255
Line 2... Line 2...
2
2
3
  * disable_peephole_opt_integer_overflow.patch: Disable peep some hole
3
  * disable_peephole_opt_integer_overflow.patch: Disable peep some hole
4
    optimizer rules that weren't protected against negation overflow,
4
    optimizer rules that weren't protected against negation overflow,
5
    causing an infinite loop when building the GL module (Closes:
5
    causing an infinite loop when building the GL module (Closes:
6
    #836673).
6
    #836673).
-
 
7
  * Build against libkrb5-dev instead of heimdal-dev (Closes: #806264,
-
 
8
    #836683). (Not bothering with -multidev right now.)
7
  * Bump Standards-Version to 3.9.8.
9
  * Bump Standards-Version to 3.9.8.
8
10
9
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 29 Sep 2016 22:48:35 +0200
11
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 30 Sep 2016 07:54:39 +0200
10
12
11
pike7.8 (7.8.866-5) unstable; urgency=low
13
pike7.8 (7.8.866-5) unstable; urgency=low
12
14
13
  * clang_inline.patch: Fix FTBFS on i386 (probably due to changed meaning
15
  * clang_inline.patch: Fix FTBFS on i386 (probably due to changed meaning
14
    of inline with GCC 5).
16
    of inline with GCC 5).