gnokii-commit
[Top][All Lists]
Advanced

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

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-59


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-59-g8b871c8
Date: Sun, 26 Sep 2010 13:08:36 +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 branch, master has been updated
       via  8b871c86d326be25527e17e42e155068b0e93ee0 (commit)
      from  bcc0a3f51e07f9f1625439d2907ee942842979fd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=8b871c86d326be25527e17e42e155068b0e93ee0


commit 8b871c86d326be25527e17e42e155068b0e93ee0
Author: Daniele Forsi <address@hidden>
Date:   Sun Sep 26 15:05:40 2010 +0200

    Add id for Nokia 6133 to misc.c only; uses model=series40

diff --git a/ChangeLog b/ChangeLog
index 2e531c0..90e218c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,8 +7,8 @@
     o fix mbox format of --getsms for sent messages; closes
       https://savannah.nongnu.org/bugs/?30050       (Daniele Forsi)
     o fix char_ucs2_encode() function                   (Paweł Kot)
-    o add id for Nokia 2730 to misc.c only; uses model=series40
-                                                  (Iain Mac Donald)
+    o add ids for Nokia 2730 and 6133 to misc.c only; use
+      model=series40 for both       (Iain Mac Donald, John Lapeyre)
     o fix a problem with a multipart message in default alphabet
       and extended alphabet characters                  (Paweł Kot)
     o make sure that Series40 3rd Ed+ get proper capabilties
diff --git a/common/misc.c b/common/misc.c
index 085a44e..4f074b3 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -221,6 +221,7 @@ static gn_phone_model models[] = {
        {"6110",  "NSE-3",      PM_OLD_DEFAULT | PM_NETMONITOR | PM_DATA | 
PM_AUTHENTICATION },
        {"6120",  "NSC-3",      PM_OLD_DEFAULT | PM_NETMONITOR | PM_DATA | 
PM_AUTHENTICATION },
        {"6130",  "NSK-3",      PM_OLD_DEFAULT | PM_NETMONITOR | PM_DATA | 
PM_AUTHENTICATION },
+       {"6133",  "RM-126",     PM_DEFAULT_S40_3RD },
        {"6136",  "RM-199",     PM_DEFAULT | PM_FULLPBK },
        {"6138",  "NSK-3",      PM_OLD_DEFAULT },
        {"6150",  "NSM-1",      PM_OLD_DEFAULT | PM_NETMONITOR | PM_DATA | 
PM_AUTHENTICATION },

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

Summary of changes:
 ChangeLog     |    4 ++--
 common/misc.c |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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