diff --git a/trunk/debian/changelog b/trunk/debian/changelog index 6026ea9..99223fe 100644 --- a/trunk/debian/changelog +++ b/trunk/debian/changelog @@ -1,45 +1,48 @@ fred (0.1.0beta4) unstable; urgency=low * Fixed some minor UI bugs + * Massive code cleanup in mainwindow.cpp + * Added ability to switch data interpreter's endianness + * Added ability in hex editor to select and copy selected bytes / text - -- Daniel Gillen Mon, 21 May 2012 00:00:00 +0200 + -- Daniel Gillen Mon, 25 Jun 2012 00:00:00 +0200 fred (0.1.0beta3) unstable; urgency=low * Added search functionality * Added various context menus to copy values to clipboard * Now linking statically against libhivex to support older Debian / Ubuntu distros * Some small fixes to ease portability -- Daniel Gillen Sun, 04 Sep 2011 00:15:00 +0200 fred (0.1.0beta2) unstable; urgency=low * Fixed some more bugs and subclassed QTreeView and QTableView -- Daniel Gillen Tue, 23 Aug 2011 17:00:00 +0200 fred (0.1.0beta1) unstable; urgency=low * Fixed some minor bugs and added more report templates -- Daniel Gillen Mon, 22 Aug 2011 08:00:00 +0200 fred (0.1.0alpha3) unstable; urgency=low * Added data report engine and 2 basic report templates -- Daniel Gillen Wed, 17 Aug 2011 11:30:00 +0200 fred (0.1.0alpha2) unstable; urgency=low * Integrated hexeditor into main windows. * Added data interpreters -- Daniel Gillen Tue, 09 Aug 2011 17:00:00 +0200 fred (0.1.0alpha1) unstable; urgency=low * First public release -- Daniel Gillen Sat, 06 Aug 2011 22:00:00 +0200 diff --git a/trunk/debian/control b/trunk/debian/control index 4a9b776..c47a2af 100644 --- a/trunk/debian/control +++ b/trunk/debian/control @@ -1,27 +1,27 @@ Source: fred Section: x11 Priority: optional Maintainer: Gillen Daniel Uploaders: Gillen Daniel Build-Depends: debhelper (>= 5), libqt4-dev Standards-Version: 3.8.2 Homepage: https://www.pinguin.lu Package: fred Architecture: any Depends: ${shlibs:Depends} Recommends: fred-reports Description: Forensic Registry EDitor Forensic Registry EDitor (fred) is a cross-platform M$ registry - hive editor with special feautures useful during forensic + hive editor with special features useful during forensic analysis. Package: fred-reports Architecture: any Depends: ${shlibs:Depends} Description: Forensic Registry EDitor Forensic Registry EDitor (fred) is a cross-platform M$ registry - hive editor with special feautures useful during forensic + hive editor with special features useful during forensic analysis. . This package contains the report-templates for fred.