Changelog for
gnokii-debuginfo-0.6.27-1.2.i586.rpm :
Thu Dec 10 13:00:00 2009 sreevesAATTnovell.com
- Fate #308121. Update to GNOME 2.28.
Last Changelog entry from new version
Tue Mar 17 15:28:56 CET 2009 - prusnakAATTsuse.cz
- updated to 0.6.27
Tue Oct 7 14:00:00 2008 prusnakAATTsuse.cz
- fixed incorrect encoding for the synchronized entries
Tue Sep 16 14:00:00 2008 dmuellerAATTsuse.de
- bluez-libs is dropped
Mon Sep 15 14:00:00 2008 dmuellerAATTsuse.de
- adjust buildrequires
Fri Jul 25 14:00:00 2008 prusnakAATTsuse.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 \'\
\' 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 14:00:00 2008 prusnakAATTsuse.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)
Tue Mar 25 13:00:00 2008 prusnakAATTsuse.cz
- updated to 0.6.24
* libgnokii changes
o prepare new API for config handling; it will allow third
party applications to use own configuration
o add id for Nokia 5300 to misc.c only; use model=series40 in
gnokiirc for this and similar phones
o create a new function moving code from atgen.c to split raw
fields of a PDU coded SMS and copy them to gn_sms_raw struct
for later decoding
o change gn_memory_type2str() to be the inverse of
gn_str2memory_type(), ie converting a numeric gn_memory_type
like GN_MT_ME into a short string like \"ME\"; converting into
a more user friendly string like \"Internal memory\" is now
done by gn_memory_type_print()
* at driver updates
o in ReplyGetSMS() use the new function to split raw fields of
a PDU coded SMS (code refactoring, no functional changes)
o do not segfault when AT+COPS? returns only the first value
as in +COPS: 0
o AT protocol supports only one SMS Center, so pretend that its
location is number 1 and return GN_ERR_INVALIDLOCATION
when requested SMSC location is not 1
o use gn_str2memory_type() and the new gn_memory_type2str() to
convert memory arguments
o implement the functions to support --showsmsfolderstatus for
up to 4 folders
o fix setting the current memory on Sony Ericsson phones
o force the encoding to be GSM when we\'re expecting an \"ASCII\"
answer, fixes a lot of functionality on Sony Ericsson, Samsung
and Sagem phones.
o in GN_OP_SaveSMS set data->raw_sms->number with location
number where message was stored, as expected by gnokii
- -savesms
o in Sony Ericsson driver atsoer.c fix off by one command
string length in se_at_memory_type_set()
o parse date and time if sent by phone when reading phonebook
entries (eg DC, MC, RC memories)
* pcsc driver updates
o implement --getsms from SM memory; this can read deleted SMS
o implement the functions to support --showsmsfolderstatus
* documentation updates
o add to gnokii man page the missing options of --sendsms
command (--8bit, --concat, --animation and --wappush) and
document all its other long options
o try to make an impression that all the phones are supported
* gnokii updates
o make --getsmsc understand the \"end\" keyword
o the -f and -F options of --getsms now output short memory
names for X-GSM-Memory
o use the new gn_memory_type2str() to show memory name instead
of numeric ID in --showsmsfolderstatus output
* nk6100 driver
o use \"SIM card\" instead of \"SMS Inbox\" as SM folder name for
- -showsmsfolderstatus
Tue Feb 19 13:00:00 2008 prusnakAATTsuse.cz
- updated to 0.6.23
* documentation updates
o add further details for logo commands to gnokii man page
and fix --getwapsetting/--writewapsetting
o update xgnokii/ChangeLog
* build system updates
o don\'t include packaging directory in the release tarballs
o don\'t allow to build without debug
o switch build system to automake
o allow silent (make -s) build
o add missing includes on glibc 2.7
o get rid of XGNOKIIDIR
o add --disable-smsd option to disable smsd compilation and
installation
* libgnokii updates
o update gsm network list
o use defines instead of hardcoding values
o correct FBUS sequence number initialization
o make the function gn_get_connectiontype() visible even when
compiling with -fvisibility=hidden
o remove deprecated gn_cfg_read() function
o initialize active call table with Idle state for checking
active calls
* xgnokii updates
o avoid to use hardcodes
o avoid segfault on calendar fetching
o display a dialog to inform the user that some functions in
the Calendar window are not yet implemented (\"Save to phone\",
\"Send via SMS\", \"Import from file\", \"Export to file\"); also
make menu items for \"Add reminder\", \"Add call\", \"Add
meeting\", \"Add birthday\", \"Delete note\" work
* pcsc driver updates
o provide more information to the --identify command
o implement --getnetworkinfo
* gnokii updates
o trailing \
with --sendsms was not calculated into sms length
but it was added into sms text; as the result if \
was 161st
char in the sms and it was the last one we were telling user
that just one sms will be sent and we sent two
* nk6510 driver updates
o print out rf level information in debug mode even it gnokii
structures are not initialized
o add call notification handler
o attempt to \"fix\" problem with getting folder list on some
Series40 phones
Wed Nov 28 13:00:00 2007 prusnakAATTsuse.cz
- updated to 0.6.22
* build system updates
o make install and install-devel work correctly
o xgnokii.pc should be installed with install-devel
o add MS Visual C++ 2008 project files
* at driver updates
o make CNMI mode argument configurable in at_driver_instance
o don\'t fallback to default memory type if desired one is not
available
o new specific driver for Motorola
* xgnokii updates
o change the way phonebooks entries are deleted
o make sure it didn\'t copy subentries from previously read
phonebook entry
o fix moving phonebook entries from SIM to phone and vice versa
o when a phonebook entry is successfully saved or deleted do
not process it again
o do not let the user write phonebook names longer than the
space allocated by libgnokii
* link layer updates
o reset link layer status when resending message
o extend buffer for the reply as a workaround for libusb
problem
o improve DKU-5 initialization again
* libgnokii updates
o export delivery report status as enum, not only text
o use businessCategory for caller group number when exporting
and importing phonebook entries in LDIF format (instead of
businessGroup and callerGroup)
o add function to return connection name
o make gn_gsm_initialise() print the \"phone instance config\" in
a format that can be copied into gnokiirc
* nk6510 driver updates
o don\'t free driver instance too early
Mon Nov 12 13:00:00 2007 prusnakAATTsuse.cz
- updated to 0.6.21
* xgnokii updates
o update xgnokii desktop file
o reading contacts from phone would miss the last entries if
phonebook contained holes (see gnokii fix for --getphonebook
below)
o importing contacts from file now replaces entries with the
same location number leaving the others untouched (in prior
versions the others were deleted)
o replace sprintfs() with snprintfs()
* link layer updates
o improve DKU-5 initialization stage
o be careful with return value from read()
* at driver updates
o return an error from at_memory_type_set() when a phonebook
memory type supported by libgnokii isn\'t supported by the
phone\'s AT+CPBS= command
o avoid memory corruption due to too small buffer with getsms
and delete sms after incoming sms notification
* build system updates
o change location of gnapplet.sis
o configure.in and makefiles simplification
o install gnokii.pc with install-devel and not install target
* libgnokii updates
o new error code GN_ERR_ASYNC
o add support for async way of send_sms()
o add ids for Nokia 6030
o add ids for Nokia 3110 classic
o replace sprintfs() and strcpys() with snprintfs
o return an error when trying to read from file more phonebook
subentries than the space allocated
* gnapplet driver updates
o add support for setactiveprofile
* gnokii updates
o fix --getphonebook not reading the last entries in two cases
when some entries before those meant to be read were empty
and make it fail on more errors (empty or invalid locations
are still handled like in previous versions)
o replace sprintfs() and strcpys() with snprintfs()
* translation updates
o new Portugal translation
* device layer updates
o make BlueZ connection non blocking on read()
- removed obsolete patch:
* sms-out-of-sync.patch (included in update)
Thu Nov 8 13:00:00 2007 prusnakAATTsuse.cz
- fixed crashes when sending text message [#336961]
(sms-out-of-sync.patch)
Wed Oct 31 13:00:00 2007 prusnakAATTsuse.cz
- added pcsc-lite-devel to BuildRequires
- don\'t package .la files
- cleaned spec file
Tue Oct 30 13:00:00 2007 prusnakAATTsuse.cz
- updated to 0.6.20
* libgnokii updates
o add support for Nokia 6070 and 2630
o add a driver for PC/SC SIM card readers using libpcsclite;
see Docs/README-PCSC for details
o add two new phonebook memory types: SD for \"Service Dialing
Numbers\" and BD for \"Barred Dialing Numbers\"
o improve error messages while parsing config file
o enhance error handling for parsing config
o remove gn_file_text_save() from API
o remove getline() replacement from compat.c
o add gn_sms2mbox() function that converts SMS to mbox
compliant format
o add sanity checking for fwrite()/write() calls
o make incoming buffer size for atbus link driver dynamically
allocatable (was fixed size)
o prevent strip_slashes() from stripping non-slashes
* build system updates
o add FAQ, KNOWN_BUGS and README-DKU2 to the list of files
installed with \"make install-docs\" and remove
gnokii-hackers-howto, gettext-howto and packaging-howto from
that list
o simplify Makefiles, remove obsolete targets
o don\'t fail on parallel builds
o fix compilation warnings
o use standard paths for docdir and localedir
* gnokii updates
o add error handling for security commands
o getprofile requires ringtone_list being allocated (Pawel Kot)
o replace gn_file_text_save() with local writefile()
o add getline() replacement to gnokii-utils.c
o gnokii --getsms new --append-file/-a switch to append SMS
to an existing file
o gnokii --getsms -f/-F/-a use now mbox compliant format for
stored sms, all sms read are stored in the same file
o write more messages to stderr; the rule is that diagnostics
indicating success or failure go to stderr, while information
read from the phone goes to stdout
o add sanity checking for fwrite()/write() calls
* at driver updates
o fix buffer size calculating in AT_WritePhonebook
o fix SMS-SUBMIT parsing
o calculate phonebook size for SonyEricsson: they don\'t answer
with memory stats to AT+CPBS, calculate it by reading and
counting entries (which is fast)
o fix SetDateTime for Sony Ericsson, which requires timezone
to be added
* documentation updates
o update Docs/protocol/nk6110.txt with another error code for
\"Get code status err\"
* nk6100 driver updates
o add error code GN_ERR_SIMPROBLEM for --changesecuritycode
* xgnokii updates
o when exporting the phonebook to a file in raw format handle
backslashes as escapes like in gnokii --getphonebook
* link layer updates
o make DKU-5 connection initialisation working again
* translation updates
o updated Italian translation and fixed Content-Type to match
actual encoding of text which was UTF-8
Tue Oct 9 14:00:00 2007 prusnakAATTsuse.cz
- updated to 0.6.19
* libgnokii updates
o match declaration with definition
o fix base64 encoding
o read reference id from send sms reply and from delivery
report
o in gn_phonebook2ldif() output homePostalAddress when it isn\'t
in a subentry
o fix some typos
o minor code cleanup in unixserial.c
o some phones allow SMS location 0
* build system updates
o define u_int8_t where not present
o include sys/time.h from gnokii.h
o don\'t allow empty \'-L\' argument with Xlibs
* gnokii updates
o fix getallfiles
o return non-zero error code when writephonebook fails
o initialize networkinfo structure for --getnetworkinfo
* xgnokii changes
o try to avoid xgnokii freeze on exit for blacklisted phones;
this is not a fix, just nasty workaround
* nk6510 driver updates
o fix segfault for sendsms
* nk6100 driver updates
o do not segfault when using --getsmsreader
* atgen driver updates
o Sony Ericsson phones can\'t do CREG=2 (only CREG=1), so just
skip that and only do COPS in getnetworkinfo
Thu Jul 26 14:00:00 2007 prusnakAATTsuse.cz
- updated to 0.6.18
* at driver updates
o mark SMS messages as read/unread/sent/unsent where possible
o fix battery level reading
o add support for call notifications
o add support for getActiveCalls
o fix sms outbox reading
o don\'t segfault if data->battery_unit is not allocated
o add support for SMS notifications
o fix in unsolicited messages handling
o make SMS notifications more portable and move specific Nokia
stuff to atnok.c
* libgnokii updates
o add void
*callback_data argument to callbacks
o use GN_CALL_MAX_PARALLEL instead of hardcode
o add more sanity checks for sms reading
o extend cell broadcast callback with gn_statemachine argument
o fix splitting long messages
o add support for occurrences field in calendar
o add function for checking available connection types
o fix memory leak in gn_sms_send() when sms_prepare() fails
(found by valgrind) and pass on more return values from
encode/decode functions
o fix error message for \"debug\" option in gnokiirc: supported
values have always been \"off\" and \"on\"
* nk6510 driver updates
o add support for incoming sms callbacks
o add support for occurrences field in calendar
o account for phonebook blocks not sent due to limited packet space
o set of address blocks counts as one data block
o treat Postal entries as addresses
o when processing incoming phone book messages, skip unrelated
errors
o avoid duplicate phonebook subentries
o speed up reading calendar entries
* nokia_dku2 module updates
o add N70 id and new endpoint addresses
* nk6100 driver updates
o add GN_OP_GetSMSFolders and GN_OP_GetSMSFolderStatus to
support gnokii --showsmsfolderstatus
* gnokii updates
o update callback functions to match current libgnokii
o add support for occurrences field in calendar
* smsd updates
o add support for multipart SMS for MySQL backend
Fri Jun 22 14:00:00 2007 prusnakAATTsuse.cz
- updated to 0.6.17 (see ChangeLog for all changes)
* gnokii updates
o do not open the log file when communication with phone is not
needed; this fixes a memory leak found with valgrind
o fix valgrind error \"Conditional jump or move depends on
uninitialised value(s)\" in --getwapsetting
o fix valgrind error \"Conditional jump or move depends on
uninitialised value(s)\" in --getprofile
o fix --divert options parsing
o return an error if unexpected optional arguments are given to
some commands and do stricter error checking
o make --getphonebook output a telephone number in --ldif
format even when there are no subentries
o let foogle() access global data and state
o fix command arguments handling for getting, setting and
playing ringtones
* libgnokii updates
o fix memory leaks when config file has been open and memory
allocated but [global] section or section given with --phone
are not found (another valgrind finding)
o in serial_close() fix valgrind warning \"invalid file
descriptor -1 in syscall close()\" when serial_open() failed
(eg. wrong permissions on /dev/ttyS0)
o introduce use_locking field to config structure and fill it
from the config file
o make strings in cfgreader better translatable
o use default values when incorrect option is given in the
config file (where safe and possible)
o for connection type dku2libusb treat port as the number of
DKU2 USB endpoint; this is useful when you have more than
one DKU2 phone connected to the computer; numbering goes
from 1 upwards
o in gn_file_phonebook_raw_parse() parse all the fields even if
an empty name is given
Wed May 16 14:00:00 2007 olhAATTsuse.de
- Buildrequires libusb -> libusb-devel
Remove unneded Requires libusb
Wed May 9 14:00:00 2007 prusnakAATTsuse.cz
- updated to 0.6.15 (see ChangeLog for all changes)
* libgnokii changes
o handle new type of phonebook number for ldif and vcard output
o be more compliant with VCARD 3.0
o add Nokia 6136 support
o fix overflow when printing SMS date
o add new phonebook entry types
o for concatenated messages send the smallest part at the end
o for concatenated unicode messages try not to split character
across multiple parts
o add support for Nokia 6233
o fix segfault on contacts handling in AT driver for long names
o improve INT_MAX detection
o make gn_ical2calnote() and gn_ical2todo() print the parsed
notes only when debug = on
o don\'t invoke additional fcntls when with_async is set to 0,
which is always
o add extented phonebook support into public API
o add file types into public API
o add support for extented phonebook (not quite works yet)
* gnokii updates
o search for default config files if an empty filename is given
to --config
o fix --setdatetime segfault
o fix --deletephonebook incorrect argument number counting
o print phonebook entry number in case when there\'s no
subentry
o fix logo options segfaults
o exit gnokii after --viewlogo or --listnetworks
o compare network name with translated \"unknown\" string in logo
operations too
o make --getspeeddial and --setspeeddial print to stdout on
success, not stderr
o fix --getringtone parsing options
o fix --sendsms usage string: -r is the short form of --report
o use readtext() in savesms() too
- dropped obsolete patches:
* cvs.patch (included in update)
* fbusinit.patch (included in update)
* maxlen.patch (included in update)
Fri Feb 23 13:00:00 2007 prusnakAATTsuse.cz
- backported code from CVS fixing buffer overflows (cvs.patch) [#237107]
- fixed \'array subscript out of range\' (maxlen.patch)
Wed Jan 24 13:00:00 2007 prusnakAATTsuse.cz
- cleaned spec file and thus fixed build errors
Wed Jan 3 13:00:00 2007 prusnakAATTsuse.cz
- fixed uninitialised variable (fbusinit.patch) [#231178]
Tue Dec 5 13:00:00 2006 prusnakAATTsuse.cz
- moved xgnokii manpage from /usr/X11R6/man to %{_mandir} [#225092]
Mon Nov 13 13:00:00 2006 roAATTsuse.de
- really remove resmgr support
Mon Nov 13 13:00:00 2006 mjancarAATTsuse.cz
- disable resmgr patch (#218662)
Mon Aug 28 14:00:00 2006 dgollubAATTsuse.de
- update to 0.6.14
* gnokii updates
o added --config and --phone options
o gnokii functions got splitted in several files
o ...
* libgnokii updates
o added gn_wap_push functions
o fixed encoding issue on 64bit systems
o Nokia 6280 and 3220 support added
o handle new types of telephone numbers
o added functions to load config from alternate file
o fixed serveral bugs
o ...
* utils updates
o added \'waitcall\' program which can be used in a script
to get phone number of incoming call.
o ...
* nk6510 driver updates
* nk6100 driver updates
* documentation updates
* translation updates
- removed wchar patch for 64bit systems
Wed Aug 16 14:00:00 2006 roAATTsuse.de
- workaround missing makefile deps for parallel make
- call gettextize for mkinstalldirs problem
Mon Jul 10 14:00:00 2006 dgollubAATTsuse.de
- fixed encoding problem for 64bit systems (wrong wchar_t casting)