build: update NEWS; add minimal README and ChangeLog

Having a README is good, while some package building tools like
to have a ChangeLog, even if it's useless.
This commit is contained in:
Dan Williams 2013-05-10 11:27:02 -05:00
parent 3dbee74f92
commit c7e8091a9a
4 changed files with 13 additions and 2 deletions

2
.gitignore vendored
View File

@ -4,11 +4,9 @@
*.la
*.bz2
ChangeLog
INSTALL
Makefile
Makefile.in
README
aclocal.m4
autom4te.cache
compile

1
ChangeLog Normal file
View File

@ -0,0 +1 @@
Changes are available via git repository history.

10
NEWS
View File

@ -1,3 +1,13 @@
Overview of changes in libqmi 1.4.0
----------------------------------------
* cli: add --dms-activate-manual
* cli: implemented setting System Selection Preference
* dms: fix minimum version requirement for DMS Get/Set Operating Mode
* cli: fix technology preference persistence reporting
* docs: always generate documentation at dist time
Overview of changes in libqmi 1.2.0
----------------------------------------

2
README Normal file
View File

@ -0,0 +1,2 @@
libqmi is a glib-based library for talking to WWAN modems and devices which
speak the Qualcomm MSM Interface (QMI) protocol.