commit da7ea2e950d0893008af6c3af971b9b5aea2b8c2 Author: Cosimo Cecchi Date: Tue Mar 20 14:02:53 2012 -0400 3.3.92 NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) commit a49f0c60c3e20b2d1f23f0860a337ab25eb16157 Author: Cosimo Cecchi Date: Tue Mar 20 16:36:19 2012 -0400 all: add missing files to CLEANFILES to fix distcheck applet/Makefile-lib.am | 2 +- sendto/Makefile.am | 2 ++ wizard/Makefile.am | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) commit 62ebcf62f374f11c7a15f87c7a30a610fe2d16d3 Author: Cosimo Cecchi Date: Tue Mar 20 16:34:40 2012 -0400 lib: remove libgnome-bluetooth-applet.so* in an uninstall-hook Suggested by Colin Walters to fix make distcheck. Since we add a custom install hook to remove libgnome-bluetooth-applet.la, and make uninstall relies on that to determine the list of files to uninstall, we should also add another uninstall hook to remove the actual shared objects. applet/Makefile-lib.am | 2 ++ 1 file changed, 2 insertions(+) commit a9f8aaa450b7f42baefe8f327bc30649a4231416 Author: Cosimo Cecchi Date: Tue Mar 20 15:41:18 2012 -0400 i18n: fix Chinese help translations to produce correct XML Fixes distcheck. help/zh_HK/zh_HK.po | 4 ++-- help/zh_TW/zh_TW.po | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) commit d9685f9fc26c48dd80ffc29a3decddb2dfdc94bc Author: Cosimo Cecchi Date: Tue Mar 20 15:40:41 2012 -0400 docs: disable gtk-doc check to fix make distcheck docs/reference/libgnome-bluetooth/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) commit 20440d58d12da88be6e95d655e14bcc5899d860d Author: Cosimo Cecchi Date: Tue Mar 20 14:19:22 2012 -0400 build: fix distcheck Makefile.am | 3 --- 1 file changed, 3 deletions(-) commit c826f18ebc960310582e1f232834427ac14bde45 Author: Krishnababu Krothapalli Date: Tue Mar 20 21:29:15 2012 +0530 Translations Updated with FUEL po/te.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit db8e68d44895c37fe520d4bf14f4034161b151ba Author: Rajesh Ranjan Date: Tue Mar 20 13:25:39 2012 +0530 hindi translation by Chandan Kumar po/hi.po | 952 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 446 insertions(+), 506 deletions(-) commit 1fcac8075fff711836e8557740b33e713196a7ed Author: Kenneth Nielsen Date: Mon Mar 19 10:04:09 2012 +0100 Updated Danish translation po/da.po | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) commit 1bd991b9cdebdb200a543e545b421ea8e59c021b Author: Sweta Kothari Date: Mon Mar 19 11:56:04 2012 +0530 Updated Gujarati Translations po/gu.po | 958 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 467 insertions(+), 491 deletions(-) commit ffc85b0ae760f28c44aa14324c29273cb2af88f6 Author: Fran Diéguez Date: Mon Mar 19 00:07:47 2012 +0100 Updated Galician translations po/gl.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 0f0b0fcaed294ea29b2185644ba576e270877597 Author: Daniel Korostil Date: Sun Mar 18 17:49:20 2012 +0200 Uploaded Ukranian po/uk.po | 701 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 325 insertions(+), 376 deletions(-) commit 2c9bfd17b33faf4e5e4c729b53cea3e4b1874791 Author: Muhammet Kara Date: Sat Mar 17 12:55:28 2012 +0200 [l10n]Updated Turkish translation po/tr.po | 724 +++++++++++++++++++++++++++----------------------------------- 1 file changed, 309 insertions(+), 415 deletions(-) commit 5ab26629e89b9b5e48842755d37605323ad42ed5 Author: Abderrahim Kitouni Date: Fri Mar 16 19:32:23 2012 +0100 Updated Arabic translation po/ar.po | 823 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 384 insertions(+), 439 deletions(-) commit d2ea54b58a08e4a301f259b6b76cc6e29d89f28e Author: Duarte Loreto Date: Sat Mar 17 00:26:40 2012 +0000 Updated Portuguese translation po/pt.po | 713 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 330 insertions(+), 383 deletions(-) commit 66c16247e8afadbb7298b3b54473f89b1cddbbc4 Author: Krishnababu Krothapalli Date: Thu Mar 15 12:35:49 2012 +0530 Updated Telugu Translations po/te.po | 576 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 256 insertions(+), 320 deletions(-) commit 897cb7cebbb52ffff315c8c65b84f5b5b3ef19f3 Author: Anita Reitere Date: Wed Mar 14 22:38:39 2012 +0200 Updated Latvian translation. po/lv.po | 759 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 354 insertions(+), 405 deletions(-) commit 1972a067d1ab8d30f1024207e6b091def04954f8 Author: Cosimo Cecchi Date: Wed Mar 14 11:35:39 2012 -0400 wizard: fix pairing for devices with a pin in the DB As far as I understand the intention of the code here is to set automatic_pincode to FALSE if the DB detects it needs a special code (e.g. keyboards or joysticks); otherwise if a pincode is specified in the DB, that one should be used instead of being discarded. https://bugzilla.gnome.org/show_bug.cgi?id=672077 wizard/main.c | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) commit e27c8bcd5ed15db989539622b2631eb5c39ab0c8 Author: Cosimo Cecchi Date: Wed Mar 14 11:33:33 2012 -0400 wizard: fix semicolon oops This would force the ICADE interface for everything coming from the database which was not a keyboard. https://bugzilla.gnome.org/show_bug.cgi?id=672077 wizard/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0d85a2b57eb72f22afab3cb878c9beb5834b9f18 Author: Cosimo Cecchi Date: Wed Mar 14 11:32:41 2012 -0400 pin-database: add another entry for the Apple Magic Trackpad Apparently the ID is not unique, and there's more than a Magic Trackpad model. https://bugzilla.gnome.org/show_bug.cgi?id=672077 wizard/pin-code-database.xml | 1 + 1 file changed, 1 insertion(+) commit b190692a33828d8867d93b2eb3b6e11d70e14064 Author: Bastien Nocera Date: Tue Mar 13 19:23:39 2012 +0100 wizard: Add more debug output when fetching PIN wizard/pin.c | 8 ++++++++ 1 file changed, 8 insertions(+) commit fad540c9dbd6aa7cbaf2d0127493422abd096414 Author: Bruce Cowan Date: Tue Mar 13 17:50:15 2012 +0000 Updated British English translation po/en_GB.po | 723 +++++++++++++++++++++++++++-------------------------------- 1 file changed, 334 insertions(+), 389 deletions(-) commit ad512836a619aaabf03186941500cef5a14ab816 Author: Akom Chotiphantawanon Date: Tue Mar 13 15:38:21 2012 +0700 Updated Thai translation. po/th.po | 545 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 252 insertions(+), 293 deletions(-) commit 4ae6373e8af4ab1e213593de1b30c7492cfcd287 Author: David Planella Date: Tue Mar 13 00:19:53 2012 +0100 Updated Catalan translation po/ca.po | 715 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 330 insertions(+), 385 deletions(-) commit d0810448a4442f39a0babfb0d3e8ee787bbd4681 Author: Timo Jyrinki Date: Mon Mar 12 11:02:30 2012 +0200 Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint po/fi.po | 448 ++++++++++++-------------------------------------------------- 1 file changed, 81 insertions(+), 367 deletions(-) commit ee00fa49b607294261fad854ee7fdc809e0fdedb Author: Arash Mousavi Date: Sat Mar 10 12:53:11 2012 +0330 Updated Persian Translation po/fa.po | 652 +++++++++++++++++++------------------------------------------- 1 file changed, 199 insertions(+), 453 deletions(-) commit 94e22b221c38a345fe2bfca0f90bb0a6aba0944c Author: Nilamdyuti Goswami Date: Thu Mar 8 21:38:51 2012 +0530 Assamese translation completed po/as.po | 701 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 326 insertions(+), 375 deletions(-) commit 9f8304168e1af4ab759c97668e4489a4afdd77ce Author: Bruno Brouard Date: Wed Mar 7 12:56:02 2012 +0100 Updated French translation po/fr.po | 571 +++++++++++++++++--------------------------------------------- 1 file changed, 157 insertions(+), 414 deletions(-) commit b875d11f96019845de9628f8ee8eb0617d64772a Author: Seong-ho Cho Date: Wed Mar 7 00:30:32 2012 +0900 Updated Korean translation po/ko.po | 576 ++++++++++++++++++-------------------------------------------- 1 file changed, 165 insertions(+), 411 deletions(-) commit c238546f8048648d974b18044069ef946772c8ff Author: Cheng-Chia Tseng Date: Mon Mar 5 21:26:01 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 23 +++++++++++++---------- po/zh_TW.po | 23 +++++++++++++---------- 2 files changed, 26 insertions(+), 20 deletions(-) commit 1524df8f0cfd557c420f316e8dea198dadface69 Author: Mario Blättermann Date: Sun Mar 4 16:00:26 2012 +0100 [l10n] Updated German translation po/de.po | 708 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 327 insertions(+), 381 deletions(-) commit bfe1578ac868d80b53cda9343222fec789b06ae5 Author: Gabor Kelemen Date: Sun Mar 4 02:28:51 2012 +0100 Updated Hungarian translation po/hu.po | 716 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 334 insertions(+), 382 deletions(-) commit ba6a72a7b5f169d08789eeaec0534e4e714d6a61 Author: Piotr Drąg Date: Sun Mar 4 00:29:20 2012 +0100 Updated Polish translation po/pl.po | 484 +++++++++++++++----------------------------------------------- 1 file changed, 117 insertions(+), 367 deletions(-) commit 1cab60ffc80be185f20e8369494b10961755d233 Author: Inaki Larranaga Murgoitio Date: Sat Mar 3 19:39:20 2012 +0100 Updated Basque language po/eu.po | 625 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 286 insertions(+), 339 deletions(-) commit 1ea24783061f4b7fbf98c56117c97000973bcef2 Author: Yaron Shahrabani Date: Fri Mar 2 14:46:10 2012 +0200 Updated Hebrew translation. po/he.po | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) commit 940f79faa40e61990eb842b10651b9cb856b57f5 Author: Milo Casagrande Date: Thu Mar 1 23:07:41 2012 +0100 [l10n] Updated Italian translation po/it.po | 502 +++++++++++++++----------------------------------------------- 1 file changed, 120 insertions(+), 382 deletions(-) commit 4b050891078fce200c3334bf6e96614ac50185bf Author: Dr.T.Vasudevan Date: Tue Feb 28 16:23:49 2012 +0530 updated Tamil translation po/ta.po | 617 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 283 insertions(+), 334 deletions(-) commit 210623883adfb3760e47747fd1230ae86aaba76f Author: Mattias Põldaru Date: Mon Feb 27 11:50:03 2012 +0200 [l10n] Updated Estonian translation po/et.po | 98 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) commit 1dc2061cbed891a2edd5b868f58276aa64093125 Author: Yuri Myasoedov Date: Sat Feb 25 12:31:27 2012 +0400 Updated Russian translation po/ru.po | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) commit 5faa79a80d38aa4f2b5d6a015ff1796c5dd22e8f Author: A S Alam Date: Thu Feb 23 21:06:05 2012 +0530 update Punjabi Translation po/pa.po | 716 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 332 insertions(+), 384 deletions(-) commit cf3cd24ed59ec68749631023c9520b27ad281fa8 Author: Alexander Shopov Date: Thu Feb 23 07:23:01 2012 +0200 Updated Bulgarian translation po/bg.po | 464 ++++++++++++++++---------------------------------------------- 1 file changed, 117 insertions(+), 347 deletions(-) commit bcf0f094886de0711f3148319e049495410761e6 Author: Matej Urbančič Date: Tue Feb 21 22:28:59 2012 +0100 Updated Slovenian translation po/sl.po | 137 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 70 insertions(+), 67 deletions(-) commit aecc0c76ad6f7ae1c5602cd38ad1bc9db854c870 Author: Fran Diéguez Date: Tue Feb 21 11:32:29 2012 +0100 Updated Galician translations po/gl.po | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) commit 22dc199b84fec6d93bcd13a5a74811c312ec81e9 Author: Kenneth Nielsen Date: Mon Feb 20 23:09:20 2012 +0100 Updated Danish translation po/da.po | 637 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 292 insertions(+), 345 deletions(-) commit c193c142cf938ce39a038bac8e221825914fc01e Author: Ihar Hrachyshka Date: Mon Feb 20 17:25:32 2012 +0300 Updated Belarusian translation. po/be.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit be0e517b4fbc2f6357ca9315b4d4b421983edfbc Author: Marek Černocký Date: Mon Feb 20 10:57:52 2012 +0100 Updated Czech translation po/cs.po | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) commit 250c73c672e3155b69c3d3ad0b3ae9025e6c00fe Author: Мирослав Николић Date: Mon Feb 20 10:52:17 2012 +0100 Updated Serbian translation po/sr.po | 23 +++++++++++++---------- po/sr@latin.po | 23 +++++++++++++---------- 2 files changed, 26 insertions(+), 20 deletions(-) commit 7e11c68ae066747a0003f84fa88f713c9b1e98a8 Author: Kjartan Maraas Date: Sun Feb 19 19:42:17 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 9d050f7787c8246bbf941b80a166a8bebfb92ded Author: Daniel Nylander Date: Sun Feb 19 19:31:27 2012 +0100 Updated Swedish translation po/sv.po | 541 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 243 insertions(+), 298 deletions(-) commit 10be72edb9c5be073288499309a2530faec1fe6a Author: Daniel Mustieles Date: Sun Feb 19 19:15:28 2012 +0100 Updated Spanish translation po/es.po | 146 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 76 insertions(+), 70 deletions(-) commit 1eb678d8bf0d32e8fd7ad30135c3e2616cd14f3d Author: Antonio Ospite Date: Sat Feb 18 20:31:22 2012 +0100 wizard: add another OUI for the Sony "BD Remote Control" https://bugzilla.gnome.org/show_bug.cgi?id=670370 wizard/pin-code-database.xml | 1 + 1 file changed, 1 insertion(+) commit 0885612e14cc011c066cc73320d14c1a61c606b3 Author: Bastien Nocera Date: Sat Feb 18 13:49:55 2012 +0100 applet: Call our own preferences the same as others applet/popup-menu.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 65ddc52b703fd2f4e80f0283aca4e30363d3ecaf Author: Bastien Nocera Date: Sat Feb 18 13:48:58 2012 +0100 applet: Remove left-over header capitalisation https://bugzilla.gnome.org/show_bug.cgi?id=669284 applet/main.c | 4 ++-- applet/popup-menu.ui | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit fa471e95426d33d3acf517246426cebf6b702bac Author: Marek Černocký Date: Fri Feb 17 13:43:38 2012 +0100 Updated Czech translation po/cs.po | 160 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 83 insertions(+), 77 deletions(-) commit 62645daadc7b701b6d63cd407e0fec0205a3a997 Author: Yuri Myasoedov Date: Tue Feb 14 10:15:16 2012 +0400 Updated Russian translation po/ru.po | 537 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 242 insertions(+), 295 deletions(-) commit 67cdd1efbbaf872c8eb99962eedb38e6fa45701a Author: Мирослав Николић Date: Sun Feb 12 20:32:30 2012 +0100 Updated Serbian translation po/sr.po | 706 ++++++++++++++++++++++++++------------------------------ po/sr@latin.po | 704 ++++++++++++++++++++++++++----------------------------- 2 files changed, 651 insertions(+), 759 deletions(-) commit 6e19a8e512704e74df14a4eae12a4b590c662524 Author: Ihar Hrachyshka Date: Sat Feb 11 22:27:21 2012 +0300 Updated Belarusian translation. po/be.po | 446 ++++++++++++++++++-------------------------------------------- 1 file changed, 131 insertions(+), 315 deletions(-) commit 7323cba75b75d1ebe0183c53dd77cd1038d5de62 Author: Mattias Põldaru Date: Wed Feb 8 11:17:24 2012 +0200 [l10n] Updated Estonian translation po/et.po | 287 ++++---------------------------------------------------------- 1 file changed, 18 insertions(+), 269 deletions(-) commit 3bccb76cefa5deed7e68564b6a8f0d3d570a047f Author: Cheng-Chia Tseng Date: Sat Feb 4 15:11:44 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 422 ++++++++++++++++++++++++++-------------------------------- po/zh_TW.po | 424 ++++++++++++++++++++++++++--------------------------------- 2 files changed, 380 insertions(+), 466 deletions(-) commit d553cc654c645b54593431c9a94ccecc23f23176 Author: Ryan Lortie Date: Wed Feb 1 14:52:55 2012 -0500 lib: remove generated file from version control lib/bluetooth-client-glue.c is autogenerated and was accidentally checked into version control. Remove it. lib/bluetooth-client-glue.c | 4673 ------------------------------------------- 1 file changed, 4673 deletions(-) commit 105159928ef71b7ed9bc235a13642005a5802156 Author: Yaron Shahrabani Date: Sat Jan 28 12:11:08 2012 +0200 Updated Hebrew translation. po/he.po | 494 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 219 insertions(+), 275 deletions(-) commit ab56ffc3b567de6a3f9f6e60c46f765fd951c99d Author: Kjartan Maraas Date: Wed Jan 25 12:58:58 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 2379764b7a89b6dd65a4e2ff8ffab2beeac049c5 Author: Colin Walters Date: Sat Jan 21 10:11:54 2012 -0500 applet: Delete gnome-bluetooth-applet.la file For operating system creators who don't ship .la files in /usr/lib, this file will still reference the (now non-existent) libgnome-bluetooth.la. This patch should be harmless for distributors who do still ship the .la files though. https://bugzilla.gnome.org/show_bug.cgi?id=668588 applet/Makefile-lib.am | 3 +++ 1 file changed, 3 insertions(+) commit 89ec3479c5e699b0e2c909b96d99a8f901af2bd1 Author: Colin Walters Date: Wed Jan 18 22:06:58 2012 -0500 build: Add --disable-documentation option This helps operating system builders. https://bugzilla.gnome.org/show_bug.cgi?id=668589 Makefile.am | 9 ++++++++- configure.ac | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) commit afd03d98d1cc6efe116752c5b44b6c0f486cb9a1 Author: Timo Jyrinki Date: Tue Jan 24 15:39:15 2012 +0200 Updated Finnish translation. po/fi.po | 632 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 288 insertions(+), 344 deletions(-) commit 68e1e1c03f57ee3eec88ca81f3e416e1dc03dc2e Author: Kjartan Maraas Date: Mon Jan 23 13:26:59 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 446 +++++++++++++++++++------------------------------------------- 1 file changed, 132 insertions(+), 314 deletions(-) commit 06d7734bb87f334b574fae01b0df299a1040d9fe Author: Fran Diéguez Date: Sun Jan 22 02:00:09 2012 +0100 Updated Galician translations po/gl.po | 516 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 236 insertions(+), 280 deletions(-) commit 6198ef3ddff536585556bcdba38af99a18121d28 Author: Matej Urbančič Date: Sat Jan 21 21:02:18 2012 +0100 Updated Slovenian translation po/sl.po | 519 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 232 insertions(+), 287 deletions(-) commit e62dc69ad9eeaedd48e0fe80c4e88c873070a3d9 Author: Daniel Mustieles Date: Sat Jan 21 11:55:10 2012 +0100 Updated Spanish translation po/es.po | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) commit 823dd92109e0b664999de95b3952b1e5120e82f0 Author: Bastien Nocera Date: Thu Jan 19 20:31:58 2012 +0000 wizard: Add support for pairing the iCade Instead of expecting the user to convert every digit of the PIN to joystick moves and button presses, only require joystick movements and show them as arrows. wizard/main.c | 47 ++++++++++++++++++++++++++++++++++++++---- wizard/pin-code-database.xml | 3 +++ 2 files changed, 46 insertions(+), 4 deletions(-) commit 1d64f03e95075d48aa787e948772623a62391f33 Author: Bastien Nocera Date: Thu Jan 19 18:59:43 2012 +0000 wizard: Show a return symbol after the PIN for keyboards wizard/main.c | 2 ++ 1 file changed, 2 insertions(+) commit 563b6b4bb7fe16a709c9c3afd9d57d95a5a62346 Author: Bastien Nocera Date: Thu Jan 19 18:40:51 2012 +0000 wizard: Refactor the special casing of PIN help Keyboards will probably not be the only type of devices that would require a special way to present their PIN help, and PIN codes. wizard/main.c | 48 +++++++++++++++++++++++++++++++----------- wizard/pin-code-database.xml | 7 ++++++ 2 files changed, 43 insertions(+), 12 deletions(-) commit 96be9d24bdf44da751dc63bbb22e9c4a479d9fbe Author: Marek Černocký Date: Thu Jan 19 16:41:41 2012 +0100 Updated Czech translation po/cs.po | 491 ++++++++++++++------------------------------------------------ 1 file changed, 112 insertions(+), 379 deletions(-) commit aa76e95f2eb0d608b81e780524fc8bd245be75e4 Author: Bastien Nocera Date: Wed Jan 18 17:03:52 2012 +0000 build: Dist in .tar.xz by default configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 326be3acfa653152c8626c77c214252b6ee4ed0c