2010-06-15 18:49  david_nichols

	* docs/asn1-module-doc.html: updated tikiwiki and added updated
	  color scheme

2010-05-12 11:49  david_nichols

	* configure.ac: solaris and sun studio compile and warning
	  fixes/enhancements

2010-05-11 14:45  david_nichols

	* reconf.sh: compile fixes for solaris

2009-12-09 12:58  david_nichols

	* configure.ac: fixed all modules to use decimal comparisons with
	  the qore version string instead of octal so that they will still
	  compile with qore v0.8.0 and up...

2009-11-22 06:03  david_nichols

	* configure.ac: updated configure to assume 64-bit build if
	  host_cpu = "amd64"

2009-10-30 08:22  david_nichols

	* configure.ac: updated all module configure scripts to use gnutar
	  on darwin to avoid picking up OSX resource files in source
	  releases

2009-09-21 11:07  david_nichols

	* configure.ac: updated module configure scripts to select 64-bit
	  target mode by default on snow leopard i386

2009-09-10 06:49  david_nichols

	* configure.ac: updated configure.ac to properly compile in 32-bit
	  mode on OSX snow leopard (10.6)

2009-07-20 13:16  david_nichols

	* configure.ac, qore-asn1-module.spec: added opensuse 11.2
	  detection to spec file, fixed rhel detection in spec files,
	  updated configure.ac to work with older versions of autotools

2009-06-08 08:38  david_nichols

	* qore-asn1-module.spec: fixed qore module dir detection

2009-06-02 05:24  david_nichols

	* qore-asn1-module.spec: fixed typo in sles version detection

2009-01-08 18:39  david_nichols

	* qore-asn1-module.spec: simplified spec file a little

2009-01-08 15:13  david_nichols

	* qore-asn1-module.spec: commented-out additional "Source0" line so
	  that packages will build on Fedora 10 (OBS)

2009-01-08 14:44  david_nichols

	* reconf.sh: updated reconf.sh to look for glibtoolize as well as
	  libtoolize

2009-01-07 12:32  david_nichols

	* Makefile.am, configure.ac, ltmain.sh, qore-asn1-module.spec,
	  reconf.sh: updated reconf.sh to use libtoolize and generate
	  ltmain.sh

2009-01-03 22:51  david_nichols

	* RELEASE-NOTES, configure.ac, qore-asn1-module.spec: updated
	  configure to check the directory specified with --prefix first
	  when looking for dependent libraries; updated version to 0.0.3

2008-11-19 15:31  david_nichols

	* ChangeLog: updated changelog

2008-11-19 15:31  david_nichols

	* RELEASE-NOTES: updated for bug fixes

2008-11-19 15:24  david_nichols

	* src/AbstractQoreAsn1Object.h, src/asn1.cc: ignore constructed bit
	  when parsing binary asn.1 data, fixed length detection when the
	  length is more than 1 byte

2008-11-03 14:06  david_nichols

	* ChangeLog: updated changelog

2008-11-03 14:03  david_nichols

	* src/asn1.cc: make module version in module header reflect actual
	  version

2008-10-30 10:27  david_nichols

	* Makefile.am, qore-asn1-module.spec: added release notes to dist

2008-10-30 09:19  david_nichols

	* README: updates

2008-10-30 09:01  david_nichols

	* ChangeLog, RELEASE-NOTES: updated changelog, added release notes

2008-10-30 08:58  david_nichols

	* configure.ac, qore-asn1-module.spec, src/Makefile.am: updated
	  build to supportonly qore 0.7.1 or greater, updated module
	  handling
	  for 0.7.1

2008-10-24 08:38  david_nichols

	* configure.ac, src/Makefile.am: added openssl libs to link line

2008-10-24 07:55  david_nichols

	* src/Makefile.am: do not link modules with the qore library

2008-10-23 06:30  david_nichols

	* configure.ac: updated to set 64-bit compile mode by default on
	  itanium with g++ and aCC

2008-10-08 20:16  david_nichols

	* qore-asn1-module.spec, src/Makefile.am: spec file and module
	  build fixes using prefix=/usr and make install
	  DESTDIR=$RPM_BUILD_ROOT

2008-10-06 20:17  david_nichols

	* ChangeLog: updated changelog

2008-10-06 20:15  david_nichols

	* ChangeLog: updated changelog

2008-09-16 20:54  david_nichols

	* src/qore-asn1.h: build and configure fixes

2008-09-09 09:11  david_nichols

	* docs/asn1-module-doc.html: updated docs

2008-09-09 07:05  david_nichols

	* qore-asn1-module.spec, src/asn1.cc: updated license in spec file
	  and in module file to be LGPL instead of GPL

2008-09-03 12:11  david_nichols

	* COPYING: updated license for modules to LGPL (*not* GPL)

2008-09-03 08:43  david_nichols

	* configure.ac, m4, m4/acx_pthread.m4, reconf.sh: added pthread
	  detection to configure and includes to build

2008-09-03 07:38  david_nichols

	* configure.ac, docs/asn1-module-doc.html: configure and doc
	  udpates

2008-09-02 15:05  david_nichols

	* AbstractQoreAsn1Object.h, Makefile.am, QC_ASN1BitString.cc,
	  QC_ASN1BitString.h, QC_ASN1Boolean.cc, QC_ASN1Boolean.h,
	  QC_ASN1Integer.cc, QC_ASN1Integer.h, QC_ASN1ObjectIdentifier.cc,
	  QC_ASN1ObjectIdentifier.h, QC_ASN1OctetString.cc,
	  QC_ASN1OctetString.h, QC_ASN1Sequence.cc, QC_ASN1Sequence.h,
	  QC_ASN1String.cc, QC_ASN1String.h, QC_ASN1UTF8String.cc,
	  QC_ASN1UTF8String.h, asn1.cc, configure.ac,
	  qore-asn1-module.spec, qore-asn1.h, src,
	  src/AbstractQoreAsn1Object.h, src/Makefile.am,
	  src/QC_ASN1BitString.cc, src/QC_ASN1BitString.h,
	  src/QC_ASN1Boolean.cc, src/QC_ASN1Boolean.h,
	  src/QC_ASN1Integer.cc, src/QC_ASN1Integer.h,
	  src/QC_ASN1ObjectIdentifier.cc, src/QC_ASN1ObjectIdentifier.h,
	  src/QC_ASN1OctetString.cc, src/QC_ASN1OctetString.h,
	  src/QC_ASN1Sequence.cc, src/QC_ASN1Sequence.h,
	  src/QC_ASN1String.cc, src/QC_ASN1String.h,
	  src/QC_ASN1UTF8String.cc, src/QC_ASN1UTF8String.h, src/asn1.cc,
	  src/qore-asn1.h: updated build, added spec file

2008-09-02 14:41  david_nichols

	* README: changed module directory to
	  $libdir/qore-module-api-$(module_api_version), updated build and
	  some docs

2008-08-29 06:13  david_nichols

	* docs/asn1-module-doc.html: updated docs

2008-08-28 14:25  david_nichols

	* QC_ASN1BitString.h, QC_ASN1Integer.cc, QC_ASN1Integer.h,
	  docs/asn1-module-doc.html, test-asn1.q: updated docs, added tests

2008-08-28 11:34  david_nichols

	* docs/asn1-module-doc.html: updated docs

2008-08-28 11:06  david_nichols

	* AbstractQoreAsn1Object.h, QC_ASN1BitString.cc,
	  QC_ASN1BitString.h, QC_ASN1Boolean.h, QC_ASN1Integer.h,
	  QC_ASN1ObjectIdentifier.h, QC_ASN1OctetString.h,
	  QC_ASN1Sequence.cc, QC_ASN1Sequence.h, QC_ASN1String.h,
	  QC_ASN1UTF8String.h, asn1.cc, docs/asn1-module-doc.html,
	  qore-asn1.h, test-asn1.q: fixed BitString implementation and
	  added tests

2008-08-28 08:22  david_nichols

	* QC_ASN1BitString.cc, QC_ASN1BitString.h: missing files

2008-08-27 16:04  david_nichols

	* QC_ASN1Sequence.cc, asn1.cc, docs, docs/asn1-module-doc.html:
	  added copy method to ASN1Sequence, new constants, initial
	  documentation checkin

2008-08-27 14:20  david_nichols

	* Makefile.am, asn1.cc, configure.ac, qore-asn1.h: updated to qore
	  0.7.0 changes

2008-08-27 06:35  david_nichols

	* config.h: removed extraseous file

2008-08-27 05:06  david_nichols

	* Makefile.am, QC_ASN1OctetString.cc, QC_ASN1OctetString.h,
	  QC_ASN1String.cc, QC_ASN1String.h, QC_ASN1UTF8String.cc,
	  QC_ASN1UTF8String.h, asn1.cc, config.h, qore-asn1.h, test-asn1.q:
	  split ASN1String into ASN1OctetString and ASN1UTF8String classes

2008-08-27 04:08  david_nichols

	* asn1.cc: include casts to (unsigned char **) without "const" to
	  work with older openssl versions

2008-08-26 14:40  david_nichols

	* AbstractQoreAsn1Object.h, QC_ASN1Boolean.h, QC_ASN1Integer.h,
	  QC_ASN1ObjectIdentifier.h, QC_ASN1Sequence.h, QC_ASN1String.h,
	  asn1.cc, test-asn1.q: added capability to serialize to a qore
	  data structure

2008-08-26 13:41  david_nichols

	* AbstractQoreAsn1Object.h, QC_ASN1Boolean.h, QC_ASN1Integer.h,
	  QC_ASN1ObjectIdentifier.h, QC_ASN1Sequence.cc, QC_ASN1Sequence.h,
	  QC_ASN1String.h, asn1.cc: eliminated the possibility for
	  recursive ASN1 trees

2008-08-26 13:18  david_nichols

	* AbstractQoreAsn1Object.h, QC_ASN1Boolean.h, QC_ASN1Integer.h,
	  QC_ASN1ObjectIdentifier.h, QC_ASN1Sequence.h, QC_ASN1String.h,
	  test-asn1.q: fixed memory errors and made ASN1Sequence class
	  thread-safe

2008-08-26 08:28  david_nichols

	* AbstractQoreAsn1Object.h, QC_ASN1Integer.h,
	  QC_ASN1ObjectIdentifier.h, QC_ASN1Sequence.h, QC_ASN1String.h,
	  asn1.cc, qore-asn1.h, test-asn1.q: added DER parsing, updated
	  test script

2008-08-25 16:22  david_nichols

	* ., AUTHORS, COPYING, ChangeLog, Makefile.am, NEWS,
	  QC_ASN1Boolean.cc, QC_ASN1Boolean.h, QC_ASN1Integer.cc,
	  QC_ASN1Integer.h, QC_ASN1ObjectIdentifier.cc,
	  QC_ASN1ObjectIdentifier.h, QC_ASN1Sequence.cc, QC_ASN1Sequence.h,
	  QC_ASN1String.cc, QC_ASN1String.h, README, asn1.cc, configure.ac,
	  ltmain.sh, qore-asn1.h, reconf.sh, test-asn1.q: initial import

