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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323
|
scanmem (0.17-3) unstable; urgency=low
[ Kartik Mistry ]
* debian/control:
+ Removed obsolete field X-Python3-Version.
+ Updated to Standards-Version 4.4.1
* Bumped dh to 12.
* Added debian/gitlab-ci.yml
-- Kartik Mistry <kartik@debian.org> Sat, 19 Oct 2019 18:27:05 +0530
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 <kartik@debian.org> 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 <kartik@debian.org> 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 <s.parschauer@gmx.de> Wed, 04 Jan 2017 18:23:30 +0100
scanmem (0.15.7-1) UNRELEASED; urgency=medium
* New upstream release:
+ Major changes in 5 years of development since v0.13
+ Fixed bugs all over the place (including security bugs)
+ Migrated the GUI to GTK 3
+ Improved backend communication by creation of libscanmem
+ Added GameConqueror translations Japanese and Russian
+ Migrated the GUI gksu to PolicyKit/pkexec
+ Implemented region type and load address support against ASLR
+ Implemented endianness support
+ Implemented full Python 3 support for the GUI
+ Optimized scan performance
+ Creation of the Python cache for source distros
* debian/watch:
+ Updated for new project location on GitHub
* debian/control:
+ Updated Standards-Version to 3.9.8
+ Set Sebastian Parschauer as the new package maintainer
+ Moved Lu Wang to uploaders
+ Updated the homepage to the new project location on GitHub
+ Updated all dependencies for the new upstream code
* debian/copyright:
+ Set everything to GPL-3+ and dropped GPL-2+ like upstream did
+ Set Sebastian Parschauer as the primary uptream maintainer
+ Set new source location on GitHub
+ Added the copyright information of Sebastian Parschauer
* debian/gameconqueror.install:
+ Updated for new upstream code
* debian/gameconqueror.manpages:
+ Use the upstream man page
* debian/scanmem.install:
+ Add libscanmem.so*
* debian/rules:
+ Build with hardening
+ Run autogen.sh before dh_auto_configure
-- Sebastian Parschauer <s.parschauer@gmx.de> Wed, 27 Apr 2016 18:13:55 +0200
scanmem (0.13-1) unstable; urgency=low
* New upstream release:
+ Dropped gameconqueror-man-page-fix.diff patch, merged upstream.
* debian/control:
+ Updated Standards-Version to 3.9.3
+ Bumped debhelper dependency to >=9 for hardening support.
* debian/compat:
+ Set to 9 for hardening support.
* debian/copyright:
+ Updated to copyright-format 1.0
* debian/rules:
+ Fixed permission for configure script.
* debian/docs:
+ Do not install old NEWS file.
-- Kartik Mistry <kartik@debian.org> Fri, 02 Nov 2012 16:52:43 +0530
scanmem (0.12-2) unstable; urgency=low
[Kartik Mistry]
* debian/rules:
+ Use dh7
* debian/patches/gameconqueror-man-page-fix.diff:
+ Added patch to fix gameconqueror.1 manpage mistakes
* debian/control:
+ Removed dependency on cdbs
+ Updated python dependency for Build-Depends/Depends for dh_python2 use
+ Updated Standards-Version to 3.9.2
-- Kartik Mistry <kartik@debian.org> Sun, 03 Jul 2011 17:36:30 +0530
scanmem (0.12-1) unstable; urgency=low
[WANG Lu]
* New upstream release:
+ Ignore empty values in cheat list
+ Resizable process lit dialog
+ Skip when /proc/pid/exe is not available
+ Run as root now, in order to read remote memory in Ubuntu
+ Fix a problem with bytearray displaying
+ Wildcard support in bytearray writing
+ A memory leak fix
+ Use monospace font
+ Fix a string parsing problem
[Kartik Mistry]
* debian/control:
+ Updated Standards-Version to 3.9.1
+ Fixed package description for gnomeconqueror
* debian/copyright:
+ Added missing author, updated copyright years
+ Updated to latest DEP-5 specifications
-- WANG Lu <coolwanglu@gmail.com> Tue, 19 Apr 2011 23:49:05 +0530
scanmem (0.11-1) unstable; urgency=low
[WANG Lu]
* Fix build on Debian-kfreebsd* (Closes: #578457)
* Fix an issue of freezing when scanning for multiple variables
* Added a new debian/watch file
[Kartik Mistry]
* debian/copyright:
+ Fixed for DEP-5 specifications
* debian/gnomeconqueror.manpages:
+ Fixed manpage path
-- WANG Lu <coolwanglu@gmail.com> Sun, 16 May 2010 23:38:59 +0530
scanmem (0.10-1) unstable; urgency=low
[WANG Lu]
* New upstream release:
+ Added GUI for program as GameConqueror, separated binary package
* debian/control:
+ Updated Standards-Version to 3.8.4
+ Added Kartik Mistry <kartik@debian.org> as Uploader now
+ Updated Homepage entry
* debian/rules:
+ Used CDBS to simplyfy rules, dh will follow with next upload
[Kartik Mistry]
* Added manpage for GameConqueror, debian/gameconqueror.1
* Converted package to use source format 3.0 (quilt)
-- WANG Lu <coolwanglu@gmail.com> Fri, 16 Apr 2010 08:54:03 +0530
scanmem (0.07-8) unstable; urgency=low
* debian/control:
+ Build-Depends on libreadline-dev instead of libreadline5-dev
+ Updated Standards-Version to 3.8.3
+ Wrapped up Build-Depends
+ Updated debhelper dependency to 7.0.50~
+ Removed dependency on cdbs, no longer needed as we use dh now
* debian/rules:
+ dh usage instead of cdbs
* debian/copyright:
+ Don't point to versionless symlink in /usr/share/common-licenses
-- Kartik Mistry <kartik@debian.org> Sun, 13 Sep 2009 23:13:09 +0530
scanmem (0.07-7) unstable; urgency=low
* debian/control:
+ Updated my maintainer email address
+ Removed Torsten from Uploader as package is not part of bollin
+ Removed VCS-* fields
+ Updated Standards-Version to 3.8.1 (no changes needed)
* debian/copyright:
+ [Lintian] Updated to use correct copyright symbol ©
+ Updated Debian copyright information
-- Kartik Mistry <kartik@debian.org> Mon, 15 Jun 2009 11:35:08 +0530
scanmem (0.07-6) unstable; urgency=low
* upload to unstable
-- Torsten Werner <twerner@debian.org> Sun, 15 Feb 2009 22:56:55 +0100
scanmem (0.07-5) experimental; urgency=low
[ Kartik Mistry ]
* debian/control:
+ Much better short description, Thanks to adn
[ Torsten Werner ]
* Bump up Standards-Version: 3.8.0 (no changes).
-- Torsten Werner <twerner@debian.org> Sun, 28 Dec 2008 18:09:32 +0100
scanmem (0.07-4) unstable; urgency=low
* debian/control:
+ Updated short and long descriptions
+ Fixed typo of Linux
* debian/copyright:
+ Added license of install-sh
-- Kartik Mistry <kartik.mistry@gmail.com> Mon, 25 Feb 2008 22:22:05 +0530
scanmem (0.07-3) unstable; urgency=low
* debian/control:
+ Updated Standards-Version to 3.7.3
+ Fixed Homepage entry
* debian/copyright:
+ Fixed copyright year
+ Updated link of GPL
-- Kartik Mistry <kartik.mistry@gmail.com> Fri, 28 Dec 2007 10:15:08 +0530
scanmem (0.07-2) unstable; urgency=low
* debian/control: updated homepage as real control field
* debian/copyright: moved copyright out of license section
-- Kartik Mistry <kartik.mistry@gmail.com> Sat, 17 Nov 2007 23:10:44 +0530
scanmem (0.07-1) unstable; urgency=low
* Initial release (Closes: #423424)
-- Kartik Mistry <kartik.mistry@gmail.com> Sat, 4 Aug 2007 19:42:34 +0530
|