MozillaFirefox/MozillaFirefox.changes
branchfirefox64
changeset 1084 b0b3c507e253
parent 1083 2f7023025374
child 1085 87f893cf45b9
equal deleted inserted replaced
1083:2f7023025374 1084:b0b3c507e253
       
     1 -------------------------------------------------------------------
       
     2 Tue Jan 15 14:32:03 UTC 2019 - Martin Liška <mliska@suse.cz>
       
     3 
       
     4 - Increase disk constraint.
       
     5 
       
     6 -------------------------------------------------------------------
       
     7 Mon Jan 14 12:12:12 UTC 2019 - Martin Liška <mliska@suse.cz>
       
     8 
       
     9 - Remove -v from mach build in order to work-around bmo#1500436.
       
    10 
       
    11 -------------------------------------------------------------------
       
    12 Fri Jan 11 15:07:14 UTC 2019 - Martin Liška <mliska@suse.cz>
       
    13 
       
    14 - Set %clang_build to false on all architectures
       
    15 - Do not use -fno-delete-null-pointer-checks and -fno-strict-aliasing:
       
    16   it should not be needed anymore
       
    17 - Do not overwrite enable-optimize and when possible
       
    18   enable --enable-debug-symbols.
       
    19 - Add -v to mach in order to make build verbose.
       
    20 
       
    21 -------------------------------------------------------------------
       
    22 Wed Jan  9 22:40:14 UTC 2019 - astieger@suse.com
       
    23 
       
    24 - Mozilla Firefox 64.0.2:
       
    25   * Update the Japanese translation for missing strings (bmo#1513259)
       
    26   * Properly restore column sizes in developer tools inspector (bmo#1503175)
       
    27   * Fixed video stuttering on Youtube (bmo#1513511)
       
    28   * Fix updates for some lightweight themes (bmo#1508777)
       
    29 
       
    30 -------------------------------------------------------------------
       
    31 Tue Dec 18 14:46:41 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
       
    32 
       
    33 - Enable build_hardened for all architectures
       
    34 - Switch back aarch64 to clang as '-fPIC' fixes bmo#1513605
       
    35 - Remove obolete '--enable-pie' as -pie is always enabled for
       
    36   gcc and clang
       
    37 
     1 -------------------------------------------------------------------
    38 -------------------------------------------------------------------
     2 Wed Dec 12 17:33:29 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
    39 Wed Dec 12 17:33:29 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
     3 
    40 
     4 - Switch aarch64 builds back to gcc, not clang (bmo#1513605)
    41 - Switch aarch64 builds back to gcc, not clang (bmo#1513605)
     5 - Switch %arm builds back to gcc, not clang to avoid OOM
    42 - Switch %arm builds back to gcc, not clang to avoid OOM