diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 61e7e9b..0000000 --- a/ChangeLog +++ /dev/null @@ -1,122 +0,0 @@ -qcma (0.3.7) unstable; urgency=low - - * Added pre 2.00 protocol versions to the config dialog. - * Fixed installation of appindicator plguin on standalone mode. - * Added support for Plasma 5 notifier. - * Use Qt5 by default. - * Fixed file downloader. - * Do no start broadcast received if wireless mode is disabled. - - -- codestation Fri, 23 Oct 2014 00:00:00 -0000 - -qcma (0.3.6) unstable; urgency=low - - * Fix stupid bug with function scope. - - -- codestation Thu, 11 Oct 2014 00:00:00 -0000 - -qcma (0.3.5) unstable; urgency=low - - * Added selector to override the default protocol version. - * Do not override the user provided protocol version with a default value. - - -- codestation Thu, 09 Oct 2014 00:00:00 -0000 - -qcma (0.3.4) unstable; urgency=low - - * Fixed compatibility with FW 3.30. - * Added setting to put a custom protocol version to avoid updates. - * Added notifications via libnotify on Linux. - * Added AppIndicator support for GNOME 3 and Unity. - - -- codestation Thu, 07 Oct 2014 00:00:00 -0000 - -qcma (0.3.3) unstable; urgency=low - - * Fixed wrong file sizes under windows. - * Fixed compilation with android toolchain. - - -- codestation Thu, 28 Jun 2014 00:00:00 -0000 - -qcma (0.3.2) unstable; urgency=low - - * Fixed bug with PSP savedata transfer. - * Fixed multimedia folder copy from pc. - * Added pkg support. - * Fixed about dialog. - - -- codestation Thu, 04 May 2014 00:00:00 -0000 - -qcma (0.3.1) unstable; urgency=low - - * Headless qcma version. - * Added dbus controls to qcma (Linux only) - * Set the default video codec to h264 if metadata skip is enabled. - * Delay the progress dialog by one second so it doesn't show on quick scans. - * Do not show the disconnect message if no connection is established. - * Show correct directory separators on Windows. - * Show if savedata, updates or dlc are present on backup manager. - * New database backend. Disabled for now. - * Added options to disable multimedia indexing. - - -- codestation Thu, 28 Mar 2014 00:00:00 -0000 - -qcma (0.2.8) unstable; urgency=low - - * Fixed bug where USB transfers couldn't be cancelled. - * Enabled item in Advanced settings dialog: "Skip metadata retrieval" (disabled by default). - * Enabled item in Advanced settings dialog: "Disable USB monitoring" (disabled by default). - * Enabled item in Advanced settings dialog: "Disable Wireless monitoring" (disabled by default). - - -- codestation Thu, 09 Jan 2014 00:00:00 -0000 - -qcma (0.2.7) unstable; urgency=low - - * Resolved problem when reading big files in PSP savedatas (like sending ISOS to the Vita). - * Resolved high memory usage when receiving files from PSP savedatas (like ISOS from TN-V). - * Fix crash on startup on some circunstances. - * Enabled item in Advanced settings dialog: "Offline mode" (enabled by default). - - -- codestation Sun, 05 Jan 2014 00:00:00 -0000 - -qcma (0.2.6) unstable; urgency=low - - * Show the account name on the info popup when the vita is connected (just like the official CMA). - * Fixed bug with multimedia browsing/streaming of content who has non-ascii characters on the filename. - * Picture scanning should be a little faster (use internal Qt library instead of ffmpeg for picture metadata extraction). - * KDE native notification support (only on Archlinux or builds from source code). - * Fixed bug with backup usage size when no items are detected. - * No more delay on Qcma exit if no devices are connected (will wait if a PS Vita is still connected). - - -- codestation Fri, 03 Jan 2014 00:00:00 -0000 - -qcma (0.2.5) unstable; urgency=low - - * Added filter for backup manager - * Fixed the PIN bug (negative numbers). - * Fixed bug related to creation of base folders for game backups. - * Show connection status in icon tray color. - * Show PSM icons in backup manager. - * Fixed bug with listing in backup manager. - * Fixed crash in PS Vita with some PSP savedatas. - * Avoid creation of folder with account id "ffffffffffffffff" - - -- codestation Sun, 22 Dec 2013 00:00:00 -0000 - -qcma (0.2.4) unstable; urgency=low - - * Support new CMA broadcast string on FW 3.00. Identify as PS Vita TV compatible. - - -- codestation Tue, 05 Nov 2013 00:00:00 -0000 - -qcma (0.2.3) unstable; urgency=low - - * Make sure that qcma uses statvfs64 on 32bit builds. - - -- codestation Sun, 06 Oct 2013 00:00:00 -0000 - -qcma (0.2.2) unstable; urgency=low - - * Initial release - - -- codestation Tue, 01 Oct 2013 00:00:00 -0000 diff --git a/ChangeLog b/ChangeLog new file mode 120000 index 0000000..d526672 --- /dev/null +++ b/ChangeLog @@ -0,0 +1 @@ +debian/changelog \ No newline at end of file diff --git a/debian/changelog b/debian/changelog deleted file mode 120000 index 22ec9b8..0000000 --- a/debian/changelog +++ /dev/null @@ -1 +0,0 @@ -../ChangeLog \ No newline at end of file diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..61e7e9b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,122 @@ +qcma (0.3.7) unstable; urgency=low + + * Added pre 2.00 protocol versions to the config dialog. + * Fixed installation of appindicator plguin on standalone mode. + * Added support for Plasma 5 notifier. + * Use Qt5 by default. + * Fixed file downloader. + * Do no start broadcast received if wireless mode is disabled. + + -- codestation Fri, 23 Oct 2014 00:00:00 -0000 + +qcma (0.3.6) unstable; urgency=low + + * Fix stupid bug with function scope. + + -- codestation Thu, 11 Oct 2014 00:00:00 -0000 + +qcma (0.3.5) unstable; urgency=low + + * Added selector to override the default protocol version. + * Do not override the user provided protocol version with a default value. + + -- codestation Thu, 09 Oct 2014 00:00:00 -0000 + +qcma (0.3.4) unstable; urgency=low + + * Fixed compatibility with FW 3.30. + * Added setting to put a custom protocol version to avoid updates. + * Added notifications via libnotify on Linux. + * Added AppIndicator support for GNOME 3 and Unity. + + -- codestation Thu, 07 Oct 2014 00:00:00 -0000 + +qcma (0.3.3) unstable; urgency=low + + * Fixed wrong file sizes under windows. + * Fixed compilation with android toolchain. + + -- codestation Thu, 28 Jun 2014 00:00:00 -0000 + +qcma (0.3.2) unstable; urgency=low + + * Fixed bug with PSP savedata transfer. + * Fixed multimedia folder copy from pc. + * Added pkg support. + * Fixed about dialog. + + -- codestation Thu, 04 May 2014 00:00:00 -0000 + +qcma (0.3.1) unstable; urgency=low + + * Headless qcma version. + * Added dbus controls to qcma (Linux only) + * Set the default video codec to h264 if metadata skip is enabled. + * Delay the progress dialog by one second so it doesn't show on quick scans. + * Do not show the disconnect message if no connection is established. + * Show correct directory separators on Windows. + * Show if savedata, updates or dlc are present on backup manager. + * New database backend. Disabled for now. + * Added options to disable multimedia indexing. + + -- codestation Thu, 28 Mar 2014 00:00:00 -0000 + +qcma (0.2.8) unstable; urgency=low + + * Fixed bug where USB transfers couldn't be cancelled. + * Enabled item in Advanced settings dialog: "Skip metadata retrieval" (disabled by default). + * Enabled item in Advanced settings dialog: "Disable USB monitoring" (disabled by default). + * Enabled item in Advanced settings dialog: "Disable Wireless monitoring" (disabled by default). + + -- codestation Thu, 09 Jan 2014 00:00:00 -0000 + +qcma (0.2.7) unstable; urgency=low + + * Resolved problem when reading big files in PSP savedatas (like sending ISOS to the Vita). + * Resolved high memory usage when receiving files from PSP savedatas (like ISOS from TN-V). + * Fix crash on startup on some circunstances. + * Enabled item in Advanced settings dialog: "Offline mode" (enabled by default). + + -- codestation Sun, 05 Jan 2014 00:00:00 -0000 + +qcma (0.2.6) unstable; urgency=low + + * Show the account name on the info popup when the vita is connected (just like the official CMA). + * Fixed bug with multimedia browsing/streaming of content who has non-ascii characters on the filename. + * Picture scanning should be a little faster (use internal Qt library instead of ffmpeg for picture metadata extraction). + * KDE native notification support (only on Archlinux or builds from source code). + * Fixed bug with backup usage size when no items are detected. + * No more delay on Qcma exit if no devices are connected (will wait if a PS Vita is still connected). + + -- codestation Fri, 03 Jan 2014 00:00:00 -0000 + +qcma (0.2.5) unstable; urgency=low + + * Added filter for backup manager + * Fixed the PIN bug (negative numbers). + * Fixed bug related to creation of base folders for game backups. + * Show connection status in icon tray color. + * Show PSM icons in backup manager. + * Fixed bug with listing in backup manager. + * Fixed crash in PS Vita with some PSP savedatas. + * Avoid creation of folder with account id "ffffffffffffffff" + + -- codestation Sun, 22 Dec 2013 00:00:00 -0000 + +qcma (0.2.4) unstable; urgency=low + + * Support new CMA broadcast string on FW 3.00. Identify as PS Vita TV compatible. + + -- codestation Tue, 05 Nov 2013 00:00:00 -0000 + +qcma (0.2.3) unstable; urgency=low + + * Make sure that qcma uses statvfs64 on 32bit builds. + + -- codestation Sun, 06 Oct 2013 00:00:00 -0000 + +qcma (0.2.2) unstable; urgency=low + + * Initial release + + -- codestation Tue, 01 Oct 2013 00:00:00 -0000