Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-16 | Yes, we will go for 1.0.12 | Ondrej Filip | |
2005-02-20 | Let's go for 1.0.11. | Ondrej Filip | |
2005-02-14 | Yes, I'd like to go to 1.0.10 | Ondrej Filip | |
2004-07-14 | Everything is tested and works. I thins it's right time to go to 1.0.9. | Ondrej Filip | |
2004-06-06 | Test old instance of BIRD. | Ondrej Filip | |
2003-09-01 | Prepared for release 1.0.8. | Ondrej Filip | |
2003-04-06 | Releasing version 1.0.6. | Martin Mares | |
2001-06-09 | Yes, 1.0.5 released. | Ondrej Filip | |
2000-09-04 | Serious bug in ext lsa origination found. Going for 1.0.4. | Ondrej Filip | |
2000-09-03 | Version 1.0.3 released. | Ondrej Filip | |
2000-08-23 | Released as version 1.0.2. | Ondrej Filip | |
2000-06-22 | Released as version 1.0.1. | Martin Mares | |
2000-06-09 | Released as 1.0.0, but marked it as a BETA version. | Martin Mares | |
2000-05-08 | Forgot to add a spiky comment :) | Martin Mares | |
2000-05-08 | Autoconf is *evil*. The sysconfdir and similar variables are unusable in | Martin Mares | |
C includes as they contain substitutions specific to make. Worked around by creating sysconf/paths.h which is created from the Makefile instead of by the configure script. | |||
2000-04-10 | Dropped CPU_NEEDS_ALIGN_* as unaligned.h no longer uses them. | Martin Mares | |
1999-10-31 | The CLI I/O functions work as desired. | Martin Mares | |
1999-10-29 | Configure PATH_CONTROL_SOCKET. | Martin Mares | |
autoconf.h is now written to obj/sysdep, the source tree is hopefully completely read-only now. | |||
1999-03-01 | Include "config.h" instead of "autoconf.h" in all Modules lists to make defines | Martin Mares | |
in the static portion of configuration includes available as well. | |||
1999-01-09 | First step of "autoconfization". Created a configure script which | Martin Mares | |
guesses most system-dependent parameters and determines name of system configuration file (sysdep/cf/...) with the remaining ones. To compile BIRD, you now need to do: autoconf # Create configure from configure.in ./configure # Run configure script make # Compile everything Configuration files: sysdep/config.h Master config file sysdep/autoconf.h Parameters determined by configure script sysdep/cf/*.h Fixed system configuration we're unable to guess. Makefiles are still the original ones, but this will change soon. | |||
1998-11-29 | Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with token | Martin Mares | |
names and include files. | |||
1998-11-27 | Added path to config file. | Martin Mares | |
1998-05-24 | Implemented timers. Using bird_clock_t for absolute time from now... | Martin Mares | |
1998-05-03 | BIRD library: The story continues. | Martin Mares | |
Complete resource manages and IP address handling. | |||
1998-04-28 | Changed #include <x/y> to #include "x/y" for our local includes, so that | Martin Mares | |
gcc -MM can be used to separate them from the system ones. Added automatic generation of dependencies. | |||
1998-04-22 | First look at data structures. More to come tomorrow... | Martin Mares | |