12.2 2013-10-30
2	* Allow constraint denial cause to be determined from Richard Haines.
3	  - Add kernel policy version 29.
4	  - Add modular policy version 17.
5	  - Add sepol_compute_av_reason_buffer(), sepol_string_to_security_class(), sepol_string_to_av_perm().
6	* Support overriding Makefile RANLIB from Sven Vermeulen.
7	* Fix man pages from Laurent Bigonville.
8
92.1.9 2013-02-01
10	* filename_trans: use some better sorting to compare and merge
11	* coverity fixes
12	* implement default type policy syntax
13	* Fix memory leak issues found by Klocwork
14
152.1.8 2011-09-13
16	* fix neverallow checking on attributes
17	* Move context_copy() after switch block in ocontext_copy_*().
18	* check for missing initial SID labeling statement.
19	* Add always_check_network policy capability
20	* role_fix_callback skips out-of-scope roles during expansion.
21
222.1.7 2011-06-28
23	* reserve policycapability for redhat testing of ptrace child
24	* cosmetic changes to make the source easier to read
25	* prepend instead of append to filename_trans list
26	* Android/MacOS X build support
27
282.1.6 2011-04-23
29	* allocate enough space to hold filename in trans rules
30
312.1.5 2011-03-28
32	* checkpolicy: implement new default labeling behaviors
33
342.1.4 2011-10-03
35	* regenerate .pc on VERSION change
36	* Move ebitmap_* functions from mcstrans to libsepol
37	* expand: do filename_trans type comparison on mapped representation
38
392.1.3 2011-09-15
40	* Skip writing role attributes for policy.X and
41	* Indicate when boolean is indeed a tunable.
42	* Separate tunable from boolean during compile.
43	* Write and read TUNABLE flags in related
44	* Copy and check the cond_bool_datum_t.flags during link.
45	* Permanently discard disabled branches of tunables in
46	* Skip tunable identifier and cond_node_t in expansion.
47	* Create a new preserve_tunables flag
48	* Preserve tunables when required by semodule program.
49	* setools expects expand_module_avrules to be an exported
50	* tree: default make target to all not
51
522.1.2 2011-08-03
53	* Only call role_fix_callback for base.p_roles during expansion.
54	* use mapped role number instead of module role number
55
562.1.1 2011-08-01
57	* Minor fix to reading policy with filename transition rules
58
592.1.0 2011-07-27
60	* Release, minor version bump
61
622.0.46 2011-07-25
63	* Add role attribute support by Harry Ciao
64
652.0.45 2011-05-02
66	* Warn if filename_trans rules are dropped by Steve Lawrence.
67
682.0.44 2011-04-13
69	* Fixes for new role_transition class field by Eric Paris.
70	* Add libsepol support for filename_trans rules by Eric Paris.
71
722.0.43 2011-04-11
73	* Add new class field in role_transition by Harry Ciao.
74
752.0.42 2010-12-16
76	* Fix compliation under GCC 4.6 by Justin Mattock
77
782.0.41 2009-11-18
79	* Fixed typo in error message from Manoj Srivastava.
80
812.0.40 2009-10-29
82	* Add pkgconfig file from Eamon Walsh.
83
842.0.39 2009-10-14
85	* Add support for building Xen policies from Paul Nuzzi.
86
872.0.38 2009-09-01
88	* Check last offset in the module package against the file size.
89	Reported by Manoj Srivastava for bug filed by Max Kellermann.
90
912.0.37 2009-07-07
92	* Add method to check disable dontaudit flag from Christopher Pardy.
93
942.0.36 2009-03-25
95	* Fix boolean state smashing from Joshua Brindle.
96
972.0.35 2009-02-19
98        * Fix alias field in module format, caused by boundary format change
99          from Caleb Case.
100
1012.0.34 2008-10-09
102	* Add bounds support from KaiGai Kohei.
103	* Fix invalid aliases bug from Joshua Brindle.
104
1052.0.33 2008-09-29
106	* Revert patch that removed expand_rule.
107
1082.0.32 2008-07-07
109	* Allow require then declare in the source policy from Joshua Brindle.
110
1112.0.31 2008-06-13
112	* Fix mls_semantic_level_expand() to handle a user require w/o MLS information from Stephen Smalley.
113
1142.0.30 2008-06-06
115	* Fix endianness bug in the handling of network node addresses from Stephen Smalley.
116	  Only affects big endian platforms.
117	  Bug reported by John Weeks of Sun upon policy mismatch between x86 and sparc.
118
1192.0.29 2008-05-27
120	* Merge user and role mapping support from Joshua Brindle.
121
1222.0.28 2008-05-05
123	* Fix mls_level_convert() to gracefully handle an empty user declaration/require from Stephen Smalley.
124
1252.0.27 2008-04-18
126	* Belatedly merge test for policy downgrade from Todd Miller.
127
1282.0.26 2008-03-24
129	* Add permissive domain support from Eric Paris.
130
1312.0.25 2008-03-04
132	* Drop unused ->buffer field from struct policy_file.
133
1342.0.24 2008-03-04
135	* Add policy_file_init() initalizer for struct policy_file and use it, from Todd C. Miller.
136
1372.0.23 2008-02-28
138	* Accept "Flask" as an alternate identifier string in kernel policies from Stephen Smalley.
139
1402.0.22 2008-02-28
141	* Add support for open_perms policy capability from Eric Paris.
142
1432.0.21 2008-02-20
144	* Fix invalid memory allocation in policydb_index_others() from Jason Tang.
145
1462.0.20 2008-02-04
147	* Port of Yuichi Nakamura's tune avtab to reduce memory usage patch from the kernel avtab to libsepol from Stephen Smalley.
148
1492.0.19 2008-02-02
150	* Add support for consuming avrule_blocks during expansion to reduce
151	  peak memory usage from Joshua Brindle.
152
1532.0.18 2008-01-02
154	* Added support for policy capabilities from Todd Miller.
155
1562.0.17 2007-12-21
157	* Prevent generation of policy.18 with MLS enabled from Todd Miller.
158
1592.0.16 2007-12-07
160	* print module magic number in hex on mismatch, from Todd Miller.
161
1622.0.15 2007-11-29
163	* clarify and reduce neverallow error reporting from Stephen Smalley.
164
1652.0.14 2007-11-05
166	* Reject self aliasing at link time from Stephen Smalley.
167
1682.0.13 2007-11-05
169	* Allow handle_unknown in base to be overridden by semanage.conf from Stephen Smalley.
170
1712.0.12 2007-10-11
172	* Fixed bug in require checking from Stephen Smalley.
173	* Added user hierarchy checking from Todd Miller.	
174
1752.0.11 2007-09-24
176	* Pass CFLAGS to CC even on link command, per Dennis Gilmore.
177
1782.0.10 2007-09-18
179	* Merged support for the handle_unknown policydb flag from Eric Paris.
180
1812.0.9 2007-08-29
182	* Moved next_entry and put_entry out-of-line to reduce code size from Ulrich Drepper.
183
1842.0.8 2007-08-28
185	* Fixed module_package_read_offsets bug introduced by the prior patch.
186
1872.0.7 2007-08-23
188	* Eliminate unaligned accesses from policy reading code from Stephen Smalley.
189
1902.0.6 2007-08-16
191	* Allow dontaudits to be turned off during policy expansion from
192	  Joshua Brindle.
193
1942.0.5 2007-08-01
195	* Fix sepol_context_clone to handle a NULL context correctly.
196          This happens for e.g. semanage_fcontext_set_con(sh, fcontext, NULL)
197	  to set the file context entry to "<<none>>".
198
1992.0.4 2007-06-20
200	* Merged error handling patch from Eamon Walsh.
201
2022.0.3 2007-04-13
203	* Merged add boolmap argument to expand_module_avrules() from Chris PeBenito.
204
2052.0.2 2007-03-30
206	* Merged fix from Karl to remap booleans at expand time to 
207	  avoid holes in the symbol table.
208
2092.0.1 2007-02-06
210	* Merged libsepol segfault fix from Stephen Smalley for when
211	  sensitivities are required but not present in the base.
212	
2132.0.0 2007-02-01
214	* Merged patch to add errcodes.h to libsepol by Karl MacMillan.
215	
2161.16.0 2007-01-18
217	* Updated version for stable branch.
218
2191.15.3 2006-11-27
220	* Merged patch to compile wit -fPIC instead of -fpic from
221	  Manoj Srivastava to prevent hitting the global offest table
222	  limit. Patch changed to include libselinux and libsemanage in
223	  addition to libselinux.
2241.15.2 2006-10-31
225	* Merged fix from Karl MacMillan for a segfault when linking
226	  non-MLS modules with users in them.
227
2281.15.1 2006-10-24
229	* Merged fix for version comparison that was preventing range
230	  transition rules from being written for a version 5 base policy
231	  from Darrel Goeddel.
232
2331.14 2006-10-17
234	* Updated version for release.
235
2361.12.28 2006-09-28
237	* Build libsepol's static object files with -fpic
238
2391.12.27 2006-09-28
240	* Merged mls user and range_transition support in modules
241	  from Darrel Goeddel
242
2431.12.26 2006-09-05
244	* Merged range transition enhancements and user format changes
245	  Darrel Goeddel
246
2471.12.25 2006-08-24
248	* Merged conditionally expand neverallows patch from Jeremy Mowery.
249	* Merged refactor expander patch from Jeremy Mowery.
250
2511.12.24 2006-08-03
252	* Merged libsepol unit tests from Joshua Brindle.
253
2541.12.23 2006-08-03
255	* Merged symtab datum patch from Karl MacMillan.
256
2571.12.22 2006-08-03
258	* Merged netfilter contexts support from Chris PeBenito.
259
2601.12.21 2006-07-28
261	* Merged helpful hierarchy check errors patch from Joshua Brindle.
262
2631.12.20 2006-07-25
264	* Merged semodule_deps patch from Karl MacMillan.
265	  This adds source module names to the avrule decls.
266
2671.12.19 2006-06-29
268	* Lindent.
269
2701.12.18 2006-06-26
271	* Merged optionals in base take 2 patch set from Joshua Brindle.
272
2731.12.17 2006-05-30
274	* Revert 1.12.16.
275
2761.12.16 2006-05-30
277	* Merged cleaner fix for bool_ids overflow from Karl MacMillan,
278	  replacing the prior patch.
279
2801.12.15 2006-05-30
281	* Merged fixes for several memory leaks in the error paths during
282	  policy read from Serge Hallyn.
283
2841.12.14 2006-05-25
285	* Fixed bool_ids overflow bug in cond_node_find and cond_copy_list,
286	  based on bug report and suggested fix by Cedric Roux.
287
2881.12.13 2006-05-24
289	* Merged sens_copy_callback, check_role_hierarchy_callback,
290	  and node_from_record fixes from Serge Hallyn.
291
2921.12.12 2006-05-22
293	* Added sepol_policydb_compat_net() interface for testing whether
294	  a policy requires the compatibility support for network checks
295	  to be enabled in the kernel.
296
2971.12.11 2006-05-17
298	* Merged patch to initialize sym_val_to_name arrays from Kevin Carr.
299	  Reworked to use calloc in the first place, and converted some other
300	  malloc/memset pairs to calloc calls.
301
3021.12.10 2006-05-08
303	* Merged patch to revert role/user decl upgrade from Karl MacMillan.
304
3051.12.9 2006-05-08
306	* Dropped tests from all Makefile target.
307
3081.12.8 2006-05-05
309	* Merged fix warnings patch from Karl MacMillan.
310
3111.12.7 2006-05-05
312	* Merged libsepol test framework patch from Karl MacMillan.
313
3141.12.6 2006-04-28
315	* Fixed cond_normalize to traverse the entire cond list at link time.
316
3171.12.5 2006-04-03
318	* Merged fix for leak of optional package sections from Ivan Gyurdiev.
319
3201.12.4 2006-03-29
321	* Generalize test for bitmap overflow in ebitmap_set_bit.
322
3231.12.3 2006-03-27
324	* Fixed attr_convert_callback and expand_convert_type_set
325	  typemap bug.
326
3271.12.2 2006-03-24
328	* Fixed avrule_block_write num_decls endian bug.
329
3301.12.1 2006-03-20
331	* Fixed sepol_module_package_write buffer overflow bug.
332
3331.12 2006-03-14
334	* Updated version for release.
335
3361.11.20 2006-03-08
337	* Merged cond_evaluate_expr fix from Serge Hallyn (IBM).
338	* Fixed bug in copy_avrule_list reported by Ivan Gyurdiev.
339
3401.11.19 2006-02-21
341	* Merged sepol_policydb_mls_enabled interface and error handling
342	  changes from Ivan Gyurdiev.
343	
3441.11.18 2006-02-16
345	* Merged node_expand_addr bugfix and node_compare* change from
346	  Ivan Gyurdiev.
347
3481.11.17 2006-02-15
349	* Merged nodes, ports: always prepend patch from Ivan Gyurdiev.
350	* Merged bug fix patch from Ivan Gyurdiev.
351
3521.11.16 2006-02-14
353	* Added a defined flag to level_datum_t for use by checkpolicy.
354
3551.11.15 2006-02-14
356	* Merged nodecon support patch from Ivan Gyurdiev.
357	* Merged cleanups patch from Ivan Gyurdiev.	
358
3591.11.14 2006-02-13
360	* Merged optionals in base patch from Joshua Brindle.
361	
3621.11.13 2006-02-07
363	* Merged seuser/user_extra support patch from Joshua Brindle.
364	* Merged fix patch from Ivan Gyurdiev.
365
3661.11.12 2006-02-02
367	* Merged clone record on set_con patch from Ivan Gyurdiev.	
368
3691.11.11 2006-02-01
370	* Merged assertion copying bugfix from Joshua Brindle.
371	* Merged sepol_av_to_string patch from Joshua Brindle.
372
3731.11.10 2006-01-30
374	* Merged cond_expr mapping and package section count bug fixes
375	  from Joshua Brindle.
376	* Merged improve port/fcontext API patch from Ivan Gyurdiev.	
377	* Merged fixes for overflow bugs on 64-bit from Ivan Gyurdiev.
378
3791.11.9 2006-01-12
380	* Merged size_t -> unsigned int patch from Ivan Gyurdiev.
381
3821.11.8 2006-01-09
383	* Merged 2nd const in APIs patch from Ivan Gyurdiev.
384
3851.11.7 2006-01-06
386	* Merged const in APIs patch from Ivan Gyurdiev.
387	* Merged compare2 function patch from Ivan Gyurdiev.
388
3891.11.6 2006-01-06
390	* Fixed hierarchy checker to only check allow rules.
391
3921.11.5 2006-01-05
393	* Merged further fixes from Russell Coker, specifically:
394	  - av_to_string overflow checking
395	  - sepol_context_to_string error handling
396	  - hierarchy checking memory leak fixes and optimizations
397	  - avrule_block_read variable initialization
398	* Marked deprecated code in genbools and genusers.
399
4001.11.4 2006-01-05
401	* Merged bugfix for sepol_port_modify from Russell Coker.
402
4031.11.3 2006-01-05
404	* Fixed bug in sepol_iface_modify error path noted by Ivan Gyurdiev.
405	* Merged port ordering patch from Ivan Gyurdiev.
406
4071.11.2 2006-01-04
408	* Merged patch series from Ivan Gyurdiev.
409	  This includes patches to:
410	  - support ordering of records in compare function
411	  - enable port interfaces
412	  - add interfaces for context validity and range checks
413	  - add include guards
414
4151.11.1 2005-12-16
416	* Fixed mls_range_cpy bug.
417
4181.10 2005-12-07
419	* Updated version for release.
420
4211.9.42 2005-12-05
422	* Dropped handle from user_del_role interface.	
423
4241.9.41 2005-11-28
425	* Merged remove defrole from sepol patch from Ivan Gyurdiev.
426
4271.9.40 2005-11-15
428	* Merged module function and map file cleanup from Ivan Gyurdiev.
429	* Merged MLS and genusers cleanups from Ivan Gyurdiev.
430
4311.9.39 2005-11-09
432	Prepare for removal of booleans* and *.users files.
433	* Cleaned up sepol_genbools to not regenerate the image if
434	  there were no changes in the boolean values, including the
435	  degenerate case where there are no booleans or booleans.local
436	  files.
437	* Cleaned up sepol_genusers to not warn on missing local.users.
438	
4391.9.38 2005-11-08
440	* Removed sepol_port_* from libsepol.map, as the port interfaces
441	  are not yet stable.
442
4431.9.37 2005-11-04
444	* Merged context destroy cleanup patch from Ivan Gyurdiev.
445
4461.9.36 2005-11-03
447	* Merged context_to_string interface change patch from Ivan Gyurdiev.
448
4491.9.35 2005-11-01
450	* Added src/dso.h and src/*_internal.h.
451	  Added hidden_def for exported symbols used within libsepol.
452	  Added hidden for symbols that should not be exported by
453	  the wildcards in libsepol.map.
454
4551.9.34 2005-10-31
456	* Merged record interface, record bugfix, and set_roles patches 
457	  from Ivan Gyurdiev.
458
4591.9.33 2005-10-27
460	* Merged count specification change from Ivan Gyurdiev.	
461
4621.9.32 2005-10-26
463	* Added further checking and error reporting to 
464	  sepol_module_package_read and _info.
465
4661.9.31 2005-10-26
467	* Merged sepol handle passing, DEBUG conversion, and memory leak
468	  fix patches from Ivan Gyurdiev.
469
4701.9.30 2005-10-25
471	* Removed processing of system.users from sepol_genusers and
472	  dropped delusers logic.
473
4741.9.29 2005-10-25
475	* Removed policydb_destroy from error path of policydb_read,
476	  since create/init/destroy/free of policydb is handled by the
477	  caller now.
478	* Fixed sepol_module_package_read to handle a failed policydb_read
479	  properly.
480
4811.9.28 2005-10-25
482	* Merged query/exists and count patches from Ivan Gyurdiev.
483
4841.9.27 2005-10-25
485	* Merged fix for pruned types in expand code from Joshua Brindle.
486	* Merged new module package format code from Joshua Brindle.
487
4881.9.26 2005-10-24
489	* Merged context interface cleanup, record conversion code, 
490	  key passing, and bug fix patches from Ivan Gyurdiev.               
491
4921.9.25 2005-10-21
493	* Merged users cleanup patch from Ivan Gyurdiev.
494
4951.9.24 2005-10-21
496	* Merged user record memory leak fix from Ivan Gyurdiev.
497	* Merged reorganize users patch from Ivan Gyurdiev.
498
4991.9.23 2005-10-19
500	* Added check flag to expand_module() to control assertion
501	  and hierarchy checking on expansion.
502
5031.9.22 2005-10-19
504	* Reworked check_assertions() and hierarchy_check_constraints()
505	  to take handles and use callback-based error reporting.
506	* Changed expand_module() to call check_assertions() and 
507	  hierarchy_check_constraints() prior to returning the expanded
508	  policy.
509
5101.9.21 2005-10-18
511	* Changed sepol_module_package_set_file_contexts to copy the
512	  file contexts data since it is internally managed.
513
5141.9.20 2005-10-18
515	* Added sepol_policy_file_set_handle interface to associate
516	  a handle with a policy file.
517	* Added handle argument to policydb_from_image/to_image.
518	* Added sepol_module_package_set_file_contexts interface.
519	* Dropped sepol_module_package_create_file interface.
520	* Reworked policydb_read/write, policydb_from_image/to_image, 
521	  and sepol_module_package_read/write to use callback-based error
522	  reporting system rather than DEBUG.  
523
5241.9.19 2005-10-17
525	* Reworked link_packages, link_modules, and expand_module to use
526	callback-based error reporting system rather than error buffering.
527
5281.9.18 2005-10-14
529	* Merged conditional expression mapping fix in the module linking
530	code from Joshua Brindle.
531
5321.9.17 2005-10-13
533	* Hid sepol_module_package type definition, and added get interfaces.
534
5351.9.16 2005-10-13
536	* Merged new callback-based error reporting system from Ivan
537	Gyurdiev.
538
5391.9.15 2005-10-13
540	* Merged support for require blocks inside conditionals from
541	Joshua Brindle (Tresys).
542
5431.9.14 2005-10-07
544	* Fixed use of policydb_from_image/to_image to ensure proper
545	init of policydb.
546
5471.9.13 2005-10-07
548	* Isolated policydb internal headers under <sepol/policydb/*.h>.
549	These headers should only be used by users of the static libsepol.
550	Created new <sepol/policydb.h> with new public types and interfaces
551	for shared libsepol.
552	Created new <sepol/module.h> with public types and interfaces moved
553	or wrapped from old module.h, link.h, and expand.h, adjusted for
554	new public types for policydb and policy_file.
555	Added public interfaces to libsepol.map.
556	Some implementation changes visible to users of the static libsepol:
557	1) policydb_read no longer calls policydb_init.
558	Caller must do so first.
559	2) policydb_init no longer takes policy_type argument.
560	Caller must set policy_type separately.
561	3) expand_module automatically enables the global branch.  
562	Caller no longer needs to do so.
563	4) policydb_write uses the policy_type and policyvers from the 
564	policydb itself, and sepol_set_policyvers() has been removed.
565	
5661.9.12 2005-10-06
567	* Merged function renaming and static cleanup from Ivan Gyurdiev.
568
5691.9.11 2005-10-05
570	* Merged bug fix for check_assertions handling of no assertions
571	from Joshua Brindle (Tresys).
572	
5731.9.10 2005-10-04
574	* Merged iterate patch from Ivan Gyurdiev.
575
5761.9.9 2005-10-03
577	* Merged MLS in modules patch from Joshua Brindle (Tresys).
578
5791.9.8 2005-09-30
580	* Merged pointer typedef elimination patch from Ivan Gyurdiev.
581	* Merged user list function, new mls functions, and bugfix patch
582	  from Ivan Gyurdiev.
583
5841.9.7 2005-09-28
585	* Merged sepol_get_num_roles fix from Karl MacMillan (Tresys).
586
5871.9.6 2005-09-23
588	* Merged bug fix patches from Joshua Brindle (Tresys).
589
5901.9.5 2005-09-21
591	* Merged boolean record and memory leak fix patches from Ivan
592	Gyurdiev.
593
5941.9.4 2005-09-19
595	* Merged interface record patch from Ivan Gyurdiev.
596
5971.9.3 2005-09-14
598	* Merged fix for sepol_enable/disable_debug from Ivan
599	Gyurdiev.
600
6011.9.2 2005-09-14
602	* Merged stddef.h patch and debug conversion patch from 
603	Ivan Gyurdiev.
604
6051.9.1 2005-09-09
606	* Fixed expand_avtab and expand_cond_av_list to keep separate
607	entries with identical keys but different enabled flags.
608
6091.8 2005-09-06
610	* Updated version for release.
611
6121.7.24 2005-08-31
613	* Fixed symtab_insert return value for duplicate declarations.
614
6151.7.23 2005-08-31
616	* Merged fix for memory error in policy_module_destroy from
617	Jason Tang (Tresys).
618
6191.7.22 2005-08-26
620	* Merged fix for memory leak in sepol_context_to_sid from
621	Jason Tang (Tresys).
622
6231.7.21 2005-08-25
624	* Merged fixes for resource leaks on error paths and
625	  change to scope_destroy from Joshua Brindle (Tresys).
626
6271.7.20 2005-08-23
628	* Merged more fixes for resource leaks on error paths 
629	  from Serge Hallyn (IBM).  Bugs found by Coverity. 
630
6311.7.19 2005-08-19
632	* Changed to treat all type conflicts as fatal errors.
633
6341.7.18 2005-08-18
635	* Merged several error handling fixes from 
636	  Serge Hallyn (IBM).  Bugs found by Coverity.	
637
6381.7.17 2005-08-15
639	* Fixed further memory leaks found by valgrind.
640
6411.7.16 2005-08-15
642	* Fixed several memory leaks found by valgrind.
643
6441.7.15 2005-08-12
645	* Fixed empty list test in cond_write_av_list.  Bug found by
646	  Coverity, reported by Serge Hallyn (IBM).
647	* Merged patch to policydb_write to check errors 
648	  when writing the type->attribute reverse map from
649	  Serge Hallyn (IBM).  Bug found by Coverity.
650	* Fixed policydb_destroy to properly handle NULL type_attr_map
651	  or attr_type_map.
652
6531.7.14 2005-08-12
654	* Fixed use of uninitialized data by expand_avtab_node by
655	  clearing type_val_to_struct in policydb_index_others.
656
6571.7.13 2005-08-11
658	* Improved memory use by SELinux by both reducing the avtab 
659	  node size and reducing the number of avtab nodes (by not
660	  expanding attributes in TE rules when possible).  Added
661	  expand_avtab and expand_cond_av_list functions for use by
662	  assertion checker, hierarchy checker, compatibility code,
663	  and dispol.  Added new inline ebitmap operators and converted
664	  existing users of ebitmaps to the new operators for greater 
665	  efficiency.
666	  Note:  The binary policy format version has been incremented to 
667	  version 20 as a result of these changes.
668
6691.7.12 2005-08-10
670	* Fixed bug in constraint_node_clone handling of name sets.
671
6721.7.11 2005-08-08
673	* Fix range_trans_clone to map the type values properly.
674
6751.7.10 2005-08-02
676	* Merged patch to move module read/write code from libsemanage
677	  to libsepol from Jason Tang (Tresys).
678
6791.7.9 2005-08-02
680	* Enabled further compiler warning flags and fixed them.
681
6821.7.8 2005-08-02
683	* Merged user, context, port records patch from Ivan Gyurdiev.
684	* Merged key extract function patch from Ivan Gyurdiev.
685
6861.7.7 2005-07-27
687	* Merged mls_context_to_sid bugfix from Ivan Gyurdiev.
688
6891.7.6 2005-07-26
690	* Merged context reorganization, memory leak fixes, 
691	  port and interface loading, replacements for genusers and
692	  genbools, debug traceback, and bugfix patches from Ivan Gyurdiev.
693	* Merged uninitialized variable bugfix from Dan Walsh.
694
6951.7.5 2005-07-18
696	* Merged debug support, policydb conversion functions from Ivan Gyurdiev (Red Hat).
697	* Removed genpolbools and genpolusers utilities.
698
6991.7.4 2005-07-18
700	* Merged hierarchy check fix from Joshua Brindle (Tresys).
701
7021.7.3 2005-07-13
703	* Merged header file cleanup and memory leak fix from Ivan Gyurdiev (Red Hat).
704
7051.7.2 2005-07-11
706	* Merged genbools debugging message cleanup from Red Hat.
707
7081.7.1 2005-07-06
709	* Merged loadable module support from Tresys Technology.
710
7111.6 2005-06-20
712	* Updated version for release.
713
7141.5.10 2005-05-19
715	* License changed to LGPL v2.1, see COPYING.
716
7171.5.9 2005-05-16
718	* Added sepol_genbools_policydb and sepol_genusers_policydb for
719	  audit2why.
720
7211.5.8 2005-05-13
722	* Added sepol_ prefix to Flask types to avoid 
723	  namespace collision with libselinux.
724
7251.5.7 2005-05-13
726	* Added sepol_compute_av_reason() for audit2why.
727
7281.5.6 2005-04-25
729	* Fixed bug in role hierarchy checker.
730
7311.5.5 2005-04-13
732	* Merged hierarchical type/role patch from Tresys Technology.
733	* Merged MLS fixes from Darrel Goeddel of TCS.
734
7351.5.4 2005-04-13
736	* Changed sepol_genusers to not delete users by default,
737	and added a sepol_set_delusers function to enable deletion.
738	Also, removed special case handling of system_u and user_u.
739	
7401.5.3 2005-03-29
741	* Merged booleans.local patch from Dan Walsh.
742
7431.5.2 2005-03-16
744	* Added man page for sepol_check_context.
745
7461.5.1 2005-03-15
747	* Added man page for sepol_genusers function.
748	* Merged man pages for genpolusers and chkcon from Manoj Srivastava.
749
7501.4 2005-03-09
751	* Updated version for release.
752
7531.3.8 2005-03-08
754	* Cleaned up error handling in sepol_genusers and sepol_genbools.
755
7561.3.7 2005-02-28
757	* Merged sepol_debug and fclose patch from Dan Walsh.
758
7591.3.6 2005-02-22
760	* Changed sepol_genusers to also use getline and correctly handle
761	  EOL.
762
7631.3.5 2005-02-17
764	* Merged range_transition support from Darrel Goeddel (TCS).
765
7661.3.4 2005-02-16
767	* Added sepol_genusers function.
768
7691.3.3 2005-02-14
770	* Merged endianness and compute_av patches from Darrel Goeddel (TCS).
771
7721.3.2 2005-02-09
773	* Changed relabel Makefile target to use restorecon.
774
7751.3.1 2005-01-26
776	* Merged enhanced MLS support from Darrel Goeddel (TCS).
777
7781.2.1 2005-01-19
779	* Merged build fix patch from Manoj Srivastava.
780
7811.2 2004-10-07
782	* MLS build fixes.
783	* Added sepol_set_policydb_from_file and sepol_check_context for setfiles.
784
7851.0 2004-08-19
786	* Initial public release.
787
7880.4 2004-08-13
789	* Merged patch from Dan Walsh to ignore case on booleans.
790	* Changed sepol_genbools* to preserve the original policy version.
791	* Replaced exported global variables with set functions. 
792	* Moved genpolbools utility from checkpolicy to libsepol.
793	* Added man pages for sepol_genbools* and genpolbools.
794
7950.3 2004-08-10
796	* Added ChangeLog, COPYING, spec file.
797	* Added sepol_genbools_array() for load_policy.
798	* Created libsepol.map to limit exported symbols in shared library. 
799
8000.2 2004-08-09
801	* Exported other functions for checkpolicy and friends.
802	* Renamed service and sidtab functions to avoid libselinux conflict.
803	* Removed original code from checkpolicy, which now uses libsepol.
804	* Code cleanup:  kill legacy references to kernel types/functions.
805
8060.1 2004-08-06
807	* Moved checkpolicy core logic into a library.
808	* Exported sepol_genbools() for load_policy.
809