diff options
author | Michael Giacomelli <giac2000@hotmail.com> | 2012-03-28 18:03:04 -0400 |
---|---|---|
committer | Michael Giacomelli <giac2000@hotmail.com> | 2012-03-28 18:09:22 -0400 |
commit | 0e4a29811bda742062e126db5b8572459f511739 (patch) | |
tree | 3aaa0ec99c754d951589111df7a30af6ce756226 /tools/builds.pm | |
parent | a8b3d506dbeaa657ec5de93af9647ebee90d46d1 (diff) |
Mark the Sansa c200v2 series of players as stable
These were originally held back as unstable due to bugs in rockbox's
audio buffering that only occuried on very low memory targets. The
c200v2 is the lowest memory target we have. Various improvements
to our buffering system seem to have fully corrected these problems.
Change-Id: I4404fe9b85c037904aea4b720e5a1fcb266f3d18
Diffstat (limited to 'tools/builds.pm')
-rw-r--r-- | tools/builds.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index c74096a65c..3b97e21d05 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -223,7 +223,7 @@ $releasenotes="/wiki/ReleaseNotes310"; }, 'sansac200v2' => { name => 'SanDisk Sansa c200 v2', - status => 2, + status => 3, icon => 'sansac200', }, 'sansaclip' => { |