Use the 2.5->3.0 changelog from the 3.0 branch instead of trunk. We don't want unreleased things in it

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_1@19542 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-12-21 17:23:53 +00:00
parent 865b2565f0
commit d2f48f1691

View file

@ -24,18 +24,10 @@
\subsection{New features}
\begin{changelog}
\item 2008-07-27: SAP codec
\item 2008-07-14: Initial support for the Onda VX747
\item 2008-07-07: Added keybox plugin
\item 2008-06-10: md5sum plugin added
\item 2008-05-21: MOD codec support added
\item 2008-05-21: Initial support for the Philips GoGear SA9200.
\item 2008-05-04: Added study mode
\item 2008-05-03: Sound on the Gigabeat S.
\item 2008-04-24: Initial support for the Creative Zen Vision:M
\item 2008-04-23: Lamp (originally "flashlight") plugin
\item 2008-03-23: New bitmap strips feature in the WPS
\item 2008-03-23: The iAudio M3 is now a supported target
\item 2008-03-21: Viewport tag added for WPS
\item 2008-03-18: The Olympus m:robe 100 is now a supported target
\item 2007-12-09: PictureFlow: A nice animated visualization for album art
@ -48,12 +40,10 @@
\item 2007-08-02: Superdom game
\item 2007-07-27: Sound on iPod 2nd Gen
\item 2007-07-25: Jackpot support for bitmap targets
\item 2007-07-03: WMA codec initial support
\item 2007-06-30: Reversi game
\item 2007-06-29: Rocklife plugin
\item 2007-06-28: Maze game
\item 2007-06-17: Custom filetype colour feature introduced
\item 2007-06-05: Monkey's Audio support
\item 2007-05-23: The 80GB Ipod Video is now supported by Rockbox
\item 2007-04-09: WAV file viewer
\item 2007-03-11: Sound on the Sansa e200
@ -62,11 +52,9 @@
\item 2007-02-16: Chopper game
\item 2007-02-14: Cuesheet support
\item 2007-02-14: Icons in the menus
\item 2007-02-14: SPC codec
\item 2007-02-10: Album Artist and Comment Tag Support
\item 2007-02-09: Speex Codec Support
\item 2007-01-31: Invadrox, a Space Invaders clone
\item 2007-01-25: NSF codec
\item 2007-01-16: BlackJack plugin
\item 2007-01-02: Mazezam, a puzzle game for all bitmap lcd targets
\item 2006-12-29: Toshiba Gigabeat X and F series support
@ -78,13 +66,11 @@
\item 2006-10-27: Audio dithering option
\item 2006-10-19: last.fm (audioscrobbler) logging support
\item 2006-10-05: FM radio region setting
\item 2006-09-25: ADX codec
\item 2006-09-15: ZX spectrum emulator plugin - zxbox
\item 2006-08-28: Encoder Codec Interface for recording with
additional FM recording support
\item 2006-08-07: Initial version of mpegplayer plugin
\item 2006-07-19: Rockpaint plugin
\item 2006-07-18: SID codec
\item 2006-07-18: Playlist catalog
\item 2006-04-19: Rockbox is functional and plays audio on the iPod Mini 1G
\item 2006-03-30: Rockbox is functional and plays audio on the iPod Mini 2G
@ -98,7 +84,6 @@
\item 2006-03-11: Pacbox, a pacman arcade machine emulator
\item 2006-02-22: "Chessbox" chess game plugin
\item 2006-02-13: iPod 5G audio playback
\item 2006-02-01: AIFF codec support added
\item 2006-01-28: Color bitmap support in the WPS (for color models)
\item 2006-01-23: Brickmania game plugin
\item 2005-12-06: Unicode support
@ -130,4 +115,35 @@
\item 2005-12-05: New wps' added. Engineeer2, marquee, and DancePuffDuo
\end{changelog}
\subsection{Bug fixes}
\subsection{New codecs supported}
\subsubsection{Lossy codecs}
\begin{changelog}
\item Ogg/vorbis
\item MPC
\item A/52 (AC3)
\item AAC (MP4)
\item WMA
\item ADX
\item Speex
\end{changelog}
\subsubsection{Lossless codecs}
\begin{changelog}
\item WAV
\item AIFF
\item FLAC
\item ALAC
\item Wavpack
\item Shorten
\item Monkey's Audio
\end{changelog}
\subsubsection{Other codecs}
\begin{changelog}
\item SID
\item MOD
\item NSF, NSFE
\item SPC
\item MIDI
\item SAP
\end{changelog}