~ubuntu-branches/ubuntu/lucid/judy/lucid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2005-03-22 06:55:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050322065553-syjpkd48r4re18dn
Tags: 1.0.1-5

* Moving LGPL link in copyright back to LGPL-2.1
* Cleanup of debian/rules: removed explicit refs to 32-bit archs, removed
  unnecessary nostrip, using --man dir to install man pages, moving from
  dh_movefiles to dh_install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
1.0.0 Version (Setp 2004) by (twh)
 
3
 
 
4
o Complete Autoconfisication of Judy
 
5
o Removed previous build environment
 
6
o Change INSTALL_IT back to INSTALL
 
7
o Moving to 1.0.0 to denote API change. 
 
8
 
 
9
 
 
10
0.1.6 Version (1June2004) by (dlb)
 
11
 
 
12
o See src/sh_build in case of 'make' failures
 
13
o The is an endian-neutral version I.E. (jp_DcdPop0 deleted)
 
14
o Should not require any special platform specific compile flags
 
15
o Includes JudyHS*() -- very fast, scalable string version 
 
16
o JudyHS*() is still preliminary and may need additional functionality.
 
17
o See test/manual/StringCompare.c for comparing different 'string' ADT's
 
18
o Deleted files: JudyMalloc.h, JudySL.h, JudySearch*
 
19
o All malloc() and free() is done thru interface routines in JudyMalloc.c
 
20
o Judy.h should work on all platforms that conform to ISO standards.
 
21
o After trying on many platforms, <stdint.h> was changed to <inttypes.h>
 
22
o jbgraph has some 'bash/ksh' isms that need to be removed.
 
23
o See test/manual/testjbgraph for plotting performance graphs
 
24
o 'libtools' stuff is in unknown shape.
 
25
o Does not "mangle" the root pointer (so old valgrind is not confused)
 
26
o Conform to standard "C"
 
27
o Change INSTALL to INSTALL_IT because it confused "make install"
 
28
o To he man pages need work to clean up the .html to be portable
 
29
o Plus hundreds of changes to make the source more portable.