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
|
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
|