~ubuntu-branches/ubuntu/vivid/debconf-kde/vivid

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Package Import Robot
  • Author(s): Matthias Klumpp
  • Date: 2013-07-16 18:24:06 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130716182406-dmc726jj05w7gquz
Tags: 0.3-1
* New upstream release: 0.3
* Change mail to my Debian address
* Bump standards version
* Add watch file
* Compile with pkgkde_symbolshelper
* Use canonical Git url

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Commands to review/fix:
 
2
 * Dummy commands, right now they just reply with a "O ok", but probably they
 
3
   should do something:
 
4
   - INFO
 
5
   - FSET (actually it stores the flags as specified by the client, so they
 
6
     could be retrieved later by FGET, but we don't do things with them).
 
7
   - BEGINBLOCK
 
8
   - ENDBLOCK
 
9
 * Not yet implemented commands:
 
10
   - CLEAR
 
11
   - RESET
 
12
   - METAGET
 
13
   - REGISTER
 
14
   - UNREGISTER
 
15
   - PURGE
 
16
   - PREVIOUS_MODULE
 
17
     (this one is not documented in the debconf protocol specs, as well as DATA
 
18
     and PROGRESS, wtf?)