~ubuntu-branches/ubuntu/trusty/debian-timeline/trusty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-07-05 11:17:07 UTC
  • Revision ID: james.westby@ubuntu.com-20100705111707-sy72ae40y7lhf47u
Tags: 10
* iter_paragraphs needs to take an iterable of strings. This fixes an issue
  where we weren't actually including any event data in the Debian package.
  However, I think the cited bug may be about encodings or excessive
  cross-domain security for file:// protocols.
  
  If this is the case, we can do nothing in this package, except point out
  that this is not really supported in all browsers - please configure a
  "real" web server or use:
  
    $ cd /usr/share/debian-timeline && python -m SimpleHTTPServer
  
  And then visit http://localhost:8000/. (Closes: #588062)
  
* Added:
  - "Archive snapshot service available"
  - "Stefano Zacchiroli elected as DPL"
  - "DPL 2010 elections"
  - "Debian 4.0 ("etch") updated (r9)"
  - "Debian 5.0 ("lenny") updated (r5)"
  - "Derivatives Front Desk"
  - "debian-policy 3.9.0.0"
  - "New source package formats available"
  - "NM meeting"
  - "FOSDEM 2010"
  - "Bug squashing party (Germany)"
  - "Bug squashing party (Tokyo)"
  - "Thailand MiniDebCamp 2010"
  - "Panamá MiniDebConf 2010"
  - "DebCamp10, New York City, USA"
  - "DebConf10, New York City, USA"
  - "DudesConf 2010, Coruña, Spain"
  - "etch release archived"
  - "Parallel booting enabled by default"
  - "Mini DebConf in Berlin, Germany"
* Update "debian_bundle" import to just "debian".
* .encode('utf-8') when outputting over the terminal.
* Don't default to a date so far in the past.
* Move dpkg v3 (quilt) source package format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
debian-timeline (10) unstable; urgency=low
 
2
 
 
3
  * iter_paragraphs needs to take an iterable of strings. This fixes an issue
 
4
    where we weren't actually including any event data in the Debian package.
 
5
    However, I think the cited bug may be about encodings or excessive
 
6
    cross-domain security for file:// protocols.
 
7
    
 
8
    If this is the case, we can do nothing in this package, except point out
 
9
    that this is not really supported in all browsers - please configure a
 
10
    "real" web server or use:
 
11
    
 
12
      $ cd /usr/share/debian-timeline && python -m SimpleHTTPServer
 
13
    
 
14
    And then visit http://localhost:8000/. (Closes: #588062)
 
15
    
 
16
  * Added:
 
17
    - "Archive snapshot service available"
 
18
    - "Stefano Zacchiroli elected as DPL"
 
19
    - "DPL 2010 elections"
 
20
    - "Debian 4.0 ("etch") updated (r9)"
 
21
    - "Debian 5.0 ("lenny") updated (r5)"
 
22
    - "Derivatives Front Desk"
 
23
    - "debian-policy 3.9.0.0"
 
24
    - "New source package formats available"
 
25
    - "NM meeting"
 
26
    - "FOSDEM 2010"
 
27
    - "Bug squashing party (Germany)"
 
28
    - "Bug squashing party (Tokyo)"
 
29
    - "Thailand MiniDebCamp 2010"
 
30
    - "Panamá MiniDebConf 2010"
 
31
    - "DebCamp10, New York City, USA"
 
32
    - "DebConf10, New York City, USA"
 
33
    - "DudesConf 2010, Coruña, Spain"
 
34
    - "etch release archived"
 
35
    - "Parallel booting enabled by default"
 
36
    - "Mini DebConf in Berlin, Germany"
 
37
  * Update "debian_bundle" import to just "debian".
 
38
  * .encode('utf-8') when outputting over the terminal.
 
39
  * Don't default to a date so far in the past.
 
40
  * Move dpkg v3 (quilt) source package format.
 
41
 
 
42
 -- Chris Lamb <lamby@debian.org>  Mon, 05 Jul 2010 11:17:07 +0100
 
43
 
1
44
debian-timeline (9) unstable; urgency=low
2
45
 
3
46
  * Fix FTBFS when run in non-UTF8 locale. (Closes: #574303)