Reduced minimum password retry level from 6 to 3
[barry/pauldeden.git] / NEWS
blob1739bd050aa6cfbb5c727fee1c097d4c273c3b0d
1 May 2008
2 ==============================================================================
4 API Change
5 ----------
7 As of version 0.13, the Barry API has changed to use a hierarchy of Mode
8 classes instead of using the Controller class to switch modes or select
9 them.  These new Mode classes are in a new namespace called Mode.
11 In theory, these modes can be operational at the same time, such as
12 Desktop, Serial, and IpModem.  Eventually, a JavaLoader mode may also
13 be available.
15 Please see the example code in the examples directory for sample code
16 and usage.
18 IP Modem support
19 ----------------
21 Version 0.13 has preliminary IP Modem support.  You will need a newer
22 Blackberry device to make use of this.
25 December 2006
26 ==============================================================================
28 Note: as of version 0.4, Barry depends on the stable version of libusb,
29 not the devel tarball available on the Barry sourceforge site.  Install
30 stable libusb (0.1.12 or similar) and libusb-devel from your distribution's
31 regular package set.
33 ------------------------------------------------------------------------------
35 See http://sourceforge.net/projects/barry for the latest news.