Change logs for scanmem source package in Buster

  • scanmem (0.17-2) unstable; urgency=low
    
      [ Sebastian Parschauer ]
      * debian/copyright:
        + update for 0.17
      * debian/gameconqueror.install:
        + adapt metainfo files to final upstream state
      * debian/patches:
        + update the metainfo patches to final upstream state
    
      [ Kartik Mistry ]
      * Updated debian/watch file.
    
     -- Kartik Mistry <email address hidden>  Fri, 26 Jan 2018 04:54:10 -0800
  • scanmem (0.17-1) unstable; urgency=medium
    
      [ Sebastian Parschauer ]
      * New upstream release:
        + major performance improvement by inlining, new algorithms, and
          data as well as code optimization
        + complete string and bytearray search rework
        + fixed unaligned pointer access during string search
        + added "-c/--command" option for commands to be run first
        + added "-e/--errexit" option to exit on initial command errors
        + added "!" alias for "shell" command
        + added "max_to_print" parameter to "list" command (default: 10k)
        + full support for sets of values for "delete", "dregion", and "set"
        + custom pager support (env $PAGER)
        + fixed listing floats with >100 digits
        + parse negative numbers as int64 instead of uint64
        + better checks if input is valid
        + added a testing framework
        + documentation fixes
        + gui: show up to 10k matches
        + gui: add a button to interrupt mid-scan
        + gui: add keyboard-only navigation
        + gui: add a refresh button in hexview
        + gui: drop hexview data caching (showed obsolete data)
        + lang: add de, es, it, sr_ME
      * debian: use Python3 now
      * debian/control:
        + change priority from 'extra' to 'optional'
      * debian/gameconqueror.install:
        + adapt to *.xml to *.ui renaming
        + adapt to new metainfo files
      * debian/patches:
        + remove all superseded patches
        + configure: add `AM_PROG_CC_C_O` macro
        + gui: use Python3 shebang
        + gui: appdata: Use new format and location
        + gui: Rename *.desktop.in and *.appdata.xml.in
    
       [ Kartik Mistry ]
       * debian/copyright:
         + http->https in URL.
       * debian/control:
         + Added Vcs-* URLs.
         + Updated to Standards-Version 4.1.3
         + Bumped debhelper dependency to 11.
         + Added myself as a uploader.
         + Fixed typo: GTK->GTK+
         + Removed Build-Deps on autotools-dev.
       * debian/compat:
         + Set compatibility to 11.
       * debian/gameconqueror.install:
         + Fixed installation of *appdata.xml files.
       * debian/watch:
         + Use version 4.
    
     -- Kartik Mistry <email address hidden>  Sat, 20 Jan 2018 05:35:03 +0530
  • scanmem (0.16-1) unstable; urgency=medium
    
      * New upstream release:
        + ranges support ("n..m" command)
        + exact float matching (depends on ranges)
        + Android support
        + GTK 3.22 support
        + GUI usability improvements
        + GUI command line option parsing
        + GUI uses absolute path to libscanmem.so.1
        + GUI: setting the length when manually adding a string/bytearray
        + license change to LGPL-3 for libscanmem
        + Python 3 Unicode conversion bugfixes
        + scan input handling bugfixes
        + GUI resize issues resolved
        + several further GUI issues fixed
        + fixed the watch handler to respect match flags
        + full rework of man pages
        + reworked scanmem version printing and root warning
        + Closes: #618464, #689057, #822604
      * debian:
        + removed 'dirs' and 'docs'
      * debian/control:
        + reworked package descriptions
        + reworked GUI depends
      * debian/copyright:
        + update to state of 2016
      * debian/patches:
        + gui: Replace icon 'gtk-jump-to' with 'go-jump'
      * debian/rules:
        + simplified hardening
    
     -- Sebastian Parschauer <email address hidden>  Wed, 04 Jan 2017 18:23:30 +0100