paulbeach
ad3050b4b8
Get rid of the really annoying $UNIX2003 symbols that get pulled into libfbclient.dylib that prevent kinterbasdb running on MacOSX 10.4
2008-02-29 13:26:55 +00:00
paul_reeves
530b1a10bf
Ensure readme and installation_readme display RC2
...
Use Windows instead of Win32 where appropriate.
2008-02-29 11:08:14 +00:00
paul_reeves
dc5f87c6b8
Add updated bosnian translations for binary installer
2008-02-29 09:38:02 +00:00
alexpeshkoff
01e73c7885
fixed access rights to isc1_monitor file - reported by Dmitry
2008-02-28 08:00:57 +00:00
paul_reeves
e6f148bfad
Dont run the guardian service if using the classic server.
2008-02-25 09:21:56 +00:00
tsteinmaurer
b596cbeca4
Removed the unused caption
2008-02-22 18:26:43 +00:00
paul_reeves
251cd63de5
Don't include old fb 2.0 release notes.
...
Comment out unmaintained installation languages
2008-02-22 10:31:23 +00:00
paul_reeves
a0dff9e951
updated translations for windows installer
2008-02-22 10:29:33 +00:00
makowski
e684de2018
French translation for win setup FB2.1RC2
2008-02-21 14:27:56 +00:00
paulbeach
a76d480f35
Installation of Firebird 2.0.x SuperServer on Solaris
2008-02-20 15:53:59 +00:00
alexpeshkoff
e43f401425
backport: Make windows and linux install trees better match
2008-02-19 10:29:14 +00:00
dimitr
2de3fd9842
Update.
2008-02-17 15:03:45 +00:00
alexpeshkoff
179d9989b8
changed soname for embedded library
2008-02-14 16:27:21 +00:00
paul_reeves
0640a8924b
Default to using embedded server to build examples
2008-02-13 10:54:00 +00:00
tsteinmaurer
4304d266c0
Adjustments in the German translation based on the English version for Firebird 2.1.0 RC2
2008-02-12 19:59:17 +00:00
paulbeach
f9591670ce
update the launchdaemon plist file with the correct dtd url
2008-02-12 16:12:04 +00:00
dimitr
5eca41da6a
Misc.
2008-02-12 13:54:47 +00:00
paul_reeves
c8b990d733
Fix build script if wix already executed.
...
Add ru directory for i18n
Use appropriate format placeholders in translations.
2008-02-12 13:43:42 +00:00
asfernandes
9103630deb
Misc
2008-02-10 17:54:08 +00:00
paulbeach
7ca5ca33b8
Oops - there should be a comment here
2008-02-06 16:20:16 +00:00
alexpeshkoff
9d984a98be
Backported fix for CORE-1728: Monitoring tables do not work after fresh linux install
2008-02-06 11:34:33 +00:00
paulbeach
467730f903
1. Updated MacOS mod_loader to hanle Bundles and Dynamic Libraries (yes the loading of the two is different)
...
2. Support the loading of the ICU Libraries dynamically
3. new = FB_NEW - prevent asserts.
2008-02-05 12:36:33 +00:00
paul_reeves
da899e323c
Go a little way further to minimize hard-coded version string hell.
2008-01-24 10:17:41 +00:00
asfernandes
14e722a8c1
Misc
2008-01-23 00:00:40 +00:00
paul_reeves
ecc24716ab
Allow snapshots to build without dependencies upon wix and external documentation
2008-01-22 13:54:26 +00:00
alexpeshkoff
a8c5c70dc6
Fixed RC1 regression - SS does not start on Mandriva
2008-01-22 11:39:13 +00:00
robocop
9c2703c9e3
Misc.
2008-01-22 10:09:40 +00:00
paulbeach
c62531a94d
Minor Mods
2008-01-22 09:38:30 +00:00
paul_reeves
94217370a7
minor changes required to bring the windows installer up to date for 2.1
2008-01-22 08:06:29 +00:00
paulbeach
24b23ebbf7
Welcome to 64bit MacOS builds
2008-01-18 15:12:30 +00:00
paulbeach
036c9e2b75
Welcome to 64bit MacOS builds
2008-01-18 13:20:26 +00:00
alexpeshkoff
f0b17f8866
Finishing merge - backported fix for CORE-1674: Wrong access rights in doc subdirectory
2008-01-17 15:46:40 +00:00
paulbeach
57cb390c1e
64bit Firebird for MacOS
2008-01-17 14:59:35 +00:00
paulbeach
74700ff3ae
HPUX Head->B2_1_Release
2008-01-17 13:14:23 +00:00
paulbeach
cdfaa44ab7
HPUX Head->B2_1_Release
2008-01-17 13:07:18 +00:00
alexpeshkoff
511c110579
Applied Damyan's patch - MIPS linux port
2008-01-17 12:20:44 +00:00
paulbeach
4ffce4206a
Minor mod for international symbols
2008-01-17 11:43:30 +00:00
nobody
20c5a51245
This commit was manufactured by cvs2svn to create branch 'B2_1_Release'.
2008-01-10 10:06:23 +00:00
alexpeshkoff
7f5e655b5d
fixed linux build
2008-01-10 10:06:22 +00:00
asfernandes
e0226e17fb
Misc
2008-01-09 23:57:18 +00:00
alexpeshkoff
ba5b321861
Fixed CORE-1421: RPM libstdc++ version dependency
2008-01-09 15:47:45 +00:00
paulbeach
71ee831a7a
Move generateNewDBAPassword function from posixLibrary to linuxLibrary. This function makes no sense on HPUX.
2008-01-09 11:05:20 +00:00
paulbeach
f3c21d4ca2
HPUX Port
2008-01-07 12:26:23 +00:00
alexpeshkoff
f92ae11948
Pass through CFLAGS, set for ./configure. This is minimum cross-build support.
...
It makes it possible to build, for example, for i386 on amd64 linux. Just use:
./configure CFLAGS=-m32 --host=i386-cross-linux
or, certainly:
./autogen.sh CFLAGS=-m32 --host=i386-cross-linux
Should also help when doing builds in other cases when 32/64 bit choice is possible.
2008-01-04 17:34:46 +00:00
alexpeshkoff
74724c0566
Frontported fix for CORE-1674: Wrong access rights in doc subdirectory
2008-01-04 15:14:54 +00:00
asfernandes
0ee85c7525
Misc
2007-12-28 00:14:00 +00:00
paulbeach
7db090f19e
Apply MacOS changes to HEAD
2007-12-27 12:19:52 +00:00
paulbeach
4a2f1647fe
Apply MacOS changes to HEAD
2007-12-27 10:55:58 +00:00
robocop
e1187273c8
Totally misc.
2007-12-22 09:36:52 +00:00
asfernandes
c27c33d750
Misc
2007-12-22 00:53:39 +00:00