2007-01-15 23:13:26 +00:00
|
|
|
#
|
2008-01-31 23:33:29 +00:00
|
|
|
# spec file for package gammu (Version 1.18.0)
|
2007-01-15 23:13:26 +00:00
|
|
|
#
|
2008-01-09 21:12:32 +00:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:13:26 +00:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: gammu
|
2007-06-19 17:32:35 +00:00
|
|
|
BuildRequires: bluez-libs cmake
|
2008-01-31 23:33:29 +00:00
|
|
|
Version: 1.18.0
|
2007-10-03 15:01:19 +00:00
|
|
|
Release: 1
|
2007-01-15 23:13:26 +00:00
|
|
|
AutoReqProv: on
|
|
|
|
Group: Hardware/Mobile
|
2007-09-03 16:29:04 +00:00
|
|
|
License: GPL v2 or later
|
2007-10-03 15:01:19 +00:00
|
|
|
Url: http://www.gammu.org
|
2007-01-15 23:13:26 +00:00
|
|
|
Summary: Mobile Phone Tools
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Gammu can do things with cellular phones such as making data calls,
|
|
|
|
updating the address book, changing calendar and ToDo entries, sending
|
|
|
|
and receiving SMS messages, loading and getting ring tones and pictures
|
|
|
|
(different types of logos), synchronizing time, enabling NetMonitor,
|
|
|
|
managing WAP settings and bookmarks, and much more. Functions depend on
|
|
|
|
the phone model.
|
|
|
|
|
|
|
|
Currently supported phones are:
|
|
|
|
|
|
|
|
* Many Nokia phones
|
|
|
|
|
|
|
|
* Alcatel BE5 (501/701), BF5 (715)
|
|
|
|
|
|
|
|
* Any AT capable phone (Siemens, Nokia, Alcatel, IPAQ, etc)
|
|
|
|
|
|
|
|
Another similar tool you might want to check is gnokii.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Marcin Wiacek <marcin@mwiacek.com>
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for Gammu
|
|
|
|
Group: Development/Libraries/C and C++
|
2007-10-03 15:01:19 +00:00
|
|
|
AutoReqProv: on
|
2007-01-15 23:13:26 +00:00
|
|
|
Requires: gammu = %{version}, pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Gammu can do such things with cellular phones as making data calls,
|
|
|
|
updating the address book, changing calendar and ToDo entries, sending
|
|
|
|
and receiving SMS messages, loading and getting ring tones and pictures
|
|
|
|
(different types of logos), synchronizing time, enabling NetMonitor,
|
|
|
|
managing WAP settings and bookmarks and much more. Functions depend on
|
|
|
|
the phone model.
|
|
|
|
|
|
|
|
Currently supported phones are:
|
|
|
|
|
|
|
|
* Many Nokia phones.
|
|
|
|
|
|
|
|
* Alcatel BE5 (501/701), BF5 (715).
|
|
|
|
|
|
|
|
* Any AT capable phone (Siemens, Nokia, Alcatel, IPAQ,...).
|
|
|
|
|
|
|
|
Another simmilar tool you might want to check is gnokii.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Marcin Wiacek <marcin@mwiacek.com>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2007-09-03 16:29:04 +00:00
|
|
|
CFLAGS=$RPM_OPT_FLAGS LDLIBS=-lm \
|
2007-06-19 17:32:35 +00:00
|
|
|
cmake -DENABLE_SHARED=ON -DCMAKE_INSTALL_PREFIX=%{_prefix} -DINSTALL_DOC_DIR=%{_defaultdocdir}/%{name}
|
2007-09-03 16:29:04 +00:00
|
|
|
make VERBOSE=1
|
2007-01-15 23:13:26 +00:00
|
|
|
|
|
|
|
%install
|
2007-06-19 17:32:35 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
if [ "lib" != "%{_lib}" ]; then
|
|
|
|
mv $RPM_BUILD_ROOT%{_prefix}/lib $RPM_BUILD_ROOT%{_prefix}/%{_lib}
|
|
|
|
fi
|
2007-11-08 23:05:14 +00:00
|
|
|
%find_lang %{name}
|
2007-01-15 23:13:26 +00:00
|
|
|
|
|
|
|
%post
|
2007-11-08 23:05:14 +00:00
|
|
|
/sbin/ldconfig
|
2007-01-15 23:13:26 +00:00
|
|
|
|
|
|
|
%postun
|
2007-11-08 23:05:14 +00:00
|
|
|
/sbin/ldconfig
|
2007-01-15 23:13:26 +00:00
|
|
|
|
2007-06-19 17:32:35 +00:00
|
|
|
%files -f %name.lang
|
2007-01-15 23:13:26 +00:00
|
|
|
%defattr(-,root,root)
|
2007-11-08 23:05:14 +00:00
|
|
|
%doc COPYING README SUPPORTERS docs/user/gammu.htm docs/user/readme.htm
|
2007-05-17 09:35:20 +00:00
|
|
|
%doc %{_mandir}/man1/*
|
|
|
|
%{_bindir}/*
|
2007-11-08 23:05:14 +00:00
|
|
|
%{_libdir}/libGammu*.so.*
|
2007-01-15 23:13:26 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2007-11-08 23:05:14 +00:00
|
|
|
%doc docs/develop docs/examples
|
2007-05-17 09:35:20 +00:00
|
|
|
%{_includedir}/gammu
|
|
|
|
%{_libdir}/libGammu*so
|
|
|
|
%{_libdir}/pkgconfig/gammu.pc
|
2007-01-15 23:13:26 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-12-18 17:37:43 +00:00
|
|
|
|
2007-02-27 14:03:17 +00:00
|
|
|
%changelog
|
2008-01-31 23:33:29 +00:00
|
|
|
* Thu Jan 31 2008 prusnak@suse.cz
|
|
|
|
- updated to 1.18.0
|
|
|
|
* Fixed decoding of an empty SMS.
|
|
|
|
* Fixed some mistakes in API documentation.
|
|
|
|
* Fixed compilation under MS Visual C++ Express.
|
|
|
|
* Various small fixes if AT driver.
|
|
|
|
* Add simple shell script to generate JAD file from JAR.
|
|
|
|
* Added support for adding memory entries to 6510.
|
|
|
|
* Phone features now can be defined in configuration, so there is no
|
|
|
|
need to modify common/gsmphones.c for testing different settings.
|
|
|
|
* Config file loading behaves more consistent in lookup. In some
|
|
|
|
cases it can now find different configuration file.
|
|
|
|
* Fixed crash when there are too many messages (bug #466).
|
|
|
|
* Fixed crash when printing messages on Windows (bug #476).
|
|
|
|
* Do not ask phone for IMEI so often (bug #480).
|
|
|
|
* No need to set LD_LIBRARY_PATH for tests.
|
|
|
|
* Properly wait for SMSD child processes (bug #486).
|
|
|
|
* Tue Jan 08 2008 prusnak@suse.cz
|
2008-01-09 21:12:32 +00:00
|
|
|
- updated to 1.17.0
|
|
|
|
* Fixed reading of messages from AT phones using CMGL
|
2008-01-31 23:33:29 +00:00
|
|
|
* Tue Dec 18 2007 prusnak@suse.cz
|
2007-12-18 17:37:43 +00:00
|
|
|
- updated to 1.16.0
|
|
|
|
* Added identification of some Sony-Ericsson and Sharp phones.
|
|
|
|
* Increased maximal number of entries per contact.
|
|
|
|
* Fixed various compile time warnings.
|
|
|
|
* Improved MinGW crosscompilation.
|
|
|
|
* Localizations update.
|
|
|
|
* Fixed detection of first free memory location if memory is empty
|
|
|
|
(bug #434).
|
|
|
|
* Fixed mysql.h include path (bug #441).
|
|
|
|
* Fixed decoding of one char SMS (bug #442).
|
|
|
|
* Detect Nokia 3109c (thanks to David Meier).
|
|
|
|
* Automatically find MinGW compiler and allow overrides (bug #438).
|
|
|
|
* Fixed parsing of some memory entries (bug #450).
|
|
|
|
* Fixed decoding of some corner case SMS (bug #447).
|
|
|
|
* Phones capable of switching to OBEX mode from AT have it now
|
|
|
|
automatically enabled. Please report problems with this.
|
2008-01-31 23:33:29 +00:00
|
|
|
* Tue Nov 20 2007 prusnak@suse.cz
|
2007-11-21 02:24:40 +00:00
|
|
|
- updated to 1.15.0
|
|
|
|
* Better parse vCard version 3 (bug #434).
|
|
|
|
* Configurable MySQL socket path.
|
|
|
|
* More extensive SMS PDU parser tests.
|
|
|
|
* Experimental support for OBEX in Siemens.
|
|
|
|
* Support for listing messages using CMGL (bug #408).
|
|
|
|
* Parse T630 reply on CPBR (bug #420).
|
|
|
|
* Fix buffer overflows in PDU decoder.
|
|
|
|
* Properly catch invalid PDU data received from phone.
|
|
|
|
* Handle more OBEX error codes.
|
|
|
|
* Handle vCards from Yahoo and Evolution (bug #424).
|
2008-01-31 23:33:29 +00:00
|
|
|
* Thu Nov 08 2007 prusnak@suse.cz
|
2007-11-08 23:05:14 +00:00
|
|
|
- update to 1.14.0
|
|
|
|
* Fallback to empty model if user specifies wrong.
|
|
|
|
* Fixed wrong PDU encoding (bug #412).
|
|
|
|
* Provide API for cleaning SMS backup structure.
|
|
|
|
* Added testing of SMS PDU encoding.
|
|
|
|
* Fixes OBEX crash (Debian bug #446923).
|
|
|
|
* Correctly check various return values (bug #409).
|
|
|
|
* Fixed several bugs in vCard decoder.
|
|
|
|
* Removed UCS decoding heuristics, it can not work in all cases.
|
|
|
|
* Provide at least some basic information from dumb AT phones.
|
|
|
|
* SMSD now logs also error descriptions.
|
|
|
|
* SMSD can be configured not to check for security status.
|
|
|
|
* Correctly handle hard deletes on IrMC (bug #414).
|
|
|
|
* GSM_ReadConfig now returns GSM_Error instead of just bool.
|
|
|
|
* Many functions now use size_t for passing size values.
|
|
|
|
* Backups API now rather accepts format than guessing by filename.
|
|
|
|
* Increased soname due to API/ABI changes.
|
|
|
|
* Fixed crash in wrong config handling (Debian bug #446781).
|
|
|
|
* Initial support for Motorola SMS implementation (bug #408).
|
|
|
|
* Automatically fall back to AT commands when OBEX does not work.
|
|
|
|
* Initial support for IrMC index access.
|
|
|
|
* RunOnReceive is now also supported on Windows.
|
|
|
|
* Handle correctly case when memory is full (OBEX) (bug #404).
|
|
|
|
* Fixed handling of errors when saving SMS (bug #396).
|
|
|
|
* Fixed number type detection.
|
|
|
|
* Added support for Nokia 6070, thanks to Lúcio Corrêa.
|
|
|
|
* Added flag -nopower to connection to handle cables with different
|
|
|
|
handling of DTR/RTS signals.
|
|
|
|
* Fixed reading of empty calendar/todo/contacts/notes over OBEX
|
|
|
|
(thanks to Gianni Ceccarelli).
|
|
|
|
* Fixed overwriting of Java applications in Nokia phones (thanks to
|
|
|
|
Martin Thierer, bug 382).
|
|
|
|
* Fixed compilation with older PostgreSQL libraries.
|
|
|
|
* Handle correcly internal phone errors in OBEX module.
|
|
|
|
* Fixed crash on invalid config file (Debian bug #444046).
|
|
|
|
* Better report errors when using default configuration.
|
|
|
|
* Fix several buffer overflows in 6510 (thanks to Tobias Sunderdiek
|
|
|
|
for debugging this).
|
|
|
|
* Fixed crash on decoding messages with special numbering plans with
|
|
|
|
long numbers (bug 281).
|
|
|
|
* Command nokiaaddfile can now either keep or delete user data on
|
|
|
|
uploading new application (thanks to Martin Thierer, bug 385).
|
|
|
|
* Fixed parsing of date/time reply from some broken AT phones.
|
|
|
|
* Added support for Option GlobeTrotter.
|
|
|
|
* Handle correctly when phone automatically saves message to
|
|
|
|
different memory than we ask.
|
|
|
|
* Fixed buffer overflows, thanks to Gentoo folks for noticing.
|
|
|
|
* Detect when phone is waiting for phone code.
|
|
|
|
* Added experimental support for Bluetooth on FreeBSD.
|
|
|
|
* SMSD can execute programs on message receiving (thanks to zaf).
|
|
|
|
* Allow to define Bluetooth channel in configuration.
|
2008-01-31 23:33:29 +00:00
|
|
|
* Tue Sep 25 2007 prusnak@suse.cz
|
2007-10-03 15:01:19 +00:00
|
|
|
- update to 1.13.0
|
|
|
|
* Fixed several crashes of 6510 driver.
|
|
|
|
* Sony-Ericsson module renamed to AT + OBEX as it better describes
|
|
|
|
what it does.
|
|
|
|
* Initial support for Sharp GX Series phones.
|
|
|
|
* Added deliveryreportdelay parameter to SMSD to allow later
|
|
|
|
received delivery reports to be correctly detected.
|
|
|
|
* Fixed calculation of OBEX file names, could lead to crash on OBEX
|
|
|
|
upload (Debian bug #435875).
|
|
|
|
* Fixed time stamp receiving in SMSD.
|
|
|
|
* Huge gammu/gammu.c split to smaller files.
|
|
|
|
* Lot of fixes to allow compilation using MSVC + CMake.
|
|
|
|
* Support for push to talk ids (thanks to Pavel Kostromitinov).
|
|
|
|
* Fixed PPM parsing (thanks to Pavel Kostromitinov).
|
|
|
|
* Added simple bash completion script.
|
|
|
|
* Added some compile time testing.
|
|
|
|
* Improved vCard parsing.
|
|
|
|
* Fix wint_t and wchar_t detection.
|
|
|
|
* Introduced more generic parsing of AT replies, please report any
|
|
|
|
regressions with it!
|
|
|
|
* Improved support for Samsung phones.
|
|
|
|
* Support for reading network name from AT phones.
|
|
|
|
* Add deletememory command line.
|
|
|
|
* Experimental support for notes over OBEX.
|
|
|
|
* Man page is now partially autogenerated from online help.
|
|
|
|
* Elson compatibility, thanks to Bernd Feige.
|
|
|
|
* Fix UCS detection, thanks to Bernd Feige.
|
|
|
|
* Initial support for Motorola phones (bug #15 and #310).
|
|
|
|
* Avoid work on uninitialized buffer when checking firmware.
|
|
|
|
* Use HTTP/1.1 requests for getting firmware and version info.
|
|
|
|
* Improve charset handling for AT phones.
|
|
|
|
* Fix crash on broken CPMS response.
|
|
|
|
* Fix reading of memory not starting from 1 (thanks to drgerafe).
|
|
|
|
* Fix pressing of keys on phones who do not support IRA charset.
|
2008-01-31 23:33:29 +00:00
|
|
|
* Mon Sep 03 2007 schwab@suse.de
|
2007-09-03 16:29:04 +00:00
|
|
|
- Work around broken cmake.
|
2008-01-31 23:33:29 +00:00
|
|
|
* Tue Jun 19 2007 prusnak@suse.cz
|
2007-06-19 17:32:35 +00:00
|
|
|
- update to 1.12.0
|
|
|
|
* Support for some new Nokia fields
|
|
|
|
* Made SMSD mode case insensitive
|
|
|
|
* Fix iCalendar export typo
|
|
|
|
* Better compatibility with Sharp phones
|
|
|
|
* Added --features to show compiled in features
|
|
|
|
* Added support for work address
|
|
|
|
* Properly report uploaded file size when using OBEX
|
|
|
|
* Fix HEX charset encoding
|
|
|
|
* Improve vCard address handling
|
|
|
|
* Support for iso charsets in AT phone when iconv is available
|
|
|
|
* Fix restoring of phonebook over OBEX
|
|
|
|
* addnew accepts -yes parameter
|
|
|
|
* There is no error on most fields when storing to vCard
|
|
|
|
* Fix detecting length of input
|
|
|
|
* Added dku5fbus-nodtr and fbus-nodtr variants, which do not care
|
|
|
|
about DTR/RTS signals
|
|
|
|
* Do not delete phonebook entries when there are none
|
2008-01-31 23:33:29 +00:00
|
|
|
* Tue May 15 2007 prusnak@suse.cz
|
2007-05-17 09:35:20 +00:00
|
|
|
- update to 1.11.0
|
|
|
|
* Correctly encode text in iCalendar
|
|
|
|
* Correctly encode recurrance in iCalendar
|
|
|
|
* Read last modified field from vCalendar
|
|
|
|
* Support for last modified field from vCard
|
|
|
|
* Properly handle vCard style continuation
|
|
|
|
* Improved gnapplet and support for it
|
|
|
|
* Add flag to SMS folders whether it is outbox
|
|
|
|
* Support for last modified field in vCalendar
|
|
|
|
* Use gettext for translation
|
|
|
|
* --clearall also attempts to delete calls
|
|
|
|
* Support for call notifications on AT phones
|
|
|
|
* Support for batch mode - you can script gammu
|
|
|
|
* Gammu commands are now accepted also without leading --
|
|
|
|
* Detect more Nokia phones (5300, 6300, 8800)
|
|
|
|
* New connection ark3116fbus for use with ark3116 module
|
|
|
|
* Native OBEX connections (blueobex and irdaobex) should work also with unknown models
|
|
|
|
* RF searching now better detects OBEX channels
|
|
|
|
* Simplified searching of channels using Bluez stack
|
|
|
|
* Make USSD work with AT phones
|
|
|
|
* Fix setting date on Siemens MC75
|
|
|
|
* Avoid corrupting vCard when some fields are empty
|
|
|
|
* Properly handle OBEX error codes
|
|
|
|
* Updated shell script gammu-config to generate configuration
|
|
|
|
* Install gammu-config script to ease generating configuration
|
|
|
|
* Use unsigned char to avoid trimming at 60 chars
|
|
|
|
* Detect Motorola specific error while reading SMSes
|
|
|
|
* Fix OBEX listing to behave according to specs
|
|
|
|
* Fix crash on invalid SMS reply from phone
|
|
|
|
* Fix USB serial devices with Linux kernel 2.6.21
|
|
|
|
* Tell user that he should enter text for SMS
|
|
|
|
* Cleaned up transatable strings
|
|
|
|
* Improve networks listing
|
|
|
|
* Allow networks to be listed by country code
|
|
|
|
* Fix decoding of new style address records in Nokia phones
|
|
|
|
* Reorganised documentation a bit
|
|
|
|
* Use correct format strings for IrDA debug messages
|
|
|
|
* Identify Alcatel One Touch 55x
|
|
|
|
* Improve detection of OBEX support
|
|
|
|
* Work with AT phones which can not write SMS to ME
|
|
|
|
* Increse limits for SMS backups (this requires dynamic allocation)
|
|
|
|
* Detect Motorola Bluetooth port
|
|
|
|
* Fixup AT driver to work with Samsung SGH X160
|
|
|
|
* Adjust vCalendar entries from SE phones on DST
|
|
|
|
* Fix updating of delivery report date in SMSD
|
|
|
|
* Fix crash when no config exists
|
|
|
|
* MakeTerminatedCall can be now called more times in batch mode
|
|
|
|
* Fixed crash on LMB export/import
|
|
|
|
* Correct version in iCalendar export/import
|
|
|
|
* Fixed devel files installation using CMake
|
|
|
|
* Fixed decoding of call date
|
|
|
|
* Fixed decoding of date from backup
|
|
|
|
* Backup saves and restores numbers as same type
|
|
|
|
* Use standard libc functions for string comparsion if available
|
|
|
|
* Allow compilation with MySQL and without PGSQL
|
|
|
|
* Fixed format strings for size_t
|
|
|
|
* Fixed encoding of name for Nokia phones
|
|
|
|
* Fixed connecting to PostgreSQL with empty password
|
|
|
|
* Fixed infinite loop in --monitor
|
|
|
|
* Fixed behaviour on Bluetooth disconnect
|
|
|
|
* Fixed handling of files with special chars on OBEX
|
|
|
|
* OBEX driver correctly detects models
|
|
|
|
* Fix format strnings for 64-bit architectures
|
|
|
|
* Cleanup documentation structure
|
|
|
|
* Moved locales out of documentation
|
|
|
|
* Fixes locales and documentaion install in CMake
|
|
|
|
* Fixed retrieving messages with some phones who index them from zero like CG79
|
|
|
|
* Ignore error when there is too much members in group in phone
|
|
|
|
* Handle another error while reading 6510 phonebook
|
|
|
|
* Fix international number handling in vCard
|
2008-01-31 23:33:29 +00:00
|
|
|
* Tue Feb 27 2007 prusnak@suse.cz
|
2007-02-27 14:03:17 +00:00
|
|
|
- update to 1.10.0
|
|
|
|
* added vCard and vCalendar support
|
|
|
|
* added basic Motorola support
|
|
|
|
* added support for location of alarm
|
|
|
|
* added support for sending file to phone
|
|
|
|
* improved battery reporting
|
|
|
|
* various bugfixes
|
|
|
|
- dropped obsoleted patches:
|
|
|
|
* gammu-uninitialized.diff (included in update)
|
2008-01-31 23:33:29 +00:00
|
|
|
* Tue Nov 28 2006 prusnak@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 1.09.00
|
2008-01-31 23:33:29 +00:00
|
|
|
* Tue Oct 17 2006 ro@suse.de
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 1.08.00
|
|
|
|
* many bugfixes
|
2008-01-31 23:33:29 +00:00
|
|
|
* Thu Jul 27 2006 mjancar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 1.07.00
|
|
|
|
* lots of fixes and enhancements
|
|
|
|
* reports work OK now (they were wrong after updating all 00000000000000
|
|
|
|
to 0000-00-00 00:00:00 in DB)
|
|
|
|
* you can use " in outgoing sms too
|
|
|
|
* fix for multipart sms
|
|
|
|
* added new CreatorID entry in DB for outbox/sentsms
|
|
|
|
Series 40 3.0 (N6111 now)
|
|
|
|
* added: filesystem support, getting call lengths from call logs,
|
|
|
|
getting sent SMS log ("Message recipients" from "Log" in phone menu,
|
|
|
|
new memory SL in Gammu)
|
|
|
|
* checked: calendar, notes, todo (generally OK)
|
|
|
|
* SMS memory (decoding SMS files from filesystem) not supported yet
|
|
|
|
* see also /usr/share/doc/packages/gammu/changelog for details
|
2008-01-31 23:33:29 +00:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-15 23:13:26 +00:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-01-31 23:33:29 +00:00
|
|
|
* Mon Jan 23 2006 mjancar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- really fix use of uninitialized variable (#144165)
|
2008-01-31 23:33:29 +00:00
|
|
|
* Fri Jan 20 2006 mjancar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- fix use of uninitialized variable (#144165)
|
2008-01-31 23:33:29 +00:00
|
|
|
* Thu Jan 12 2006 mjancar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 1.04.0
|
2008-01-31 23:33:29 +00:00
|
|
|
* Thu Jul 28 2005 anicka@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 1.02.0
|
2008-01-31 23:33:29 +00:00
|
|
|
* Wed May 25 2005 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 1.01.11
|
2008-01-31 23:33:29 +00:00
|
|
|
* Wed Apr 13 2005 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 1.01.0, patch merged upstream
|
2008-01-31 23:33:29 +00:00
|
|
|
* Mon Apr 04 2005 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- fix compilation with GCC 4
|
|
|
|
- fix documenation installation
|
2008-01-31 23:33:29 +00:00
|
|
|
* Fri Apr 01 2005 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 1.00.23
|
2008-01-31 23:33:29 +00:00
|
|
|
* Mon Feb 14 2005 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update 1.00.04
|
|
|
|
- 64-bit fixes merged upstream
|
2008-01-31 23:33:29 +00:00
|
|
|
* Wed Feb 09 2005 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 1.00.0
|
|
|
|
- fix crashes on 64-bit platforms
|
2008-01-31 23:33:29 +00:00
|
|
|
* Mon Jan 24 2005 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 0.99.22
|
2008-01-31 23:33:29 +00:00
|
|
|
* Fri Sep 03 2004 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 0.97.7
|
2008-01-31 23:33:29 +00:00
|
|
|
* Wed May 19 2004 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 0.95.0
|
2008-01-31 23:33:29 +00:00
|
|
|
* Fri Mar 05 2004 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 0.94.0
|
2008-01-31 23:33:29 +00:00
|
|
|
* Fri Feb 20 2004 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 0.93.0
|
2008-01-31 23:33:29 +00:00
|
|
|
* Fri Jan 23 2004 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 0.92.9
|
|
|
|
- fixed file conflict
|
2008-01-31 23:33:29 +00:00
|
|
|
* Mon Jan 05 2004 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 0.92.0
|
|
|
|
- run ldconfig
|
2008-01-31 23:33:29 +00:00
|
|
|
* Tue Dec 16 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- update to 0.90.0
|
2008-01-31 23:33:29 +00:00
|
|
|
* Mon Nov 03 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- updated to 0.88
|
|
|
|
- installing script for queuing smses
|
2008-01-31 23:33:29 +00:00
|
|
|
* Fri Oct 24 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- pkgconfig files are in %%_libdir
|
2008-01-31 23:33:29 +00:00
|
|
|
* Tue Oct 21 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- updated to 0.87
|
|
|
|
- no root for build
|
|
|
|
- branched devel package
|
2008-01-31 23:33:29 +00:00
|
|
|
* Wed Aug 06 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- updated to 0.81
|
2008-01-31 23:33:29 +00:00
|
|
|
* Mon Jun 23 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- updated to 0.78
|
2008-01-31 23:33:29 +00:00
|
|
|
* Wed May 28 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- updated to 0.76:
|
|
|
|
Adding files to DCT4 phones has been implemented. This feature
|
|
|
|
includes uploading files to Gallery, uploading Java application
|
|
|
|
and Java games and other. Setting the color operator and color
|
|
|
|
startup logos in DCT4 has been added. More options in Alcatel
|
|
|
|
source have been added. Some other compatibility fixes have been
|
|
|
|
made. Full support for MMS settings in DCT4 has been added, full
|
|
|
|
support for MMS indicator SMS has been added, and many small
|
|
|
|
corrections have been made.
|
2008-01-31 23:33:29 +00:00
|
|
|
* Tue May 13 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- fixed file list
|
2008-01-31 23:33:29 +00:00
|
|
|
* Mon May 12 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- updated to 0.74:
|
|
|
|
* getting files from filesystem in DCT4 phones (--getfiles)
|
|
|
|
* added 3650, 7250 ID
|
|
|
|
* FULL support for Bluetooth
|
|
|
|
* can make backup and restore using new Unicode format of backup files.
|
|
|
|
No more duplicated (once in ASCII and once in coded Unicode) strings in
|
|
|
|
backup files with this format and no problems with national chars.
|
2008-01-31 23:33:29 +00:00
|
|
|
* Tue Apr 29 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- updated to 0.73 (all my patches accepted):
|
|
|
|
* more support for EMS
|
|
|
|
- included configuration script
|
|
|
|
- included wxBasic GUI (however we don't distribute wxBasic)
|
2008-01-31 23:33:29 +00:00
|
|
|
* Thu Apr 24 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- fix Makefile to not include whole source in docs
|
|
|
|
- better fix for bluetooth
|
|
|
|
- fix configure to accept CFLAGS
|
2008-01-31 23:33:29 +00:00
|
|
|
* Wed Apr 23 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- updated to 0.72
|
|
|
|
* better information for AT phones
|
|
|
|
* improved localisation support
|
|
|
|
* better statistics about phonebook for AT
|
|
|
|
* improved FM stations support
|
|
|
|
* polyphonic ringtones support
|
|
|
|
* added Alcatel BF5 (One Touch 715) support
|
|
|
|
* support for internal filesystem in Nokia phones
|
|
|
|
* supported work with bitmaps on Siemens
|
|
|
|
... and many more :)
|
|
|
|
- built with bluetooth support
|
2008-01-31 23:33:29 +00:00
|
|
|
* Mon Feb 10 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- added -fPIC to CFLAGS
|
2008-01-31 23:33:29 +00:00
|
|
|
* Fri Feb 07 2003 mcihar@suse.cz
|
2007-01-15 23:13:26 +00:00
|
|
|
- initial version
|