gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs annotated tag, rel_0_6_29, updated. re


From: Pawel Kot
Subject: [SCM] libgnokii and core programs annotated tag, rel_0_6_29, updated. rel_0_6_29
Date: Fri, 23 Apr 2010 15:30:37 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The annotated tag, rel_0_6_29 has been updated
        to  b1bf6359d4200b4a5128097d1529bb0bb6cdfca8 (tag)
      from  61ded49693e3512fe8d50d742b648e89c1a57b60 (which is now obsolete)
   tagging  61ded49693e3512fe8d50d742b648e89c1a57b60 (commit)
  replaces  rel_0_6_28
 tagged by  Pawel Kot
        on  Fri Apr 23 17:30:07 2010 +0200

- Log -----------------------------------------------------------------
gnokii 0.6.29

Carsten Grohmann (2):
      Second update of German translation
      Some messages rephrased

Daniele Forsi (119):
      Update German translation, thanks to Carsten Grohmann
      Note in ChangeLog that German translation is updated
      Implement GN_OP_GetModel and GN_OP_GetSMSStatus in fake.c
      Suggest using --showsmsfolderstatus when SMS or MMS memory type is invalid
      Support SMS memory OUS on phones prior to Series 40 3rd
      Do not use uninitialized memory when building .gnokiirc path
      Remove CR from end of line
      Make all line endings CR, LF
      Make Windows sample gnokiirc more similar to Linux one
      No need to talk about Windows port names in gnokiirc sample for Linux
      Mention in ChangeLog that sample config file was updated with defaults 
that would most likely work in any case
      Explain that there are different sample gnokiirc files for unix-like and 
for Windows systems (suggested by Pawel)
      Add $(TCP_LIBS) to link parameters
      Properly implement i18n, like in the other programs.
      Merge branch 'master' of address@hidden:/srv/git/gnokii
      Add $(TCP_LIBS) to link parameters
      Properly implement i18n, like in the other programs.
      Print error messages with the same code everywhere
      count == 0 is a valid return value meaning an empty string was allocated
      Start being portable to Haiku
      Merge branch 'master' of address@hidden:/srv/git/gnokii
      Make output of gnokii --help shorter by default
      Add missing prototypes of usage functions
      Check for too many arguments in --getcalendarnote
      Fix off by one bug in gn_vcardstr2phonebook()
      Fix memleak shown by valgrind
      Make translatable strings identical
      Do not return GN_ERR_WRONGDATAFORMAT at EOF in writephonebook()
      Fix valgrind errors "Conditional jump or move depends on uninitialised 
value(s)"
      Fix "Syscall param rt_sigaction(act->sa_flags) points to uninitialised 
byte(s)"
      Remove dead code
      Make translatable strings identical
      Fix "Invalid read of size 4"
      Simplify code by not allocating strings that won't change
      Do not use _("%s\n") which is basically no-op
      Make debug messages more similar
      Fix case
      Fix typo in comment
      Move common/gnvcal.c from POTFILES.in to POTFILES.skip
      Update italian translation
      Add ids for Nokia 5130 XpressMusic and Nokia 5310 XpressMusic
      "Using $< in explicit rules is not portable"
      Remove unused variables
      Fix gcc warnings on ignored return values from fread() and fgets()
      Move a line in the existing section of the ChangeLog
      Use AC_MSG_NOTICE() instead of AC_MSG_CHECKING() so following text goes 
to newline
      Do not continue checking for Bluetooth support when one is found
      Remove duplicate #include line
      Move #include <io.h> in the source file containing read() which needs it
      Do not use getline()
      Remove all references to getline
      Remove "..." from --help string. Also let security_usage() decide what to 
print.
      Update output for tests; enable tests 15, 26, 27; add test 29 for SMS 
Default Alphabet
      Fix test.11.ringtone
      Fix test.15.emspicture2
      Add test.30.emptysms
      Make test.29.sendsms send a full message (160 7bit chars ie 153 octects)
      Be more verbose in debug log for unsupported values found in SMS PDU
      Do not translate strings from nk2110.c because it is not compiled at 
present (Carsten Grohmann, Pawel Kot, Daniele Forsi)
      Add a leading space, like all other usage strings
      Make a string translatable and add two comments for translators
      Fix some function descriptions and debug strings; use a symbolic 
constant, not a literal
      Add chars from the Extended GSM Alphabet to test.29.sendsms
      Add TA and CB memory types to gn_str2memory_type() and 
gn_memory_type2str()
      Fix typos
      pkg-config is needed for git compile
      Actually pkg-config is needed also for non-git compile; intltool is also 
needed for git compile
      Mention that reading MMS is supported with S40 3rd and that model=AT 
isn't recommended
      Fallback to use mbrtowc()/wcrtomb() or mbtowc()/wctomb() if iconv_open() 
fails
      Add include path for VHOST builds (out of source builds)
      Also product name is shown by --identify
      Add id RM-258 for Nokia 2760 thanks to Jaakko Saarinen on #gnokii
      Reorder data files as the tests expect them (the same as in fake.c)
      Fix test SMS with accented vowels
      Fix sending multipart 8-bit SMS, add tests
      Don't try to encode an 8 bit SMS as text
      Fix help strings
      Fix format string in dprintf()
      pcsc.c has some translatable strings too
      Sort POTFILES.in alphabetically
      Update and fix Italian translation
      Replace "pcsc" with "APDU" for --identify
      Add id RM-260 for Nokia 6085 thanks to Peter Whittaker on Launchpad
      Consistently use GN_SMS_MT_StatusReport to indicate delivery notifications
      Add id RM-470 for Nokia 6700 classic (with lowercase "c") thanks to 
Jacopo De Simoi on #gnokii
      Add comments: Nokia 1209 is Series 30, Nokia 5300 is Series 40 3rd
      Update output for test 43 to match delivery notification changes in 
commit d4f0bc9534b3bf1d5212dba9eff420eea6d60bf7
      When reading a vCard parse also "ADR;TYPE=HOME,PREF:"
      Make code for entry->person more similar to code for entry->address
      Add missing prototype for gn_mms_convert() which was meant to be in the 
public API.
      Add quoting around phone number to mysql code that handles multipart 
messages. Patch by Paulius Bulotas.
      Fix memleak when parsing a vCard
      Make --identify show Service Provider Name if different from network name
      No need to read spn if we're not going to use it
      Fix memleak when parsing configuration directories
      Implement GN_OP_SaveSMS in fake driver
      Remove FIXME comment as bug was fixed in commit 
df2218b6131b678bd927e82d2704009713b27106
      Use /* */ for comment, not //
      Updated German translation (Carsten Grohmann)
      Fix compiling the new code to find config file under Windows and Mac OS X
      Add status value '3' as 'unsent' to GetMessageStatus_S40_30()
      Update and fix Italian translation
      Fix function description
      Fix error message and make the two similar messages more easily 
translatable
      Fix comments
      Fix random segfault when using --deletecalendarnote
      Fix the tests according to the new output of model=fake
      Delete references to the --long argument of --sendsms which is now ignored
      model=pcsc and connection=pcsc are deprecated since commit 
719467f732338d137d9ec0906eba0880a9c0679b
      pcsc and APDU can't be used with Nokias
      Fix typos in strings and comments
      Fix memleak in debug code
      Support alarms in ical files
      Move the VALARM component inside VEVENT
      Get rid of static allocation of ical properties
      Do not emit RRULE twice for GN_CALNOTE_BIRTHDAY
      Fix endianness bugs that made all SMS text to be detected as UCS2
      Update Italian translation
      Add to man page that --entersecuritycode reads from terminal or from stdin

Pawel Kot (86):
      Update version number for Windows builds
      Start 0.6.29 release cycle.
      Update sample config file with defaults that would most likely work in any
      Check error codes from iconv_open() and iconv().
      Add debug information on detected app/terminal coding.
      Add more debug information to encoding functions.
      Be friendly to translators: no \r chars in translatable messages.
      nk6510: Add potential new answer for an empty folder as reported by John 
Allen:
      Be more verbose in debug log for smsd.
      From: Carsten Grohmann
      Remove GNOKII_API from asprintf definition.
      MS Visual Studio does not have asprintf()/vasprintf().
      Make getopt stuff compile with no gettext.
      Follow bool declaration from 
http://www.gnu.org/software/hello/manual/autoconf/Particular-Headers.html#Particular-Headers
      Try to fix configure warning:
      Correctly use AC_INIT macro.
      Fix indentation.
      Add --with-gettext to configure allowing to point where gettext is 
installed.
      Follow libtoolize hint:
      Mention --with-gettext addition.
      Make debug logging independent from the log file being defined.
      Make sure compat.h is included for smsd compilation.
      Handle errors in driver registration.
      Fix typo.
      Remove referral to non-existing include.
      Rename win32 to Windows. We're going to have 64-bit binaries as well.
      Remove obsolete Makefile.global.in
      Remove referral to non-existing include.
      Rename win32 to Windows. We're going to have 64-bit binaries as well.
      Remove obsolete Makefile.global.in
      Fix handling of commands with multiple arguments in --shell.
      Allow setting 4800baud and 2400baud on serial port.
      Remove NULL termination in ucs2_encode(). It might be causing some 
off-by-ones.
      Use proper bluetooth libraries check method using uname -s output.
      Use more standard config file locations:
      Avoid referencing to the old config file location.
      Sample config files default to fake driver.
      Remove debug message that was overwhelming sms debug output.
      Update file comments.
      With --identify and --getsms for fake driver give hints how to configure 
gnokii.
      Small updates to the messages.
      Update translatable messages. There was still one \r remaining in the 
translatable strings.
      More adjustments to the messages being print out.
      Make the file compile.
      Even more updates to messages.
      Updated translations.
      Make testsuite more useful:
      Add comments in the tests
      Add new tests for:
      Use the right test config file.
      Enable reading SMS from external directory for fake driver. It affects
      Enable reading SMS from external directory for fake driver. It affects
      Add --getsms tests.
      Fix new warnings (Ubuntu Karmic):
      Add some instructions on environment preparation on Ubuntu.
      Ignore additional files.
      g_get_user_data_dir() is available since glib-2.6.
      Introduce ucs2_decode function.
      Revert "Introduce ucs2_decode function." No need for it.
      Support SMS encoding in Samsung phones. Example encoding:
      Start converting xgnokii to freedesktop.org standards regarding file 
locations.
      Automated tests should rely on hardcoded SMS texts in fake driver. 
Otherwise
      Change messages for delivery reports.
      Fix whitespace.
      Merge branch 'master' of address@hidden:/srv/git/gnokii
      Alexey I. Froloff, Vincent Untz: fix potential buffer overflow when 
writing todo entry.
      Add id for Nokia 6303 Classic
      Fixed encoding of unicode SMS
      Fix unicode encoding output string length. With char_unicode_encode()
      Make --writephonebook work on Series40 3rd Ed and later. Tested on Nokia
      Mark phones with PM_EXTPBK2
      Support reading and writing of caller groups on phonebook entries for
      Support writing First Name and Last Name from vcard files as separate
      Support caller groups in Series40 3rd Ed and later.
      Support recurrence when reading and writing ical files.
      Fix parsing recurrence information from ics file.
      Misc cleanups. Add support for a few new FBUS frames.
      Update Polish translatopn
      Auto-update translation files.
      Prepare to gnokii 0.6.29
      TODO for the next release
      TODO for the next release
      Correctly specify names for make dist in Windows directory.
      Updated Polish translation.
      Mention translations to be removed.
      Merge branch 'master' of address@hidden:/srv/git/gnokii

U-DualCore\Jari (5):
      New MS Visual Studio 2008 solution and project files.
      Previous commit was missing files. Here they are.
      Updated Windows gnokii.h generator scripts:
      Merge branch 'master' of ssh://address@hidden/srv/git/gnokii
      This modification was missing from previous commit.

-----------------------------------------------------------------------


hooks/post-receive
-- 
libgnokii and core programs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]