diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-10-30 20:38:25 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-10-30 20:38:25 +0000 |
commit | 7afc19c48dfb153a06dfa7e097d7d887f31a590d (patch) | |
tree | 04b06c030107368ba8854501e9149c9fe399375b | |
parent | 43d6dd8b1a4655f1aa5b642c0b3302166e39065e (diff) |
added missing free distros - Michał Masłowski issue
-rw-r--r-- | h-source/Application/Include/distributions.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/h-source/Application/Include/distributions.php b/h-source/Application/Include/distributions.php index 65daeab..27a7ffd 100644 --- a/h-source/Application/Include/distributions.php +++ b/h-source/Application/Include/distributions.php @@ -29,10 +29,12 @@ class Distributions 'blag_140000' => 'BLAG 140000', 'dragora_1_1' => 'Dragora 1.1', 'dragora_2_0' => 'Dragora 2.0 Ardi', + 'dragora_2_2' => 'Dragora 2.0 Rafaela', 'dynebolic_2_5_2' => 'Dyne:bolic 2.5.2 DHORUBA', 'dynebolic_3_0_X' => 'Dyne:III 3.0.X MUNIR', 'gnewsense_2_3' => 'gNewSense 2.3 Deltah', - 'gnewsense_3_0' => 'gNewSense 3.0 Metad', + 'gnewsense_3_0' => 'gNewSense 3.0 Metad (beta)', + 'gnewsense_3_0_parkes' => 'gNewSense 3.0 Parkes', 'musix_2_0' => 'Musix GNU+Linux 2.0 R0', 'parabola' => 'Parabola GNU/Linux', 'trisquel_3_5' => 'Trisquel 3.5 Awen', @@ -40,8 +42,10 @@ class Distributions 'trisquel_4_5' => 'Trisquel 4.5 Slaine', 'trisquel_5_0' => 'Trisquel 5.0 Dagda', 'trisquel_5_5' => 'Trisquel 5.5 Brigantia', + 'trisquel_6_0' => 'Trisquel 6.0 Toutatis', 'ututo_xs_2009' => 'UTUTO XS 2009', 'ututo_xs_2010' => 'UTUTO XS 2010', + 'ututo_xs_2012_04' => 'UTUTO XS 2012.04', 'venenux_0_8' => 'VENENUX 0.8', 'venenux_0_8_2' => 'VENENUX-EC 0.8.2', 'venenux_0_9' => 'VENENUX 0.9', |