📄 changelog
字号:
affix-2.1.2 [19.02.2004]- [new] command line configuration expression. allows to run legacy applications in btsrv wrapper with SDP support without touching configuration files- [new] btctl link info commands added: lq, rssi, cpl, linkinfo.- [fix] libtool fixed. (if .so in libs was missing for someone)- [new] "btctl bind" command to bind to particular address port/service connection is done when device open /dev/btyXX portaffix-2.1.1 [09.01.2004]- Several SDP fixes.(Mainly safety length checks)- btsrv-gui fixed for python- socket G updatedaffix-2.1.0 [15.11.2003]- [new] More profiles support by btsrv (/etc/affix/btsrv.conf)affix-2.0.2 [29.04.2003]- [new] Socket 2.5 Bluetooth PCMCIA card support- [fix] RH init script fixed-affix-2.0.1 [20.04.2003]- [fix] TYPO fix in sdp.h- [fix] RH init script fix- [new] TDK Bluetooth PCMCIA card fixaffix-2.0.0 [16.04.2003]- [new] "btctl capture" captures packets on HCI interface.- [fix] btobex file receving fix.- [fix] SDP UUID128, error processing fixes- [change] final SDP cleanup. no more API changes in the future.- [change] "btctl connect" now requires "service" parameter always-affix-2.0.0-pre2 [14.03.2003]- [new] Complete Audio Support -> can play MP3 on your headset see btmpg123 script- [new] FAX profile from Christian Plog- [new] real DUN profile -> works with real modem.- [fix] pre1 -> pre2 fixes. everything works.- [new] Redhat init.d stcript.- [new] affix.conf has extra options: load_modules and audio.affix-2.0.0-pre1 [04.03.2003]- [NOTE] it goes to /usr/local !!! uninstall previous: make uninstall- [new] btsrv.conf got new options: managekey, managepin, startsvc, initdev- [new] PAN enhanced with SDP- [changes] PAN control interface enhanced with panconnect, pandiscovery, pandisconnect commands- [change] libaffix_utils removed- [changes] SDP API cleaned up and improved - now ease to use- [changes] openobex 0.9.8 support removed, use NEW 1.0.0 libraryaffix-1.2.6 [15.12.2002]- [change] threading removed from btsdp - not required. libpthread is not required anymore..- [fix] AWK usage removed from /etc/affix/hwinit-affix-1.2.5 [27.11.2002]- [fix] init_uart: ericsson modules works again (1.2.4 had problems)- [fix] link fixes with old OpenObex library- [new] new policy/baseband HCI commands: HCI_SniffMode, HCI_ExitSniffMode, HCI_HoldMode HCI_ReadLinkPolicySettings, HCI_WriteLinkPolicySettings HCI_GetLinkQuality, HCI_ReadRSSI, HCI_Read_Transmit_Power_Level HCI_ReadHoldModeActivity, HCI_WriteHoldModeActivity HCI_ReadScanMode, HCI_WriteScanMode HCI_ReadScanPeriodMode, HCI_WriteScanPeriodMode-affix-1.2.4 [14.11.2002]- [new] glib dependency removed.!!!!- [new] new flexible device management. - easy to add new PCCARD device to database (/etc/affix/hwinit.map) - configuration file (/etc/affix/hwinit.opts)- [new] new OBEX framework - new flexible API to implement server/client apps. - API cleanup !!! Important: please download new openobex-1.0.0-pre4 from http://openobex.sf.net/testing/ - no glib - IOP fixes - works perfectly with Windows based systems (iPaq, ...) - [fix] SDP fix/cleanup. API minor changes/fixes- [change] security - "btctl sec_mode" now "btctl security" - btsrv.conf: "sec_mode" and "sec_level" options now: "security" - btsrv.conf: "scan_mode" now "scan"affix-1.2.4-pre1 [25.10.2002]- [change] cache/spool directory for root moved to /var/spool/affix - allow to run btsrv ata boot time. - NB. (OBEX) /var/spool/affix moved to /var/spool/affix/Inboxaffix-1.2.3 [23.10.2002]- [fix] intialization fixed- [fix] bcsp fixed - checked that works on iPaq- [changes] "btsrv --usekeys" changed by "btsrv --manage-keys"- [changes] requirements for Python GTK lib added to System requirements. Required to run graphical pin helper window.- [change] l2cap socket type changed from SOCK_STREAM to SOCK_SEQPACKET- [fix] PIN window now get a focus and responde to CRaffix-1.2.2 [12.10.2002]- [changes] "btctl pincode" removed - use "btctl addpin" instead- [new] "btctl pair" command added. Makes pairing with remote device.- [new] btsrv stores link keys for later use. btsrv --usekeys "btctl list" shows all device and existense of a key "btctl unbond" remove key/all keys- [fix] C++ friendly (headers fixed)- [new] new device management. /etc/affix/hwinit does initialization btctl bt0 up - brings interface up btctl bt0 down - brings interface downaffix-1.2.1 [20.09.2002]- [changes] PAN initialization procedure changed. "btctl pan [init|stop]" used to do it.- [fix] sec_level did not set by btsrv- [new] BCSP protocol suported: e.g. btctl open_uart /dev/ttyS0 bcsp- [changes] Service which register records in SDP server has to maintain SDP server connection handle. If service die w/o service unregistration then SDP server removes service recordaffix-1.2.0 [13.09.2002]- requires affix-kernel-1.2.0- [changes] SDP API simplified and improved- [new] improved btsrv: new options in btsrv.conf - service options: security, class - device options: security, class, role, pkt_type- [changes] btctl auth/encrypt changed to sec_mode btctl sec_mode service btctl sec_mode link authVersion 1.1.1 [04.09.2002]- [fix] compilation fixes. (cross compiling, PowerPC, linking problems)- [extra] arm-config.site file for cross compiling can be adopted to any platformVersion 1.1.0 [02.08.2002]- [changes] new ioctl/kernel interface is used. Package does not work with previous affix-kernel versions. Requires "affix-kernel-1.1.x".- [new] GUI pin handler.- [fix] btctl pkt_type fixed.- [new] btsrv can be run under user. it uses $HOME/affix/spool to store received files. /var/spool/affix is used for root.- [new] Security mode 2 support (service level). Now is default. Requires to set PIN code for devices, connected to local services. to switch it off run: "btctl sec_mode 1" Version 1.0.0 [19.07.2002]- [fix] compilation fix. UART commands lost- [fix] SDP fix- [fix] small fixesVersion 1.0.0pre9 [18.07.2002]- [fix] compilation fix. HFP was missing- [fix] services had incorrect path to btobex- [new] btsrv has new config file /etc/affix/btsrv.conf /etc/affix/services removedVersion 1.0.0pre8 [17.07.2002]- [fix] compilation fix. connection commands did not workVersion 1.0.0pre7 [15.07.2002]- [new] new building environment- [changes] btpanctl intergrated to btctl as *pan* command---> Changes done before splitting Affix into *affix* and *affix-kernel* <---Version 1.0pre6 [06.07.2002]- [new] libaffix*.so now has version- [new] added *cleanold* rule to Makefile to remove old versions of the files- [fix] OBEX server and client fixed and improved.- [new] *put*, *get*, and *push* commands measure the transfer speed- [new] btctl got new commands: *ping* and *sping* *sping* measures transfer speed in one direction- [new] affix_usb able to send audio data to Bluetooth module- [new] added new library *affix_utils* and some functions moved there- [fix] some minor fixes over the codeVersion 1.0pre5 [24.06.2002]- [new] *open_uart* enhanced to support vendor dependend initialization btctl open_uart <vendor> <speed> <flags>- [fix] minor rfcomm fixes.- [fix] btobex fixed. It was not working after in *pre3/4* because of one bug- [fix] btctl inquiry cache finaly fixed.- [fix] SDP fixed to correctly work on ARM/SPARC/PPC architectures- [changes] SDP file structure changed. Header files moved to affix client need to include sdp.h, sdpclt.h and sdpsrv.h- [changes] user space apps. shall use only <affix/btcore.h> do not use <affix/hci.h>Version 1.0pre4 [15.06.2002]- [fix] rfcomm fixed. freeze happened in some situation.- [fix] affix_rfcomm.o module use counter could have negative value - [fix] btctl cache support fixed. it works- [fix] some other fixes stability fixesVersion 1.0pre3 [06.06.2002]- [fix] l2cap state machine- [new] *btctl* now remembers found devices - device cache. *btctl list* - to see the list *btctl flush* - to forget it *btctl connect <id> ... actually id can be provided instead bda in every command.- [new] any driver from BlueZ can be compiled in Affix. Just include <affix/bluez.h> instead <net/bluetooth/*.h>- [fix] work on kernels < 2.4.7- [fix] Socket CF card works now perfectly. (Socket changed device id to new one - it caused the problem)- [new] Affix install pcmcia config file *.conf to /etc/pcmcia so that they are read automaticaly - no needs to change
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -