# # patch "ChangeLog" # from [549ebc77a7be8ff57a2dec441468d67485d6b79b] # to [0fcd985694ab494bab08d109fbccff0830bba6bf] # # patch "Makefile.am" # from [f64733542ba308ba4047d2e7cfc8a18f95d0eb4c] # to [975170c003306c3309543dc6fc8bd6ab16c77b41] # ======================================================================== --- ChangeLog 549ebc77a7be8ff57a2dec441468d67485d6b79b +++ ChangeLog 0fcd985694ab494bab08d109fbccff0830bba6bf @@ -1,3 +1,8 @@ +2005-09-30 Nathaniel Smith + + * Makefile.am (MOST_SOURCES): Add hash_map.hh. + (BOTAN_SOURCES): Add botan/charset.h. + 2005-09-29 Nathaniel Smith * NEWS: Fix typos pointed out by Matthew Gregan. ======================================================================== --- Makefile.am f64733542ba308ba4047d2e7cfc8a18f95d0eb4c +++ Makefile.am 975170c003306c3309543dc6fc8bd6ab16c77b41 @@ -49,7 +49,7 @@ netio.hh smap.hh gettext.h \ package_revision.c package_revision.h \ package_full_revision.c package_full_revision.h options.hh \ - i18n.h + i18n.h hash_map.hh NETXX_SOURCES = \ netxx/accept.cxx netxx/accept.h netxx/address.cxx \ @@ -145,7 +145,7 @@ botan/data_src.h botan/es_egd.h botan/look_add.h botan/ofb.h \ botan/pk_util.h botan/ui.h botan/blinding.h botan/defalloc.h \ botan/es_file.h botan/look_pk.h botan/oids.h botan/pubkey.h \ - botan/util.h + botan/util.h botan/charset.h BOOST_SANDBOX_SOURCES = \