Adapt ASLR to ltrace
[platform/upstream/ltrace.git] / NEWS
diff --git a/NEWS b/NEWS
index 0288b66..170efe9 100644 (file)
--- a/NEWS
+++ b/NEWS
      This use is still accepted, taken to mean "hide(int)", but
      produces a warning, and will be removed in future.
 
+   - Prototypes are now read from DWARF debug info, if available. This
+     complements the data available in config files
+
 ** Architectural support
    - MIPS and MIPSel are now handled by the same backend.
-   - ARMv6 and ARMv7 are supported, including full fetch backend.
+   - ARMv6, ARMv7 and ARMv8 (AArch64) are supported, including full
+     fetch backend.  ARMv8 backend doesn't support tracing of 32-bit
+     binaries, as currently there's no 32-bit userspace available for
+     ARM64 processors.
    - Imagination Technologies Meta is now supported.
+   - PowerPC64 ELFv2 little-endian ABI is now supported including full
+     fetch backend.
 
    - On Linux, tracing of IFUNC symbols is supported.  On i386,
      x86_64, ppc32 with secure PLT and ppc64, IRELATIVE PLT slots are
 
 * License
 -------------------------------------------------------------------------------
-Copyright (C) 2012,2013 Petr Machata <pmachata@redhat.com>
+Copyright (C) 2012-2014 Petr Machata <pmachata@redhat.com>
 This file is part of ltrace.
 
 ltrace is free software; you can redistribute it and/or modify it