| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gnokii-devel | Distribution: openSUSE 11.4 |
| Version: 0.6.29 | Vendor: openSUSE |
| Release: 8.4 | Build date: Tue Feb 22 23:39:49 2011 |
| Group: Hardware/Mobile | Build host: build27 |
| Size: 133231 | Source RPM: gnokii-0.6.29-8.4.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnokii.org/ | |
| Summary: Nokia Connectivity Program | |
gnokii is a package of programs for communicating with a Nokia cellular phone in Linux. Please read the READMEs in /usr/share/doc/packages/gnokii to find out which models are supported.
GPLv2+
* Sat Feb 12 2011 vuntz@opensuse.org
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Split lang subpackage.
* Tue Jan 18 2011 vuntz@opensuse.org
- Add gnokii-new-libpcsc-lite.patch, that we apply on 11.4 and
later: fix build with libpcsc-lite >= 1.6.0. Taken from git.
* Wed Apr 28 2010 dimstar@opensuse.org
- Update to version 0.6.29:
+ Gnokii updates:
- make SMS and MMS commands suggest using --showsmsfolderstatus
to know which memory types are supported
- fix command with multiple arguments handling in --shell
- show reference number also for sendlogo() and sendringtone()
- fix random segfault when using --deletecalendarnote
+ Libgnokii updates:
- add more debug information to encoding functions
- add ids for Nokia 2760, Nokia 5130 XpressMusic, Nokia 5310
XpressMusic, Nokia 6700 classic and Nokia 6085 to misc.c (use
model=series40 for all)
- add TA and CB memory types to gn_str2memory_type() and to
gn_memory_type2str(); they were only in
gn_memory_type_print()
- use more standard config file locations:
%APPDATA%\gnokii for Windows
$HOME/Library/Preferences/gnokii for MacOS X
$XDG_CONFIG_HOME/gnokii for others (following
freedesktop.org)
- fallback to use mbrtowc()/wcrtomb() or mbtowc()/wctomb() if
iconv_open() fails
- fix sending multipart 8-bit SMS
- fix SMS encoding
- fix SMS splitting into parts (concatenated messages with
UCS-2 encoding)
- add dependency on glib
- make --writephonebook work on Series40 3rd Ed+
- when reading phonebook dump unknown blocks in debug mode
+ Many driver updates
+ Updated translations.
- Drop gnokii-vcal_c-bufferoverflow.patch: fixed upstream.
* Wed Feb 24 2010 dimstar@opensuse.org
- Update to version 0.6.28:
* build system updates
o fix Mac OS X build (PaweÅ Kot, Daniele Forsi, Jeff Rafter)
o fix NetBSD build and enable Bluetooth support (Daniele Forsi)
o use = instead of == in configure to be compliant with sh
syntax (Guido Falsi)
o add options to disable mysql/postgres smsd plugins
compilation (Alin NÄstac)
o use strdup instead of strndup - fixes FreeBSD < 8 compilation
(Guido Falsi)
o remove deprecated kernel modules for DKU2 cable; supported
DKU2 driver uses libusb (connection = dku2libusb)
(Daniele Forsi, PaweÅ Kot)
o remove patches/freebsd-ltmain_sh.patch since it is no more
needed (Daniele Forsi, Guido Falsi)
o fix setenv()/unsetenv() build on Solaris (PaweÅ Kot)
o fix getopt_long() build on Solaris (PaweÅ Kot)
* libgnokii changes
o print more verbose messages on device locking problems
(PaweÅ Kot)
o add GN_ERR_LOCKED error code (PaweÅ Kot)
o strip trailing '\r's when parsing vcard files (PaweÅ Kot)
o enable Bluetooth support for FreeBSD (Guido Falsi)
o fix segfault on sending long sms (PaweÅ Kot)
o fix off by one bug in atbus_rx_statemachine() found with
valgrind (Daniele Forsi, PaweÅ Kot)
o fix retval of char_ucs2_encode() (Daniele Forsi, PaweÅ Kot)
o autodetect bluetooth channel for gnapplet (PaweÅ Kot)
o don't use default rfcomm channel since we have autodetection
(PaweÅ Kot)
o add id for Nokia 1209 to misc.c only; use model=series40 but
you will get limited functionality because this phone is a
Series 30 (ncrfgs)
o add a gn_lib_init() function to translate libgnokii messages
also when the library is used by programs other than gnokii,
xgnokii and smsd; only programs that DON'T connect to a phone
need to call it explicitely (Daniele Forsi)
o set To headers instead of From headers when saving to mbox
outbox messages (analyzer)
o add gn_mms_get() and gn_mms_delete() functions (decoding to
text and MIME formats is incomplete and subject to change)
(Daniele Forsi)
o assign random reference ids to sent SMS (was always 0)
(PaweÅ Kot)
o fix splitting unicode multipart messages (PaweÅ Kot)
o with multipart message always send the smallest part as the
last one (PaweÅ Kot)
o represent more statuses with enum gn_power_source
(Daniele Forsi)
o correctly decode non-ascii characters in default alphabet
messages (PaweÅ Kot)
o when sending multipart sms return reference numbers for all
the parts (PaweÅ Kot)
o add GN_SMS_Unknown to gn_sms_message_status (Daniele Forsi)
o fix decoding SMS-STATUS-REPORT (Daniele Forsi, PaweÅ Kot)
o set GN_SMS_USER_DATA_MAX_LENGTH to 256 (PaweÅ Kot)
o replace GNOKII_API bool with GNOKII_API int for the function
definition (PaweÅ Kot)
o introduce better bool definition (Fabian Groffen)
o correctly encode GN_GSM_NUMBER_Alphanumeric (Daniele Forsi)
o use UCS-2 internal representation when sending SMS; it will
allow better recognition for non-ascii but default alphabet
characters (PaweÅ Kot)
o fix off-by-one bug in base64_encode (PaweÅ Kot)
* gnokii updates
o strip the trailing newline when --entersecuritycode did not
read from a terminal (Daniele Forsi)
o add --getmms and --deletemms commands (Daniele Forsi)
o deprecate -l option --sendsms; gnokii will now detect itself
long sms (PaweÅ Kot)
o more efficient way to get all smses (PaweÅ Kot)
o add SEC option to --entersecuritycode to input security code
(supported by nk6510 and nk6100 drivers) (Ladislav Michl)
o make --sendsms refuse alfanumeric destination "numbers" to
catch typos and make --savesms accept them because it's
useful for testing (Daniele Forsi)
o allow sending an empty SMS (PaweÅ Kot)
* at driver updates
o initialize reg_notification and reg_callback_date (PaweÅ Kot)
o fix --getnetworkinfo on some phones (Siemens S55) with
unregistered SIM (PaweÅ Kot)
o accept also +CCLK and +CREG responses without double quotes
(Daniele Forsi)
o fix --getphonebook segfault (bug #25378) (PaweÅ Kot)
o make Huawei phones notify SMS arrival (they seem to send
notifications only to the second port, eg /dev/ttyUSB1)
fixes http://savannah.nongnu.org/bugs/?25115 (Daniele Forsi)
o cache GetBattery as it is extensivly used by --monitor and
doesn't change too frequently (PaweÅ Kot)
o make GetBattery understand also 2 (no battery) and 3 (power
fault) (Daniele Forsi)
o if AT+GMM fails, try AT+CGMM (Huawei E220 doesn't support
+GMM but supports +CGMM); fixes #26039 (PaweÅ Kot)
o accept also +CREG responses with an odd number of digits in
the Cell ID field (Daniele Forsi)
o when setting a new memory name use the current encoding
instead of forcing "GSM" encoding (Daniele Forsi)
* nk6510 driver updates
o fix segfault on deletesms with S40_30 (PaweÅ Kot)
o sanity checks for number of messages in folder; increase max
sms number in folder to 1024 (PaweÅ Kot)
o implement GN_OP_GetMMS and GN_OP_DeleteMMS (Daniele Forsi)
o don't fallback to S40_30 mode on every error (PaweÅ Kot)
o SMS status is sometimes not returned - check for reply length
(PaweÅ Kot)
o improve detection of SMS and MMS with S40_30 and correctly
decode UCS2 SMS and read/unread/sent/unset status; also fix
reading SMS from non-IN folders (Daniele Forsi)
o enable input of security code (this driver now supports PIN
and SEC and throws an error for other codes) (Daniele Forsi)
o distinguish between "file not found" for --getfile (return an
error) and "empty directory" for --getfilelist (do not return
an error) (Daniele Forsi)
o when an empty file folder is cached always use a timeout > 0
since 0 means "no timeout" and the list is never refreshed;
this also affects reading SMS from S40_30 (Daniele Forsi)
* gnapplet driver updates
o fix string type argument length passed to the phone
(PaweÅ Kot)
* documentation updates
o in sample gnokiirc mention that the rfcomm_channel parameter
is ignored when using the FBUS protocol (Daniele Forsi)
o in gnokii man page add details to --writephonebook and
remove reference to non existant -i parameter (Daniele Forsi)
o add comments to all functions in common/gsm-encoding.c
(Daniele Forsi)
o in sample gnokiirc mention that on Win32 a COM port with a
number greater than 9 is named like \\.\COM10 (Daniele Forsi)
o in sample gnokiirc for Win32 mention that
port = aa:bb:cc:dd:ee:ff is valid too (Daniele Forsi)
* smsd updates
o fix segfault when using the nk6100 driver (Daniele Forsi)
o add examples directory with action files (Daniele Forsi)
o print short version on every startup; it should bring better
bugreports (PaweÅ Kot)
o reading SMS from S40_30 would stop working when inbox becomes
empty (fixed in the driver) (Daniele Forsi)
o enable sending long sms with postgresql module (PaweÅ Kot)
o rollback autodection of first sms position. First position
now defaults to 1 and can be changed to 0 with -0,
- -firstpos0 command line argument (Jan Derfinak)
* xgnokii updates
o use Icon=phone instead of Icon=cellphone (AriszlÃ⊃)
* fake driver updates
o implement GetSMS for testing (PaweÅ Kot)
o generate reference id for SendSMS (PaweÅ Kot)
o add SMS-STATUS-REPORT sample SMS for GetSMS testing
(PaweÅ Kot)
o add more testcases for GetSMS (PaweÅ Kot)
* translation updates
o updated French translation (Ploc)
o updated Italian translation (Daniele Forsi)
* utils updates
o add gnokii-configure utility (not installed by make install
because it depends on Python and libglade) (Daniele Forsi)
* nk7110 driver updates
o fix segfault on getsms and deletesms when raw_sms->number < 1
(Daniele Forsi)
* pcsc driver updates
o deprecate model=pcsc and connection=pcsc values; use
model=APDU and connection=libpcsclite instead (Daniele Forsi)
+ Add gnokii-vcal_c-bufferoverflow.patch, from upstream git.
* Tue Mar 17 2009 prusnak@suse.cz
- updated to 0.6.27
* build system updates
o move config.rpath from config/ to toplevel (PaweÅ Kot)
o remove all m4 macros except ac_expand_dir.m4 and
acx_pthread.m4 (PaweÅ Kot)
o use -N instead of -r in addition to -O option to make new
wget happy (PaweÅ Kot)
o be compatible with systems where iconv() is not in glibc
(Daniele Forsi)
o make Mac OS X use glibtoolize instead of libtoolize in
./autogen.sh (Daniele Forsi)
* win32 updates
o make it build again (Jari Turkia)
* nk6510 driver updates
o advance progress indicator for file download in place
(Yoni Rabkin)
o detect empty/invalid SMS locations (PaweÅ Kot)
o support two bytes for raw location numbers also for reading
and deleting SMS (it was already supported for saving) this
partially fixes reading SMS with Nokia Series 40 3rd Edition
phones and other newer and older phones (Daniele Forsi)
o replace SMS reading implementation for Series40 3rd Edition
and later phones (PaweÅ Kot)
o support new memory types for SMS on series40: DR (Drafts) and
OUS (Outbox, items to be sent) (PaweÅ Kot)
* libgnokii updates
o re-add iconv detection, fixes problem with non-ASCII messages
and data, spotted by Daniele Forsi (Bastien Nocera)
o add callback function for advance progress indicator
(PaweÅ Kot)
o translate country names if iso-codes package is installed;
see INSTALL for details (Daniele Forsi)
o edit MCC list to be closer to
http://en.wikipedia.org/wiki/Mobile_network_code and edit
country list to be closer to iso-codes (Daniele Forsi)
o Add the new gn_phonebook2vcardstr() and
gn_vcardstr2phonebook() functions, to manipulate strings
rather than filedescriptors when parsing phonebook entries
(Bastien Nocera)
o Add similar gn_calnote2icalstr(), gn_icalstr2calnote(),
gn_todo2icalstr(), and gn_icalstr2todo() functions
to manipulate calendar entries (Bastien Nocera)
o steal rfcomm channel autodetection code from
gnome-phone-manager (PaweÅ Kot)
o make gn_sms_send() propagate the reference number from its
local data->raw_sms to caller's data->sms (Daniele Forsi)
o add unconditional divert type (reason) (PaweÅ Kot)
o fix potential stack corruption with long phone names; fixes
[#23941] (https://savannah.nongnu.org/bugs/?23941) (PaweÅ Kot)
o add ids for Nokia N73 (model=at), Nokia 7373 and Nokia 3500
Classic (model=series40) to misc.c only (Daniele Forsi)
o print out an overrun frame when detected (PaweÅ Kot)
o gn_file_list struct supports an arbitrary number of files in
the directory (PaweÅ Kot)
o add new memory types for SMS: SR (Status Reports), DR
(Drafts) and OUS (Outbox, items to be sent) (PaweÅ Kot)
o increase max number of SMS folders supported from 24 to 64
(many phones handled by the nk6510 driver support 20 folders
created by the user and more than 4 folders created by the
phone) (PaweÅ Kot)
* documentation updates
o updated Polish translation (PaweÅ Kot)
o updated Italian translation (Daniele Forsi)
o update Nokia DKU2 rules sample file for udev (Daniele Forsi,
PaweÅ Kot)
o update gnokii man page with --answercall --hangup --divert
- -keysequence --enterchar --listnetworks --getnetworkinfo
and --showsmsfolderstatus that were missing and add details
to --dialvoice and --setspeeddial (Daniele Forsi)
* gnokii updates
o make --getsms accept at most 6 arguments, not 5 so that
gnokii --getsms SM 1 2 -d -f myfile actually works; exit
immediately (and do not delete SMS if --delete was specified)
when user answers "no" to overwrite prompt (Daniele Forsi)
o make --sendsms, --savesms, --getsms and --deletesmsfolder
return with more specific error codes GN_ERR_WRONGDATAFORMAT,
GN_ERR_INVALIDMEMORYTYPE and GN_ERR_INVALIDLOCATION where
appropriate, instead of -1 or GN_ERR_FAILED (Daniele Forsi)
o add country name to --listnetworks output (Daniele Forsi)
o error message for too long text provided to --sendsms --long
would sometimes print wrong max size (Daniele Forsi)
o Use the new gn_phonebook2vcardstr() function (Bastien Nocera)
o fix handling of arguments in --savesms: make it actually
accept -l|--location and at most 12 parameters, not 10
(Daniele Forsi)
o make --sendsms print the reference number of sent SMS
(Daniele Forsi)
o align --showsmsfolderstatus output -- folder abbreviation can
have up to 3 chars (PaweÅ Kot)
o implement --shell option that will allow run more than one
gnokii command inside one session (PaweÅ Kot)
o sms folder abbreviation may be 3-char (PaweÅ Kot)
o extend max SMS folder name length (PaweÅ Kot)
* at driver updates
o workaround for Sagem myW-8 (in atsag.c) and other phones (in
atgen.c) returning the wrong answer to GN_OP_GetModel
(Daniele Forsi)
o fix segfault on empty addressbook entry last name on Samsung
(PaweÅ Kot)
o fix detecting current charset with AT+CSCS? (Daniele Forsi)
o fix encoding issues (again) (PaweÅ Kot)
o fix GetMemoryStatus timing out on some Sony Ericsson phones
(Bastien Nocera)
o fix changing folders in some cases on Sony Ericsson phones
(Bastien Nocera)
o fix GetMemoryStatus being wrong when some phonebook entries
contained non-ASCII characters (Bastien Nocera)
o decode date/time for --getphonebook DC MC RC on phones that
also encode number, eg Sony Ericsson (Daniele Forsi)
o fix divert call commands invocation (PaweÅ Kot)
o be more verbose when the phone doesn't support PDU SMS mode
(Carles Pina i Estany)
o fix phonebook reading for phones that add spaces after commas
in +CPBR: response (Daniele Forsi)
o fix folder list parsing for wavecom modems (BORBELY Zoltan)
o make phonebook work on all Samsung phones; make extended
phonebook configurable; FIXME: detect which phones support
extended phonebook (PaweÅ Kot)
o support SMS memory names longer than 2 chars (Daniele Forsi)
o Sagem was reported to encode numbers (bug #24116) (PaweÅ Kot)
o let it use also connection = tcp to use an Ethernet to serial
adapter or a phone connected to a remote PC (Daniele Forsi)
o Samsung SHG-L760 was reported to respond to some commands
without echoing the original request (PaweÅ Kot)
* xgnokii updates
o display longer model names in Options dialog (Daniele Forsi)
* smsd updates
o fix potential segfault with file module on empty input SMS
(Jan Derfinak)
o allow to send multiline SMS with file module (Jan Derfinak,
Joan)
o don't use variable after it is freed (PaweÅ Kot)
o default module is file module (PaweÅ Kot)
* link layer updates
o usb_open() on DKU2 device just once -- otherwise it doesn't
work on FreeBSD (PaweÅ Kot)
* Tue Oct 07 2008 prusnak@suse.cz
- fixed incorrect encoding for the synchronized entries
* Tue Sep 16 2008 dmueller@suse.de
- bluez-libs is dropped
* Mon Sep 15 2008 dmueller@suse.de
- adjust buildrequires
* Fri Jul 25 2008 prusnak@suse.cz
- updated to 0.6.26
* translation updates
o search translations in $(localedir) and use exactly the same
code in gnokii, xgnokii, smsd and gnokiid (Daniele Forsi)
* at driver updates
o use AT+GMM to get the model name as it gives a more readable
output for Sony Ericssons and makes no difference for other
tested phones (PaweÅ Kot, Daniele Forsi)
o support 4-bytes cell id (PaweÅ Kot)
o cache pdu mode not to issue the command with every sms
(PaweÅ Kot)
o cache output of AT+XXXX=? commands which can be reused
(PaweÅ Kot)
o handle extended registration status in a sane way (PaweÅ Kot)
o better handle encoding issues wrt numbers and memory types;
some phones want them to be encoded using encoding being set
(like Sony Ericsson) some want them as ascii (like Nokia)
(PaweÅ Kot)
o optimize number of commands sent to the phone for multiple
operations like reading entire phonebook or entire inbox
(PaweÅ Kot)
o better handle empty +COPS responses (PaweÅ Kot)
o handle +CREG notifications (registration status) (PaweÅ Kot)
o correctly parse output for +CREG with LAC bytes swapped
(PaweÅ Kot)
o add separate files for LG and Sagem phones (PaweÅ Kot)
o for GN_OP_GetSMSCenter always provide a default name and set
default_name field because AT protocol never provides a name
(Daniele Forsi)
* gnokii updates
o support 4-bytes cell id (PaweÅ Kot)
* libgnokii updates
o do line unfolding/folding when reading/writing vCards and
limit subentry size to 61 bytes (fixes in part
https://savannah.nongnu.org/bugs/index.php?23086)
(Daniele Forsi)
o handle no '\n' at the end of the config file (PaweÅ Kot)
o don't allocate memory for comments for in-memory config
representation (PaweÅ Kot)
o comments in the config files may be started at any position
in the line (PaweÅ Kot)
o add missing quotes to #define LIBGNOKII_VERSION_STRING
(Daniele Forsi)
* smsd updates
o avoid "duplicated message" error with concatenated messages
on MySQL (PaweÅ Kot)
o more verbose debug information (PaweÅ Kot)
* pcsc driver updates
o implement GN_OP_GetSMSCenter for --getsmsc (Daniele Forsi)
* nk6510 driver updates
o for GN_OP_GetSMSCenter provide a default name if a name isn't
received; fix setting default_name field; when phone numbers
are empty do not copy the string "(none)" (Daniele Forsi)
* nk7110 driver updates
o for GN_OP_GetSMSCenter provide a default name if a name isn't
received; fix setting default_name field; when phone numbers
are empty do not copy the string "(none)" (Daniele Forsi)
* Fri Jul 25 2008 prusnak@suse.cz
- updated to 0.6.25
* at driver updates
o correctly handle different length memory names (like F10) so
that phone can respond with ERROR (Daniele Forsi)
o fix call notification for phones that reply with "+CRING: "
instead of "+CRING: VOICE" (Daniele Forsi)
o now it can decode status report SMS (Daniele Forsi)
* pcsc driver updates
o make it compatible also with libpcsclite 1.3.1+
(Pavel Kankovsky)
o implement the functions to support --deletesms and
- -deletephonebook; deleted items are completely overwritten
with 0xff (Pavel Kankovsky)
o implement the functions to support --getsecuritycodestatus
and --entersecuritycode PIN (Pavel Kankovsky)
o now it can decode status report SMS (Daniele Forsi)
* libgnokii changes
o make char_bcd_number_get() decode non numeric codes "*#pbc"
(Daniele Forsi)
o tm_mon in tm struct starts from 0 (WiesÅaw OchmiÅski)
o make vCard output of gn_phonebook2vcard() compliant with
RFC2426 using underscores instead of hyphens (vCards created
by previous versions are still read) and always generating
the "N:" property; (fixes a part of
https://savannah.nongnu.org/bugs/?22611) (Daniele Forsi)
o split phonebook entry information (previously in
X_GSM_STORE_AT) into X-GSM-MEMORY and X-GSM-LOCATION like in
gnokii mbox file output and use "None" instead of "Unknown"
for GN_PHONEBOOK_GROUP_None (Daniele Forsi)
o make gn_vcard2phonebook() parse and store the "N:" property
(closes https://savannah.nongnu.org/bugs/?22611)
(Daniele Forsi)
o move declaration of gn_get_connectiontype() from
gnokii-internal.h to gnokii.h because it is a public function
(Daniele Forsi)
o merge from devel branch the functions to convert enum values
into localized strings (PaweÅ Kot, Daniele Forsi)
o use the new function to convert enum values into localized
strings to output vCard category (Daniele Forsi)
o rewrite gn_sms_pdu2raw() to decode also status reports
(this is used by atgen.c and pcsc.c) (Daniele Forsi)
* gnokii changes
o allow to use --entersecuritycode with another gnokii command
(Pavel Kankovsky)
o all specialized functions return gn_error (PaweÅ Kot)
o use the new functions to convert enum values into localized
strings (merge code from devel branch with minor changes)
(Daniele Forsi)
* nk6100 driver updates
o Nokia 3210, 3310 and 3330 do not support caller groups (tested
for NSE-8, NHM-5 and NHM-6, guessed for NSE-9 and NHM-5NX)
so return GN_PHONEBOOK_GROUP_None on reading (Daniele Forsi)
/usr/include/gnokii /usr/include/gnokii.h /usr/include/gnokii/bitmaps.h /usr/include/gnokii/call.h /usr/include/gnokii/common.h /usr/include/gnokii/data.h /usr/include/gnokii/encoding.h /usr/include/gnokii/error.h /usr/include/gnokii/mms.h /usr/include/gnokii/networks.h /usr/include/gnokii/ringtones.h /usr/include/gnokii/rlp-common.h /usr/include/gnokii/sms.h /usr/include/gnokii/statemachine.h /usr/include/gnokii/virtmodem.h /usr/include/gnokii/wappush.h /usr/lib/libgnokii.so /usr/lib/pkgconfig/gnokii.pc /usr/lib/pkgconfig/xgnokii.pc /usr/lib/smsd/libsmsd_mysql.so /usr/lib/smsd/libsmsd_pq.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 13 09:48:01 2013