1Wed Jan 18 13:57:39 2012  Google Inc. <google-gflags@googlegroups.com>
2
3	* python-gflags: version 2.0
4	* No changes from version 1.8.
5
6Wed Jan 18 11:54:03 2012  Google Inc. <google-gflags@googlegroups.com>
7
8	* python-gflags: version 1.8
9	* Don't raise DuplicateFlag when re-importing a module (mmcdonald)
10	* Changed the 'official' python-gflags email in setup.py/etc
11	* Changed copyright text to reflect Google's relinquished ownership
12
13Tue Dec 20 17:10:41 2011  Google Inc. <opensource@google.com>
14
15	* python-gflags: version 1.7
16	* Prepare gflags for python 3.x, keeping 2.4 compatibility (twouters)
17	* If output is a tty, use terminal's width to wrap help-text (wiesmann)
18	* PORTING: Fix ImportError for non-Unix platforms (kdeus)
19	* PORTING: Run correctly when termios isn't available (shines)
20	* Add unicode support to flags (csilvers)
21
22Fri Jul 29 12:24:08 2011  Google Inc. <opensource@google.com>
23
24	* python-gflags: version 1.6
25	* Document FlagValues.UseGnuGetOpt (garymm)
26	* replace fchmod with chmod to work on python 2.4 (mshields)
27	* Fix bug in flag decl reporting for dup flags (craigcitro)
28	* Add multi_float, and tests for multi_float/int (simonf)
29	* Make flagfiles expand in place, to follow docs (dmlynch)
30	* Raise exception if --flagfile can't be read (tlim)
31
32Wed Jan 26 13:50:46 2011  Google Inc. <opensource@google.com>
33
34	* python-gflags: version 1.5.1
35	* Fix manifest and setup.py to include new files
36
37Mon Jan 24 16:58:10 2011  Google Inc. <opensource@google.com>
38
39	* python-gflags: version 1.5
40	* Add support for flag validators (olexiy)
41	* Better reporting on UnrecognizedFlagError (sorenj)
42	* Cache ArgumentParser, to save space (tmarek)
43
44Wed Oct 13 17:40:12 2010  Google Inc. <opensource@google.com>
45
46	* python-gflags: version 1.4
47	* Unregister per-command flags after running the command (dnr)
48	* Allow key-flags to work with special flags (salcianu)
49	* Allow printing flags of a specific module (mikecurtis)
50	* BUGFIX: Fix an error message for float flags (olexiy)
51	* BUGFIX: Can now import while defining flags (salcianu)
52	* BUGFIX: Fix flagfile parsing in python (chronos)
53	* DOC: Better explain the format of --helpxml output (salcianu)
54	* DOC: Better error message on parse failure (tstromberg)
55	* Better test coverage under python 2.2 (mshields)
56	* Added a Makefile for building the packages.
57
58Mon Jan  4 18:46:29 2010  Tim 'mithro' Ansell  <mithro@mithis.com>
59
60	* python-gflags: version 1.3
61	* Fork from the C++ package (google-gflags 1.3)
62	* Add debian packaging
63