SOURCES: parted-dasd.patch, parted-etherd.patch, parted-iseries.pa...

qboosh qboosh at pld-linux.org
Fri Nov 4 11:44:12 CET 2005


Author: qboosh                       Date: Fri Nov  4 10:44:12 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.6.25

---- Files affected:
SOURCES:
   parted-dasd.patch (1.2 -> 1.3) , parted-etherd.patch (1.1 -> 1.2) , parted-iseries.patch (1.1 -> 1.2) , parted-pl.po-update.patch (1.9 -> 1.10) , parted-sx8.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/parted-dasd.patch
diff -u SOURCES/parted-dasd.patch:1.2 SOURCES/parted-dasd.patch:1.3
--- SOURCES/parted-dasd.patch:1.2	Mon Jul 18 21:06:17 2005
+++ SOURCES/parted-dasd.patch	Fri Nov  4 11:44:06 2005
@@ -1,13 +1,12 @@
-diff -ruN --minimal parted-1.6.21.orig/include/parted/device.h parted-1.6.21/include/parted/device.h
---- parted-1.6.21.orig/include/parted/device.h	2004-08-15 08:35:05.000000000 -0400
-+++ parted-1.6.21/include/parted/device.h	2005-01-21 15:00:40.421628532 -0500
-@@ -33,7 +34,8 @@
- 	PED_DEVICE_CPQARRAY	= 4,
+--- parted-1.6.25/include/parted/device.h.orig	2005-10-19 22:13:26.000000000 +0200
++++ parted-1.6.25/include/parted/device.h	2005-11-04 10:03:56.934241352 +0100
+@@ -33,7 +33,8 @@
  	PED_DEVICE_FILE		= 5,
  	PED_DEVICE_ATARAID	= 6,
--	PED_DEVICE_I2O		= 7
-+	PED_DEVICE_I2O		= 7,
-+ 	PED_DEVICE_DASD		= 8
+ 	PED_DEVICE_I2O		= 7,
+-	PED_DEVICE_UBD		= 8
++	PED_DEVICE_UBD		= 8,
++	PED_DEVICE_DASD		= 9
  } PedDeviceType;
  
  typedef struct _PedDevice PedDevice;

================================================================
Index: SOURCES/parted-etherd.patch
diff -u SOURCES/parted-etherd.patch:1.1 SOURCES/parted-etherd.patch:1.2
--- SOURCES/parted-etherd.patch:1.1	Mon Aug 15 20:38:22 2005
+++ SOURCES/parted-etherd.patch	Fri Nov  4 11:44:07 2005
@@ -1,12 +1,12 @@
---- parted-1.6.24/include/parted/device.h.orig	2005-08-15 20:25:26.794119776 +0200
-+++ parted-1.6.24/include/parted/device.h	2005-08-15 20:26:32.862075920 +0200
+--- parted-1.6.25/include/parted/device.h.orig	2005-11-04 10:13:40.473529896 +0100
++++ parted-1.6.25/include/parted/device.h	2005-11-04 10:14:41.797207280 +0100
 @@ -36,7 +36,8 @@
-  	PED_DEVICE_DASD		= 8,
-  	PED_DEVICE_VIODASD	= 9,
-         PED_DEVICE_SX8          = 10,
--	PED_DEVICE_UBD		= 11
-+	PED_DEVICE_UBD		= 11,
-+	PED_DEVICE_AOE          = 12
+ 	PED_DEVICE_UBD		= 8,
+ 	PED_DEVICE_DASD		= 9,
+ 	PED_DEVICE_VIODASD	= 10,
+-	PED_DEVICE_SX8		= 11
++	PED_DEVICE_SX8		= 11,
++	PED_DEVICE_AOE		= 12
  } PedDeviceType;
  
  typedef struct _PedDevice PedDevice;

================================================================
Index: SOURCES/parted-iseries.patch
diff -u SOURCES/parted-iseries.patch:1.1 SOURCES/parted-iseries.patch:1.2
--- SOURCES/parted-iseries.patch:1.1	Sun Apr 24 15:01:42 2005
+++ SOURCES/parted-iseries.patch	Fri Nov  4 11:44:07 2005
@@ -29,15 +29,15 @@
  	case PED_DEVICE_CPQARRAY:
  		if (!init_generic (dev, _("Compaq Smart Array")))
  			goto error_free_arch_specific;
---- parted-1.6.3/include/parted/device.h.iseries	2003-05-16 18:00:20.000000000 -0400
-+++ parted-1.6.3/include/parted/device.h	2003-05-16 18:00:05.000000000 -0400
-@@ -35,7 +35,8 @@
- 	PED_DEVICE_FILE		= 5,
+--- parted-1.6.25/include/parted/device.h.orig	2005-11-04 10:04:49.674223656 +0100
++++ parted-1.6.25/include/parted/device.h	2005-11-04 10:05:25.462782968 +0100
+@@ -34,7 +34,8 @@
  	PED_DEVICE_ATARAID	= 6,
  	PED_DEVICE_I2O		= 7,
-- 	PED_DEVICE_DASD		= 8
-+ 	PED_DEVICE_DASD		= 8,
-+ 	PED_DEVICE_VIODASD	= 9
+ 	PED_DEVICE_UBD		= 8,
+-	PED_DEVICE_DASD		= 9
++	PED_DEVICE_DASD		= 9,
++	PED_DEVICE_VIODASD	= 10
  } PedDeviceType;
  
  typedef struct _PedDevice PedDevice;

================================================================
Index: SOURCES/parted-pl.po-update.patch
diff -u SOURCES/parted-pl.po-update.patch:1.9 SOURCES/parted-pl.po-update.patch:1.10
--- SOURCES/parted-pl.po-update.patch:1.9	Mon Aug 15 20:36:56 2005
+++ SOURCES/parted-pl.po-update.patch	Fri Nov  4 11:44:07 2005
@@ -1,28 +1,37 @@
---- parted-1.6.24/po/pl.po.orig	2005-08-13 00:39:05.000000000 +0200
-+++ parted-1.6.24/po/pl.po	2005-08-15 19:51:00.778201936 +0200
+--- parted-1.6.25/po/pl.po.orig	2005-11-02 13:31:59.000000000 +0100
++++ parted-1.6.25/po/pl.po	2005-11-04 11:13:22.331004792 +0100
 @@ -4,10 +4,10 @@
  #
  msgid ""
  msgstr ""
 -"Project-Id-Version: parted 1.6.23\n"
-+"Project-Id-Version: parted 1.6.24\n"
++"Project-Id-Version: parted 1.6.25\n"
  "Report-Msgid-Bugs-To: bug-parted at gnu.org\n"
- "POT-Creation-Date: 2005-08-13 00:39+0200\n"
+ "POT-Creation-Date: 2005-11-02 13:31+0100\n"
 -"PO-Revision-Date: 2005-07-07 22:23+0200\n"
-+"PO-Revision-Date: 2005-08-15 19:40+0200\n"
++"PO-Revision-Date: 2005-11-04 09:50+0100\n"
  "Last-Translator: Wojciech Polak <polak at gnu.org>\n"
  "Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
  "MIME-Version: 1.0\n"
-@@ -331,7 +331,7 @@
+@@ -85,7 +85,7 @@
  
- #: libparted/disk.c:1842
+ #: libparted/linux.c:867
+ msgid "User-Mode Linux UBD"
+-msgstr ""
++msgstr "USB z User-Mode Linuksa"
+ 
+ #: libparted/linux.c:877
+ msgid "Unknown"
+@@ -335,7 +335,7 @@
+ 
+ #: libparted/disk.c:1843
  msgid "msftres"
 -msgstr ""
 +msgstr "msftres"
  
- #: libparted/disk.c:1848
+ #: libparted/disk.c:1849
  #, c-format
-@@ -420,12 +420,9 @@
+@@ -424,12 +424,9 @@
  "Disk."
  
  #: libparted/disk_dvh.c:189
@@ -37,7 +46,7 @@
  
  #: libparted/disk_dvh.c:312
  msgid "Checksum is wrong, indicating the partition table is corrupt."
-@@ -742,7 +739,7 @@
+@@ -746,7 +743,7 @@
  
  #: libparted/exception.c:55
  msgid "Fix"
@@ -46,7 +55,31 @@
  
  #: libparted/exception.c:56
  msgid "Yes"
-@@ -929,8 +926,8 @@
+@@ -773,7 +770,7 @@
+ msgstr "Poniechaj"
+ 
+ #: libparted/exception.c:89
+-#, fuzzy, c-format
++#, c-format
+ msgid ""
+ "A bug has been detected in GNU Parted.  Refer to the web site of parted "
+ "http://www.gnu.org/software/parted/parted.html for more informations of what "
+@@ -781,9 +778,11 @@
+ "parted at gnu.org containing at least the version (%s) and the following "
+ "message:  "
+ msgstr ""
+-"Został wykryty błąd w działaniu programu GNU parted.  Proszę wysłać raport "
+-"na ten temat na adres bug-parted at gnu.org, dołączając numer wersji (%s) oraz "
+-"następującą wiadomość:"
++"Został wykryty błąd w działaniu programu GNU parted. Na stronie "
++"http://www.gnu.org/software/parted/parted.html znajduje się więcej informacji "
++"przydatnych przy zgłaszaniu błędów. Proszę wysłać raport o błędzie na adres "
++"bug-parted at gnu.org, dołączając co najmniej numer wersji (%s) oraz "
++"następujący komunikat:"
+ 
+ #: libparted/geom.c:115
+ msgid "Can't have the end before the start!"
+@@ -936,8 +935,8 @@
  "the file system if it disables this feature.  You can enable it later by "
  "running 'tune2fs -O dir_index DEVICE' and then 'e2fsck -fD DEVICE'."
  msgstr ""
@@ -57,7 +90,7 @@
  "ją włączyć ponownie później poprzez uruchomienie 'tune2fs -O dir_index "
  "URZĄDZENIE', a następnie 'e2fsck -fD URZĄDZENIE'."
  
-@@ -1269,7 +1266,7 @@
+@@ -1276,7 +1275,7 @@
  #: libparted/fs_linux_swap/linux_swap.c:234
  #, c-format
  msgid "Unrecognised linux swap signature '%10s'."
@@ -66,7 +99,73 @@
  
  #: libparted/fs_linux_swap/linux_swap.c:310
  msgid "Too many bad pages."
-@@ -1343,7 +1340,7 @@
+@@ -1312,48 +1311,48 @@
+ "obszar na tej pozycji.  To nie powinno się zdarzyć!"
+ 
+ #: libparted/fs_hfs/file.c:147
+-#, fuzzy, c-format
++#, c-format
+ msgid "Could not update the extent cache for HFS file with CNID %X."
+-msgstr "Nie można uaktualnić pamięci obszarów pliku %s z CNID %X."
++msgstr "Nie można uaktualnić pamięci obszarów pliku HFS z CNID %X."
+ 
+ #: libparted/fs_hfs/file.c:184
+-#, fuzzy, c-format
++#, c-format
+ msgid "Trying to read HFS file with CNID %X behind EOF."
+-msgstr "Próba odczytania pliku %s z CNID %X za EOF."
++msgstr "Próba odczytania pliku HFS z CNID %X za EOF."
+ 
+ #: libparted/fs_hfs/file.c:194 libparted/fs_hfs/file.c:224
+-#, fuzzy, c-format
++#, c-format
+ msgid "Could not find sector %lli of HFS file with CNID %X."
+-msgstr "Nie znaleziono sektora %lli pliku %s z CNID %X."
++msgstr "Nie znaleziono sektora %lli pliku HFS z CNID %X."
+ 
+ #: libparted/fs_hfs/file.c:214
+-#, fuzzy, c-format
++#, c-format
+ msgid "Trying to write HFS file with CNID %X behind EOF."
+-msgstr "Zapisywanie pliku %s z CNID %X za EOF."
++msgstr "Próba zapisania pliku HFS z CNID %X za EOF."
+ 
+ #: libparted/fs_hfs/file_plus.c:161
+-#, fuzzy, c-format
++#, c-format
+ msgid "Could not update the extent cache for HFS+ file with CNID %X."
+-msgstr "Nie można uaktualnić pamięci obszarów pliku %s z CNID %X."
++msgstr "Nie można uaktualnić pamięci obszarów pliku HFS+ z CNID %X."
+ 
+ #: libparted/fs_hfs/file_plus.c:205
+-#, fuzzy, c-format
++#, c-format
+ msgid "Trying to read HFS+ file with CNID %X behind EOF."
+-msgstr "Próba odczytania pliku %s z CNID %X za EOF."
++msgstr "Próba odczytania pliku HFS+ z CNID %X za EOF."
+ 
+ #: libparted/fs_hfs/file_plus.c:216 libparted/fs_hfs/file_plus.c:258
+-#, fuzzy, c-format
++#, c-format
+ msgid "Could not find sector %lli of HFS+ file with CNID %X."
+-msgstr "Nie znaleziono sektora %lli pliku %s z CNID %X."
++msgstr "Nie znaleziono sektora %lli pliku HFS+ z CNID %X."
+ 
+ #: libparted/fs_hfs/file_plus.c:247
+-#, fuzzy, c-format
++#, c-format
+ msgid "Trying to write HFS+ file with CNID %X behind EOF."
+-msgstr "Zapisywanie pliku %s z CNID %X za EOF."
++msgstr "Próba zapisania pliku HFS+ z CNID %X za EOF."
+ 
+ #: libparted/fs_hfs/hfs.c:214
+ msgid "Sorry, HFS cannot be resized that way yet."
+-msgstr "Przykro mi, ale nie można w ten sposób zmienić rozmiaru HFS."
++msgstr "Przykro mi, ale nie można jeszcze w ten sposób zmienić rozmiaru HFS."
+ 
+ #: libparted/fs_hfs/hfs.c:244 libparted/fs_hfs/hfs.c:639
+ msgid "Data relocation has failed."
+@@ -1369,7 +1368,7 @@
  
  #: libparted/fs_hfs/hfs.c:447
  msgid "No valid HFS[+X] signature has been found while opening."
@@ -75,7 +174,7 @@
  
  #: libparted/fs_hfs/hfs.c:457
  #, c-format
-@@ -1351,12 +1348,11 @@
+@@ -1377,12 +1376,11 @@
  msgstr "Wersja %d HFS+ nie jest wspierana."
  
  #: libparted/fs_hfs/hfs.c:468
@@ -90,7 +189,7 @@
  msgid ""
  "You have an HFS+ file system that has a feature that I haven't seen used "
  "anywhere.  Parted can theoretically handle it, but the corresponding code "
-@@ -1366,7 +1362,7 @@
+@@ -1392,7 +1390,7 @@
  "Ten system plików HFS+ posiada cechę której nigdy dotychczas nie widziałem.  "
  "Teoretycznie, Parted potrafi ją obsługiwać, ale odpowiadający kod nie "
  "przeszedł testów, z powodu czego jego użycie może być ryzykowne.  Proszę o "
@@ -99,7 +198,18 @@
  
  #: libparted/fs_hfs/hfs.c:670
  msgid "Data relocation left some data at the end of the volume."
-@@ -1424,66 +1420,66 @@
+@@ -1424,9 +1422,8 @@
+ "zawiera wbudowanego wolumenu HFS+."
+ 
+ #: libparted/fs_hfs/hfs.c:931
+-#, fuzzy
+ msgid "Sorry, HFS+ cannot be resized that way yet."
+-msgstr "Przykro mi, ale nie można w ten sposób zmienić rozmiaru HFS."
++msgstr "Przykro mi, ale nie można jeszcze w ten sposób zmienić rozmiaru HFS+."
+ 
+ #: libparted/fs_hfs/hfs.c:966
+ msgid "shrinking embedded HFS+ volume"
+@@ -1455,66 +1452,66 @@
  
  #: libparted/fs_hfs/journal.c:156
  msgid "Bad block list header checksum."
@@ -116,7 +226,7 @@
  #: libparted/fs_hfs/journal.c:261
 -#, fuzzy
  msgid ""
- "Journal stored outside of the volume are not supported. Try to desactivate "
+ "Journal stored outside of the volume are not supported.  Try to desactivate "
  "the journal and run Parted again."
  msgstr ""
 -"Wolumeny HFS+ z kronikowaniem nie są wspierane, należy deaktywować kronikę "
@@ -152,8 +262,8 @@
  
  #: libparted/fs_hfs/journal.c:320
  msgid ""
- "The sector size stored in the journal is not 512 bytes. Parted only supports "
- "512 bytes length sectors."
+ "The sector size stored in the journal is not 512 bytes.  Parted only "
+ "supports 512 bytes length sectors."
  msgstr ""
 +"Rozmiar sektora zapisany w kronice nie jest równy 512 bajtów. Parted obsługuje "
 +"tylko sektory o długości 512 bajtów."
@@ -165,8 +275,8 @@
  
  #: libparted/fs_hfs/journal.c:350
  msgid ""
- "The journal is not empty. Parted must replay the transactions before opening "
- "the file system. This will modify the file system."
+ "The journal is not empty.  Parted must replay the transactions before "
+ "opening the file system.  This will modify the file system."
  msgstr ""
 +"Kronika nie jest pusta. Parted musi odtworzyć transakcje przed otwarciem "
 +"systemu plików. Ta operacja zmodyfikuje system plików."
@@ -174,31 +284,58 @@
  #: libparted/fs_hfs/journal.c:378
  msgid ""
  "The volume header or the master directory block has changed while replaying "
- "the journal. You should restart Parted."
+ "the journal.  You should restart Parted."
  msgstr ""
 +"Nagłówek wolumenu lub blok głównego katalogu zmieniły się podczas odtwarzania "
 +"kroniki. Należy zrestartować Parteda."
  
  #: libparted/fs_hfs/reloc.c:166 libparted/fs_hfs/reloc_plus.c:156
  msgid "An extent has not been relocated."
-@@ -2036,6 +2044,13 @@
- "along with the following message and preferably\n"
- "additional information about your setup:\n"
+@@ -1534,10 +1531,9 @@
+ "Ten wolumen HFS nie posiada pliku katalogowego.  To jest bardzo niezwykłe!"
+ 
+ #: libparted/fs_hfs/reloc.c:489
+-#, fuzzy
+ msgid "This HFS volume has no extents overflow file.  This is quite unusual!"
+ msgstr ""
+-"Ten tom HFS+ nie zawiera pliku przepełnienia obszarów. To raczej niezwykle!"
++"Ten wolumen HFS nie zawiera pliku przepełnienia obszarów. To raczej niezwykle!"
+ 
+ #: libparted/fs_hfs/reloc.c:531
+ msgid ""
+@@ -2075,6 +2083,22 @@
+ "\thttp://www.gnu.org/software/parted/parted.html\n"
+ "for more informations of what could be useful for bug submitting!\n"
  msgstr ""
-+"Znaleziono błąd w GNU Partedzie. Proszę wysłać e-maila pod adres\n"
++"\n"
++"\n"
++"Znaleziono błąd w GNU Partedzie.\n"
++"Być może został on poprawiony w ostatniej wersji GNU Parteda, którą można\n"
++"znaleźć pod adresem\n"
++"\thttp://ftp.gnu.org/gnu/parted/\n"
++"Jeśli błąd nie został jeszcze poprawiony, albo nie jest możliwe sprawdzenie,\n"
++"proszę wysłać e-maila pod adres\n"
 +"\tparted-maintainers at lists.alioth.debian.org\n"
 +"lub (lepiej) wypełnić raport o błędzie na\n"
 +"\thttp://parted.alioth.debian.org/bugs/\n"
-+"Raport powinien zawierać wersję tego wydania (%s)\n"
-+"wraz z następującym komunikatem i najlepiej\n"
-+"dodatkowymi informacjami o konfiguracji:\n"
++"Raport powinien zawierać wersję tego wydania (%s) wraz z następującym\n"
++"komunikatem i najlepiej dodatkowymi informacjami o konfiguracji.\n"
++"Na stronie"
++"\thttp://www.gnu.org/software/parted/parted.html\n"
++"znajduje się więcej informacji przydatnych przy zgłaszaniu błędów.\n"
  
- #: parted/ui.c:633
+ #: parted/ui.c:639
  msgid "Expecting a partition number."
-@@ -2086,161 +2101,3 @@
+@@ -2125,167 +2149,3 @@
  #, c-format
  msgid "Using %s\n"
  msgstr "Użycie %s\n"
+-
+-#~ msgid ""
+-#~ "This HFS volume has no extents overflow file. This is quite unusual !"
+-#~ msgstr ""
+-#~ "Ten wolumen HFS nie zawiera pliku przepełnienia obszarów. To raczej "
+-#~ "niezwykle!"
 -
 -#~ msgid ""
 -#~ "You found a bug in GNU Parted.  Please email a bug report to bug-"

================================================================
Index: SOURCES/parted-sx8.patch
diff -u SOURCES/parted-sx8.patch:1.1 SOURCES/parted-sx8.patch:1.2
--- SOURCES/parted-sx8.patch:1.1	Sun Apr 24 15:02:13 2005
+++ SOURCES/parted-sx8.patch	Fri Nov  4 11:44:07 2005
@@ -1,27 +1,27 @@
---- parted-1.6.19/include/parted/device.h.sx8	2004-12-14 16:02:31.591464768 -0500
-+++ parted-1.6.19/include/parted/device.h	2004-12-14 16:03:19.154234128 -0500
-@@ -36,7 +36,8 @@
- 	PED_DEVICE_ATARAID	= 6,
+--- parted-1.6.25/include/parted/device.h.orig	2005-11-04 10:10:00.986896936 +0100
++++ parted-1.6.25/include/parted/device.h	2005-11-04 10:09:55.245769720 +0100
+@@ -35,7 +35,8 @@
  	PED_DEVICE_I2O		= 7,
-  	PED_DEVICE_DASD		= 8,
-- 	PED_DEVICE_VIODASD	= 9
-+ 	PED_DEVICE_VIODASD	= 9,
-+        PED_DEVICE_SX8          = 10
+ 	PED_DEVICE_UBD		= 8,
+ 	PED_DEVICE_DASD		= 9,
+-	PED_DEVICE_VIODASD	= 10
++	PED_DEVICE_VIODASD	= 10,
++	PED_DEVICE_SX8		= 11
  } PedDeviceType;
  
  typedef struct _PedDevice PedDevice;
---- parted-1.6.19/libparted/linux.c.sx8	2004-12-14 16:02:31.591464768 -0500
-+++ parted-1.6.19/libparted/linux.c	2004-12-14 16:03:04.981388728 -0500
-@@ -217,6 +217,8 @@
- #define I2O_MAJOR6		85
+--- parted-1.6.25/libparted/linux.c.orig	2005-11-04 10:08:14.137140568 +0100
++++ parted-1.6.25/libparted/linux.c	2005-11-04 10:11:53.906730512 +0100
+@@ -219,6 +219,8 @@
  #define I2O_MAJOR7		86
  #define I2O_MAJOR8		87
+ #define UBD_MAJOR               98
 +#define SX8_MAJOR1              160
 +#define SX8_MAJOR2              161
  
  #define DASD_MAJOR		94
  #define VIODASD_MAJOR		112
-@@ -260,6 +262,12 @@
+@@ -262,6 +264,12 @@
  }
  
  static int
@@ -34,7 +34,7 @@
  _device_stat (PedDevice* dev, struct stat * dev_stat)
  {
  	PED_ASSERT (dev != NULL, return 0);
-@@ -312,6 +320,8 @@
+@@ -314,6 +322,8 @@
  		dev->type = PED_DEVICE_DASD;
  	} else if (dev_major == VIODASD_MAJOR && (dev_minor % 0x8 == 0)) {
  		dev->type = PED_DEVICE_VIODASD;
@@ -43,7 +43,7 @@
  	} else if (_is_i2o_major (dev_major) && (dev_minor % 0x10 == 0)) {
  		dev->type = PED_DEVICE_I2O;
  	} else if (_is_cpqarray_major (dev_major) && (dev_minor % 0x10 == 0)) {
-@@ -860,6 +870,11 @@
+@@ -933,6 +943,11 @@
  			goto error_free_arch_specific;
  		break;
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/parted-dasd.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/parted-etherd.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/parted-iseries.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/parted-pl.po-update.patch?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/SOURCES/parted-sx8.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list