~jon-raiford/mythbuntu/lirc

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Mario Limonciello
  • Date: 2009-10-10 02:05:56 UTC
  • mfrom: (114.1.12 ubuntu)
  • Revision ID: superm1@ubuntu.com-20091010020556-wl6h56405u92myro
merge with jeremey's branch again.  any fixes will come up in following commits.  much easier that way

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
lirc (0.8.6~cvs1-0ubuntu1) UNRELEASED; urgency=low
 
1
lirc (0.8.6-0ubuntu1) UNRELEASED; urgency=low
2
2
 
3
3
  [ Jeremy Yoder ]
4
 
  * New upstream version:
 
4
  * Update to LIRC 0.8.6 release
 
5
    - added support for ENE KB3926 revision B/C/D (ENE0100) CIR port
 
6
      (found on some notebooks, e.g: Acer Aspire 5720G, HP Pavilion dv5)
 
7
      (Maxim Levitsky)
 
8
    - New parameter for lircd: --repeat-max
5
9
    - merged 1st-gen mceusb device support into lirc_mceusb2,
6
10
      renamed lirc_mceusb2 to lirc_mceusb
7
11
    - added support for putting iMON receviers into MCE/RC6 mode
14
18
    - Linux input support added to lircmd
15
19
    - added support for IT8720 CIR port
16
20
    - added support for XMP protocol
 
21
  * Cleanup more_remotes.hwdb
 
22
  * TODO:  Make changes to the "lircd.conf.atiusb" and
 
23
    "lircd.conf.hauppauge" files PATCHES instead of duplicates
 
24
  * TODO:  Submit "lircd.conf.atiusb" and
 
25
    "lircd.conf.hauppauge" file patches upstream again
 
26
  * Changed lirc init script to create socket in /var/run/lirc/lircd
 
27
    as is the new default, but also create a symlink /dev/lircd
 
28
    to point to it.  This makes all clients happy, old and new.
 
29
  * Fix bug in dkms.conf.in, forgot to increment array number
 
30
    when adding ene0100 driver.
 
31
  * Added the extra "Debian-only" remotes and transmitters back
 
32
    in, but in a different way.  I created a subdirectory 
 
33
    "debian/extras" and copy that to /usr/share/lirc/extras.
 
34
    This avoids patching the source.
 
35
    NOTE: CONFIG FILES IN BOTH LOCATIONS WILL USE THE "extras"
 
36
    VERSION.  DUPLICATE LINES IN lirc.hwdb AND extras/remotes.hwdb
 
37
    WILL USE THE extras/remotes.hwdb VERSION.  TRY TO AVOID THIS.
 
38
  * Added support to build new ene0100 driver
17
39
  * Update debian/lircd.init.d to reflect new default
18
40
    PID location in /var/run/lirc
19
41
  * Update debian/lircd.init.d to force socket to /dev/lircd