From linux-minidisc@lists.fu-berlin.de Thu May 02 22:12:12 2013 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]) by list1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UXzrP-000Sb9-GH>; Thu, 02 May 2013 22:12:11 +0200 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UXzrP-003U09-Ej>; Thu, 02 May 2013 22:12:11 +0200 Received: from z6.physik.fu-berlin.de ([160.45.66.66] helo=z6) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtps (envelope-from ) id <1UXzrP-001sLv-D3>; Thu, 02 May 2013 22:12:11 +0200 Received: from mkarcher by z6 with local (Exim 4.80) (envelope-from ) id 1UXzrM-0005yN-HS for linux-minidisc@lists.fu-berlin.de; Thu, 02 May 2013 22:12:08 +0200 To: linux-minidisc@lists.fu-berlin.de MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5276ea12cf440c1b105364297b46c50ffb0e529f X-Git-Newrev: a99857af9d71ebc00c31824d7d039127af2cd91e Message-Id: From: Michael Karcher Date: Thu, 02 May 2013 22:12:08 +0200 X-Originating-IP: 160.45.66.66 X-purgate: clean X-purgate-type: clean X-purgate-ID: 151147::1367525531-00000A3F-884E5BA2/0-0/0-0 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.2 X-Spam-Flag: NO X-Spam-Status: No, score=-50.0 required=5.0 tests=ALL_TRUSTED X-Spam-Checker-Version: SpamAssassin 3.3.3-zedat9255cc3 on Algerien.ZEDAT.FU-Berlin.DE X-Spam-Level: Subject: [linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman branch master updated. 0.9.6-6-ga99857a X-BeenThere: linux-minidisc@lists.fu-berlin.de X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mailing list for the linux-minidisc project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 20:12:12 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Linux utilities to deal with Sony Minidisc Walkman". The branch, master has been updated via a99857af9d71ebc00c31824d7d039127af2cd91e (commit) via e635b4588846e3b31104e0cf5a06a8d38940c650 (commit) from 5276ea12cf440c1b105364297b46c50ffb0e529f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a99857af9d71ebc00c31824d7d039127af2cd91e Author: Michael Karcher Date: Thu May 2 22:10:17 2013 +0200 (python) netmd: Fix expected exception type On (old) devices that don't support the instruction to disable DRM, that call raises an exception. Catch the type that really gets thrown ("unimplemented command") instead of "command rejected (but generally valid)". commit e635b4588846e3b31104e0cf5a06a8d38940c650 Author: Michael Karcher Date: Thu May 2 21:12:51 2013 +0200 netmd track rename: Correctly send the length of the old title The "WRITE INFO BLOCK" AV/C command used to replace the track title requires the host to provide the number of bytes to replace. Sharp cares about that value and rejects it if more bytes are to be replaced than are currently present, so send the correct value here. ----------------------------------------------------------------------- Summary of changes: libnetmd/libnetmd.c | 8 +++++++- netmd/downloadhack.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) hooks/post-receive -- Linux utilities to deal with Sony Minidisc Walkman From linux-minidisc@lists.fu-berlin.de Thu May 02 22:49:01 2013 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]) by list1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UY0R2-000aqS-7U>; Thu, 02 May 2013 22:49:00 +0200 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UY0R2-003cu2-5p>; Thu, 02 May 2013 22:49:00 +0200 Received: from z6.physik.fu-berlin.de ([160.45.66.66] helo=z6) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtps (envelope-from ) id <1UY0R2-001uST-4B>; Thu, 02 May 2013 22:49:00 +0200 Received: from glaubitz by z6 with local (Exim 4.80) (envelope-from ) id 1UY0Qz-00068a-AF for linux-minidisc@lists.fu-berlin.de; Thu, 02 May 2013 22:48:57 +0200 To: linux-minidisc@lists.fu-berlin.de MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a99857af9d71ebc00c31824d7d039127af2cd91e X-Git-Newrev: 46fb7199eeeb5a5b4d4911368feda40a67b48fd5 Message-Id: From: John Paul Adrian Glaubitz Date: Thu, 02 May 2013 22:48:57 +0200 X-Originating-IP: 160.45.66.66 X-purgate: clean X-purgate-type: clean X-purgate-ID: 151147::1367527740-00000A3F-F8C40F59/0-0/0-0 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.2 X-Spam-Flag: NO X-Spam-Status: No, score=-50.0 required=5.0 tests=ALL_TRUSTED X-Spam-Checker-Version: SpamAssassin 3.3.3-zedat9255cc3 on Algerien.ZEDAT.FU-Berlin.DE X-Spam-Level: Subject: [linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman branch master updated. 0.9.7 X-BeenThere: linux-minidisc@lists.fu-berlin.de X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mailing list for the linux-minidisc project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 20:49:01 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Linux utilities to deal with Sony Minidisc Walkman". The branch, master has been updated discards a99857af9d71ebc00c31824d7d039127af2cd91e (commit) discards e635b4588846e3b31104e0cf5a06a8d38940c650 (commit) via 46fb7199eeeb5a5b4d4911368feda40a67b48fd5 (commit) This update added new revisions after undoing existing revisions. That is to say, the old revision is not a strict subset of the new revision. This situation occurs when you --force push a change and generate a repository containing something like this: * -- * -- B -- O -- O -- O (a99857af9d71ebc00c31824d7d039127af2cd91e) \ N -- N -- N (46fb7199eeeb5a5b4d4911368feda40a67b48fd5) When this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B. Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 46fb7199eeeb5a5b4d4911368feda40a67b48fd5 Author: John Paul Adrian Glaubitz Date: Mon Apr 29 11:32:33 2013 +0200 Update VERSION to 0.9.7. ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- libnetmd/libnetmd.c | 8 +------- netmd/downloadhack.py | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) hooks/post-receive -- Linux utilities to deal with Sony Minidisc Walkman From linux-minidisc@lists.fu-berlin.de Thu May 02 22:49:46 2013 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]) by list1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UY0Rl-000b0d-T9>; Thu, 02 May 2013 22:49:46 +0200 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UY0Rl-003d29-Rb>; Thu, 02 May 2013 22:49:45 +0200 Received: from z6.physik.fu-berlin.de ([160.45.66.66] helo=z6) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtps (envelope-from ) id <1UY0Rl-001uVp-Pw>; Thu, 02 May 2013 22:49:45 +0200 Received: from mkarcher by z6 with local (Exim 4.80) (envelope-from ) id 1UY0Rj-0006AA-02 for linux-minidisc@lists.fu-berlin.de; Thu, 02 May 2013 22:49:43 +0200 To: linux-minidisc@lists.fu-berlin.de MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 46fb7199eeeb5a5b4d4911368feda40a67b48fd5 X-Git-Newrev: bc347ab71e21e3dc91174c005a1027c8dd0b0579 Message-Id: From: Michael Karcher Date: Thu, 02 May 2013 22:49:42 +0200 X-Originating-IP: 160.45.66.66 X-purgate: clean X-purgate-type: clean X-purgate-ID: 151147::1367527785-00000A3F-FFC15001/0-0/0-0 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.2 X-Spam-Flag: NO X-Spam-Status: No, score=-50.0 required=5.0 tests=ALL_TRUSTED X-Spam-Checker-Version: SpamAssassin 3.3.3-zedat9255cc3 on Dschibuti.ZEDAT.FU-Berlin.DE X-Spam-Level: Subject: [linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman branch master updated. 0.9.7-2-gbc347ab X-BeenThere: linux-minidisc@lists.fu-berlin.de X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mailing list for the linux-minidisc project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 20:49:46 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Linux utilities to deal with Sony Minidisc Walkman". The branch, master has been updated via bc347ab71e21e3dc91174c005a1027c8dd0b0579 (commit) via b6786d63d40e3ed24ae48db76ab9210f3dc775b1 (commit) from 46fb7199eeeb5a5b4d4911368feda40a67b48fd5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bc347ab71e21e3dc91174c005a1027c8dd0b0579 Author: Michael Karcher Date: Thu May 2 22:10:17 2013 +0200 (python) netmd: Fix expected exception type On (old) devices that don't support the instruction to disable DRM, that call raises an exception. Catch the type that really gets thrown ("unimplemented command") instead of "command rejected (but generally valid)". commit b6786d63d40e3ed24ae48db76ab9210f3dc775b1 Author: Michael Karcher Date: Thu May 2 21:12:51 2013 +0200 netmd track rename: Correctly send the length of the old title The "WRITE INFO BLOCK" AV/C command used to replace the track title requires the host to provide the number of bytes to replace. Sharp cares about that value and rejects it if more bytes are to be replaced than are currently present, so send the correct value here. ----------------------------------------------------------------------- Summary of changes: libnetmd/libnetmd.c | 8 +++++++- netmd/downloadhack.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) hooks/post-receive -- Linux utilities to deal with Sony Minidisc Walkman From linux-minidisc@lists.fu-berlin.de Fri May 03 00:14:46 2013 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]) by list1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UY1m1-000mXa-1b>; Fri, 03 May 2013 00:14:45 +0200 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UY1m0-003tce-WA>; Fri, 03 May 2013 00:14:45 +0200 Received: from z6.physik.fu-berlin.de ([160.45.66.66] helo=z6) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtps (envelope-from ) id <1UY1m0-001ywj-UO>; Fri, 03 May 2013 00:14:44 +0200 Received: from mkarcher by z6 with local (Exim 4.80) (envelope-from ) id 1UY1lx-0006N6-PV for linux-minidisc@lists.fu-berlin.de; Fri, 03 May 2013 00:14:42 +0200 To: linux-minidisc@lists.fu-berlin.de MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bc347ab71e21e3dc91174c005a1027c8dd0b0579 X-Git-Newrev: b6d8780b05966e3bfd4f8273e4716ed7e4582199 Message-Id: From: Michael Karcher Date: Fri, 03 May 2013 00:14:41 +0200 X-Originating-IP: 160.45.66.66 X-purgate: clean X-purgate-type: clean X-purgate-ID: 151147::1367532885-00000A3F-DF9FECA4/0-0/0-0 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000034, version=1.2.2 X-Spam-Flag: NO X-Spam-Status: No, score=-50.0 required=5.0 tests=ALL_TRUSTED X-Spam-Checker-Version: SpamAssassin 3.3.3-zedat9255cc3 on Botsuana.ZEDAT.FU-Berlin.DE X-Spam-Level: Subject: [linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman branch master updated. 0.9.7-3-gb6d8780 X-BeenThere: linux-minidisc@lists.fu-berlin.de X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mailing list for the linux-minidisc project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 22:14:46 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Linux utilities to deal with Sony Minidisc Walkman". The branch, master has been updated via b6d8780b05966e3bfd4f8273e4716ed7e4582199 (commit) from bc347ab71e21e3dc91174c005a1027c8dd0b0579 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b6d8780b05966e3bfd4f8273e4716ed7e4582199 Author: Michael Karcher Date: Fri May 3 00:13:06 2013 +0200 Fix build without mad MP3 download (transfer from PC to HiMD) was built even if without_mad was set. That code unconditionally uses symbols from libmad. ----------------------------------------------------------------------- Summary of changes: himdcli/himdcli.c | 8 ++++++++ himdcli/himdcli.pro | 5 +++++ 2 files changed, 13 insertions(+) hooks/post-receive -- Linux utilities to deal with Sony Minidisc Walkman From linux-minidisc@lists.fu-berlin.de Fri May 03 06:46:39 2013 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]) by list1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UY2Y2-000sqi-Pd>; Fri, 03 May 2013 01:04:22 +0200 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UY2Y2-0041pk-Nv>; Fri, 03 May 2013 01:04:22 +0200 Received: from z6.physik.fu-berlin.de ([160.45.66.66] helo=z6) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtps (envelope-from ) id <1UY2Y2-0021EM-MH>; Fri, 03 May 2013 01:04:22 +0200 Received: from mkarcher by z6 with local (Exim 4.80) (envelope-from ) id 1UY2Xz-0006SS-SI for linux-minidisc@lists.fu-berlin.de; Fri, 03 May 2013 01:04:19 +0200 To: linux-minidisc@lists.fu-berlin.de MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b6d8780b05966e3bfd4f8273e4716ed7e4582199 X-Git-Newrev: 5417d8226023aa707acda11f6aa44606a09e810e Message-Id: From: Michael Karcher Date: Fri, 03 May 2013 01:04:19 +0200 X-Originating-IP: 160.45.66.66 X-purgate: clean X-purgate-type: clean X-purgate-ID: 151147::1367535862-00000A3F-AF797B61/0-0/0-0 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.2 X-Spam-Flag: NO X-Spam-Status: No, score=-50.0 required=5.0 tests=ALL_TRUSTED X-Spam-Checker-Version: SpamAssassin 3.3.3-zedat9255cc3 on Algerien.ZEDAT.FU-Berlin.DE X-Spam-Level: Subject: [linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman branch master updated. 0.9.7-4-g5417d82 X-BeenThere: linux-minidisc@lists.fu-berlin.de X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mailing list for the linux-minidisc project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 04:46:39 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Linux utilities to deal with Sony Minidisc Walkman". The branch, master has been updated via 5417d8226023aa707acda11f6aa44606a09e810e (commit) from b6d8780b05966e3bfd4f8273e4716ed7e4582199 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5417d8226023aa707acda11f6aa44606a09e810e Author: Michael Karcher Date: Fri May 3 01:05:23 2013 +0200 (netmd) open/close the TOC around a rename On Sharp MD units, renames get lost otherwise. ----------------------------------------------------------------------- Summary of changes: netmdcli/netmdcli.c | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- Linux utilities to deal with Sony Minidisc Walkman From linux-minidisc@lists.fu-berlin.de Fri May 03 06:46:57 2013 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]) by list1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UY6OZ-001Avx-8n>; Fri, 03 May 2013 05:10:51 +0200 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UY6OZ-000Oj6-71>; Fri, 03 May 2013 05:10:51 +0200 Received: from z6.physik.fu-berlin.de ([160.45.66.66] helo=z6) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtps (envelope-from ) id <1UY6OZ-002Bsl-5M>; Fri, 03 May 2013 05:10:51 +0200 Received: from glaubitz by z6 with local (Exim 4.80) (envelope-from ) id 1UY6OW-0006mL-AX for linux-minidisc@lists.fu-berlin.de; Fri, 03 May 2013 05:10:48 +0200 To: linux-minidisc@lists.fu-berlin.de MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5417d8226023aa707acda11f6aa44606a09e810e X-Git-Newrev: df611e8b7c8312f162a93cb12db90a3f20229a2a Message-Id: From: John Paul Adrian Glaubitz Date: Fri, 03 May 2013 05:10:48 +0200 X-Originating-IP: 160.45.66.66 X-purgate: clean X-purgate-type: clean X-purgate-ID: 151147::1367550651-00000A3F-D8DE5231/0-0/0-0 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.2 X-Spam-Flag: NO X-Spam-Status: No, score=-50.0 required=5.0 tests=ALL_TRUSTED X-Spam-Checker-Version: SpamAssassin 3.3.3-zedat9255cc3 on Burundi.ZEDAT.FU-Berlin.DE X-Spam-Level: Subject: [linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman branch master updated. 0.9.7-5-gdf611e8 X-BeenThere: linux-minidisc@lists.fu-berlin.de X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mailing list for the linux-minidisc project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 04:46:57 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Linux utilities to deal with Sony Minidisc Walkman". The branch, master has been updated via df611e8b7c8312f162a93cb12db90a3f20229a2a (commit) from 5417d8226023aa707acda11f6aa44606a09e810e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit df611e8b7c8312f162a93cb12db90a3f20229a2a Author: John Paul Adrian Glaubitz Date: Fri May 3 05:10:23 2013 +0200 Update VERSION to 0.9.8. ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Linux utilities to deal with Sony Minidisc Walkman From linux-minidisc@lists.fu-berlin.de Fri May 03 06:47:28 2013 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]) by list1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UY6Qf-001B46-0a>; Fri, 03 May 2013 05:13:01 +0200 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UY6Qe-000P30-VK>; Fri, 03 May 2013 05:13:01 +0200 Received: from z6.physik.fu-berlin.de ([160.45.66.66] helo=z6) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtps (envelope-from ) id <1UY6Qe-002BxY-Th>; Fri, 03 May 2013 05:13:00 +0200 Received: from glaubitz by z6 with local (Exim 4.80) (envelope-from ) id 1UY6Qc-0006oy-3A for linux-minidisc@lists.fu-berlin.de; Fri, 03 May 2013 05:12:58 +0200 To: linux-minidisc@lists.fu-berlin.de MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Refname: refs/tags/0.9.8 X-Git-Reftype: annotated tag X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: c6b678f4482c713a50fe28c306ac278de2f1988c Message-Id: From: John Paul Adrian Glaubitz Date: Fri, 03 May 2013 05:12:58 +0200 X-Originating-IP: 160.45.66.66 X-purgate: clean X-purgate-type: clean X-purgate-ID: 151147::1367550781-00000A3F-3082795D/0-0/0-0 X-Bogosity: Ham, tests=bogofilter, spamicity=0.203809, version=1.2.2 X-Spam-Flag: NO X-Spam-Status: No, score=-50.0 required=5.0 tests=ALL_TRUSTED X-Spam-Checker-Version: SpamAssassin 3.3.3-zedat9255cc3 on Botsuana.ZEDAT.FU-Berlin.DE X-Spam-Level: Subject: [linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman annotated tag 0.9.8 created. 0.9.8 X-BeenThere: linux-minidisc@lists.fu-berlin.de X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mailing list for the linux-minidisc project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 04:47:28 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Linux utilities to deal with Sony Minidisc Walkman". The annotated tag, 0.9.8 has been created at c6b678f4482c713a50fe28c306ac278de2f1988c (tag) tagging df611e8b7c8312f162a93cb12db90a3f20229a2a (commit) replaces 0.9.7 tagged by John Paul Adrian Glaubitz on Fri May 3 05:12:51 2013 +0200 - Log ----------------------------------------------------------------- Tag release 0.9.8. John Paul Adrian Glaubitz (1): Update VERSION to 0.9.8. Michael Karcher (4): netmd track rename: Correctly send the length of the old title (python) netmd: Fix expected exception type Fix build without mad (netmd) open/close the TOC around a rename ----------------------------------------------------------------------- hooks/post-receive -- Linux utilities to deal with Sony Minidisc Walkman From linux-minidisc@lists.fu-berlin.de Fri May 03 19:30:02 2013 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]) by list1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UYJo1-002qzq-Qr>; Fri, 03 May 2013 19:30:02 +0200 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UYJo1-000r39-P6>; Fri, 03 May 2013 19:30:01 +0200 Received: from z6.physik.fu-berlin.de ([160.45.66.66] helo=z6) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtps (envelope-from ) id <1UYJo1-0037FJ-NT>; Fri, 03 May 2013 19:30:01 +0200 Received: from mkarcher by z6 with local (Exim 4.80) (envelope-from ) id 1UYJny-0008Nk-Or for linux-minidisc@lists.fu-berlin.de; Fri, 03 May 2013 19:29:58 +0200 To: linux-minidisc@lists.fu-berlin.de MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: df611e8b7c8312f162a93cb12db90a3f20229a2a X-Git-Newrev: 1d0a850a3de6383a6f544d150578285a52eaee60 Message-Id: From: Michael Karcher Date: Fri, 03 May 2013 19:29:58 +0200 X-Originating-IP: 160.45.66.66 X-purgate: clean X-purgate-type: clean X-purgate-ID: 151147::1367602201-00000A3F-AD614BB3/0-0/0-0 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.2 X-Spam-Flag: NO X-Spam-Status: No, score=-50.0 required=5.0 tests=ALL_TRUSTED X-Spam-Checker-Version: SpamAssassin 3.3.3-zedat9255cc3 on Burundi.ZEDAT.FU-Berlin.DE X-Spam-Level: Subject: [linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman branch master updated. 0.9.8-1-g1d0a850 X-BeenThere: linux-minidisc@lists.fu-berlin.de X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mailing list for the linux-minidisc project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 17:30:02 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Linux utilities to deal with Sony Minidisc Walkman". The branch, master has been updated via 1d0a850a3de6383a6f544d150578285a52eaee60 (commit) from df611e8b7c8312f162a93cb12db90a3f20229a2a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1d0a850a3de6383a6f544d150578285a52eaee60 Author: Michael Karcher Date: Fri May 3 19:30:10 2013 +0200 (netmd) fix disc title setting like track title setting That is, use netmd_cache_toc()/netmd_sync_toc() around setting the title and providing the correct number of bytes to replace. ----------------------------------------------------------------------- Summary of changes: libnetmd/libnetmd.c | 8 +++++++- netmdcli/netmdcli.c | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) hooks/post-receive -- Linux utilities to deal with Sony Minidisc Walkman From linux-minidisc@lists.fu-berlin.de Fri May 10 00:40:37 2013 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]) by list1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UaZVs-000WAK-L0>; Fri, 10 May 2013 00:40:36 +0200 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UaZVs-003sQf-JI>; Fri, 10 May 2013 00:40:36 +0200 Received: from z6.physik.fu-berlin.de ([160.45.66.66] helo=z6) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtps (envelope-from ) id <1UaZVs-0032qZ-Hh>; Fri, 10 May 2013 00:40:36 +0200 Received: from glaubitz by z6 with local (Exim 4.80) (envelope-from ) id 1UaZVs-0002ZX-6v for linux-minidisc@lists.fu-berlin.de; Fri, 10 May 2013 00:40:36 +0200 To: linux-minidisc@lists.fu-berlin.de MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1d0a850a3de6383a6f544d150578285a52eaee60 X-Git-Newrev: baf0f85914c5f2edcc9853a8e3e77cad6cb8d097 Message-Id: From: John Paul Adrian Glaubitz Date: Fri, 10 May 2013 00:40:36 +0200 X-Originating-IP: 160.45.66.66 X-purgate: clean X-purgate-type: clean X-purgate-ID: 151147::1368139236-00000A3F-69DE397C/0-0/0-0 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.2 X-Spam-Flag: NO X-Spam-Status: No, score=-50.0 required=5.0 tests=ALL_TRUSTED X-Spam-Checker-Version: SpamAssassin 3.3.3-zedat9255cc3 on Benin.ZEDAT.FU-Berlin.DE X-Spam-Level: Subject: [linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman branch master updated. 0.9.8-2-gbaf0f85 X-BeenThere: linux-minidisc@lists.fu-berlin.de X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mailing list for the linux-minidisc project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 22:40:37 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Linux utilities to deal with Sony Minidisc Walkman". The branch, master has been updated via baf0f85914c5f2edcc9853a8e3e77cad6cb8d097 (commit) from 1d0a850a3de6383a6f544d150578285a52eaee60 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit baf0f85914c5f2edcc9853a8e3e77cad6cb8d097 Author: John Paul Adrian Glaubitz Date: Fri May 10 00:40:05 2013 +0200 Update VERSION to 0.9.9. ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Linux utilities to deal with Sony Minidisc Walkman From linux-minidisc@lists.fu-berlin.de Fri May 10 00:42:04 2013 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]) by list1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UaZXH-000WGk-Hh>; Fri, 10 May 2013 00:42:03 +0200 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtp (envelope-from ) id <1UaZXH-003sdu-G6>; Fri, 10 May 2013 00:42:03 +0200 Received: from z6.physik.fu-berlin.de ([160.45.66.66] helo=z6) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for linux-minidisc@lists.fu-berlin.de with esmtps (envelope-from ) id <1UaZXH-0032vb-EU>; Fri, 10 May 2013 00:42:03 +0200 Received: from glaubitz by z6 with local (Exim 4.80) (envelope-from ) id 1UaZXH-0002ba-5y for linux-minidisc@lists.fu-berlin.de; Fri, 10 May 2013 00:42:03 +0200 To: linux-minidisc@lists.fu-berlin.de MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Refname: refs/tags/0.9.9 X-Git-Reftype: annotated tag X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 387c7990daca7c5b4d44cc4cd3a95dc8924ef324 Message-Id: From: John Paul Adrian Glaubitz Date: Fri, 10 May 2013 00:42:03 +0200 X-Originating-IP: 160.45.66.66 X-purgate: clean X-purgate-type: clean X-purgate-ID: 151147::1368139323-00000A3F-12F28CDF/0-0/0-0 X-Bogosity: Ham, tests=bogofilter, spamicity=0.320479, version=1.2.2 X-Spam-Flag: NO X-Spam-Status: No, score=-50.0 required=5.0 tests=ALL_TRUSTED X-Spam-Checker-Version: SpamAssassin 3.3.3-zedat9255cc3 on Botsuana.ZEDAT.FU-Berlin.DE X-Spam-Level: Subject: [linux-minidisc] [commit] Linux utilities to deal with Sony Minidisc Walkman annotated tag 0.9.9 created. 0.9.9 X-BeenThere: linux-minidisc@lists.fu-berlin.de X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mailing list for the linux-minidisc project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 22:42:04 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Linux utilities to deal with Sony Minidisc Walkman". The annotated tag, 0.9.9 has been created at 387c7990daca7c5b4d44cc4cd3a95dc8924ef324 (tag) tagging baf0f85914c5f2edcc9853a8e3e77cad6cb8d097 (commit) replaces 0.9.8 tagged by John Paul Adrian Glaubitz on Fri May 10 00:41:51 2013 +0200 - Log ----------------------------------------------------------------- Tag release 0.9.9. John Paul Adrian Glaubitz (1): Update VERSION to 0.9.9. Michael Karcher (1): (netmd) fix disc title setting like track title setting ----------------------------------------------------------------------- hooks/post-receive -- Linux utilities to deal with Sony Minidisc Walkman